@charset "utf-8";

/* CSS Document */
/*2025.4.15*/

.box {
    overflow: hidden;
}

.container {
    max-width: 1430px;
    width: 90%;
}

.quick-link {
    position: fixed;
    right: 50px;
    top: 38%;
    z-index: 11;
}

    .quick-link ul {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        position: relative;
    }

        .quick-link ul li {
            margin-bottom: 20px;
            border-radius: 34px;
            width: 67px;
            height: 67px;
            overflow: hidden;
            position: relative;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }

             .quick-link ul li:nth-child(2) {
                  overflow: initial;                
             }

            .quick-link ul li a {
                width: 67px;
                height: 67px;
                display: flex;
                align-items: center;
                text-decoration: none;
            }

            .quick-link ul li>img {
                width: 67px;
                height: 67px;
                transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                border-radius: 100%;
                background: #fff;
            }

            .quick-link ul li span {
                font-size: 16px;
                color: #e5cfa1;
                transition: none;
                width: 110px;
                padding-left: 8px;
                opacity: 0;
            }

            .quick-link ul li:hover {
                width: 182px;
                background: #5e251b;
                box-shadow: 0px 1px 4px 1px #654638;
                cursor: pointer;
            }

            .quick-link ul li:nth-child(2):hover {
                width: 67px;                   
            }

                .quick-link ul li:hover a {
                    width: 182px;                   
                }

                .quick-link ul li:hover span {
                    opacity: 1;
                }

                .quick-link ul li:nth-child(2):hover a {
                    width: 67px;                   
                }

               .quick-link ul li:nth-child(2):hover span {
                    opacity: 0;
                }

.quick-link ul li a .weixin {
    width: 120px;
    position: absolute;
    top: -27px;
    left: -500px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.quick-link ul li a .weixin:before{
    width: 0px;
    height: 0px;
    content: "";
    border-left: 8px #fff solid;    
    border-top: 8px transparent solid;
    border-bottom: 8px transparent solid;
    position: absolute;
    right: -8px;
    bottom: 50px;
    z-index: 12;
}

.quick-link ul li:nth-child(2):hover a:hover .weixin{
    opacity:1; 
    visibility: visible; 
    left:-131px;
}


.top {
    background: url(../images/topbg.png) no-repeat center top;
    padding-top: 20px;
    min-height: 297px;
    border-top: 30px solid #9b855e;
    position: relative;
    /*background-size: cover;*/
}

.top-right {
    position: relative;
}

.logo {
}

.sou-bb {
    position: absolute;
    right: 0px;
    top: -58px;
}

    .sou-bb a {
        display: inline-block;
        background: #9b855e;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 37px;
        margin-left: 12px;
        box-shadow: 1px 2px 3px 1px #000;
        float: right;
    }

        .sou-bb a.search {
            /*background:#9b855e url(../images/search1.png) no-repeat center center;*/
        }

.search .input {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0px;
    bottom: auto;
    height: .4rem;
    width: .2rem;
    background: #9b855e;
    opacity: 0;
    visibility: hidden;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    color: #fff;
}

.search .search-btn {
    z-index: 100;
    position: relative;
    display: block;
    background: url(../images/search1.png) no-repeat center center;
    width: 40px;
    height: 40px;
    border: none;
}

.search .input input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 5px 10px;
    background: #9b855e;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
    height: 40px;
}

.search:hover .input {
    width: 300px;
    opacity: 1;
    visibility: visible;
}

.search:hover .search-btn {
    background: url(../images/search1.png) no-repeat center center;
    ;
}


.wc-menu {
    margin-top: 30px;
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/

        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .wc-menu ul li {
            line-height: 36px;
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            /*display: table-cell;*/
            /*float: left;*/
            list-style: none;
            padding: 0 10px;
            /*margin: 0px ;*/
        }

            .wc-menu ul li a {
                font-size: 20px;
                color: #fff;
                position: relative;
                display: block;
                /*transition: all 0.2s;*/
                text-decoration: none;
            }

                .wc-menu ul li a::before {
                    position: absolute;
                    left: 0px;
                    bottom: -8px;
                    height: 3px;
                    background: #daa431;
                    content: "";
                    width: 100%;
                    display: none;
                }

                .wc-menu ul li a.active,
                .wc-menu ul li a.move,
                .wc-menu ul li a.selected,
                .wc-menu ul li a.parent,
                .wc-menu ul li a:hover {
                    color: #daa431;
                }

                    .wc-menu ul li a:hover::before, .wc-menu ul li a.active::before {
                        display: block;
                    }

            .wc-menu ul li .ernav {
                position: absolute;
                /*position: relative;*/
                left: -20%;
                top: 125%;
                background: #fff;
                width: 140%;
                z-index: 111 !important;
                display: none;
                opacity: 1;
                /*border-top: 2px solid #4abad2;*/

                box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
            }

                .wc-menu ul li .ernav ul {
                    padding-left: 0;
                    display: block;
                    margin-bottom: 0;
                    text-align: left;
                    border: none;
                }

                    .wc-menu ul li .ernav ul li {
                        /*text-align: center;*/
                        float: none;
                        display: block;
                        /*二级下拉有影响，需要转化为块状*/
                        background: none;
                        text-align: left;
                        line-height: 26px;
                        border: none;
                        margin: 0;
                        padding: 0;
                    }

                        .wc-menu ul li .ernav ul li a {
                            line-height: 24px;
                            font-size: 16px;
                            text-align: center;
                            background: none;
                            box-shadow: none;
                            border-radius: 0;
                            color: #333;
                            margin: 0;
                            display: block;
                            padding: 10px 14px;
                            border-bottom: none;
                            font-weight: normal;
                            text-decoration: none;
                        }

                            .wc-menu ul li .ernav ul li a::before {
                                content: none;
                            }

                            .wc-menu ul li .ernav ul li a:hover {
                                background: #59201a;
                                color: #fff;
                            }


/*menu End*/

img {
    max-width: 100%;
}

.banner {
    margin-top: -160px;
}

.index-con {
    background: #faf6ef;
    margin-top: -100px;
}

.cha-box {
    padding-top: 160px;
}

.cha-top {
    background: #ece5d9;
    border-top: 2px solid #d0c3ae;
    min-height: 63px;
    padding: 0 20px;
    position: relative;
    line-height: 63px;
    font-size: 18px;
}

    .cha-top span {
        color: #59201a;
    }

    .cha-top i {
        color: #333;
        font-style: normal;
        padding: 0 10px;
    }

    .cha-top strong {
        color: #a83e28;
    }

    .cha-top b {
        float: right;
        color: #999;
    }

    .cha-top samp {
        font-size: 16px;
        padding: 0 1px;
        color: #cccac5;
    }


.cha-1 {
    background: #a72f16;
}

.cha-2{
    background: #8b1c11;
}

.cha-3{
    background: #59201a;
}

.cha-box .row {
    margin-top: 4px;
}

.chacon a {
    display: block;
    text-align: center;
    min-height: 225px;
    text-decoration: none;
}

    .chacon a img {
        padding-top: 60px;
    }

    .chacon a span {
        display: block;
        margin-top: 15px;
        font-size: 24px;
        color: #fff;
    }

 .cha-desc{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    overflow: hidden;
    display: flex;
    padding: 0 38px;
    padding-top: 25px;
    position: absolute;
        background: #9b855e;
        position: absolute;
        width: 94%;
        height: 0;
        -webkit-transition:  all 0.5s ease;
        -o-transition:  all 0.5s ease;
        -moz-transition:  all 0.5s ease;
        transition: all 0.5s;   
        bottom: 0;    
        opacity: 0;
   }
    
     .cha-item:hover .cha-desc{
       height: 100%;    opacity: 1;}


.time1 {
    width: 50%;
}

    .time1 b {
        font-size: 18px;
        display: block;
        color: #fff;
        font-family: 'Source-Han-Serif-CN_Bold';
    }

    .time1 span {
        font-size: 26px;
        font-weight: bold;
        color: #fff;
        font-family: 'Source-Han-Serif-CN_Bold';
    }

    .time1 p {
        font-size: 14px;
        color: #fff;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 0;
    }

.xcx {
    width: 50%;
    text-align: center;
}

.xcx img{
   border-radius: 100%;
}

    .xcx p {
        font-size: 16px;
        color: #fff;
        margin-top: 10px;
    }

.newsbg {
    margin-top: 65px;
    padding-bottom: 50px;
}

.new-top {
    text-align: center;
}

    .new-top h5 {
        font-size: 52px;
        color: #333;
    }

    .new-top span {
        display: block;
        color: #9b855e;
        font-size: 20px;
    }

.new-con {
    margin-top: 35px;
}

    .new-con .new-li {
        position: relative;
    }

        .new-con .new-li a {
            text-decoration: none;
            display: block;
        }

        .new-con .new-li .li-img {
            overflow: hidden;
        }

            .new-con .new-li .li-img img {
                transform: scale(1.0);
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                -ms-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

        .new-con .new-li:hover .li-img img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transition: all 0.2s linear;
        }

    .new-con .li-tt {
        background: #fff;
        padding: 16px 24px;
        transition: all 0.2s linear;
min-height: 128px;
    }

        .new-con .li-tt span {
            display: block;
            font-size: 16px;
            color: #a5361a;
            margin-bottom: 10px;
        }

        .new-con .li-tt p {
            font-size: 18px;
            color: #333;
            line-height: 30px;
            margin-bottom: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

    .new-con .new-li:hover .li-tt {
        background: #a5361a;
        transition: all 0.2s linear;
    }

        .new-con .new-li:hover .li-tt span {
            color: #fff;
        }

        .new-con .new-li:hover .li-tt p {
            color: #fff;
        }

.chakan {
    margin-top: 35px;
}

    .chakan a {
        color: #9b855e;
        font-size: 16px;
        text-decoration: none;
        display: block;
        transition: all 0.4s ease-out;
    }

        .chakan a:hover {
            transition: all 0.4s ease-out;
            transform: translateY(-5px);
        }

.number {
    background: #faf6ef url(../images/fbg.jpg) repeat-x center top;
    padding-top: 110px;
    padding-bottom: 65px;
    background-size: cover;
display: none;
}

.zongshu {
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    margin-bottom: 20px;
}

.zong {
    /*float: left;*/
    display: inline-block;
}

    .zong h5 {
        font-size: 123px;
        font-weight: bold;
        color: #a72f16;
        font-family: 'Source-Han-Serif-CN_Bold';
    }

.shu {
    /*float: left;*/
    text-align: left;
    display: inline-block;
    padding-left: 30px;
}

    .shu span {
        font-size: 34px;
        color: #333;
    }

    .shu i {
        display: block;
        font-style: normal;
        font-size: 42px;
        color: #8c7346;
    }

.digital {
}

.cli-top {
    display: flex;
    align-items: end;
}

.cli {
    padding: 0;
}

.cli-p {
    padding-left: 20px;
}

    .cli-p strong {
        font-size: 19px;
        color: #333;
        font-weight: normal;
    }

    .cli-p p {
        color: #8c7346;
        font-size: 20px;
    }


.digital .cli-tt {
}

    .digital .cli-tt span {
        font-size: 70px;
        font-weight: bold;
        color: #a72f16;
        font-family: 'Source-Han-Serif-CN_Bold';
    }

    .digital .cli-tt p {
    }

    .digital .cli-tt i {
        color: #a72f16;
        font-size: 60px;
        font-style: normal;
    }
/*footer*/

.footer {
    background: #59201a;
    padding: 39px 0;
}

    .footer .row {
        justify-content: space-between;
        align-items: center;
    }

.footer-left {
}

    .footer-left a {
        margin-bottom: 5px;
        display: block;
    }

    .footer-left p {
        font-size: 18px;
        color: #fff;
    }

        .footer-left p:last-child {
            font-size: 14px;
            color: #fff;
            opacity: 0.45;
            margin-bottom: 0;
        }

.f-mid {
}

    .f-mid h4 {
        font-size: 20px;
        font-weight: bold;
        color: #9b855e;
        margin-bottom: 20px;
    }

    .f-mid ul {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .f-mid ul li {
            width: 50%;
            float: left;
        }

            .f-mid ul li a {
                font-size: 18px;
                color: #fff;
                background: url(../images/red.png) no-repeat left center;
                padding-left: 20px;
            }





/*.wc-copyEnd*/






@media (min-width: 1200px) {
}

@media (min-width: 1300px) {
}

@media (max-width: 1535px) {

    .zong h5 {
        font-size: 110px;
    }

    .digital .cli-tt span {
        font-size: 60px;
    }

    .cli-p p {
        font-size: 18px;
    }
}

@media (max-width: 1450px) {

    .cha-mid {
        padding: 0 30px;
        padding-top: 20px;
    }
}

@media (max-width: 1360px) {

    .cli-p p {
        font-size: 16px;
    }

    .footer-left p {
        font-size: 16px;
    }

    .zong h5 {
        font-size: 80px;
    }

    .cha-mid {
        padding: 0 20px;
        padding-top: 20px;
    }
}

@media (max-width: 1300px) {

    .new-top h5 {
        font-size: 40px;
    }

    .time1 span {
        font-size: 22px;
    }

    .shu i {
        font-size: 30px;
    }

    .shu span {
        font-size: 30px;
    }

    .wc-menu ul li a {
        font-size: 18px;
    }
}


@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .wc-menu ul li a {
        font-size: 16px;
    }

    .new-top h5 {
        font-size: 34px;
    }

    .zong h5 {
        font-size: 60px;
    }

    .shu i {
        font-size: 20px;
    }

    .cli-top {
        align-items: flex-start;
    }

    .shu span {
        font-size: 20px;
    }

    .digital .cli-tt span {
        font-size: 40px;
    }

    .digital .cli-tt i {
        font-size: 40px;
    }

    .number {
        padding-bottom: 30px;
    }

    .newsbg {
        margin-top: 35px;
        padding-bottom: 20px;
    }

    .wc-menu ul li {
        padding: 0;
    }

    .f-mid ul li a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    /*小屏幕设备 平板*/
    .container {
        width: 94%;
    }

    .logo1 img {
        max-width: 70%;
    }

    .banner {
        margin-top: -40px;
    }

    .cha-top {
        font-size: 16px;
    }

    .chacon a span {
        font-size: 20px;
    }

    .time1 span {
        font-size: 18px;
    }

    .new-top h5 {
        font-size: 30px;
    }

    .new-top span {
        font-size: 16px;
    }

    .new-con .li-tt p {
        font-size: 16px;
    }

    .cli-p p {
        font-size: 14px;
    }

    .cli-p strong {
        font-size: 16px;
    }

    .f-er2 {
        text-align: center !important;
    }

    .f-mid ul li a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
    .right-nr table td,
    .right-nr table th {
        white-space: nowrap;
    }

    .logo1 {
        padding-bottom: 1px;
        text-align: left;
        float: left;
    }

    #img {
    }

    .logo1 img {
        max-width: 45%;
    }

    .container {
        width: 100%;
    }

    .banner {
        margin-top: -4px;
    }

    .cha-box {
        padding-top: 128px;
    }

    .cha-mid {
        margin: 0px;
    }

    .chacon a {
        min-height: auto;
        padding: 30px 0;
    }

        .chacon a img {
            padding-top: 0;
        }

    .cha-top {
        line-height: 30px;
        padding: 3px 10px;
        min-height: auto;
    }

    .new-top h5 {
        font-size: 20px;
    }

    .new-top span {
        font-size: 12px;
    }

    .new-con .new-li .li-img img {
        width: 100%;
    }

    .new-con .new-li {
        margin-bottom: 30px;
    }

    .new-con {
        margin-top: 25px;
    }

    .chakan {
        margin-top: 0px;
    }

    .zong h5 {
        font-size: 40px;
    }

    .number {
        padding-top: 80px;
    }

    .cli {
        padding: 0 15px;
    }

    .cli-top {
        padding-left: 20%;
    }

    .footer {
        padding: 20px 0;
    }

    .f-er2 {
        margin-top: 30px;
    }

    .f-mid h4 {
        font-size: 18px;
        margin-top: 25px;
    }

    .digital .cli-tt span {
        font-size: 30px;
    }

    .digital .cli-tt i {
        font-size: 30px;
    }

    .site-logo img {
        max-width: 70%;
    }

    .shu i {
        font-size: 18px;
    }

    .shu span {
        font-size: 18px;
    }

    .shu {
        padding-left: 10px;
    }

    .cli-p strong {
        font-size: 14px;
    }

    .f-mid ul li a {
        font-size: 14px;
    }

    .footer-left p {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
}