* {
    font-family: "Microsoft YaHei UI";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    margin: 0 auto;
}

.center-text {
    text-align: center;
}

.center_vertical {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.clear_space {
    padding: 0;
    margin: 0;
}

.clear_fix {
    zoom: 1;
}

.clear_fix:after {
    content: ' ';
    clear: both;
    height: 0;
    display: block;
}

.display_none {
    display: none;
}

.display_block {
    display: block;
}

.title-font-weight {
    font-weight: 600;
}

@media (min-width: 1020px) {
    .sm {
        display: none;
    }
}

@media (max-width: 1020px) {
    .md {
        display: none;
    }
}

@media (min-width: 1020px) {
    .header {
        height: 90px;
        border-bottom: solid 4px #0B5DF1;
        position: relative;
    }

    .header .active .nav a {
        font-size: 16px;
        color: #666666;
    }

    .header .active .nav .active a {
        font-size: 16px;
        color: #333333;
    }

    .header .search {
        margin-top: 23px;
    }

    .header .eng {
        margin-top: 28px;
    }

    .header .search form {
        width: 110px;
        height: 26px;
        background: none;
        background-color: #f7f8fa;
        border-radius: 25px;
        border: solid 2px #f2f3f5;
        margin-top: 3px;
    }

    .header .search form input[type=text] {
        width: 60px;
        margin-top: 1px;
        margin-left: 15px;
    }

    .header .search form input[type=submit] {
        width: 18px;
        height: 18px;
        float: right;
        margin-right: 10px;
    }

    .header .nav li {
        height: 90px;
    }

    .header .nav a {
        font-size: 16px;
        color: #FFFFFF;
        padding: 30px 20px;
    }

    .inner-container {
        padding-top: 90px;
        padding-bottom: 120px;
    }

    .inner-container .title {
        font-size: 32px;
        color: #000000;
        text-align: center;
    }

    .category-title {
        padding-top: 90px;
        padding-bottom: 70px;
    }

    .category-title .category-title-text {
        font-size: 40px;
        color: #333333;
        text-align: center;
    }

    .category-title .category-title-english {
        font-size: 18px;
        color: #333333;
        text-align: center;
        text-transform: uppercase;
        margin-top: 10px;
    }

    #menu-title li span {
        line-height: 20px;
    }

    #menu-title li:hover,
    #menu-title li.active {
        background-image: url("../image/md/c.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 15px 15px;
    }
}

@media (max-width: 1020px) {
    .container {
        width: 100%;
        padding: 0;
        margin: 0;
        min-width: 0;
    }

    .container-max {
        font-size: 12px;
        color: #000000;
        line-height: 24px;
        min-width: 320px;
        margin: 0 auto;
    }

    .category-title {
        padding: 0;
        margin: 0;
    }

    .category-title .category-title-text {
        font-size: 22px;
        color: #333333;
        text-align: center;
        margin-top: 60px;
    }

    .category-title .category-title-english {
        font-size: 12px;
        color: #333333;
        text-align: center;
    }

    #menu-title {
        margin-top: 30px;
    }

    #menu-title li {
        width: 100%;
        /*border-left: solid 1px #D8D8D8;*/
        border-bottom: solid 1px #ededed;
        text-align: right;
        padding-right: 20px;
        background-image: url("../image/sm/c.png");
        background-repeat: no-repeat;
        background-position: right;
    }

    #menu-title li:first-child {
        border-left: none;
    }

    #menu-title {
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*justify-content: center;*/
    }

    .inner-container .title {
        font-size: 15px;
        color: #000000;
        text-align: center;
        padding: 10px 0;
        font-weight: 600;
    }
}

/*# sourceMappingURL=inner.css.map */
