﻿html {
    width: 100%\0\9;
    height: 100%\0\9;
    position: relative\0\9;
    overflow-y: visible\0\9 !important;
}

body {
    margin: 0;
    background-color: #ffffff;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

    body > a {
        display: none;
    }

::-webkit-scrollbar {
    display: none;
}

.no-padding {
    padding: 0 !important;
}

.logo {
    position: absolute;
    width: 100%;
    background-color: transparent;
    z-index: 10;
    top: 5%;
    left: 5%;
}

.red {
    color: #34c36d;
}

.white {
    color: #fff;
}

.gray {
    color: #999;
}

.deep-gray {
    color: #666;
}

.full-img {
    display: block;
    max-width: 100%;
    height: auto;
}

.title {
    font-size: 3.4rem;
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.letter-spacing-3px {
    letter-spacing: 3px;
    margin-bottom: 50px;
}

.vertical-middle {
    display: inline-block;
    vertical-align: middle;
    height: inherit;
    line-height: 65px;
}

.title-decorate {
    margin-top: 50px;
    color: #8C8C8C;
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 50px;
}

    .title-decorate:before, .title-decorate:after {
        content: "";
        height: 1px;
        display: inline-block;
        width: 120px;
        background-color: #8C8C8C;
        top: 50%;
        vertical-align: middle;
        margin: 0 0.5%;
    }

.title-decorate-square {
    display: inline-block;
}

    .title-decorate-square:before, .title-decorate-square:after {
        content: "";
        display: inline-block;
        width: 1rem;
        height: 1rem;
        vertical-align: middle;
        border: 2px solid #999;
        margin: 0 2rem;
        transform: rotate(45deg);
    }

.title-decorate-square-line:before, .title-decorate-square-line:after {
    content: "";
    height: 2px;
    display: inline-block;
    width: 5%;
    background-image: linear-gradient(to right, rgba(153, 153, 153, 0.2), rgba(153, 153, 153, 0.8));
    top: 50%;
    vertical-align: middle;
    margin: 0 -2.1rem;
}

.title-decorate-square-line:after {
    background-image: linear-gradient(to left, rgba(153, 153, 153, 0.2), rgba(153, 153, 153, 0.8));
}

/*** 顶部菜单 ***/
.ball {
    position: fixed;
    top: 0;
    left: -55px;
    height: 24px;
    width: 55px;
    text-align: center;
    cursor: pointer;
    /*animation: scale 1s infinite linear;*/
}

    .ball.active {
        animation: none;
    }

    .ball > img {
        z-index: 100;
        height: 20px;
        position: absolute;
        margin: 0 25px \0\9;
        display: none
    }

.ball-center {
    position: absolute;
    left: -23px;
    height: 200px;
    width: 78px;
    top: -88px;
}

.ball-before, .ball-after {
    width: 40px;
    position: absolute;
    height: 60px;
    right: -5px;
}

.ball-after {
    bottom: -82px;
}

.ball-before {
    top: -82px;
}

.menu-background {
    padding: 28px;
    background-color: #34c36d;
    height: 100px;
    width: 100px;
    top: 0px;
    right: 0px;
    position: fixed;
}

    .menu-background > img {
        height: 100%;
    }

.top-menu {
    background-color: #4E4E4E;
    height: 60px;
    width: 60px;
    right: 0;
    position: fixed;
    cursor: pointer;
    z-index: 999;
}

    .top-menu > span {
        display: block;
        width: 40%;
        margin: 0 30%;
        position: relative;
        height: 1px;
        background-color: #fff;
        transition-duration: 0.5s;
    }

        .top-menu > span.top {
            top: 35%;
        }

        .top-menu > span.down {
            top: 55%;
        }

    .top-menu.active > span.top {
        transform: rotate(765deg);
        top: 50%;
    }

    .top-menu.active > span.down {
        transform: rotate(675deg);
        top: 48%;
    }

.top-menu-block {
    position: fixed;
    height: 100%;
    width: 60%;
    right: -60%;
    background-color: rgba(235,235,235, 1);
    z-index: 998;
    transition: right 0.5s ease-in-out;
    padding: 3% 5%;
}

    .top-menu-block.active {
        right: 0;
    }

    .top-menu-block > .menu-logo {
        text-align: center;
        height: 10%;
        margin: 6% 35% 8%;
        position: relative;
    }

        .top-menu-block > .menu-logo img {
            width: 100%;
        }

    .top-menu-block > div {
        font-size: 1.6rem;
        color: #999;
    }

.menu-linkus {
    margin-bottom: 5%;
}

.menu-list {
    height: 75%;
}

    .menu-list > .menu-father {
        display: inline-block;
        width: 40%;
        height: 100%;
    }

.menu-father-item {
    padding: 10% 5%;
    font-size: 1.6rem;
    text-align: center;
    color: #666;
    border-top: 1px solid #ccc;
    cursor: pointer;
    position: relative;
}

    .menu-father-item:hover {
        color: #34c36d;
    }

    .menu-father-item > span {
        position: absolute;
        right: 10%;
        transition: right 0.2s linear;
        font-size: 12px;
        top: 35%;
    }

    .menu-father-item:hover > span {
        right: 6%;
    }

.menu-child {
    display: inline-block;
    position: absolute;
    width: 70%;
    /*min-height: 50%;*/
    max-height: 100%;
    overflow-y: auto;
    background-color: rgba(238, 238, 238, 0.8);
    padding: 0 5%;
}

.menu-child-item {
    padding: 6.3% 0%;
    font-size: 1.6rem;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

    .menu-child-item:hover {
        color: #34c36d;
    }
/*** 底部信息 ***/
.hy-nav-width {
    width: 1200px;
}

.hy-committed {
    background-color: #fff;
    padding-top: 51px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

.hy-bottom-info {
    background-color: #000;
    color: #686868;
}

    .hy-bottom-info > .info {
        height: 90%;
        color: #FFF;
        line-height: 3;
        background-color: #242424;
    }

    .hy-bottom-info > .record {
        font-size: 12px;
        color: #999;
        background-color: #242424;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

.vertical-line {
    height: 100%;
    width: 1px;
    background-color: #ffffff;
    float: left;
    opacity: 0;
    position: absolute;
    right: 2rem;
    top: 0;
}

.hy-bottom-info-block {
    font-size: 1.1em;
    font-weight: bold;
    height: 100%;
}

    .hy-bottom-info-block a {
        font-size: 0.8em;
        font-weight: normal;
        color: #686868;
    }

    .hy-bottom-info-block img {
        margin: 1.3em 0 0 -2em !important;
        display: block;
        cursor: pointer;
    }

/*** 首页-轮播图 ***/
.top-slide, .mid-news {
    height: 100%;
    width: 100%;
}

.slide-item {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: all linear .5s;
}

    .slide-item.active {
        opacity: 1;
    }

    .slide-item.out {
        opacity: 0;
    }


.slide-content {
    position: relative;
    height: 68%;
    margin: 10% 60% 5% 10% !important;
    background-size: 100% 100%;
}

    .slide-content > div {
        height: 80%;
        top: 56%;
        transform: translateY(-50%);
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding: 0 5% 0 10%;
    }

        .slide-content > div > .title {
            font-size: 40px;
            font-weight: bold;
        }

        .slide-content > div > .content {
            font-size: 28px;
            padding-top: 30px;
        }

.slide-block {
    position: absolute;
    bottom: 4%;
    width: 100%;
    height: 0.8rem;
    text-align: center;
}

    .slide-block > .item {
        width: 0.8rem;
        height: 100%;
        background-color: #999;
        border-radius: 10rem;
        display: inline-block;
        margin: 0 5px;
        transition: width linear .2s, background-color linear .2s;
        cursor: pointer;
    }

        .slide-block > .item.active {
            width: 2.4rem;
            background-color: #fff;
        }

/*** 首页-新闻资讯 ***/
.news-list {
    height: 83.5%;
    padding: 3% 13% 0 13%;
}

.news-block {
    background-color: #999;
    background-size: 100% 100%;
    color: #fff;
    position: relative;
}

    .news-block:nth-child(odd), .news-block:nth-child(even) {
        width: 47.8%;
        margin-right: 4%;
        margin-bottom: 4%;
        display: inline-block;
        height: 47.8%;
    }

    .news-block:nth-child(even) {
        margin-left: 0.25%;
        margin-right: 0;
    }

.news-masking {
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    transition: background linear 0.5s;
    background-color: rgba(0, 0, 0, 0.2);
}

    .news-masking:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

.news-title {
    font-size: 1.6rem;
    display: inline-block;
}

.news-btn {
    margin: 6% 60% 6% 0;
    padding: 2%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    position: relative;
    z-index: 0;
}

    .news-btn > div {
        font-size: 1.5rem;
    }

    .news-btn:after {
        content: "";
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: width linear 0.5s, background linear 0.5s;
        z-index: -1;
    }

    .news-btn:hover {
        color: #000;
    }

        .news-btn:hover:after {
            width: 100%;
            background-color: #fff;
        }

.news-masking > div {
    display: inline-block;
    top: 30%;
    position: relative;
    max-width: 55%;
    min-width: 55%;
    text-align: left;
    left: -12%;
}

/*** 第二种-顶部菜单 ***/
.hy-nav {
    color: #fff;
    border: none;
    height: 12rem;
    z-index: 10;
    text-align: right;
    /*padding: 0 10%;*/
    width: 100%;
    background-color: transparent;
    
}



.hy-mobile-nav {
    width: 100%;
    height: 100%;
}

.hy-pc-nav {
    min-width: 1200px !important;
    max-width: 78% !important;
    margin: 0 auto;
    height: 100%;
    display: flex;
}

    .hy-pc-nav > img {
        z-index: 1;
    }

    .hy-pc-nav > .nav-item, .hy-nav > .nav-item-btn {
        display: inline-block;
        padding: 0 1.4%;
        position: relative;
        cursor: pointer;
        font-size: 18px;
    }
    .hy-pc-nav > .nav-item {
        width: 150px;
        margin-top: 40px;
        font-size: 14px;
        text-align: center;
    }
        .hy-pc-nav > .nav-item:hover, .hy-nav > .nav-item.active {
            /*background-color: rgba(0, 0, 0, 0.3);*/
            
        }

.dropmenu-icon {
    position: absolute;
    margin: 0 10%;
    transition: top linear 0.2s;
    font-size: 1rem;
    top: 40%;
}

.hy-pc-nav > .nav-item:hover > .dropmenu-icon {
    top: 55%;
}

.hy-pc-nav > .nav-block {
    height: 5%;
    width: 5%;
    background-color: #34c36d;
    display: block;
    border-radius: 5rem;
    position: absolute;
    transition: left linear 0.2s, width linear 0.2s;
    bottom: 0.25%;
    z-index: -1;
}

/*.nav-item-children::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    margin: 0 -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}*/

.nav-item-children {
    /*margin-top: 10px;*/
    position: absolute;
    background-color: #fff;
    min-width: 100%;
    text-align: left;
    color: #777;
    width: 100%;
    cursor: pointer;
    left: -55px;
    z-index: 1;
    overflow:hidden;
    transition: all 0.5s;
    opacity: 0;
}
.hy-pc-nav > .nav-item:hover > .nav-item-children {
    opacity: 1;
}

.hy-nav {
    color: #fff;
    background-color: transparent;
    border: none;
    height: 10rem;
    z-index: 10;
    text-align: right;
    /*padding: 0 10%;*/
    position: absolute;
    padding-top: 4rem;
    transition: all 0.3s;
}

    .hy-nav > img {
        z-index: 1;
        position: absolute;
    }

    .hy-nav > .nav-item {
        display: inline-block;
        padding: 0 2%;
        position: relative;
        height: inherit;
        cursor: pointer;
        font-size: 18px;
    }

        .hy-nav > .nav-item:hover, .hy-nav > .nav-item.active {
            color: #34c36d;
        }


.dropmenu-icon {
    position: absolute;
    margin: 0 10%;
    transition: top linear 0.2s;
    font-size: 1rem;
    top: 40%;
}

.hy-nav > .nav-item:hover > .dropmenu-icon {
    top: 55%;
}

.hy-nav > .nav-block {
    height: 5%;
    width: 5%;
    background-color: #34c36d;
    display: block;
    border-radius: 5rem;
    position: absolute;
    transition: left linear 0.2s, width linear 0.2s;
    bottom: 0.5%;
    z-index: -1;
}

.nav-item-children {
    position: absolute;
    background-color: transparent;
    min-width: 100%;
    text-align: center;
    color: #fff;
    border: none;
    width: 100%;
    /*margin-top: -0.3rem;*/
    cursor: pointer;
    left: 0px;
    z-index: 1;
    font-size: 14px;
    opacity: 0;
    transition: all 0.3s;
    font-size: 12px;
    display: none;
}

.hy-nav > .nav-item:hover > .nav-item-children {
    opacity: 1;
}
.hy-pc-nav > .nav-item:hover > .nav-item-children {
    opacity: 1;
    display: block;
}
/**修正2K屏幕问题**/
.hy-supportbg {
    text-align: center;
}

.nav-item-children > div {
    padding: 5px 1.5rem;
}

    .nav-item-children > div:hover {
        color: #34c36d;
    }

.hy-mobile-mune-btn {
    display: inline-block;
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
}

.hy-mobile-mune {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    text-align: left;
    overflow: auto;
    height: 0;
    transition: height 0.3s linear;
    color: #333;
}

    .hy-mobile-mune > .item {
        padding: 1rem 2rem;
    }

.hy-mobile-nav > img {
    cursor: pointer;
    width: 10rem;
    display: inline-block;
    position: absolute;
    left: 1rem;
    top: 1rem;
}

.logoAndstock > img {
    display: inline-block;
    margin: 10px 20px 10px 0;
    padding-right: 30px;
    border-right: 1px solid #fff;
}

.logoAndstock > div {
    display: inline-block;
}

    .logoAndstock > div > font {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        font-family: auto;
        vertical-align: middle;
        word-break: keep-all;
    }

.hy-mobile-nav > .logoAndstock {
    text-align: left;
    width: 320px;
    position: absolute;
}

    .hy-mobile-nav > .logoAndstock > img {
        margin: 10px;
        padding-right: 18px;
        height: 40px;
        display: inline-block;
        border-right: none;
    }

    .hy-mobile-nav > .logoAndstock > div {
        vertical-align: middle
    }

        .hy-mobile-nav > .logoAndstock > div > font {
            font-size: 12px;
            color: #34c36d;
        }
/*** 右下角按钮 ***/
.btn-bottom-ground {
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 2;
}

    .btn-bottom-ground > a {
        display: block;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 0;
        padding: 10px 15px;
        font-size: 16px;
    }

/*** 滑屏 ***/
.screen-scroll {
    position: fixed;
    height: auto;
    width: 40px;
    top: 50%;
    right: 0;
}

    .screen-scroll > .item {
        width: 20px;
        height: 20px;
        text-align: center;
        position: relative;
        margin: 10px 0;
    }

        .screen-scroll > .item:before {
            content: "";
            width: 10px;
            height: 10px;
            border-radius: 50%;
            display: inline-block;
            vertical-align: middle;
            transition: background linear 0.2s, width linear 0.2s, height linear 0.2s;
            background-color: #34c36d;
        }

        .screen-scroll > .item:hover:before, .screen-scroll > .item.active:before {
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: #fff;
            box-shadow: 0 0 0 3px #34c36d;
            transition: box-shadow linear 0.2s, width linear 0.2s, height linear 0.2s;
        }


@media (max-width: 768px) {
    .top-menu-block {
        right: -100%;
    }

    .hy-nav {
        padding: 0;
    }

    /*** 首页模板 ***/
    html {
        overflow: hidden;
    }

    .top-menu {
        width: 5rem;
        height: 5rem;
    }

    .top-menu-block {
        width: 100%;
        background-color: rgba(255,255,255, 1);
    }

        .top-menu-block > div {
            font-size: 12px;
            word-break: keep-all;
        }

    .menu-list > .menu-father {
        width: 100%;
    }

    .slide-item {
        background-size: auto;
        background-position: 70% 50%;
    }

    .slide-content {
        margin: 35% 10% 5% 10% !important;
    }

        .slide-content > div > .title {
            font-size: 21px;
        }

        .slide-content > div > .content {
            font-size: 18px;
        }

    .news-block:nth-child(odd), .news-block:nth-child(even) {
        width: 100%;
        height: 30%;
    }

    .news-block:nth-child(3) {
        display: none;
    }

    .news-masking > div {
        max-width: 80%;
    }

    .news-title {
        font-size: 14px;
    }

    .logoAndstock > img {
        width: 40%;
        margin: 0;
    }

    .logoAndstock > div {
        width: 40%;
        vertical-align: middle;
    }

        .logoAndstock > div > font {
            font-size: 14px;
        }

    /*** 新闻中心模板 ***/
    .hy-supportbg {
        height: 25rem;
    }

        .hy-supportbg > img {
            height: 100%;
            max-width: max-content;
            transform: translateX(-27%);
        }


    .hy-committed > div {
        width: 100%;
    }

    /*** 底部菜单 ***/
    .hy-bottom-info > .info {
        padding: 0;
    }

        .hy-bottom-info > .info > .hy-nav-width {
            height: 100%;
            padding: 0;
        }

    .hy-bottom-info-block-logo {
        height: 4rem;
        overflow: hidden;
    }

        .hy-bottom-info-block-logo > img {
            margin: 0 auto !important;
            height: 5.5rem;
        }

    .hy-bottom-info-block {
        padding: 0;
        line-height: 2.5;
        margin: 1rem 0;
    }

    .vertical-line {
        right: 0rem;
        height: 90%;
    }

    .hy-bottom-info > .record {
        font-size: 0.5em;
    }
}

@media only screen and (min-width: 769px) and (max-width: 979px) {
    .top-menu {
        height: 40px;
        width: 40px;
    }

    .logoAndstock > div {
        vertical-align: middle;
    }

        .logoAndstock > div > font {
            font-size: 18px;
        }

    .slide-item {
        background-size: auto 100%;
    }

    .slide-content {
        margin: 18% 50% 5% 10% !important
    }

        .slide-content > div > .title {
            font-size: 19px;
        }

        .slide-content > div > .content {
            font-size: 13px;
        }

    .top-menu-block {
        padding: 2% 5%;
    }

    .menu-linkus {
        font-size: 1px;
    }

    .menu-list {
        padding-left: 0;
    }

        .menu-list > .menu-father {
            width: 50%;
        }

    .menu-father-item {
        padding: 18px 5px;
    }

        .menu-father-item > span {
            top: 30%;
        }

    .menu-child-item {
        font-size: 13px;
        word-break: keep-all;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-list {
        height: 78%;
    }

    .vertical-line {
        right: 0;
    }

    /*** 第二种模板 顶部导航 ***/
    .hy-nav {
        padding: 0;
    }
}

@media only screen and (min-width: 979px) and (max-width: 1366px) {
    .slide-item {
        background-size: cover;
    }

    .slide-content > div > .title {
        font-size: 2.4rem;
        font-weight: bold;
    }

    .slide-content > div > .content {
        font-size: 1.6rem;
        padding: 3rem 0 0 0;
    }

    /*.news-list {
        height: 70%;
    }*/
}

@media only screen and (min-width: 1367px) and (max-width: 1600px) {
    .slide-content > div > .title {
        font-size: 3.4rem;
        font-weight: bold;
    }

    .slide-content > div > .content {
        font-size: 2.4rem;
        padding: 3rem 0 0 0;
    }

    .nav-tree {
        font-size: 2.4rem !important;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1920px) {
    .top-menu {
        height: 80px;
        width: 80px;
    }

    /*.news-list {
        height: 70%;
    }*/

    .hy-bottom-info {
        height: 250px;
    }
}

@media only screen and (min-width: 1921px) and (max-width: 2540 px) {
    .hy-supportbg > img {
        width: 100%;
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.2);
    }

    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.2);
    }

    40% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.sectitle {
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    color: #8C8C8C;
    line-height: 26px;
}

.hy-nav.hy-solution-nav .nav-item {
    background-color: white;
    width: 210px;
    margin: 10px;
    height: 140px;
    color: #666;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 10%);
}

    .hy-nav.hy-solution-nav .nav-item:hover, .hy-nav.hy-solution-nav .nav-item.active {
        background-color: #34c36d;
        box-shadow: 0px 5px 10px 0px rgba(176, 0, 14, 0.25);
    }

.mid-aboutus {
    width: 100%;
    margin-top: 50px;
}

.newsImg {
    width: 600px;
    height: 310px;
    border-radius: 8px;
}

.hy-logo {
    width: 180px;
    margin-left: 30px;
    margin-right: 60px;
    margin-bottom: -6px;
}

.hy-spliter {
    width: 2px;
    height: 40px;
    background: #979797;
    transform: translate(-20px,15px);
    display: inline-block;
}

.hy-logo-text {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #313131;
    margin-right: 70px;
}

.hy-pc-nav > .nav-item[name=solution]:hover {
    position: static;
}

.hy-pc-nav > .nav-item:hover > .nav-tree {
    display: block;
}

.nav-tree {
    position: absolute;
    display: none;
    margin-top: 10rem;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: inset 0px 0px 0.5rem 0.05rem rgba(0,0,0,0.05);
    text-align: left;
}

    .nav-tree > .container {
        padding-bottom: 40px;
        width: 60vw;
        max-height: 65vh;
        overflow: auto;
        margin: 0 auto;
        display: flex;
        -ms-flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-direction: column;
        flex-wrap: wrap;
    }

        .nav-tree > .container > .rank1 {
            padding-top: 40px;
            margin-right: 30px;
            width: 50%;
            max-height: 45vh;
        }

            .nav-tree > .container > .rank1 > .sol_title {
                font-size: 18px;
                font-weight: bold;
                font-family: Microsoft YaHei;
                color: #313131;
            }

            .nav-tree > .container > .rank1 > .sub_title {
                font-size: 14px;
                font-weight: 400;
                font-family: Microsoft YaHei;
                color: #8B8B8B;
            }

        .nav-tree > .container .rank2 {
            padding-top: 24px;
            max-height: 44vh;
            display: flex;
            -ms-flex-direction: column;
            -ms-flex-wrap: wrap;
            flex-direction: column;
            flex-wrap: wrap;
        }

            .nav-tree > .container .rank2 .sol_title {
                font-size: 16px;
                line-height: 32px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: #34c36d;
            }

        .nav-tree > .container .rank3 {
            padding-top: 13px;
            padding-left: 20px;
            margin-bottom: 20px;
            height: 14vh;
            overflow: auto;
            font-size: 13px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #313131;
        }

        .nav-tree > .container .clickable:hover {
            text-decoration: underline;
            text-decoration-thickness: 2px;
        }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .nav-tree > .container {
        height: 65vh;
    }

        .nav-tree > .container .rank2 {
            height: 44vh;
        }
}

@media only screen and (min-width: 1367px) and (max-width: 1600px) {
    .nav-tree > .container {
        height: 65vh;
    }

        .nav-tree > .container .rank2 {
            height: 48vh;
            max-height: 48vh;
        }

        .nav-tree > .container > .rank1 > .sol_title {
            font-size: 16px;
            font-weight: bold;
            font-family: Microsoft YaHei;
            color: #313131;
        }

        .nav-tree > .container > .rank1 > .sub_title {
            font-size: 12px;
        }

        .nav-tree > .container .rank2 .sol_title {
            font-size: 13px;
            line-height: 26px;
        }

        .nav-tree > .container .rank3 {
            font-size: 12px;
            height: 16vh;
        }
}

@media only screen and (max-width: 1366px) {
    .nav-tree > .container {
        height: 70vh;
        width: 70vw;
    }

        .nav-tree > .container > .rank1 {
            max-height: 32vh;
        }

        .nav-tree > .container .rank2 {
            height: 55vh;
            max-height: 55vh;
        }
}

.ws-font-blue {
    color: #34c36d !important;
}
.ws-bg-blue {
    background-color: #34c36d !important;
    color: #fff !important;
}
.hy-picture {
    width: 100vw;
    height: 600px;
}
.hy-nav-scroll {
    color: #333 !important;
    background-color: #fff !important;
    position: fixed !important;
    align-items: center !important;
    padding: 0 !important;
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.08);
}
    .hy-nav-scroll .nav-item-children {
        background-color: #fff !important;
        color: #333 !important;
        border-radius: 5px;
        box-shadow: 0 3px 10px 3px rgba(0,0,0,0.08);
    }
    .hy-nav .logo-none {
        display: none;
    }