@charset "UTF-8";

@media screen and (min-width: 1100px) {
    /*body {*/
    /*    min-width: 1100px;*/
    /*    overflow: scroll;*/
    /*    background-color: #F0F2F5;*/
    /*    font-size: .16rem;*/
    /*    font-family: "思源黑体 CN Normal";*/
    /*}*/

    /*header {*/
    /*    width: 100%;*/
    /*    border-bottom: .01rem solid #C8D0D1;*/
    /*}*/

    /*header .header-top {*/
    /*    width: 14.4rem;*/
    /*    height: 1.2rem;*/
    /*    margin: 0 auto;*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*    align-items: center;*/
    /*}*/

    /*header .header-top a {*/
    /*    display: block;*/
    /*}*/

    /*header .header-top a img {*/
    /*    width: 3.42rem;*/
    /*    height: .8rem;*/
    /*}*/

    /*header .header-top ul {*/
    /*    width: 5.6rem;*/
    /*    height: .56rem;*/
    /*    display: flex;*/
    /*    border: .01rem solid #C8D0D1;*/
    /*    border-radius: .04rem;*/
    /*    overflow: hidden;*/
    /*}*/

    /*header .header-top ul p,*/
    /*header .header-top ul input,*/
    /*header .header-top ul button {*/
    /*    border: none;*/
    /*}*/

    /*header .header-top ul p {*/
    /*    width: 1.24rem;*/
    /*    background-color: white;*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*}*/

    /*header .header-top ul p select {*/
    /*    border: none;*/
    /*    color: #6E7476;*/
    /*    font-size: .16rem;*/
    /*    outline: none;*/
    /*}*/

    /*header .header-top ul input {*/
    /*    flex: 1;*/
    /*    background-color: white;*/
    /*    height: 100%;*/
    /*    font-size: .14rem;*/
    /*    color: #B7BBBC;*/
    /*    padding-left: .2rem;*/
    /*    border-left: .01rem solid #C8D0D1;*/
    /*}*/

    /*header .header-top ul button {*/
    /*    width: 1.2rem;*/
    /*    height: 100%;*/
    /*    background-color: #D9B765;*/
    /*    font-size: .2rem;*/
    /*    color: white;*/
    /*    cursor: pointer;*/
    /*}*/

    /*header .header-top .more {*/
    /*    display: none;*/
    /*}*/

    /*nav {*/
    /*    width: 100%;*/
    /*    position: relative;*/
    /*}*/

    /*nav .nav-item {*/
    /*    width: 14.4rem;*/
    /*    margin: 0 auto;*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*    align-items: center;*/
    /*    height: .8rem;*/
    /*}*/

    /*nav .nav-item .demo {*/
    /*    height: 100%;*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*    border-bottom: .04rem solid #F0F2F5;*/
    /*}*/

    /*nav .nav-item .demo a {*/
    /*    color: #061114;*/
    /*    font-size: .18rem;*/
    /*}*/

    /*nav .nav-item .demo .common {*/
    /*    width: 100%;*/
    /*    height: 1.74rem;*/
    /*    background: linear-gradient(to right, rgba(30, 110, 127, 0.8), rgba(92, 204, 225, 0.7));*/
    /*    position: absolute;*/
    /*    bottom: 0;*/
    /*    left: 0;*/
    /*    transform: translateY(100%);*/
    /*    z-index: 333;*/
    /*    display: none;*/
    /*}*/

    /*nav .nav-item .demo .common ul {*/
    /*    width: 14.4rem;*/
    /*    margin: 0 auto;*/
    /*    display: flex;*/
    /*    height: 1.74rem;*/
    /*    padding: .3rem 0;*/
    /*}*/

    /*nav .nav-item .demo .common ul li:nth-child(1) {*/
    /*    margin-right: 1.45rem;*/
    /*}*/

    /*nav .nav-item .demo .common ul li:nth-child(1) p:nth-child(1) {*/
    /*    color: #D9B765;*/
    /*    font-size: 30px;*/
    /*    font-family: "思源黑体 CN Medium";*/
    /*    font-weight: 500;*/
    /*}*/

    /*nav .nav-item .demo .common ul li:nth-child(1) p:nth-child(2) {*/
    /*    color: #F0F2F5;*/
    /*}*/

    /*nav .nav-item .demo .common ul li:nth-child(1) a:nth-child(3) {*/
    /*    display: flex;*/
    /*    justify-content: flex-start;*/
    /*    align-items: center;*/
    /*    margin-top: .1rem;*/
    /*}*/

    /*nav .nav-item .demo .common ul li:nth-child(1) a:nth-child(3) span {*/
    /*    font-size: .12rem;*/
    /*    color: #D9B765;*/
    /*}*/

    /*nav .nav-item .demo .common ul li:nth-child(1) a:nth-child(3) i {*/
    /*    display: flex;*/
    /*    font-size: .12rem;*/
    /*    color: #D9B765;*/
    /*    margin-left: .1rem;*/
    /*}*/

    /*nav .nav-item .demo .common ul li:nth-child(2) {*/
    /*    display: flex;*/
    /*    width: 6rem;*/
    /*    flex-wrap: wrap;*/
    /*}*/

    /*nav .nav-item .demo .common ul li:nth-child(2) a {*/
    /*    display: flex;*/
    /*    justify-content: flex-start;*/
    /*    align-items: center;*/
    /*    width: 1.2rem;*/
    /*    height: .3rem;*/
    /*    margin-right: .15rem;*/
    /*    padding-left: .1rem;*/
    /*    border-radius: .08rem;*/
    /*    font-family: "思源黑体 CN Normal";*/
    /*}*/

    /*nav .nav-item .demo .common ul li:nth-child(2) a span {*/
    /*    display: flex;*/
    /*    padding-left: .1rem;*/
    /*    font-size: .16rem;*/
    /*    color: white;*/
    /*}*/

    /*nav .nav-item .demo .common ul li:nth-child(2) a label {*/
    /*    color: white;*/
    /*    font-size: .3rem;*/
    /*}*/

    /*nav .nav-item .demo .common ul li:nth-child(2) a:hover {*/
    /*    background-color: #1E6E7F;*/
    /*}*/

    /*nav .nav-item .demo .common ul li:nth-child(2) p:nth-child(2n) {*/
    /*    margin-left: .9rem;*/
    /*}*/

    /*nav .nav-item .demo .common ul .hs-gk {*/
    /*    width: 2.8rem !important;*/
    /*}*/

    /*nav .nav-item .demo:hover {*/
    /*    border-bottom: .04rem solid #D9B765;*/
    /*}*/

    /*nav .nav-item .demo:hover a {*/
    /*    color: #5CCDE2;*/
    /*    font-family: "思源黑体 CN Medium";*/
    /*    font-weight: 500;*/
    /*}*/

    /*nav .nav-item li:nth-child(2):hover .yin1 {*/
    /*    display: block;*/
    /*}*/

    /*nav .nav-item li:nth-child(3):hover .yin2 {*/
    /*    display: block;*/
    /*}*/

    .banner {
        width: 100%;
        height: 4.8rem;
        background: url("../img/fuwu/banner.png") no-repeat;
        background-size: 100% 100%;
        position: relative;
        padding-top: 1.74rem;
    }

    .banner .banner-title {
        width: 14.4rem;
        margin: 0 auto;
    }

    .banner .banner-title ul p {
        font-size: .48rem;
        color: white;
        font-family: "思源黑体 CN Medium";
        font-weight: 500;
        margin-bottom: .2rem;
    }

    .banner .banner-title ul span {
        color: white;
    }

    .banner .fenlei {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: .8rem;
        border-top: 0.01rem solid rgba(255, 255, 255, 0.5);
    }

    .banner .fenlei ul {
        height: 100%;
        width: 14.4rem;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .banner .fenlei ul a {
        height: 100%;
        margin-right: .72rem;
        color: #D2E0E4;
        border-top: 0.04rem solid rgba(255, 255, 255, 0);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-size: .2rem;
    }

    .banner .fenlei ul .active_ {
        color: white;
        border-top: .04rem solid #D9B765;
    }

    .banner .fenlei ul a:hover {
        color: white;
        border-top: .04rem solid #D9B765;
    }

    section {
        width: 14.4rem;
        margin: .4rem auto .2rem;
        display: flex;
        justify-content: space-between;
    }

    section article {
        width: 10.8rem;
    }

    section article .title {
        width: 100%;
        color: #061114;
        font-family: "思源黑体 CN Medium";
        font-size: .24rem;
        text-align: center;
        margin: 0 0 .4rem;
    }

    section article .ditu .ambitus {
        width: 10.8rem;
        height: 1.6rem;
        padding: .2rem;
        background-color: #FAFAFA;
    }

    section article .ditu .ambitus ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: #FFFFFF;
        height: 100%;
    }

    section article .ditu .ambitus ul a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    section article .ditu .ambitus ul a p {
        width: .425rem;
        height: .425rem;
        background-color: #5CCDE2;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: .12rem;
    }

    section article .ditu .ambitus ul a p img {
        width: .24rem;
        height: .28rem;
    }

    section article .ditu .ambitus ul a span {
        color: #6E7476;
        font-size: .16rem;
    }

    section article .ditu .ambitus ul a:hover p {
        background-color: #F8CC61;
    }

    section article .ditu #container {
        width: 10.8rem;
        height: 6.8rem;
        background-color: white;
    }

    section aside {
        width: 3.2rem;
        margin-left: .4rem;
    }

    section aside a:nth-child(1) {
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
        display: block;
    }

    section aside a:nth-child(1) .big_img {
        width: 100%;
        height: 2rem;
        transition: all .2s;
    }

    section aside a:nth-child(1) li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: white;
        padding: .2rem;
        height: .9rem;
    }

    section aside a:nth-child(1) li .yuyue {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    section aside a:nth-child(1) li .yuyue span:nth-child(1) {
        font-size: .2rem;
        color: #061114;
        font-family: "思源黑体 CN Medium";
        font-weight: 500;
        margin-bottom: 5px;
        transition: all .5s;
    }

    section aside a:nth-child(1):hover li .yuyue span:nth-child(1) {
        margin-left: 5px;
    }

    section aside a:nth-child(1) li .yuyue span:nth-child(2) {
        font-size: .15rem;
        color: #9DA0A1;
    }

    section aside a:nth-child(1) li img {
        width: .44rem;
        height: .44rem;
    }

    section aside a:nth-child(2) {
        display: block;
        margin-top: .2rem;
        height: 2.1rem;
        background: url("../img/gk/aside_3.png") no-repeat;
        background-size: 100% 100%;
        padding: .4rem .2rem;
        border-radius: 5px;
        overflow: hidden;
        transition: all .2s;
    }

    section aside a:nth-child(2) img {
        width: .38rem;
        height: .38rem;
    }

    section aside a:nth-child(2) li {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-bottom: .32rem;
    }

    section aside a:nth-child(2) li p {
        font-size: .2rem;
        color: #061114;
        font-family: "思源黑体 CN Medium";
        font-weight: 500;
        transition: all .5s;
        margin-bottom: 10px;
    }


    section aside a:nth-child(2):hover li p {
        margin-left: 10px;
    }

    section aside a:nth-child(2) li span {
        font-size: .15rem;
        color: #9DA0A1;
    }

    /*footer {*/
    /*    width: 100%;*/
    /*    background-color: white;*/
    /*    !* 友情链接 *!*/
    /*    !*联系我们 *!*/
    /*    !* 邮箱地址 *!*/
    /*}*/

    /*footer .link-more {*/
    /*    width: 14.4rem;*/
    /*    height: 1.41rem;*/
    /*    margin: 0 auto;*/
    /*    display: none;*/
    /*}*/

    /*footer .link-more ul {*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: flex-start;*/
    /*    flex-direction: column;*/
    /*    height: 100%;*/
    /*}*/

    /*footer .link-more ul li {*/
    /*    width: 100%;*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*    align-items: center;*/
    /*}*/

    /*footer .link-more ul li a {*/
    /*    width: 100%;*/
    /*    text-align: center;*/
    /*    font-size: .2rem;*/
    /*    padding: 0 .13rem;*/
    /*    border-right: .01rem solid black;*/
    /*}*/

    /*footer .link-more ul li a:first-child {*/
    /*    padding-left: 0;*/
    /*}*/

    /*footer .link-more ul li a:last-child {*/
    /*    border: none;*/
    /*}*/

    /*footer .link-more ul li a:hover {*/
    /*    color: #5CCDE2;*/
    /*}*/

    /*footer .link-more ul li:nth-child(1) {*/
    /*    margin-bottom: .32rem;*/
    /*}*/

    /*footer .link {*/
    /*    width: 100%;*/
    /*    background-color: #5CCDE2;*/
    /*}*/

    /*footer .link ul {*/
    /*    width: 14.4rem;*/
    /*    height: 1rem;*/
    /*    margin: 0 auto;*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*    align-items: center;*/
    /*}*/

    /*footer .link ul li {*/
    /*    flex: 1;*/
    /*    display: flex;*/
    /*    margin-left: .4rem;*/
    /*}*/

    /*footer .link ul li a {*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*    height: .2rem;*/
    /*    padding: 0 .2rem;*/
    /*    border-right: 0.01rem solid #C6EDF4;*/
    /*    font-size: .2rem;*/
    /*    color: #E4F6FA;*/
    /*}*/

    /*footer .link ul li a:last-child {*/
    /*    border: none;*/
    /*}*/

    /*footer .link ul li a:hover {*/
    /*    color: #1E6E7F;*/
    /*}*/

    /*footer .link ul span {*/
    /*    font-family: "思源黑体 CN Medium";*/
    /*    font-size: .2rem;*/
    /*    color: #E1F5FA;*/
    /*}*/

    /*footer .link ul p {*/
    /*    color: white;*/
    /*}*/

    /*footer .link ul p i {*/
    /*    font-size: .2rem;*/
    /*    cursor: pointer;*/
    /*}*/

    /*footer .link ul p .yinc {*/
    /*    display: none;*/
    /*}*/

    /*footer .relation {*/
    /*    width: 100%;*/
    /*    background-color: #1E6E7F;*/
    /*    height: 3.1rem;*/
    /*}*/

    /*footer .relation .relation-content {*/
    /*    width: 14.4rem;*/
    /*    margin: 0 auto;*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*    align-items: center;*/
    /*    padding: .55rem 0 .3rem;*/
    /*}*/

    /*footer .relation .relation-content ul:nth-child(1) img {*/
    /*    width: 3.38rem;*/
    /*    height: .8rem;*/
    /*}*/

    /*footer .relation .relation-content ul:nth-child(1) p {*/
    /*    font-size: .2rem;*/
    /*    color: #A8C6CD;*/
    /*    margin-top: .12rem;*/
    /*}*/

    /*footer .relation .relation-content ul:nth-child(2) {*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    justify-content: flex-start;*/
    /*    align-items: flex-start;*/
    /*}*/

    /*footer .relation .relation-content ul:nth-child(2) li {*/
    /*    margin-bottom: .3rem;*/
    /*}*/

    /*footer .relation .relation-content ul:nth-child(2) li p {*/
    /*    font-size: .2rem;*/
    /*    color: #A8C6CD;*/
    /*    margin-bottom: .1rem;*/
    /*}*/

    /*footer .relation .relation-content ul:nth-child(2) li span {*/
    /*    font-size: .28rem;*/
    /*    font-family: "思源黑体 CN Medium";*/
    /*    color: white;*/
    /*}*/

    /*footer .relation .relation-content ul:nth-child(3) img:nth-child(1) {*/
    /*    width: 1.31rem;*/
    /*    height: 1.6rem;*/
    /*}*/

    /*footer .relation .relation-content ul:nth-child(3) img:nth-child(2) {*/
    /*    width: 2rem;*/
    /*    height: 2rem;*/
    /*    margin-left: .4rem;*/
    /*}*/

    /*footer .lianxi {*/
    /*    width: 100%;*/
    /*    background-color: #144C58;*/
    /*    height: 1rem;*/
    /*}*/

    /*footer .lianxi ul {*/
    /*    height: 100%;*/
    /*    width: 14.4rem;*/
    /*    margin: 0 auto;*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*    align-items: center;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(1) {*/
    /*    height: 100%;*/
    /*    display: flex;*/
    /*    justify-content: flex-start;*/
    /*    align-items: center;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(1) a {*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*    padding: 0 .1rem;*/
    /*    border-right: .01rem solid #FFFFFF;*/
    /*    font-size: .2rem;*/
    /*    height: .2rem;*/
    /*    color: #E2E9EA;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(1) a:first-child {*/
    /*    padding-left: 0;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(1) a:last-child {*/
    /*    border: none;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(1) a:hover {*/
    /*    color: #D9B765;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(2) {*/
    /*    display: flex;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(2) span,*/
    /*footer .lianxi ul li:nth-child(2) a {*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*    font-size: .2rem;*/
    /*    height: .2rem;*/
    /*    color: #E2E9EA;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(2) a:hover {*/
    /*    color: #D9B765;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(2) span:nth-child(1) {*/
    /*    margin-right: .2rem;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(2) span:last-child {*/
    /*    margin-left: .2rem;*/
    /*}*/
}

@media screen and (min-width: 0) and (max-width: 1099.99px) {
    /*body {*/
    /*    min-width: 375px;*/
    /*    overflow: scroll;*/
    /*    background-color: #F0F2F5;*/
    /*    font-size: .12rem;*/
    /*    font-family: "思源黑体 CN Normal";*/
    /*}*/

    /*header {*/
    /*    width: 100%;*/
    /*    border-bottom: .01rem solid #C8D0D1;*/
    /*}*/

    /*header .header-top {*/
    /*    padding: 0 .15rem;*/
    /*    width: 3.75rem;*/
    /*    height: .55rem;*/
    /*    margin: 0 auto;*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*    align-items: center;*/
    /*}*/

    /*header .header-top a {*/
    /*    display: block;*/
    /*}*/

    /*header .header-top a img {*/
    /*    width: 1.6rem;*/
    /*    height: .4rem;*/
    /*}*/

    /*header .header-top .more i {*/
    /*    font-size: .28rem;*/
    /*    color: #1E6E7F;*/
    /*}*/

    /*header .header-top ul {*/
    /*    width: 5.6rem;*/
    /*    height: .56rem;*/
    /*    display: flex;*/
    /*    border: .01rem solid #C8D0D1;*/
    /*    border-radius: .04rem;*/
    /*    display: none;*/
    /*    overflow: hidden;*/
    /*}*/

    /*header .header-top ul p,*/
    /*header .header-top ul input,*/
    /*header .header-top ul button {*/
    /*    border: none;*/
    /*}*/

    /*header .header-top ul p {*/
    /*    width: 1.24rem;*/
    /*    background-color: white;*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*}*/

    /*header .header-top ul p select {*/
    /*    border: none;*/
    /*    color: #6E7476;*/
    /*    font-size: .16rem;*/
    /*    outline: none;*/
    /*}*/

    /*header .header-top ul input {*/
    /*    flex: 1;*/
    /*    background-color: white;*/
    /*    height: 100%;*/
    /*    font-size: .14rem;*/
    /*    color: #B7BBBC;*/
    /*    padding-left: .2rem;*/
    /*    border-left: .01rem solid #C8D0D1;*/
    /*}*/

    /*header .header-top ul button {*/
    /*    width: 1.2rem;*/
    /*    height: 100%;*/
    /*    background-color: #D9B765;*/
    /*    font-size: .2rem;*/
    /*    color: white;*/
    /*    cursor: pointer;*/
    /*}*/

    nav {
        display: none;
    }

    .banner {
        width: 100%;
        height: 1.4rem;
        background: url("../img/gk/banner_bg.jpg") no-repeat;
        background-size: 100% 100%;
        position: relative;
    }

    .banner .banner-title {
        width: 3.75rem;
        margin: 0 auto;
        padding: .2rem .15rem .15rem;
    }

    .banner .banner-title ul p {
        font-size: .2rem;
        color: white;
        font-family: "思源黑体 CN Medium";
        font-weight: 500;
        margin-bottom: .1rem;
    }

    .banner .banner-title ul span {
        color: white;
    }

    .banner .fenlei {
        padding-left: .15rem;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: .4rem;
        border-top: 0.01rem solid rgba(255, 255, 255, 0.5);
    }

    .banner .fenlei ul {
        height: 100%;
        width: 3.45rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .banner .fenlei ul a {
        margin-right: .08rem;
        height: 100%;
        color: #D2E0E4;
        border-top: 0.04rem solid rgba(255, 255, 255, 0);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        cursor: pointer;
        font-size: .10rem;
    }

    .banner .fenlei ul .active_ {
        color: white;
        border-top: .02rem solid #D9B765;
    }

    section {
        width: 3.75rem;
        padding: .15rem;
    }

    section article .title {
        width: 100%;
        color: #061114;
        font-family: "思源黑体 CN Medium";
        font-size: .24rem;
        text-align: center;
        margin: 0 0 .2rem;
    }

    section article .ditu .ambitus {
        width: 3.45rem;
        height: 1.2rem;
        padding: .1rem;
        background-color: #FAFAFA;
    }

    section article .ditu .ambitus ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: #FFFFFF;
        height: 100%;
    }

    section article .ditu .ambitus ul a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    section article .ditu .ambitus ul a p {
        width: .325rem;
        height: .325rem;
        background-color: #5CCDE2;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: .12rem;
    }

    section article .ditu .ambitus ul a p img {
        width: .22rem;
        height: .26rem;
    }

    section article .ditu .ambitus ul a span {
        color: #6E7476;
        font-size: .16rem;
    }

    section article .ditu #container {
        width: 3.45rem;
        height: 1.8rem;
        background-color: white;
    }

    section aside {
        display: none;
    }

    /*footer {*/
    /*    background-color: white;*/
    /*    width: 3.75rem;*/
    /*    !* 友情链接 *!*/
    /*    !*联系我们 *!*/
    /*    !* 邮箱地址 *!*/
    /*}*/

    /*footer .link-more {*/
    /*    width: 3.75rem;*/
    /*    height: .85rem;*/
    /*    margin: 0 auto;*/
    /*    display: none;*/
    /*}*/

    /*footer .link-more ul {*/
    /*    padding: 0 .15rem;*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: flex-start;*/
    /*    flex-direction: column;*/
    /*    height: 100%;*/
    /*}*/

    /*footer .link-more ul li {*/
    /*    width: 3.45rem;*/
    /*    white-space: nowrap;*/
    /*    overflow: hidden;*/
    /*}*/

    /*footer .link-more ul li a {*/
    /*    display: inline-block;*/
    /*    width: 1.15rem;*/
    /*    font-size: .13rem;*/
    /*    padding: 0 .08rem;*/
    /*    border-right: .01rem solid black;*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*    white-space: nowrap;*/
    /*}*/

    /*footer .link-more ul li a:first-child {*/
    /*    padding-left: 0;*/
    /*}*/

    /*footer .link-more ul li a:last-child {*/
    /*    border: none;*/
    /*}*/

    /*footer .link-more ul li a:hover {*/
    /*    color: #5CCDE2;*/
    /*}*/

    /*footer .link-more ul li:nth-child(1) {*/
    /*    margin-bottom: .1rem;*/
    /*}*/

    /*footer .link {*/
    /*    width: 100%;*/
    /*    height: .85rem;*/
    /*    background-color: #5CCDE2;*/
    /*}*/

    /*footer .link ul {*/
    /*    padding: 0 .15rem;*/
    /*    width: 3.75rem;*/
    /*    height: .85rem;*/
    /*    margin: 0 auto;*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*    align-items: center;*/
    /*}*/

    /*footer .link ul li {*/
    /*    flex: 1;*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*    display: -webkit-box;*/
    /*    -webkit-line-clamp: 2;*/
    /*    -webkit-box-orient: vertical;*/
    /*}*/

    /*footer .link ul li a {*/
    /*    height: .13rem;*/
    /*    padding: 0 .08rem;*/
    /*    border-right: 0.01rem solid #C6EDF4;*/
    /*    font-size: .13rem;*/
    /*    color: #E4F6FA;*/
    /*}*/

    /*footer .link ul li a:last-child {*/
    /*    border: none;*/
    /*}*/

    /*footer .link ul li a:hover {*/
    /*    color: #1E6E7F;*/
    /*}*/

    /*footer .link ul span {*/
    /*    font-family: "思源黑体 CN Medium";*/
    /*    font-size: .14rem;*/
    /*    color: #E1F5FA;*/
    /*}*/

    /*footer .link ul p {*/
    /*    color: white;*/
    /*    margin-left: .03rem;*/
    /*}*/

    /*footer .link ul p i {*/
    /*    font-size: .16rem;*/
    /*    cursor: pointer;*/
    /*}*/

    /*footer .link ul p .yinc {*/
    /*    display: none;*/
    /*}*/

    /*footer .relation {*/
    /*    width: 3.75rem;*/
    /*    background-color: #1E6E7F;*/
    /*    padding: .15rem;*/
    /*}*/

    /*footer .relation .relation-content {*/
    /*    width: 100%;*/
    /*}*/

    /*footer .relation .relation-content ul:nth-child(1) {*/
    /*    margin-bottom: .15rem;*/
    /*}*/

    /*footer .relation .relation-content ul:nth-child(1) img {*/
    /*    width: 2.5rem;*/
    /*    height: .6rem;*/
    /*}*/

    /*footer .relation .relation-content ul:nth-child(1) p {*/
    /*    font-size: .16rem;*/
    /*    color: #A8C6CD;*/
    /*    margin-top: .12rem;*/
    /*}*/

    /*footer .relation .relation-content ul:nth-child(2) {*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*    align-items: center;*/
    /*    margin-bottom: 0.15rem;*/
    /*}*/

    /*footer .relation .relation-content ul:nth-child(2) li p {*/
    /*    font-size: .19rem;*/
    /*    color: #A8C6CD;*/
    /*    margin-bottom: .08rem;*/
    /*}*/

    /*footer .relation .relation-content ul:nth-child(2) li span {*/
    /*    font-size: .2rem;*/
    /*    font-family: "思源黑体 CN Medium";*/
    /*    color: white;*/
    /*}*/

    /*footer .relation .relation-content ul:nth-child(3) {*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*}*/

    /*footer .relation .relation-content ul:nth-child(3) img:nth-child(1) {*/
    /*    width: .9rem;*/
    /*    height: 1.2rem;*/
    /*}*/

    /*footer .relation .relation-content ul:nth-child(3) img:nth-child(2) {*/
    /*    width: 1.2rem;*/
    /*    height: 1.2rem;*/
    /*    margin-left: .4rem;*/
    /*}*/

    /*footer .lianxi {*/
    /*    width: 3.75rem;*/
    /*    background-color: #144C58;*/
    /*    padding: .15rem;*/
    /*}*/

    /*footer .lianxi ul {*/
    /*    margin: 0 auto;*/
    /*    padding-top: .1rem;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(1) {*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*    flex-wrap: wrap;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(1) a {*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*    padding: 0 .1rem;*/
    /*    border-right: .01rem solid #FFFFFF;*/
    /*    font-size: .14rem;*/
    /*    height: .14rem;*/
    /*    color: #E2E9EA;*/
    /*    margin-bottom: .1rem;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(1) a:first-child {*/
    /*    padding-left: 0;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(1) a:last-child {*/
    /*    border: none;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(1) a:hover {*/
    /*    color: #D9B765;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(2) {*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*    justify-content: center;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(2) span,*/
    /*footer .lianxi ul li:nth-child(2) a {*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*    font-size: .14rem;*/
    /*    height: .14rem;*/
    /*    color: #E2E9EA;*/
    /*    margin-bottom: .1rem;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(2) a:hover {*/
    /*    color: #D9B765;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(2) span:nth-child(1) {*/
    /*    margin-right: .1rem;*/
    /*}*/

    /*footer .lianxi ul li:nth-child(2) span:last-child {*/
    /*    margin-left: .1rem;*/
    /*}*/
}