﻿body, html {
    font-family: "Qomolangma-UchenSarchen" !important;
}
/*NewsDetail*/
.nei-banner {
    width: 100%;
    position: relative;
}

    .nei-banner .img img {
        width: 100%;
    }

    .nei-banner .text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,.3);
    }

        .nei-banner .text h3 {
            font-size: 50px;
            color: #fff;
        }

.bx-mb-nav {
    line-height: 1;
    margin-top: 20px;
    border-bottom: 0;
}

    .bx-mb-nav p {
        font-size: 14px;
        color: #707070;
        line-height: 1;
    }

    .bx-mb-nav i {
        font-size: 20px;
    }

    .bx-mb-nav a:hover {
        color: #176653;
    }

.NewsDetail001 {
    margin-top: 20px;
    margin-bottom: 90px;
}

.NewsDetail001-title {
    text-align: center;
}

    .NewsDetail001-title h3 {
        font-size: 24px;
        color: #333;
    }

.tit_bar {
    margin-top: 15px;
}

.social-share {
    display: inline-block;
}

.tit_bar .text {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    display: inline-block;
    margin: 0 3%;
}

.NewsDetail001-item {
    padding: 30px 0;
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.TurnPages {
    display: flex;
    justify-content: space-between;
}

    .TurnPages p {
        width: 40%;
    }

        .TurnPages p:nth-last-child(1) {
            text-align: right;
        }

    .TurnPages a {
        font-size: 16px;
        color: #000;
    }

        .TurnPages a:hover {
            color: #176653;
        }

@media screen and (max-width: 1000px) {
    .nei-banner .img {
        height: 200px;
    }

        .nei-banner .img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .nei-banner .text h3 {
        font-size: 25px;
    }

    .bx-mb-nav {
        margin-top: 10px;
    }

        

    .NewsDetail001-title h3 {
        font-size: 20px;
    }

    .tit_bar .text {
        margin: 5px 3%;
    }

    .NewsDetail001 {
        margin-bottom: 30px;
    }

    .TurnPages {
        display: block;
    }

        .TurnPages p {
            width: 100%;
            text-align: left !important;
            margin: 5px 0;
        }

            .TurnPages p a {
                font-size: 14px;
            }
}


@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    background-color:#fff;
}

    .header.active {
        background-color: #fff;
        width: 100%;
        z-index: 99;
        animation-name: opacity;
        animation-duration: 0.8s;
        
    }

        .header.active .bx-header001 .bx-nav ul li a {
            color: #000000;
        }

            .header.active .bx-header001 .bx-nav ul li a:hover, .header.active .bx-header001 .bx-nav ul li a.active {
                color: #D71418;
            }



.bx-header001 {
    height: 80px;
    line-height: 80px;
    position: relative
}

    .bx-header001 .bx-logo {
        max-height: 80px
    }

        .bx-header001 .bx-logo img {
            max-height: 80px;
        }



.bx-header001 .bx-nav ul li {
    position: relative;
    float: left;
    line-height: 80px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    z-index: 600;
    padding: 0 0px;
    position:relative;
}
    .bx-header001 .bx-nav ul li::after {
        content: '';
        border-right: 1px solid #999;
        display: block;
        width: 0;
        height: 14px;
        position:absolute;
        right:0;
        top:50%;
        transform:translate(0,-50%);
    }
        .bx-header001 .bx-nav ul li:nth-last-child(1)::after{
            display:none;
        }

        .bx-header001 .bx-nav ul li .bx-nav-fd {
            display: none;
            position: absolute;
            top: 100px;
            line-height: 40px;
            width: 100%;
            background-color: #ffffff;
            z-index: 600
        }

    

    .bx-header001 .bx-nav ul li a {
        display: block;
        color: #333;
        padding: 0 20px;
    }

.bx-header001 .bx-navigation {
    display: none;
    margin-left: 20px;
}

    .bx-header001 .bx-nav ul li a:hover,
    .bx-header001 .bx-nav ul li a.active {
        color: #176653;
    }

.active .bx-header001 .bx-nav ul li a:hover,
.active .bx-header001 .bx-nav ul li a.active {
    color: #fff;
}

.bx-navigation {
    display: none;
}

.header-search {
    background-color: #fff;
    width: 280px;
    margin-top: 25px;
    padding-right: 50px;
    position: relative;
    line-height: 1;
    background-color: #eeeeee;
    border-radius: 36px;
}
    .header-search input {
        border: none;
        height: 35px;
        padding: 0 15px;
        font-size: 14px;
        color: #333;
        width: 100%;
        background-color:transparent;
        overflow: hidden;
    }
    .header-search span {
        position: absolute;
        display: block;
        width: 50px;
        height: 100%;
        right: 0;
        top: 0;
        text-align: center;
        line-height: 35px;
        color: #8d8d8d;
        font-size: 20px;
        transition: all 0.5s;
        cursor: pointer;
        overflow: hidden;
    }

    @media (max-width: 1400px) {
        .bx-header001 .bx-nav ul li {
        font-size: 16px;
    }
            .bx-header001 .bx-nav ul li a {
                padding: 0 10px;
                font-size:13px;
            }
        .header-search{
            width:210px;
        }
}

@media screen and (max-width: 1000px) {
    .bx-header001 .bx-logo {
        height: 50px;
    }

    .bx-header001 {
        height: 60px;
        line-height: 60px;
    }

        .bx-header001 .bx-logo img {
            max-height: 50px;
        }

        .bx-header001 .bx-nav {
            display: none;
            position: absolute;
            top: 60px;
            z-index: 500;
            right: 0;
            z-index: 600;
            width: 100%;
            background-color: #fff;
        }

            .bx-header001 .bx-nav ul li {
                line-height: 50px;
                text-align: left;
                float: none;
            }

                .bx-header001 .bx-nav ul li i {
                    display: block;
                    width: 12px;
                    height: 12px;
                    color: #333;
                    transition: color .25s;
                    position: absolute;
                    right: 10px;
                    top: 18px;
                }

                    .bx-header001 .bx-nav ul li i::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 50%;
                        width: 100%;
                        height: 2px;
                        background-color: #333;
                        transform: translate(0,-50%);
                    }

                    .bx-header001 .bx-nav ul li i::after {
                        content: '';
                        position: absolute;
                        left: 50%;
                        top: 0;
                        width: 2px;
                        height: 100%;
                        background-color: #333;
                        transform: translate(-50%,0);
                    }

                .bx-header001 .bx-nav ul li a {
                    padding: 0 10px;
                    color: #333;
                    text-align: center;
                }

        .bx-header001 .bx-navigation {
            display: block;
        }

        .bx-header001 .bx-nav ul li .bx-nav-fd {
            display: none;
            position: relative;
            top: 0px;
        }

    .bx-navigation {
        display: block;
    }

    .bx-header001 .bx-nav ul li .bx-nav-fd a {
        padding: 0 30px;
    }

    .hamburger {
        margin-top: 18px;
    }

        .hamburger .line {
            width: 35px;
            height: 3px;
            background-color: #333;
            display: block;
            margin: 8px auto;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .hamburger:hover {
            cursor: pointer;
        }

    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(13px) rotate(45deg);
        -ms-transform: translateY(13px) rotate(45deg);
        -o-transform: translateY(13px) rotate(45deg);
        transform: translateY(11px) rotate(45deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-13px) rotate(-45deg);
        -ms-transform: translateY(-13px) rotate(-45deg);
        -o-transform: translateY(-13px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }
}


.banner, .nei-banner{
    margin-top: 100px;
    
}
    .banner .swiper-container{
        border-radius:10px;
        overflow:hidden;
    }
    .banner img, .nei-banner img {
        width: 100%;
    }

.banner-item{
    border-radius:20px;
    overflow:hidden;
}

.swiper-pagination-bullet-active {
    background-color: #176653;
}


.banner .swiper-button-next, .banner .swiper-button-prev {
    width: 38px;
    height: 38px;
    margin-top: -19px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
}
.swiper-button-next i, .swiper-button-prev i {
    color: #fff;
    line-height: 38px;
    font-size: 16px;
}
.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover{
    background-color:#176653;
}

.index-one{
    margin-top:20px;
}

.index-one-item ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -5px;
}

.index-one-item ul li{
    display:block;
    padding:0 5px;
    width:25%;
}
.index-one-list {
    display: block;
    text-align: center;
    height: 155px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:10px;
    transition:all 0.5s;
    padding-top:20px;
}

    .index-one-list h3 {
        font-size: 55px;
        color: #176653;
        display: block;
        text-align: center;
        line-height: 1;
        font-weight:400;
        transition:all 0.5s;
    }
    .index-one-list p {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        display: block;
        text-align: center;
        line-height: 1;
        margin-top: 15px;
        height: 30px;
        line-height:15px;
    }
    .index-one-list span {
        display: inline-block;
        opacity: 0;
        height: 0;
        overflow: hidden;
        border-radius: 28px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
        line-height: 2;
        padding: 0 18px;
        background: #176653;
        margin: 0 auto;
        margin-top: 10px;
        transition: all 0.5s;
    }

        .index-one-list:hover {
            border-color: #176653;
        }
            .index-one-list:hover h3{
                font-size:40px;
            }
            .index-one-list:hover span {
                opacity: 1;
                height: 30px;
            }

.index-two {
    background: #f5f5f5;
    padding: 50px 0;
    margin-top:50px;
}
.index-two-nav ul{
    text-align:center;
}
    .index-two-nav ul li {
        display: inline-block;
        position: relative;
        padding: 0 35px;
    }

        .index-two-nav ul li::after {
            content: '';
            border-right: 1px solid #999;
            display: block;
            width: 0;
            height: 18px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .index-two-nav ul li:nth-last-child(1)::after {
            display: none;
        }

        .index-two-nav ul li a {
            line-height: 1;
            color: rgba(0, 0, 0, 0.7);
            font-size: 16px;
            font-weight: bold;
            padding-bottom: 20px;
            display:block;
            position:relative;
        }
            .index-two-nav ul li a::after {
                content: '';
                height: 1px;
                width: 0;
                position: absolute;
                left: 50%;
                bottom: 0;
                transition: all 0.4s ease 0s;
                background-color:#176653;
                transform:translate(-50%,0);
            }
            .index-two-nav ul li a:hover::after{
                width:100%;
            }
        .index-two-nav ul li.active a::after{
            width:100%;
        }


.index-two-item{
    margin-top:20px;

}
    .index-two-item ul{
        margin:0  -10px;
        display:flex;
        flex-wrap:wrap;

    }
    .index-two-item ul li {
        width: 33.33%;
        padding: 0 10px;
        margin-top:30px;
    }
.index-two-list{
    display:block;

}
    .index-two-list .img {
        display: block;
        height: 0;
        position: relative;
        padding-bottom: 66%;
        overflow: hidden;
        border-radius: 5px;
    }
    .index-two-list .img img{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        transition:all 0.5s;
    }
    .index-two-list .img img:nth-child(2) {
        opacity:0;
    }
        .index-two-list:hover .img img:nth-child(2){
            opacity:1;
        }
    .index-two-list:hover .img img:nth-child(1){
        transform:scale(1.05);
    }
    .index-two-list .text {
        border-radius: 0 0 5px 5px;
        overflow: hidden;
        padding: 15px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 0.5s;
    }
        .index-two-list .text .wz{
            display:block;
        }
            .index-two-list .text .wz h3 {
                font-size: 18px;
                color: #585858;
                line-height: 20px;
            }
            .index-two-list .text .wz p {
                font-size: 14px;
                color: #585858;
                line-height: 20px;
                margin-top:5px;
            }
        .index-two-list .text .but {
            width: 32px;
            height: 32px;
            color: #176653;
            border: 1px solid #176653;
            line-height: 29px;
            text-align: center;
            border-radius: 50%;
            cursor: pointer;
            opacity:0;
            transition:all 0.5s;
        }

            .index-two-list .text .but span {
                font-size: 12px;
            }
    .index-two-list .wz{
        width:calc(100% - 50px);
    }

    .index-two-list:hover .text .but{
        opacity:1;
    }
    .index-two-list .text .but:hover{
        background-color:#176653;
    }

    .index-two-list .text .but:hover span{
        color:#fff;
    }
    .index-two-list:hover .text {
        background-color: #fff;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    }

.index-two-item>.but{
    text-align:center;
    margin-top:40px;
}

    .index-two-item .but a {
        display: inline-block;
        width: 270px;
        height: 40px;
        border: 1px solid #cecece;
        color: #333333;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        position:relative;
        z-index:1;
    }
        .index-two-item .but a span{
            position:relative;
            z-index:2
        }
        .index-two-item .but a::before {
            content: "";
            display: block;
            width: 0;
            height: 100%;
            background-color: #176653;
            transition: all 0.6s ease 0s;
            position: absolute;
            left: 0;
            top: 0;
        }
        .index-two-item .but a:hover:before{
            width:100%;
        }
        .index-two-item .but a:hover {
            color: #fff;
            border: 1px solid #176653;
        }

.FontList-nav {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
}
    .FontList-nav .index-two-nav{
        padding-top:10px;
    }
    .FontList-nav .index-two-nav ul li a {
        padding-bottom: 28px;
    }

.FontList-filter-item {
    border: 1px solid #e9e9e9;
    background: #fff;
    padding: 22px;
    margin-top: 20px;
    border-radius: 8px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
    .FontList-filter-item .left{
        display:flex;
        align-items:center;
        opacity:0;
        transition:all 0.5s;
    }
    .FontList-filter-item .list-search {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-right:20px;
    }
    .FontList-filter-item .list-search input {
        border: none;
        background: #edeeee;
        width: 400px;
        height: 100%;
        font-size: 14px;
        padding: 0 15px 0 15px;
        line-height: 32px;
        color: #000;
        outline: none;
        height: 32px;
        border-radius: 32px 0 0 32px;
    }
    .FontList-filter-item .list-search span {
        background: #cecfcf;
        color: #fff;
        font-size: 14px;
        line-height: 32px;
        height:32px;
        margin: 0 0 0 0;
        display: block;
        width: 60px;
        text-align: center;
        border-radius: 0 32px 32px 0;
        cursor:pointer;
    }
    .FontList-filter-item .left .list-slider{
        width:440px;
        display:flex;
        align-items:center;
    }
        .FontList-filter-item .left .list-slider #ID-slider-demo{
            width:400px;
            margin:0 10px;
        }
    .FontList-filter-item .right{
        display:flex;
        align-items:center;
    }

.FontList-tab{
    text-align:center;
    cursor:pointer;
    margin-left:20px;
}
    .FontList-tab span {
        font-size: 30px;
        color: #bcbcbc;
    }
    .FontList-tab p {
        font-size:12px;
        color: #bcbcbc;
        line-height:1;
    }
    .FontList-tab.active span, .FontList-tab.active p {
        color: #535353;
    }

.FontList-bg {
    background-color: #f5f5f5;
    padding-bottom:50px;
    min-height:calc(100vh - 160px);
}

.FontList-item .index-two-item{
    margin-top:-10px;
}

.FontList-bg.active .FontList-filter .left {
    opacity:1;
}

.FontList-bg.active .FontList-item .index-two-item  ul li{
    width: 100%;
    margin-top:20px;
}

    .FontList-bg.active .FontList-item .index-two-item ul li .index-two-list .img{
        display:none;
    }
    .FontList-bg.active .FontList-item .index-two-item ul li .index-two-list {
        background-color: #fff;
        padding: 30px 25px 30px 30px;
        position: relative;
        background: #fff;
        border-radius: 8px;
        transition:all 0.5s;
        
    }
        .FontList-bg.active .FontList-item .index-two-item ul li .index-two-list .text{
            box-shadow:none;
            padding:0;
        }
        .FontList-bg.active .FontList-item .index-two-item ul li .index-two-list .text .wz p {
            display: none;
        }
        .FontList-bg.active .FontList-item .index-two-item ul li .index-two-list .text .but{
            opacity:1 !important;
        }
        .FontList-bg.active .FontList-item .index-two-item ul li .index-two-list:hover {
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }
        .FontList-bg.active .FontList-item .index-two-item ul li .index-two-list .characters {
            font-size: 50px;
            color: #484848;
            display:block;
            margin-top:10px;
            
        }
.FontList-bg.active .FontList-item .index-two-item{
    margin-top:0;
}
.index-two-item ul li .index-two-list .characters{
    display:none;
}

.FontDetail{
    background-color:#f5f5f5;
    overflow:hidden;
    min-height:calc(100vh - 80px);
    margin-top:-20px;
    padding-top:20px;
    padding-bottom:50px;
}

.FontDetail-item {
    display: flex;
    justify-content: space-between;
}

    .FontDetail-item .FontDetail-left{
        width:900px;
    }
    .FontDetail-item .FontDetail-right{
        width:420px;
    }

    .FontDetail-item .FontDetail-left .FontList-filter-item .list-search input{
        width:180px;
        background-color:#fff;
    }
    .FontDetail-item .FontDetail-left .FontList-filter-item .left .list-slider #ID-slider-demo {
        width: 200px;
    }
    .FontDetail-item .FontDetail-left .FontDetail-title > h3 {
        width: 28%;
        font-size: 16px;
        color: #000;
    }
    .FontDetail-item .FontDetail-left .FontList-filter-item .left{
        width:72%;
    }
.FontDetail-title {
    background: #e8e8e8;
    padding:20px;
    border-radius: 8px 8px 0 0;
    margin-top:0;
}

.layui-slider {
    background-color: #AAA !important;
}

.FontDetail-characters {
    background: #fff;
    padding: 40px  20px;
    font-size: 55px;
    min-height: 350px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    color: #000;
}

.FontDetail-boxitem {
    margin-top: 30px;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.FontDetail-right {
    padding: 45px 50px 20px 50px;
    border-radius: 8px;
    background: #fff;
    padding-bottom: 50px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.FontDetail-one .img{
    margin-bottom:20px;
}
.FontDetail-one .img img {
    width: 100%;
}
.FontDetail-one .text {
    display: block;
    
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
.FontDetail-one .text p{
    margin:10px 0;
}

    .FontDetail-one .text p span {
        color: #535353;
    }

.FontDetail-one .but {
    display: block;
    line-height: 48px;
    color: #176653;
    background: #fff;
    border: 1px solid #176653;
    text-align: center;
    font-size: 16px;
    border-radius: 8px;
    width: 100%;
    margin-top: 20px;
    transition:all 0.5s;
}
.FontDetail-one .but:hover{
    background-color:#176653;
    color:#fff;
}

.FontDetail-two {
    border-top: 1px solid #e5e5e5;
    margin-top: 50px;
    padding-top:30px;
}


    .FontDetail-two .title {
        font-size: 14px;
        color: #000;
        font-weight: bold;
        line-height: 18px;
        border-left: 2px solid #176653;
        padding-left: 8px;
        margin-bottom: 25px;
    }
    .FontDetail-two ul li{
        margin-bottom:10px;
    }
    .FontDetail-two ul li a {
        display: block;
        position: relative;
    }

    .FontDetail-two ul li a .shows {
        font-size: 30px;
        line-height: 62px;
        text-align: center;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        height: 62px;
        padding-left: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
        .FontDetail-two ul li a .shows span {
            font-size: 16px;
            width: 70px;
            border-right: 1px solid #bebebe;
            display: inline-block;
            line-height: 20px;
            margin-right: 15px;
        }
        .FontDetail-two ul li a .shows big {
            font-size: 26px;
            width: calc(100% - 80px);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align:left;
        }
    .FontDetail-two ul li a .more {
        background: #176653;
        padding: 10px 22px;
        border-radius: 8px;
        position: absolute;
        left: 0;
        top: 0;
        width: calc(100% - 44px);
        height: 44px;
        opacity: 0;
        transition: all 0.3s ease 0s;
        width:100%;
        height:100%;
    }
        .FontDetail-two ul li a .more .l {
            float: left;
            font-size: 12px;
            color: #fff;
            line-height: 22px;
            width:calc(100% - 70px);
        }
            .FontDetail-two ul li a .more .l small {
                font-size: 12px;
                color: #fff;
                line-height: 14px;
                width: 60px;
                display: inline-block;
            }
            .FontDetail-two ul li a .more .l span {
                font-size: 12px;
                color: #fff;
                line-height: 14px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width:calc(100% - 60px);
                display:inline-block;
                vertical-align:middle;
            }
                .FontDetail-two ul li a .more .r {
                    font-size: 12px;
                    float: right;
                    line-height: 44px;
                    color: #fff;
                    width:70px;
                    text-align:right;
                }
    .FontDetail-two ul li a:hover .more {
        opacity:1;
    }

.About {
    background-color: #f5f5f5;
    padding-bottom: 50px;
    min-height: calc(100vh - 80px);
    margin-top:-20px;
}

.About-box {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .About-box .About-box-right {
        width: 358px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
        padding: 50px 30px;
    }
    .About-box .About-box-left {
        width: calc(100% - 368px);
        padding: 35px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    }
.About-box-text{
    font-size:16px;
    color:#333;
    margin-top:30px;
}
.About-box-left .title {
    font-size: 30px;
    color: #176653;
    line-height: 1;
}

.About-box-con {
   
    margin-bottom: 30px;
}
    .About-box-con .title {
        font-size: 26px;
        color: #363533;
        border-left: 3px solid #176653;
        padding-left: 10px;
        font-weight: bold;
    }

.About-box-text {
    font-size: 14px;
    color: #717171;
    line-height: 26px;
}



.footer003 {
    width: 100%;
    background-color: #000;
}

.footer003-item {
    padding-top: 47px;
    overflow: hidden;
    padding-bottom: 39px;
}

.footer003-item-top {
    overflow: hidden;
}

    .footer003-item-top .footer003-logo {
        width: 30%;
        float: left;
    }

        .footer003-item-top .footer003-logo h3 {
            font-size: 24px;
            line-height: 32px;
            color: #FFFFFF;
        }

        .footer003-item-top .footer003-logo p {
            font-size: 14px;
            line-height: 30px;
            color: #FFFFFF;
        }

    .footer003-item-top .footer003-nav {
        float: right;
        text-align: right;
    }
        .footer003-item-top .footer003-nav ul li {
            display: inline-block;
            margin-left: 50px;
            vertical-align:text-top;
            text-align:left;
        }

        .footer003-item-top .footer003-nav a.title {
            font-size: 16px;
            color: #FFFFFF;
            display:block;
            margin-bottom:15px;
        }
        .footer003-item-top .footer003-nav a {
            font-size: 12px;
            color: rgba(255,255,255,.5);
            display: block;
            margin-top:5px;
        }

        .footer003-item-top .footer003-nav a:hover {
            color: #176653;
        }

.footer003-item-botttom {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
}

    .footer003-item-botttom .left {
        width: 40%;
    }

        .footer003-item-botttom .left p {
            display: block;
            font-size: 16px;
            color: rgba(255, 255, 255, .6);
            line-height: 32px;
            position: relative;
        }

           
            .footer003-item-botttom .left p .bx-tongzhi1 {
                font-size: 12px;
            }

    .footer003-item-botttom .right {
        width: 60%;
        text-align: right;
    }

        .footer003-item-botttom .right .img {
            display: inline-block;
            width: 100px;
            height: 100px;
            margin-left: 50px;
        }

        .footer003-item-botttom .right p {
            font-size: 14px;
            color: #FFFFFF;
            margin-top: 10px;
        }

.footer003 .footer003-bottom {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    background-color: #000000;
    border-top:1px solid rgba(255,255,255,.2);
}

    .footer003 .footer003-bottom a {
        color: rgba(255, 255, 255, .5);
    }

        .footer003 .footer003-bottom a:hover {
            color: #fff;
        }


@media(max-width:1400px) {
    .footer003-item-top .footer003-nav ul li{
        margin-left:25px;
    }
    .footer003-item-top .footer003-nav a.title{
        font-size:15px;
    }
    .footer003-item-botttom .left p{
        font-size:14px;
    }
}

@media(max-width:1000px) {
    .footer003-item-top .footer003-nav, .footer003-item-top .footer003-logo {
        width: 100%;
        float: none;
    }

    .footer003-item-top .footer003-nav {
        display: none;
    }

    .footer003-item-botttom {
        flex-direction: column;
    }

        .footer003-item-botttom .left, .footer003-item-botttom .right {
            width: 100%;
        }

        .footer003-item-botttom .right {
            text-align: center;
            margin-top: 20px;
        }

            .footer003-item-botttom .right .img {
                margin: 0 15px;
            }

    .footer003-item {
        padding: 30px 0;
    }
}



@media(max-width:1400px) {
    .FontList-filter-item .list-search input{
        width:360px;
    }
    .FontList-filter-item .left .list-slider{
        width:360px;
    }
    .FontDetail-item .FontDetail-left{
        width:750px;
    }
    .FontDetail-item .FontDetail-right {
        width: 360px;
        padding: 30px 25px 20px 25px;
    }
    .FontDetail-one .but{
        line-height:40px;
    }
}


@media(max-width:1000px) {
    .header-search{
        width:100%;
        margin-top:10px;
        margin-bottom:10px;
    }
    .banner, .nei-banner{
        margin-top:120px;
    }
    .banner{
        height:200px;
    }
        .banner .container, .banner .container .swiper-container {
            height: 100%;
        }
            .banner .container .swiper-container img{
                height:100%;
                object-fit:cover;
            }
    .index-one-item ul li{
        width:50%;
        margin-top:10px;
    }
    .index-one-list h3{
        font-size:40px;
    }
    .index-one-list{
        height:100%;
    }
        .index-one-list span{
            display:none !important;
        }
        .index-one-list p {
            height: auto;
            font-size:12px;
        }
        .index-two {
            padding: 30px 0;
            margin-top: 30px;
        }
    .index-two-nav{
        overflow-x:auto;
    }

    .index-two-nav ul {
        width: max-content;
    }
    .index-two-nav ul li {
        padding: 0 20px;
    }
        .index-two-nav ul li a{
            padding-bottom:10px;
        }
    .index-two-item ul{
        margin:0 -5px;
    }
    .index-two-item ul li {
        width: 50%;
        padding: 0 5px;
        margin-top:15px;
    }
    .index-two-list .text{
        padding:10px;
    }
        .index-two-list .text .but{
            display:none;
        }
        .index-two-list .text .wz{
            width:100%;
        }
            .index-two-list .text .wz h3{
                font-size:16px;
            }
            .index-two-list .text .wz p{
                font-size:12px;
            }
    .index-two-item{
        margin-top:10px;
    }
        .index-two-item > .but{
            margin-top:20px;
        }
    .footer003-item-botttom .right{
        display:none;
    }
    .bx-header001 .bx-nav ul li::after{
        display:none;
    }

    .FontList-filter-item{
        flex-direction:column;
        padding:15px;
    }
        .FontList-filter-item .left{
            flex-direction:column;
            width:100%;
            margin-top:10px;
        }
        .FontList-filter-item .list-search{
            margin-right:0;
            width:100%;
        }
            .FontList-filter-item .list-search input{
                width:calc(100% - 60px);
            }
        .FontList-filter-item .left .list-slider{
            width:100%;
            margin-top:10px;
        }
      
    .FontList-tab{
        margin:0 10px;
    }
    .FontList-nav .index-two-nav ul li a{
        padding-bottom:15px;
        padding-top:5px;
        font-size:12px;
    }
    .FontList-filter-item .left{
        display:none;
    }
    .FontList-bg.active .FontList-filter .left{
        display:block;
    }
    .FontList-item .index-two-item{
        margin-top:0;
    }
    .FontList-bg.active .FontList-item .index-two-item ul li .index-two-list .characters{
        font-size:25px;
    }
    .FontList-bg.active .FontList-item .index-two-item ul li .index-two-list{
        padding:20px;
    }
    .FontList-bg.active .FontList-item .index-two-item ul li{
        margin-top:10px;
    }
    .FontList-bg{
        padding-bottom:30px;
    }

    .FontDetail-item{
        flex-direction:column;
    }
        .FontDetail-item .FontDetail-left{
            width:100%;
        }
        .FontDetail-item .FontDetail-right{
            width:100%;
            padding:20px;
        }
        .FontDetail-item .FontDetail-left .FontDetail-title > h3{
            width:100%;
            margin-bottom:10px;
        }
        .FontDetail-item .FontDetail-left .FontList-filter-item .left{
            display:block;
            width:100%;
            margin-top:0;
        }
        .FontDetail-item .FontDetail-left .FontList-filter-item .list-search input{
            width:calc(100% - 60px);
        }
        .FontDetail-item .FontDetail-left .FontList-filter-item .left .list-slider #ID-slider-demo{
            width:100%;
        }
    .FontDetail-characters{
        font-size:40px;
    }

    .About-box .About-box-right{
        display:none;
    }
    .About-box .About-box-left{
        width:100%;
    }
    .About-box{
        padding-top:30px;
    }
        .About-box .About-box-left{
            padding:15px;
        }
    .About-box-left .title{
        font-size:20px;
    }
}