﻿@charset "utf-8";
/* CSS Document */
/*2021.01.28 */
/*2021.03.11 修改*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.box {
    overflow: hidden;
}

.p1920 {
    max-width: 1920px;
    margin: 0px auto;
}

img {
    max-width: 100%;
}
/*顶部弹出搜索样式*/
/*header-top*/
.header-top {
    color: #fff;
    position: absolute;
    top: -6px;
    right: 15px;
    text-align: right;
}

.search-btn {
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    color: #333;
}

    .search-btn:hover {
        opacity: .9;
        text-decoration: none;
    }

.search-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    z-index: 1000;
    background: #fff;
}

    .search-box h2 {
        font-size: 24px;
        color: #555;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .search-box .container {
        position: relative;
    }

    .search-box .close {
        position: absolute;
        top: 30px;
        right: 15px;
        font-size: 14px;
        cursor: pointer;
        color: #666 !important;
    }

        .search-box .close i {
            font-style: normal;
        }

.search-form {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}

    .search-form .form-text {
        width: 100%;
        border: none;
        border-bottom: 1px solid #ccc;
        font-style: italic;
        height: 60px;
        font-size: 16px;
        /*padding: 0 100px 0 15px;*/
    }

        .search-form .form-text:focus {
            font-style: normal;
            border-bottom-color: #8c131a;
        }

    .search-form .form-submit {
        position: absolute;
        right: 0;
        top: 0px;
        width: 100px;
        height: 60px;
        line-height: 60px;
        background: none;
        border: none;
        outline: none;
        color: #666;
        font-weight: bold;
        font-size: 20px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .search-form .form-submit:hover {
            background: #8c131a;
            color: #fff;
        }
/*顶部弹出样式 end*/
.wc-top {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 11;
    background: url(../../images/tbg.png) repeat-x left top;
    min-height: 183px;
}

/*top end*/


.wc-menu {
    padding-top: 51px;
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        width: 100%;
    }

        .wc-menu ul li {
            line-height: 39px;
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            display: table-cell;
            /*float: left;*/
            list-style: none;
        }



            .wc-menu ul li a {
                font-size: 22px;
                color: #fff;
                /*font-weight: lighter;*/
                line-height: 39px;
                display: block;
                transition: all 0.2s;
                padding-right: 0;
                text-decoration: none;
                padding-top: 0;
                padding: 5px 0;
            }



                .wc-menu ul li a:hover, .wc-menu ul li a.active, .wc-menu ul li a.move, .wc-menu ul li a.selected, .wc-menu ul li a.parent {
                    color: #fff;
                    background: #5e0805;
                }


            .wc-menu ul li .ernav {
                position: absolute;
                /*position: relative;*/
                left: 0px;
                top: 49px;
                background: #fff;
                width: 100%;
                z-index: 111 !important;
                display: none;
            }

                .wc-menu ul li .ernav ul {
                    display: block;
                }

                    .wc-menu ul li .ernav ul li {
                        /*text-align: center;*/
                        float: none;
                        display: block; /*二级下拉有影响，需要转化为块状*/
                        background: none;
                        text-align: center;
                        line-height: 36px;
                        border: none;
                        border-bottom: 1px solid #f3edeb;
                    }

                        .wc-menu ul li .ernav ul li:last-child {
                            border-bottom: none;
                        }

                        .wc-menu ul li .ernav ul li a {
                            line-height: 34px;
                            font-size: 16px;
                            /*text-align: center;*/
                            background: none;
                            box-shadow: none;
                            border-radius: 0;
                            color: #333;
                            margin: 0;
                            display: block;
                            padding: 5px 0;
                            border-bottom: none;
                            font-weight: normal;
                        }

                            .wc-menu ul li .ernav ul li a:hover {
                                background: #700a07;
                                color: #f3c073;
                            }



            .wc-menu ul li.last img {
                width: auto !important;
                vertical-align: -2px;
            }
/*menu End*/
img {
    max-width: 100%;
}
/* 本例子css */
.banner {
    position: relative;
}

    .banner .swiper-container {
        width: 100%;
        height: 100%;
    }

        .banner .swiper-container .swiper-slide {
            text-align: center;
            position: relative;
        }



    .banner .swiper-pagination {
        overflow: hidden;
        zoom: 1;
        text-align: center;
        bottom: 35px;
        text-align: center;
    }

    .banner .swiper-pagination-bullet {
        display: inline-block;
        width: 177px;
        height: 4px;
        text-align: left;
        background: #fff;
        cursor: pointer;
        color: transparent;
        border-radius: 0;
        opacity: 1;
        margin: 0 2px !important;
        background: #fff;
    }

    .banner .swiper-pagination-bullet-active {
        background: #e23b3b;
    }

    .banner img {
        cursor: pointer;
        width: 100%;
    }

/*banner end*/

.news {
    padding: 50px 0 40px;
    min-height: 390px;
}


.new-top {
}

    .new-top .new-tit h4 {
        font-size: 42px;
        color: #aa2220;
        /*font-weight: lighter;*/
    }

.new-leftul {
    padding-top: 35px;
}

.new-leftul {
    padding-top: 35px;
}

    .new-leftul .swiper-container {
        width: 100%;
        height: 100%;
        box-shadow: 2px 4px 5px 3px #ccc;
    }

        .new-leftul .swiper-container .swiper-slide {
            position: relative;
        }

            .new-leftul .swiper-container .swiper-slide img {
                /*width: 100%;*/
            }

            .new-leftul .swiper-container .swiper-slide .btt {
                background: rgba(215,32,31,0.65);
                position: absolute;
                left: 63px;
                bottom: 75px;
                padding: 30px 40px;
                width: 56%;
                border: 10px solid rgba(121,104,52,0.55);
            }

                .new-leftul .swiper-container .swiper-slide .btt a {
                    display: block;
                    color: #fff;
                    text-decoration: none;
                    /*font-weight: lighter;*/
                }

                    .new-leftul .swiper-container .swiper-slide .btt a span {
                        font-size: 16px;
                        display: block;
                    }

                    .new-leftul .swiper-container .swiper-slide .btt a h4 {
                        font-size: 24px;
                        margin-top: 15px;
                        /*font-weight: lighter;*/
                        line-height: 28px;
                    }

                    .new-leftul .swiper-container .swiper-slide .btt a p {
                        font-size: 18px;
                        line-height: 31px;
                        /*font-weight: lighter;*/
                        margin-top: 30px;
                        margin-bottom: 35px;
                    }

                    .new-leftul .swiper-container .swiper-slide .btt a i {
                        display: inline-block;
                        font-style: normal;
                        border: 1px solid #fff;
                        padding: 10px 15px;
                    }

    .new-leftul .swiper-pagination {
        overflow: hidden;
        zoom: 1;
        text-align: center;
    }

    .new-leftul .swiper-pagination-bullet {
        display: inline-block;
        width: 177px;
        height: 4px;
        text-align: left;
        background: #fff;
        cursor: pointer;
        color: transparent;
        border-radius: 0;
        opacity: 1;
        margin: 0 2px !important;
        background: #fff;
    }

    .new-leftul .swiper-pagination-bullet-active {
        background: #e23b3b;
    }

    .new-leftul .swiper-pagination {
        bottom: 28px;
    }

.new-rightcon {
    padding-top: 33px;
}

.tou-mcon {
    background: #efefef;
    height: 665px;
    box-shadow: 1px 4px 9px 3px #e1e1e1;
    padding-right: 10px;
}

.tou-mcon2 {
    padding-bottom: 10px;
    background: #efefef;
    padding: 0 25px;
    cursor: pointer;
    position: relative;
    padding-right: 10px;
}

    .tou-mcon2 ul {
    }

        .tou-mcon2 ul li {
            margin-bottom: 20px;
            border-bottom: 1px solid #bbb;
            padding: 20px 0;
        }

            .tou-mcon2 ul li .li-img {
                width: 26%;
                text-align: center;
            }

                .tou-mcon2 ul li .li-img p {
                }

                    .tou-mcon2 ul li .li-img p img {
                    }

            .tou-mcon2 ul li .li-tt {
                width: 70%;
                padding-left: 3%;
            }

                .tou-mcon2 ul li .li-tt a {
                    display: block;
                    color: #dd1a1b;
                    font-size: 20px;
                    /*font-weight: lighter;*/
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

                .tou-mcon2 ul li .li-tt span {
                    font-size: 16px;
                    color: #777;
                    display: block;
                    padding-top: 5px;
                    /*font-weight: lighter;*/
                }

                .tou-mcon2 ul li .li-tt p {
                    font-size: 14px;
                    color: #777;
                    /*font-weight: lighter;*/
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    /*display: block;*/
                    margin: 10px 0 5px;
                }

                .tou-mcon2 ul li .li-tt i {
                    font-size: 20px;
                    color: #ed5114;
                    display: block;
                    /*font-weight: lighter;*/
                    font-style: normal;
                    /*padding-top: 5px;*/
                }

            .tou-mcon2 ul li:hover {
                border-bottom: 1px solid #de3536;
            }
/**/
/*yuedu */
.yuedu {
    background: url(../../images/yuebg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 400px;
    padding: 50px 0 20px;
    cursor: pointer;
}

    .yuedu h3 {
        text-align: center;
        font-size: 42px;
        color: #aa2220;
        /*font-weight: lighter;*/
    }

.yue-con {
    padding-top: 40px;
}

    .yue-con .yue-one {
        background: #fff;
        padding: 30px;
        box-shadow: 2px 4px 5px 1px #ccc;
    }

        .yue-con .yue-one .yue-img {
            width: 30%;
        }

        .yue-con .yue-one .yue-tt {
            width: 64%;
            padding-left: 4%;
        }

            .yue-con .yue-one .yue-tt a {
                display: block;
                font-size: 32px;
                /*font-weight: bold;*/
                color: #dd1a1b;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .yue-con .yue-one .yue-tt span.sp1 {
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-size: 20px;
                font-weight: bold;
                color: #777;
                margin: 15px 0;
            }

            .yue-con .yue-one .yue-tt span.sp2 {
                font-size: 20px;
                color: #777;
                display: block;
                /*font-weight: lighter;*/
            }

            .yue-con .yue-one .yue-tt span.sp3 {
                font-size: 20px;
                color: #222;
                margin: 15px 0;
                display: block;
                /*font-weight: lighter;*/
            }

            .yue-con .yue-one .yue-tt .intro {
                height: 155px;
                overflow: hidden;
            }

            .yue-con .yue-one .yue-tt p {
                font-size: 18px;
                color: #222;
                /*font-weight: lighter;*/
                line-height: 31px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 5;
                -webkit-box-orient: vertical;
            }

    .yue-con .swiper-container {
        padding-bottom: 100px;
        width: 100%;
        height: 100%;
    }

    .yue-con .swiper-pagination {
        overflow: hidden;
        zoom: 1;
        bottom: 10px;
        text-align: center;
    }

    .yue-con .swiper-pagination-bullet {
        display: inline-block;
        width: 177px;
        height: 4px;
        text-align: left;
        background: #eaaaaa;
        cursor: pointer;
        color: transparent;
        border-radius: 0;
        opacity: 1;
        margin: 0 2px !important;
    }

    .yue-con .swiper-pagination-bullet-active {
        background: #e23b3b;
    }

    .yue-con .swiper-pagination {
        bottom: 28px;
    }

/**/
/*workbg*/
.workbg {
    background: url(../../images/wbg.jpg) no-repeat center center;
    min-height: 500px;
    background-size: cover;
}

.work-left {
    padding-top: 50px;
}


.work-top {
}

    .work-top h4 {
        font-size: 42px;
        color: #fff;
        /*font-weight: lighter;*/
    }

    .work-top a {
        font-size: 16px;
        color: #fff;
        /*font-weight: lighter;*/
    }

.work-lcon {
    padding-top: 30px;
    padding-bottom: 40px;
}

    .work-lcon a {
        display: block;
        text-decoration: none;
    }

    .work-lcon ul li {
        margin-bottom: 15px;
        transition: all 0.4s ease-out;
    }

    .work-lcon .li-img {
        width: 300px;
        padding-right: 30px;
        /*padding-right: 5%;*/
    }

        .work-lcon .li-img img {
            box-shadow: 7px 6px 0px -2px #d7cfd1;
        }

    .work-lcon .li-tt {
        width: calc(100% - 300px);
        /*font-weight: lighter;*/
        border-bottom: 1px dashed #ddd;
        min-height: 146px;
    }

        .work-lcon .li-tt i {
            display: block;
            font-size: 18px;
            color: #fff;
            font-style: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .work-lcon .li-tt span.dtime {
            display: block;
            font-size: 16px;
            color: #fff;
            padding-top: 4px;
        }

        .work-lcon .li-tt p {
            display: block;
            font-size: 16px;
            color: #ddd;
            line-height: 23px;
            margin-top: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

    .work-lcon li:hover {
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
        transform: scale(1.02);
        cursor: pointer;
    }

.work-right {
    padding: 50px 30px;
    background: rgba(255,255,255,0.8);
    height: 100%;
}

    .work-right h4 {
        font-size: 42px;
        color: #aa2220;
        /*font-weight: lighter;*/
    }

/**/
.new-rightul {
    padding-top: 35px;
}

    .new-rightul ul li {
        margin-bottom: 25px;
        transition: all 0.4s ease-out;
    }

        .new-rightul ul li .li-date {
            width: 85px;
            border: 2px solid #be1f1f;
            text-align: center;
            color: #ac703a;
        }

            .new-rightul ul li .li-date p {
                font-size: 32px;
                color: #333;
                /*font-weight: lighter;*/
            }

            .new-rightul ul li .li-date span {
                font-size: 22px;
                color: #fff;
                display: block;
                height: 47px;
                line-height: 40px;
                /*font-weight: lighter;*/
                background: #be1f1f;
            }

        .new-rightul ul li .li-tt {
            width: calc(100% - 85px);
            padding-left: 20px;
            min-height: 94px;
            border-bottom: 1px solid #c2bbba;
        }

            .new-rightul ul li .li-tt a {
                display: block;
                font-size: 18px;
                color: #333;
                line-height: 25px;
                text-decoration: none;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

        .new-rightul ul li:hover {
            box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
            transform: scale(1.02);
            cursor: pointer;
        }
/*news end*/

.amore {
}

    .amore a {
        display: block;
        font-size: 16px;
        color: #be1f1f;
    }








/*photobg*/
.photobg {
    min-height: 100px;
    background-size: cover;
    padding: 30px 0;
}

.photo-con {
    /*padding-top:30px;*/
}

    .photo-con .swiper-container {
        /*padding-bottom: 50px;*/
    }

        .photo-con .swiper-container .swiper-wrapper {
        }

        .photo-con .swiper-container .swiper-pagination .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            opacity: 0.25;
            background: #fff;
        }

        .photo-con .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
            opacity: 1;
        }

/*photobg*/


.footer {
    min-height: 50px;
    background: #333;
    padding: 28px 0;
    /*font-weight: lighter;*/
}

.f-left {
}

    .f-left h4 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 25px;
    }

    .f-left p {
        font-size: 16px;
        color: #fff;
        line-height: 25px;
    }

        .f-left p.p3 {
            margin-top: 40px;
        }







.f-mid {
    text-align: center;
}

    .f-mid p.p1 a {
        display: block;
        background: #be1f1f;
        line-height: 53px;
        width: 228px;
        border-radius: 5px;
        padding: 0 15px;
        color: #fff;
        font-size: 16px;
        background: #be1f1f url(../../images/fic2.png) no-repeat 190px center;
        box-shadow: 2px 2px 2px 2px #1d1d1d;
        margin: auto;
    }

        .f-mid p.p1 a img {
            padding-right: 10px;
        }

    .f-mid select {
        background: #fff;
        width: 228px;
        height: 53px;
        line-height: 53px;
        background: #fff;
        text-align: center;
        border-radius: 5px;
        margin-top: 20px;
        text-align: center;
        text-align-last: center;
    }

        .f-mid select option {
            text-align: center;
        }




.f-right {
    text-align: right;
}

    .f-right a {
        text-decoration: none;
        display: inline-block;
        text-align: center;
    }

        .f-right a:first-child {
            padding-right: 30px;
        }


        .f-right a span {
            display: block;
            color: #fff;
            margin-top: 15px;
        }



/*.wc-copyEnd*/
.news {
    padding-left: 30px;
    padding-right: 30px;
}

.yuedu {
    padding-left: 30px;
    padding-right: 30px;
}





/*要写几个宽度*/

@media (min-width: 1359px) {

    .container {
        width: 1250px;
    }
}

@media (min-width: 1459px) {

    .container {
        width: 1350px;
    }
}


@media (min-width: 1900px) {
    .new-left {
        width: 71%;
    }

    .new-right {
        width: 29%;
    }

    .container {
        width: 1400px;
    }
}

@media (min-width: 1441px) and (max-width: 1699px) {

    .new-leftul .swiper-container {
        /*padding-bottom: 80px;*/
    }

        .new-leftul .swiper-container .swiper-slide .btt {
            bottom: 70px;
            width: 100%;
            position: relative;
            left: 0;
            padding: 20px;
            background: rgba(215,32,31,0.99);
        }

            .new-leftul .swiper-container .swiper-slide .btt a p {
                margin-top: 10px;
                margin-bottom: 10px;
            }

    .new-leftul .swiper-pagination-bullet {
        width: 47px;
        height: 4px;
        background: #ebad42;
    }

    .new-leftul .swiper-pagination-bullet-active {
        background: #e23b3b;
    }


    .new-leftul .swiper-container {
        box-shadow: none;
    }
}

@media (min-width: 1201px) and (max-width: 1440px) {

    .new-leftul .swiper-pagination-bullet {
        width: 47px;
        height: 4px;
    }

    .new-leftul .swiper-container .swiper-slide .btt {
        position: relative;
        left: 0px;
        bottom: 0px;
        width: 100%;
        padding: 10px 15px;
        background: rgba(215,32,31,0.99);
    }

        .new-leftul .swiper-container .swiper-slide .btt a i {
            padding: 5px 10px;
        }

    .new-leftul .swiper-pagination {
        bottom: 14px;
    }

    .new-leftul .swiper-container .swiper-slide .btt a p {
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .new-leftul .swiper-container .swiper-slide .btt a h4 {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .yue-con .yue-one .yue-tt a {
        font-size: 30px;
    }

    .yue-con .yue-one .yue-tt span.sp3 {
        margin: 10px 0;
    }

    .yue-con .yue-one .yue-tt p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .yue-con .swiper-pagination-bullet {
        width: 150px;
    }

    .f-mid {
        text-align: center;
    }

        .f-mid p.p1 a {
            margin: auto;
        }
}

@media (min-width: 1201px) and (max-width: 1360px) {

    .f-right a:first-child {
        padding-right: 10px;
    }
}



@media (max-width:1366px) {

    .wc-menu {
        padding-top: 25px;
    }

        .wc-menu ul li a {
            font-size: 20px;
        }
}

@media (max-width:1200px) {

    .work-lcon .li-img {
        width: 240px;
        padding-right: 30px;
    }

    .work-lcon .li-tt {
        width: calc(100% - 240px);
        /*font-weight: lighter;*/
        border-bottom: 1px dashed #ddd;
        min-height: 125px;
    }

        .work-lcon .li-tt p {
            margin-top: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }


    .new-rightul ul li .li-date span {
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }

    .new-rightul ul li .li-tt {
        min-height: 74px;
    }

    .new-rightul ul li .li-date p {
        font-size: 24px;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .wc-menu {
        padding-top: 25px;
    }

        .wc-menu ul li a {
            font-size: 20px;
        }

    .new-top .new-tit h4 {
        font-size: 36px;
    }

    .work-top h4 {
        font-size: 36px;
    }

    .work-right h4 {
        font-size: 36px;
    }

    .yuedu h3 {
        font-size: 36px;
    }

    .yue-con .swiper-container {
        padding-bottom: 80px;
    }

    .new-leftul .swiper-container .swiper-slide .btt a p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .yuedu {
        padding-bottom: 0px;
    }

    .f-mid {
        text-align: center;
    }

        .f-mid p.p1 a {
            margin: auto;
        }

    .banner .swiper-pagination-bullet {
        width: 100px;
    }

    .banner .swiper-pagination {
        bottom: 20px;
    }


    .yue-con .swiper-pagination-bullet {
        width: 90px;
    }



    .new-leftul .swiper-pagination-bullet {
        width: 47px;
        height: 4px;
    }

    .new-leftul .swiper-container .swiper-slide .btt {
        position: relative;
        left: 0px;
        bottom: 0px;
        width: 100%;
        padding: 20px;
    }

    .new-leftul .swiper-pagination {
        bottom: 14px;
    }

    .new-leftul .swiper-container .swiper-slide .btt a p {
        margin-bottom: 35px;
    }



    .f-right a {
        width: 45%;
        float: left;
    }

        .f-right a:first-child {
            padding-right: 0;
            margin-right: 5%;
        }

    .f-left p.p3 {
        margin-top: 10px;
    }

    .f-left h4 {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
    .wc-top {
        /*min-height: 145px;*/
    }

    .wc-menu ul li {
        line-height: 45px;
    }

    .wc-menu {
        height: 45px;
        margin-left: 0;
        padding-top: 20px;
    }

        .wc-menu ul li a {
            line-height: 45px;
            font-size: 16px;
        }

    .banner .swiper-pagination-bullet {
        width: 70px;
    }

    .banner .swiper-pagination {
        bottom: 10px;
    }

    .news {
        padding: 20px 15px;
    }

    .new-leftul {
        padding-top: 25px;
    }

    .new-rightcon {
        padding-top: 25px;
    }

    .yuedu {
        padding: 20px 15px 2px;
        cursor: pointer;
    }

    .yue-con {
        padding-top: 20px;
    }

        .yue-con .swiper-container {
            padding-bottom: 70px;
        }

    .new-top .new-tit h4 {
        font-size: 30px;
    }



    .photobg {
        min-height: 120px;
        padding: 25px 0;
    }

    .photo-con {
        padding-top: 1px;
    }

    .new-left ul li:last-child {
        display: none;
    }

    .new-left ul li {
        width: 50%;
        padding: 0 15px !important;
    }

        .new-left ul li a p {
            font-size: 12px;
        }

    .new-rightul ul li .li-tt a {
        font-size: 14px;
    }

    .wc-menu ul li .ernav {
        width: 200%;
    }


    .yue-con .swiper-pagination-bullet {
        width: 80px;
    }

    .yue-con .yue-one .yue-tt a {
        font-size: 28px;
    }

    .yue-con .yue-one .yue-tt span.sp1 {
        margin: 10px 0;
    }

    .yue-con .yue-one .yue-tt span.sp3 {
        margin: 10px 0;
    }

    .yuedu h3 {
        font-size: 30px;
    }




    .f-right a {
        width: 45%;
        float: left;
    }

        .f-right a:first-child {
            padding-right: 0;
            margin-right: 5%;
        }

    .f-left p.p3 {
        margin-top: 10px;
    }

    .f-left h4 {
        margin-bottom: 15px;
    }

    .work-top h4 {
        font-size: 30px;
    }

    .work-right h4 {
        font-size: 30px;
    }

    .tou-mcon2 ul li .li-tt p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .tou-mcon2 ul li .li-img {
        width: 100%;
    }

    .tou-mcon2 ul li .li-tt {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    .new-leftul .swiper-pagination-bullet {
        width: 47px;
        height: 4px;
    }

    .new-leftul .swiper-container .swiper-slide .btt {
        position: relative;
        left: 0px;
        bottom: 0px;
        width: 100%;
        padding: 20px;
    }

    .new-leftul .swiper-pagination {
        bottom: 14px;
    }

    .new-leftul .swiper-container .swiper-slide .btt a p {
        margin-bottom: 20px;
    }
}


@media (max-width: 767px) {

    .work-lcon .li-img {
        width: 145px;
    }

    .work-lcon .li-tt {
        width: calc(100% - 145px);
        min-height: 100px;
    }
        .work-lcon .li-tt i {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        .work-lcon .li-tt span.dtime {
            padding-top: 10px;
        }
        .work-lcon .li-tt p {
            display: none;
        }
    /*超小屏幕设备 手机*/
    .right-nr table td, .right-nr table th {
        white-space: nowrap;
    }

    .searchbg {
        background: url(../../images/searchbg.png) no-repeat left top;
        width: 223px;
        height: 45px;
    }

        .searchbg input.inp-text {
            width: 165px;
            padding-left: 10px;
            line-height: 45px;
            color: #333;
            background: none;
            border: none;
        }

        .searchbg input.inp-but {
            cursor: pointer;
            width: 30px;
            height: 45px;
            background: none;
            border: none;
        }

    .banner {
    }

        .banner .swiper-container {
        }


        .banner .swiper-pagination {
            bottom: 10px;
            left: 0;
            padding: 0;
            width: 100%;
            text-align: center;
        }


        .banner .swiper-pagination-bullet-active {
            background: #e23b3b;
        }

        .banner .swiper-pagination-bullet {
            margin: 0 5px !important;
            width: 17px;
            height: 3px;
        }

    .new-leftul .swiper-container .swiper-slide .btt {
        position: relative;
        width: 100%;
        left: 0px;
        bottom: 0px;
        padding: 10px 15px;
        border: none;
    }

        .new-leftul .swiper-container .swiper-slide .btt a span {
            display: none;
        }

        .new-leftul .swiper-container .swiper-slide .btt a h4 {
            margin-top: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            font-size: 20px;
        }

        .new-leftul .swiper-container .swiper-slide .btt a p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin: 5px 0;
            line-height: 26px;
        }

    .new-leftul .swiper-pagination-bullet {
        display: inline-block;
        width: 17px;
    }

    .new-leftul .swiper-pagination {
        bottom: 12px;
    }

    .new-leftul .swiper-container .swiper-slide .btt a i {
        padding: 5px 10px;
    }

    .new-leftul .swiper-container {
        box-shadow: none;
    }

    .new-right {
        margin-top: 20px;
    }

    .tou-mcon2 ul li .li-img {
        width: 32%;
    }

    .tou-mcon2 ul li .li-tt {
        width: 66%;
    }

    .tou-mcon2 {
        padding: 0 10px;
    }

        .tou-mcon2 ul li .li-tt p {
            margin: 10px 0;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .tou-mcon2 ul li {
            padding: 20px 0 10px;
        }

            .tou-mcon2 ul li .li-tt i {
                font-size: 20px;
            }

    .new-rightcon {
        padding-top: 10px;
    }

    .yuedu h3 {
        font-size: 24px;
    }

    .yuedu {
        padding: 20px 15px;
    }

    .yue-con .yue-one .yue-img {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

        .yue-con .yue-one .yue-img img {
            width: 60%;
        }


    .yue-con .yue-one .yue-tt {
        width: 100%;
    }

        .yue-con .yue-one .yue-tt a {
            font-size: 22px;
            margin-top: 10px;
        }

        .yue-con .yue-one .yue-tt span.sp1 {
            margin: 10px 0;
            font-size: 16px;
        }

        .yue-con .yue-one .yue-tt span.sp2 {
            font-size: 16px;
        }

        .yue-con .yue-one .yue-tt span.sp3 {
            margin: 10px 0;
        }

    .yue-con .swiper-pagination-bullet {
        display: inline-block;
        width: 17px;
    }

    .yue-con {
        padding-top: 20px;
    }

        .yue-con .swiper-container {
            padding-bottom: 30px;
        }

        .yue-con .swiper-pagination {
            bottom: 2px;
        }

        .yue-con .yue-one {
            padding: 10px;
        }

    .work-top h4 {
        font-size: 24px;
    }

    .work-left {
        padding-top: 20px;
    }


    .work-lcon {
        padding: 20px 0;
    }

    .work-right {
        position: relative;
        padding: 20px;
    }

        .work-right h4 {
            font-size: 24px;         
        }

    .new-rightul {
        padding-top: 20px;
    }

    .new-con {
        padding-top: 20px;
    }


    .new-top .new-tit h4 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .new-top .new-tit span {
        font-size: 14px;
        /*margin-top: 5px;*/
    }

    .new-top .aa a {
        font-size: 14px;
    }

    .news {
        padding: 15px;
    }





    .new-leftul {
        padding-top: 10px;
    }


    /*footer */
    .footer p {
        line-height: 25px;
    }

    .photobg {
        min-height: 80px;
        padding: 25px 0;
    }



    .f-left h4 {
        margin-bottom: 10px;
        /*font-size: 24px;*/
    }

    .f-left p.p3 {
        margin-top: 0;
    }

    .f-mid {
        margin: 20px 0;
        text-align: center;
    }

        .f-mid p.p1 a {
            margin: auto;
        }

    .f-right {
        text-align: center;
    }
}
