﻿.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.box {
    overflow: hidden;
}


/*顶部弹出搜索样式*/
/*header-top*/
.header-top {
    color: #fff;
    position: absolute;
    top: -6px;
    right: 15px;
    text-align: right;
}

.search-btn {
    font-size: 18px;
    float: none;
    cursor: pointer;
    width: 40px;
    text-align: center;
    height: 30px;
    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;
    }

        .search-box .close i {
            font-style: normal;
        }

.search-form {
    margin-bottom: 80px;
    width: 100%;
    position: relative;
}

    .search-form .form-text {
        width: 100%;
        border: none;
        border: 1px solid #8b1116;
        font-style: italic;
        height: 60px;
        font-size: 16px;
        padding: 0 100px 0 15px;
    }

        .search-form .form-text:focus {
            font-style: normal;
            border-bottom-color: #8b1116;
        }

    .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: #8b1116;
            color: #fff;
        }
/*顶部弹出样式 end*/

.tbg {
    background: url(../image/topbg.jpg) no-repeat center top;
    min-height: 158px;
    background-size: cover;
}

.wc-toptit {
    background: rgba(127,8,14,0.65);
    height: 54px;
    width: 100%;
    /*overflow: hidden;*/
}

.wct-left {
}

    .wct-left ul {
        border-left: 1px solid #8a471a;
        height: 53px;
    }

        .wct-left ul li {
            float: left;
            border-right: 1px solid #8a471a;
            line-height: 53px;
            padding: 0 15px;
        }

            .wct-left ul li a {
                display: inline-block;
                color: #fff;
                text-decoration: none;
                font-size: 16px;
            }

                .wct-left ul li a:hover {
                    opacity: 0.8;
                }

                .wct-left ul li a img {
                    padding-right: 8px;
                }

.wct-right ul li {
    /*float: left;*/
    float: right;
    /*向右浮动，方便右边那个线*/
    border-left: 1px solid #8a471a;
    line-height: 53px;
    padding: 0 15px;
}

    .wct-right ul li a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
    }

        .wct-right ul li a img {
            padding-right: 8px;
        }

        .wct-right ul li a:hover {
            opacity: 0.8;
        }

.wct-right ul {
    height: 53px;
    border-right: 1px solid #8a471a;
}


.wct-right .codeBox {
    position: absolute;
    top: 0;
    right: 10px;
    width: 90px;
    height: 90px;
    background-color: #808080;
    padding: 5px;
    transition: all .5s linear;
    opacity: 0;
    z-index: 10000;
    display: none;
}


    .wct-right .codeBox img {
        padding: 0px;
    }

.wct-right a.wx:hover {
    opacity: 1;
}

    .wct-right a.wx:hover .codeBox {
        opacity: 1;
        top: 1px;
    display: block;
    }


.logo {
    padding-top: 40px;
}



.searchbg {
    background: url(/images/search.jpg) no-repeat right top;
    width: 198px;
    height: 37px;
}

    .searchbg input.inp-text {
        width: 160px;
        padding-left: 15px;
        background: none;
        border: none;
        color: #fff;
        line-height: 35px;
    }

    .searchbg input.inp-but {
        cursor: pointer;
        width: 37px;
        height: 35px;
        background: none;
        border: none;
    }

    .searchbg ::-webkit-input-placeholder { /* WebKit browsers */
        color: #fff;
    }

    .searchbg :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #fff;
    }

    .searchbg ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #fff;
    }

    .searchbg :-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #fff;
    }

img {
    max-width: 100%;
}



/*top end*/
.wc-menu {
    /* padding-top: 42px; */
    padding-top: 66px;
}


    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        width: 100%;
    }

        .wc-menu ul li {
            line-height: 55px;
            position: relative;
            /*居中并且转为table-cell*/
            display: table-cell;
            /*float: left;*/
            list-style: none;
            text-align: center;
        }

            .wc-menu ul li.last {
                background: none;
            }

                .wc-menu ul li.last a {
                    background: none;
                }

            .wc-menu ul li a {
                font-size: 20px;
                color: #fff;
                display: block;
                /*transition: all 0.2s;*/
                text-decoration: none;
                text-align: center;
            }


                .wc-menu ul li a.active, .wc-menu ul li a:hover {
                    background: url(../image/tt.png) no-repeat center bottom;
                }

    .wc-menu?ul?li?a.selected, ? .wc-menu?ul?li?a.parent, ? .wc-menu?ul?li?a.move {
        background: url(../image/tt.png) no-repeat center bottom;
    }



    .wc-menu ul li a.active, .wc-menu ul li a.move, .wc-menu ul li a.selected, .wc-menu ul li a.parent {
        background: url(../image/tt.png) no-repeat center bottom;
    }


    .wc-menu ul li .ernav {
        position: absolute;
        left: -23px;
        top: 53px;
        background: #a21d23;
        border-top: 1px solid #dab87b;
        width: 140%;
        /*padding:0 10px;*/
        z-index: 11;
        display: none;
        /*opacity: 0.8;*/
    }

        .wc-menu ul li .ernav ul {
            border: none;
        }

            .wc-menu ul li .ernav ul li {
                /*text-align: center;*/
                float: none;
                display: block; /*二级下拉有影响，需要转化为块状*/
                border-bottom: 1px solid #ccc;
                background: none;
                text-align: center;
                border: none;
                line-height: 30px;
            }

                .wc-menu ul li .ernav ul li:last-child {
                    border-bottom: none;
                }

                .wc-menu ul li .ernav ul li a {
                    line-height: 25px;
                    font-size: 16px;
                    /*text-align: center;*/
                    background: none;
                    box-shadow: none;
                    border-radius: 0;
                    color: #fff;
                    margin: 0;
                    display: block;
                    padding: 10px 2px;
                    border-bottom: none;
                    border: none;
                    font-weight: normal;
                }

                    .wc-menu ul li .ernav ul li a:hover {
                        opacity: 1;
                        color: #fff;
                        background: #761014;
                        border-bottom: none;
                    }

/*menu End*/

.b-g .ban-text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(51,51,51,0.75);
}

    .b-g .ban-text ul li a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 22px;
    }

.b-g .hd {
    position: absolute;
    right: 0px;
    bottom: 12px;
}

    .b-g .hd ul {
        display: inline-block;
        padding-top: 4px;
        margin: 0px 10px;
    }

        .b-g .hd ul li {
            width: 16px;
            height: 16px;
            background: #8c8b88;
            border-radius: 16px;
            float: left;
            margin: 0 10px;
            cursor: pointer;
        }

            .b-g .hd ul li.on {
                background: #a21d23;
            }

.b-g a.prev img, .b-g a.next img {
    vertical-align: 0px;
    cursor: pointer;
}


#slidetop .bd {
   text-align: center;
}



/*banner*/
.banner {
    position: relative;
    overflow: hidden;
    max-height: 637px;
}

.banner .bd li{

    text-align: center;
}

    .banner .swiper-container {
    }

        .banner .swiper-container .swiper-slide {
            position: relative;

            text-align: center;
        }

            .banner .swiper-container .swiper-slide .btt {
                position: absolute;
                left: 0px;
                bottom: 0px;
                width: 100%;
                background: rgba(51,51,51,0.75);
                height: 35px;
                display: none;
            }

                .banner .swiper-container .swiper-slide .btt a {
                    color: #fff;
                    text-decoration: none;
                    font-size: 16px;
                    line-height: 35px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    width: 80%;
                }

    .banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #93918d;
        opacity: 1;
        margin: 0 5px !important;
    }

    .banner .swiper-pagination-bullet-active {
        background: #a21d23;
    }

    .banner .swiper-pagination {
        bottom: 4px;
        right: 10px;
    }


/*banner end*/

.xin-n {
    padding-top: 140px;
    min-height: 300px;
}

.new-top {
}

    .new-top .new-tit span {
        font-size: 26px;
        color: #dbbb7d;
        font-family: times;
        /*float: left;*/
        padding-top: 10px;
        padding-left: 10px;
    }

    .new-top .new-tit i {
        font-style: normal;
        font-family: 'wei';
        /*float: left;*/
        font-size: 36px;
        color: #a21d23;
    }

        .new-top .new-tit i.i1 {
            color: #fff;
        }



    .new-top .new-more {
        margin-top: 8px;
    }

.xin-lcontt {
    margin-top: 35px;
    transition: all 0.4s ease-out;

}

.xin-lcontt:hover {
    box-shadow: 0px 35px 77px -17px rgb(0 0 0 / 64%);
    transform: scale(1.02);
    transition: all 0.4s ease-out;
}

    .xin-lcontt span {
        position: absolute;
        left: -9px;
        top: 0px;
        width: 49px;
        height: 105px;
        background: url(../image/jbg2.png) no-repeat left top;
        color: #dbbb7d;
        font-size: 14px;
        letter-spacing: 0.5px;
        padding-left: 21px;
    }

    .xin-lcontt a img {
        border-left: 4px solid #a21d23;
    }


    .xin-lcontt a p {
        color: #333;
        background: rgba(255,255,255,0.75);
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        font-size: 16px;
        color: #333;
        line-height: 46px;
        padding: 0 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }


.xin-lcon {
    padding-top: 15px;
}

    .xin-lcon ul li {
        width: 48%;
        float: left;
        margin-right: 4%;
        position: relative;
        margin-bottom: 30px;
        transition: all 0.4s ease-out;
        box-shadow: 3px 3px 13px 2px #f1f0ed;
    }

        .xin-lcon ul li:hover {
            box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
            transform: scale(1.02);
            cursor: pointer;
        }

        .xin-lcon ul li span.xin {
            position: absolute;
            left: -9px;
            top: 0px;
            width: 49px;
            height: 105px;
            background: url(../image/jbg2.png) no-repeat left top;
            color: #dbbb7d;
            font-size: 14px;
            letter-spacing: 0.5px;
            padding-left: 21px;
            line-height: 16px;
            padding-top: 8px;
        }

        .xin-lcon ul li a {
            display: block;
            text-decoration: none;
        }

            .xin-lcon ul li a .li-img {
                border-left: 4px solid #a21d23;
            }

            .xin-lcon ul li a .li-tt {
                background: #fff url(../image/jbg1.jpg) no-repeat right top;
                border: 1px solid #f1f0ed;
                padding: 15px 20px;
            }

                .xin-lcon ul li a .li-tt span {
                    font-size: 16px;
                    color: #888;
                    display: block;
                    margin-bottom: 10px;
                }

                .xin-lcon ul li a .li-tt p {
                    font-size: 16px;
                    color: #192049;
                    line-height: 25px;
                    height: 50px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }



        .xin-lcon ul li:nth-child(even) {
            margin-right: 0;
        }

/*小屏幕样式*/
.xin-lcon2 {
    padding-top: 20px;
    margin-bottom: 20px;
}

    .xin-lcon2 .swiper-slide {
        position: relative;
        margin-bottom: 30px;
        transition: all 0.4s ease-out;
        box-shadow: 3px 3px 13px 2px #f1f0ed;
        /*margin-left: 10px;*/
    }

        .xin-lcon2 .swiper-slide .xin {
            position: absolute;
            left: -2px;
            top: 0px;
            width: 49px;
            height: 105px;
            background: url(../image/jbg2.png) no-repeat left top;
            color: #dbbb7d;
            font-size: 14px;
            letter-spacing: 0.5px;
            padding-left: 21px;
        }

            .xin-lcon2 .swiper-slide .xin i {
                font-style: normal;
            }

        .xin-lcon2 .swiper-slide a {
            display: block;
            text-decoration: none;
        }

            .xin-lcon2 .swiper-slide a .li-img {
                border-left: 4px solid #a21d23;
            }

                .xin-lcon2 .swiper-slide a .li-img img {
                    width: 100%;
                }

            .xin-lcon2 .swiper-slide a .li-tt {
                background: #fff url(../image/jbg1.jpg) no-repeat right top;
                border: 1px solid #f1f0ed;
                padding: 15px 20px;
            }

                .xin-lcon2 .swiper-slide a .li-tt i {
                    font-size: 16px;
                    color: #888;
                    display: block;
                    margin-bottom: 10px;
                    font-style: normal;
                }

                .xin-lcon2 .swiper-slide a .li-tt span {
                    font-size: 16px;
                    color: #192049;
                    line-height: 25px;
                }

    .xin-lcon2 .swiper-pagination {
        bottom: 0px;
    }

        .xin-lcon2 .swiper-pagination .swiper-pagination-bullet-active {
            background: #a22226;
        }















.xin-rcon {
    background: #fff;
    box-shadow: 3px 3px 13px 2px #f1f0ed;
    margin-top: 35px;
    transition: all 0.4s ease-out;
}

.xin-rcon:hover {
    box-shadow: 0px 35px 77px -17px rgb(0 0 0 / 64%);
    transform: scale(1.02);
    transition: all 0.4s ease-out;
}

    .xin-rcon .swiper-container a {
        display: block;
        text-decoration: none;
    }

    .xin-rcon .swiper-container .li-img {
    }

        .xin-rcon .swiper-container .li-img img {
            border-left: 5px solid #a21d23;
        }

        .xin-rcon .swiper-container .li-img .xin {
            position: absolute;
            left: 0px;
            top: 0px;
            background: url(../image/jbg3.png) no-repeat left top;
            width: 41px;
            line-height: 16px;
            height: 95px;
            color: #dbbb7d;
            font-size: 14px;
            padding-left: 14px;
            padding-top: 5px;
            letter-spacing: 0.5px;
        }

            .xin-rcon .swiper-container .li-img .xin i {
                font-style: normal;
            }


    .xin-rcon .swiper-container .li-tt {
        background: url(../image/jbg4.png) no-repeat right top;
        padding: 25px;
    }

        .xin-rcon .swiper-container .li-tt i {
            display: block;
            font-size: 16px;
            color: #888;
            font-style: normal;
        }

        .xin-rcon .swiper-container .li-tt span {
            font-size: 18px;
            font-weight: bold;
            color: #192049;
            display: block;
            margin: 13px 0 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .xin-rcon .swiper-container .li-tt p {
            font-size: 16px;
            color: #888;
            line-height: 26px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

    .xin-rcon .swiper-container .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
        background: #fff;
        opacity: 1;
    }

    .xin-rcon .swiper-container .swiper-pagination-bullet-active {
        background: #cca736;
    }

    .xin-rcon .swiper-container .swiper-pagination {
        bottom: 43%;
    }


/* end*/


/*jzper*/

.jzper {
    background: url(../image/jzbg.png) no-repeat center top;
    /*background-attachment: fixed;*/
    min-height: 1010px;
    padding-top: 30px;
}

.xuan-top {
}

.xuan-top {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    top: 0px;
}

    .xuan-top ul {
        width: 100%;
        text-align: center;
    }

        .xuan-top ul li {
            display: inline-block;
            /*background: url(../images/xu1.png) no-repeat center bottom;*/
            font-size: 22px;
            height: 38px;
            text-align: center;
            line-height: 38px;
            cursor: pointer;
            color: #777;
            font-family: 'wei';
            padding: 0 10px;
        }

            .xuan-top ul li.active, .xuan-top ul li:hover {
                /*background: url(../images/xu2.png) no-repeat center bottom;*/
                color: #a21d23;
            }

.xuan-con2 {
    min-height: 200px;
    padding-top: 40px;
}

    .xuan-con2 .con-show01 {
        width: 267px;
        height: 310px;
        float: left;
        margin-left: 10px;
        overflow: hidden;
        transform: rotate(120deg);
    }

    .xuan-con2 .con-show02 {
        width: 100%;
        height: 100%;
        overflow: hidden;
        transform: rotate(-60deg);
    }

    .xuan-con2 .con-show03 {
        width: 100%;
        height: 100%;
        overflow: hidden;
        transform: rotate(-60deg);
        position: relative;
        background: pink;
    }

        .xuan-con2 .con-show03 .c-tt {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            text-align: center;
            color: #fff;
            cursor: pointer;
            background: url(../image/ll3.png) no-repeat center center;
            transition: opacity 0.3s;
            padding-top: 40%;
        }

        .xuan-con2 .con-show03:hover .c-tt {
            opacity: 1;
        }


        .xuan-con2 .con-show03 .c-tt h4 {
            font-size: 32px;
            color: #fff;
        }

        .xuan-con2 .con-show03 .c-tt p {
            font-size: 16px;
            color: #fff;
            margin-top: 20px;
        }


    .teacher .con-show01:nth-child(5) {
        margin-left: 155px;
    }

    .teacher .con-show01:nth-child(2), .teacher .con-show01:nth-child(3), .teacher .con-show01:nth-child(4), .teacher .con-show01:nth-child(6), .teacher .con-show01:nth-child(7), .teacher .con-show01:nth-child(9), .teacher .con-show01:nth-child(10), .teacher .con-show01:nth-child(11) {
        margin-left: 30px;
    }

   .teacher .con-show01:nth-child(5), .teacher .con-show01:nth-child(6), .teacher .con-show01:nth-child(7), .teacher .con-show01:nth-child(8), .teacher .con-show01:nth-child(9), .teacher .con-show01:nth-child(10) , .teacher .con-show01:nth-child(11){
        margin-top: -50px;
    }


   .student .con-show01:nth-child(1) , .student .con-show01:nth-child(8) {
        margin-left: 155px;
    }

    .student .con-show01:nth-child(2), .student .con-show01:nth-child(3), .student .con-show01:nth-child(5), .student .con-show01:nth-child(6), .student .con-show01:nth-child(7), .student .con-show01:nth-child(9), .student .con-show01:nth-child(10) {
        margin-left: 30px;
    }

    .student .con-show01:nth-child(4), .student .con-show01:nth-child(5), .student .con-show01:nth-child(6), .student .con-show01:nth-child(7), .student .con-show01:nth-child(8), .student .con-show01:nth-child(9), .student .con-show01:nth-child(10) {
        margin-top: -50px;
    }




    .xuan-con2 .margin-left {
        margin-left: 155px;
    }

    .xuan-con2 .margin-top {
        margin-top: -50px;
    }


    .xuan-con2 .marleft3 {
        margin-left: 30px;
    }

    .xuan-con2 .prev, .xuan-con2 .next {
        position: absolute;
        top: 43%;
    }

    .xuan-con2 .prev {
        left: -64px;
    }

    .xuan-con2 .next {
        right: -64px;
    }


/**/

/*xiaobg*/
.xiaobg {
    background: url(../image/xybg.jpg) no-repeat center bottom;
    min-height: 720px;
}


.xiao-top {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    top: 0px;
}

    .xiao-top ul {
        width: 100%;
        text-align: center;
    }

        .xiao-top ul li {
            /*background: url(../images/xu1.png) no-repeat center bottom;*/
            display: inline-block;
            background: none;
            font-size: 22px;
            text-align: center;
            line-height: 38px;
            cursor: pointer;
            color: #777;
            font-family: 'wei';
            padding: 0 20px;
            /*宽度去掉 写padding*/
        }

            .xiao-top ul li a {
                text-decoration: none;
            }

            .xiao-top ul li.active, .xiao-top ul li:hover {
                /*background: url(../images/xu2.png) no-repeat center bottom;*/
                color: #a21d23;
            }


.xiao-con {
    padding-top: 70px;
}

.xiao-box {
}

    .xiao-box .x-left {
        background: url(../image/xyimg1.jpg) no-repeat center top;
        min-height: 518px;
        padding: 0;
    }

    .xiao-box .x-mid {
        padding: 0;
        min-height: 518px;
        background: #2495d7 url(../image/xybg2.jpg) no-repeat center bottom;
    }

        .xiao-box .x-mid .x-tt2 {
            padding: 25px 35px;
        }


    .xiao-box .x-right {
        padding: 0;
    }

    .xiao-box .x-left .x-bb {
        padding-top: 240px;
        width: 268px;
        float: right;
    }

        .xiao-box .x-left .x-bb:hover {
            opacity: 0.95;
            cursor: pointer;
        }

    .xiao-box .x-mid:hover {
        opacity: 0.85;
        cursor: pointer;
    }

    .xiao-box .x-right:hover {
        opacity: 0.75;
        cursor: pointer;
    }

.xuan-conn {
    padding-top: 50px;
}

.xiao-box .x-left .x-bb .x-tt {
    background: #00bc9d url(../image/xybg1.jpg) no-repeat center bottom;
    min-height: 246px;
    padding: 25px 35px;
}

    .xiao-box .x-left .x-bb .x-tt h4 a {
        font-size: 28px;
        color: #fff;
        margin-bottom: 30px;
        display: block;
        text-decoration: none;
    }

    .xiao-box .x-left .x-bb .x-tt p {
        font-size: 14px;
        color: #fff;
        line-height: 25px;
    }

.xiao-box .x-mid .x-tt2 h4 a {
    font-size: 28px;
    color: #fff;
    margin-bottom: 30px;
    display: block;
    text-decoration: none;
}

.xiao-box .x-mid .x-tt2 p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.x-right .x-tt3 {
    background: #f3c73a url(../image/xybg3.jpg) no-repeat center bottom;
    min-height: 295px;
    padding: 25px 35px;
}

    .x-right .x-tt3 h4 a {
        font-size: 28px;
        color: #fff;
        margin-bottom: 30px;
        display: block;
        text-decoration: none;
    }

    .x-right .x-tt3 p {
        font-size: 14px;
        color: #fff;
        line-height: 25px;
    }


/*.xiaobg end*/



.zhaobg {
    background: url(../image/zzbg.jpg) no-repeat center top;
    min-height: 619px;
    padding-top: 70px;
    /*background-attachment: fixed;*/
}

.zhao-left {
    background: none;
    padding: 0;
    min-height: 614px;
    /*background: #ca4822 url(../images/zlbg.jpg) no-repeat left bottom;
    padding: 30px 50px;*/
}

    .zhao-left .zhao-con11 {
        padding: 0px;
        background: none;
        min-height: 100px;
        border: 6px solid #dbbb7d;
        position: absolute;
        bottom: 0px;
    }

    .zhao-left .amore {
        position: absolute;
        left: 0px;
        top: 36%;
        width: 100%;
        text-align: center;
    }

        .zhao-left .amore a {
            text-decoration: none;
            color: #fff;
            font-size: 20px;
            background: #be2452;
            display: inline-block;
            line-height: 54px;
            padding: 0 56px;
            border-radius: 40px;
            transition: all 1s;
        }

            .zhao-left .amore a:hover {
                opacity: 0.8;
                transition: all 1s;
            }

.zhao-right {
    background: #854191 url(../image/zrbg.jpg) no-repeat right bottom;
    min-height: 514px;
    margin-top: 35px;
    padding: 30px 20px;
}

.zhao-con1 {
    margin-top: 20px;
}

    .zhao-con1 ul li {
        margin-bottom: 30px;
        transition: all 0.4s ease-out;
    }

        .zhao-con1 ul li a {
            text-decoration: none;
            display: block;
            font-size: 16px;
            color: #fff;
            margin-bottom: 3px;
        }

        .zhao-con1 ul li span {
            display: block;
            font-size: 16px;
            color: #fff;
        }

    .zhao-con1 a.amore {
        font-size: 16px;
        color: #ca4822;
        background: #fff;
        padding: 10px 20px;
    }





    .zhao-con1 li:hover {
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
        transform: scale(1.02);
        cursor: pointer;
    }






.zhao-rcon {
}

.pad4 {
    padding-left: 40px;
}

.new-top .dd2 {
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(251, 251, 251, 0.09),rgba(251, 251, 251, 0.59),#ccc); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(251, 251, 251, 0.09),rgba(251, 251, 251, 0.59),#ccc); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,rgba(251, 251, 251, 0.09),rgba(251, 251, 251, 0.59),#ccc); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(251, 251, 251, 0.09)rgba(251, 251, 251, 0.59),,#ccc); /* 标准的语法（必须放在最后） */
    margin-top: 20px;
}

.zhao-rcon ul li {
    float: left;
    width: 50%;
    /*height: 192px;*/
    /*border-right: 1px solid #fff;*/
}

    .zhao-rcon ul li a {
        font-weight: bold;
        font-size: 20px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        display: block;
        padding: 25px 0;
    }

        .zhao-rcon ul li a img {
        }

        .zhao-rcon ul li a span {
            display: block;
            margin-top: 30px;
        }

.zhao-rcon .dd3 {
    height: 394px;
    width: 1px;
    background: -webkit-linear-gradient(top, rgba(251, 251, 251, 0.09),rgba(251, 251, 251, 0.59),#ccc); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(251, 251, 251, 0.09),rgba(251, 251, 251, 0.59),#ccc); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top,rgba(251, 251, 251, 0.09),rgba(251, 251, 251, 0.59),#ccc); /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, rgba(251, 251, 251, 0.09)rgba(251, 251, 251, 0.59),,#ccc); /* 标准的语法（必须放在最后） */
    position: absolute;
    left: 50%;
    top: 20px;
}

.zhao-rcon .dd4 {
    height: 1px;
    width: 100%;
    background: -webkit-linear-gradient(right, rgba(251, 251, 251, 0.09),rgba(251, 251, 251, 0.59),#ccc); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(251, 251, 251, 0.09),rgba(251, 251, 251, 0.59),#ccc); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,rgba(251, 251, 251, 0.09),rgba(251, 251, 251, 0.59),#ccc); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(251, 251, 251, 0.09)rgba(251, 251, 251, 0.59),,#ccc); /* 标准的语法（必须放在最后） */
    position: absolute;
    left: 0%;
    top: 49%;
}


.zhao-rcon ul li a img {
    display: inline-block;
}

.zhao-rcon ul li:hover a img {
    animation: 1s ease-in-out 0s normal none 1 running doudong1;
}

@keyframes doudong1 {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(90deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}


/**/
.jdata {
    min-height: 600px;
    margin-top: -75px;
}

    .jdata .tbg {
        background: url(../image/sbg.jpg) no-repeat right top;
        padding-top: 150px;
        min-height: 300px;
    }

    .jdata .swiper-container {
        width: 100%;
        height: 100%;
    }

.jdata-con .swiper-container {
    padding-top: 50px;
}


    .jdata-con .swiper-container .swiper-slide {
        margin-bottom: 40px;
    }

    .jdata-con .swiper-container .da-img {
        width: 18%;
    }

    .jdata-con .swiper-container .da-tyt {
        width: 77%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

        .jdata-con .swiper-container .da-tyt span {
            font-size: 42px;
            color: #ef6c2c;
        }

        .jdata-con .swiper-container .da-tyt p {
            font-size: 16px;
            color: #333;
            line-height: 25px;
        }

    .jdata-con .swiper-container .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background: #dedede;
        opacity: 1;
    }

    .jdata-con .swiper-container .swiper-pagination-bullet-active {
        background: #a21d23;
    }

    .jdata-con .swiper-container .swiper-pagination {
        text-align: left;
    }

.xxu-three .swiper-container {
    padding-bottom: 30px;
}

    .xxu-three .swiper-container .swiper-pagination {
        bottom: 0;
    }

    .xxu-three .swiper-container .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        opacity: 1;
        background: #ccc;
        border: 1px solid #dbbb7d;
    }

    .xxu-three .swiper-container .swiper-pagination-bullet-active {
        background: #dbbb7d;
    }





.video-center {
    padding-bottom: 50px;
}

.pad2 {
    padding-top: 40px;
}

.shi-left {
    background: #fff;
    border-bottom: 3px solid #dbbb7d;
    box-shadow: 3px 1px 5px 3px #ccc;
}

    .shi-left img {
        transform: scale(1.0,1.0);
        transition: all 1.5s;
    }

.v-img {
    position: relative;
    overflow:hidden;
}

    .v-img span {
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;
        top: 40%;
    }

.v-tt {
    /*background: #fff;*/
    padding: 30px 30px;
    min-height: 140px;
    background: #fff url(../image/vp_bg.jpg) no-repeat 92% top;
}

.mar15 {
    margin-bottom: 15px;
}

.v-div {
    background: #fff;
    border-bottom: 3px solid #dbbb7d;
    box-shadow: 3px 1px 5px 3px #ccc;
}


.v-tt a {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.v-tt p a {
    display: block;
    font-size: 18px;
    color: #777;
    text-decoration: none;
    font-family: arial;
    margin-top: 20px;
    font-weight: lighter;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height:44px;
}

.shi-left:hover .v-tt,.v-div:hover .v-tt2 {
    background: #a31d24;
    cursor: pointer;
}

.shi-left:hover img, .v-div:hover img{
    transform: scale(1.15,1.15);
    transition: all 1.5s;
}


    .shi-left:hover a, .v-div:hover .v-tt2 a {
        color: #fff;
    }

.v-tt2 {
    background: #fff;
    padding: 20px 20px;
    /*transition: all 1.5s;*/

}

    .v-tt2 a {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 24px;
    }

    .v-tt2 p a {
        font-size: 14px;
        color: #777;
        font-family: arial;
        display: block;
        margin-top: 10px;
        font-weight: lighter;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.video-center .mar20 {
    margin-bottom: 25px;
}



/**/
.footer {
    background: #333 url(../image/fbg.jpg) no-repeat center top;
    min-height: 320px;
}

    .footer .fb {
        display: none;
        position: absolute;
        right: 0px;
    }

    .footer h4 {
        font-size: 16px;
        color: #fff;
        margin-bottom: 10px;
    }

    .footer p {
        color: #fff;
    }

.f-left {
    padding-top: 40px;
}

    .f-left a {
        color: #fff;
        text-decoration: none;
    }

        .f-left a:hover {
            color: #fff;
            text-decoration: none;
        }

.f-right {
    padding-top: 70px;
}

.footer .f-left p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.f-left .f-one {
    margin-bottom: 45px;
}

.xiaoqu-more {
    margin: 30px 0 0 50px;
    display: block;
    color: #dcba7d;
    font-size: 16px;
}

    .xiaoqu-more:hover..xiaoqu-more:focus {
        color: #ef6c2c;
    }

.f-left .f-onee h4 {
    padding-left: 78px;
}

.f-left .f-onee p:nth-child(2) {
    padding-left: 68px;
}

.f-left .f-onee p:nth-child(3) {
    padding-left: 59px;
}

.f-left .f-onee p:nth-child(4) {
    padding-left: 51px;
}

.f-left .f-onee p:nth-child(5) {
    padding-left: 42px;
}

.f-left .f-two h4 {
    padding-left: 57px;
}

.f-left .f-two p:nth-child(2) {
    padding-left: 47px;
}

.f-left .f-two p:nth-child(3) {
    padding-left: 39px;
}

.f-left .f-two p:nth-child(4) {
    padding-left: 31px;
}

.f-left .f-two p:nth-child(5) {
    padding-left: 22px;
}

.f-left .f-three h4 {
    padding-left: 26px;
}

.f-left .f-three p:nth-child(2) {
    padding-left: 18px;
}

.f-left .f-three p:nth-child(3) {
    padding-left: 10px;
}

.f-left .f-four h4 {
    padding-left: 26px;
}

.f-left .f-four p:nth-child(2) {
    padding-left: 18px;
}

.f-left .f-four p:nth-child(3) {
    padding-left: 10px;
}


.f-rone {
    padding-bottom: 30px;
}

    .f-rone h4 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 35px;
        padding-left: 27px;
    }

    .f-rone p {
        font-size: 16px;
        color: #fff;
        float: left;
        margin-bottom: 40px;
        margin-right: 62px;
    }

        .f-rone p:nth-child(1) {
        }

        .f-rone p:nth-child(2) {
            padding-left: 15px;
        }

        .f-rone p:nth-child(3) {
            padding-left: 15px;
            margin-right: 0;
        }

        .f-rone p:nth-child(4) {
        }

        .f-rone p:nth-child(5) {
            margin-right: 0;
        }


.wc-copy p a {
    display: block;
    padding-left: 10px;
    margin-bottom: 30px;
}

.wc-copy p.p3 {
    text-transform: uppercase;
}




/*.wc-copyEnd*/

@media (min-width: 1201px) {


    .jdata-con .swiper-container {
        width: 1170px;
    }



    .wct-right {
        *-width: 38.5%;-*
    }

    .dd {
        width: 19.6%;
    }

    .xiao-box .x-mid {
        width: 23%;
    }

    .f-left .f-one {
        width: 300px;
        padding: 0;
    }

    .f-left .f-two {
        width: 330px;
        padding: 0;
    }

    .f-left .f-three {
        width: 280px;
        padding: 0;
    }

    .f-left .f-four {
        width: 350px;
        padding: 0;
    }


    .footer .fb {
        position: absolute;
        right: 0px;
        top: -30px;
    }
}

@media (min-width: 1400px) {

    .container {
        width: 1200px;
    }

    .f-left .f-onee {
        width: 350px;
    }
}

@media (min-width: 1200px) {
    .f-left .f-one {
        margin-bottom: 1px;
        padding-top: 30px;
        width: 315px;
        height: 203px;
        cursor: pointer;
        /*background: url(../image/xxbg.png) no-repeat center center;*/
    }

        .f-left .f-one:hover {
            background: url(../image/xxbg.png) no-repeat center center;
        }

    .f-left .f-three h4 {
        padding-left: 66px;
    }

    .f-left .f-three p:nth-child(2) {
        padding-left: 60px;
    }

    .f-left .f-three p:nth-child(3) {
        padding-left: 52px;
    }

    .f-left .f-three p:nth-child(4) {
        padding-left: 42px;
    }

    .f-left .f-onee h4 {
        padding-left: 60px;
    }
    /*.f-left .f-onee p:first-child{
                padding-left: 70px;
            }*/
    .f-left .f-onee p:nth-child(2) {
        padding-left: 55px;
    }

    .f-left .f-onee p:nth-child(3) {
        padding-left: 50px;
    }

    .f-left .f-onee p:nth-child(4) {
        padding-left: 45px;
    }

    .f-left .f-onee p:nth-child(5) {
        padding-left: 40px;
    }

    .f-left .f-four:hover {
        background: none;
    }
}

@media (min-width: 1200px) {
    .cont3 {
        width: 1200px;
    }

    .f-left .f-onee {
        margin-left: 0px;
    }

    .f-left .f-three {
        margin-left: 0px;
    }
}

@media (min-width: 1230px) {
    .cont3 {
        width: 1400px;
    }

    .f-left .f-onee {
        margin-left: 100px;
    }

    .f-left .f-three {
        margin-left: 65px;
    }
}
.new-right .new1 {

    box-shadow: 0px 1px 17px 0px rgba(107, 0, 0, 0.07);
}

@media (min-width: 1200px)and (max-width: 1399px) {

    .wct-right ul li {
        padding: 0 12px;
    }

    .xuan-con2 .marleft3 {
        margin-left: 24px;
    }

    .footer {
        padding-top: 50px;
    }

    .f-rone {
        padding-bottom: 20px;
    }

        .f-rone p {
            margin-bottom: 25px;
        }

}
@media(min-width: 750px)and (max-width: 1400px) {
    .xin-right{
        width: 70%!important
    }
    .xin-right .swiper-slide {
        width: 100%!important;
    }
    .xin-right .swiper-slide .li-img img{
        height: auto!important;
    }
    .new-right{
        width: 30%;
    }
    .new-right .new1 {
        width: 100%!important;
    }
    .new-right .new1 .img {
        width: 100%!important;
        height: auto!important;
        overflow: hidden;
    }
    .xin-rcon .swiper-container .swiper-pagination {
        bottom: 29%!important;
    }
}
@media(min-width: 750px)and (max-width: 850px){
    .xin-n{
        height: 800px!important;
    }
    .xin-rcon .swiper-container .swiper-pagination {
        bottom: 37% !important;
    }
}
@media (max-width: 1200px) {

    .container {
        width: 96%;
    }

    .f-left {
        padding-top: 72px;
    }

    .f-one {
        margin-bottom: 40px;
    }

    .xuan-top {
        left: initial;
        width: auto;
        right: 0;
    }

    .xiao-top {
        left: initial;
        width: auto;
        right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    /*中等屏幕设备 桌面*/

    .xin-n {
        padding-top: 40px;
    }

    .xin-lcon ul li a .li-tt p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: auto;
    }

    .xin-rcon .swiper-container .li-tt p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .jdata-con {
        padding: 0 20px;
    }

    .top-right {
        padding-top: 50px;
    }

    .xuan-conn {
        padding-top: 30px;
    }


    .xxu-three .swiper-container {
        margin-bottom: 30px;
    }

        .xxu-three .swiper-container .swiper-slide {
        }

            .xxu-three .swiper-container .swiper-slide a {
                display: block;
                text-align: center;
                text-decoration: none;
                color: #fff;
            }

                .xxu-three .swiper-container .swiper-slide a .xx-tt {
                    text-align: center;
                    background: #a22226;
                    padding-bottom: 15px;
                }

                    .xxu-three .swiper-container .swiper-slide a .xx-tt h4 {
                        padding: 10px 0;
                    }

                    .xxu-three .swiper-container .swiper-slide a .xx-tt p {
                    }




    .footer .fb {
        position: absolute;
        right: 0px;
        top: -30px;
    }

    .footer {
        padding-top: 50px;
    }

    .f-rone p {
        margin-bottom: 15px;
    }

    .xin-rcon .swiper-container .swiper-pagination {
        bottom: 47%;
    }

    .wc-menu ul li a {
        font-size: 18px;
    }
}

@media (max-width: 991px) {

    .v-div {
        /*margin: 0 -15px;*/
    }


    .mar11 {
        margin-left: -15px;
    }

    .mar12 {
        margin-right: -15px;
    }

    .zhaobg {
        padding-top: 0;
        min-height: 500px;
    }

    .zhao-left {
        min-height: 540px;
    }

        .zhao-left .amore a {
            font-size: 16px;
        }

        .zhao-left .amore {
            top: 46%;
        }


    .xin-rcon .swiper-container .li-tt p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .xin-lcontt a p {
        line-height: 36px;
    }
}


@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
    footer {
        margin-top: 80px;
    }
    .tbg {
        /* min-height: 170px; */
        min-height: 100px;
    }

    .wc-menu {
        padding-top: 30px;
    }

    .new-top .new-tit i {
        font-size: 30px;
    }

    .new-top .new-tit span {
        font-size: 20px;
    }

    .jzper {
        min-height: 300px;
    }

    .wct-left ul li a, .wct-right ul li a {
        font-size: 14px;
    }

    .wct-left ul li, .wct-right ul li {
        padding: 0 7px;
    }

        .wct-left ul li a img {
            padding-right: 3px;
        }


    .wc-menu ul li a {
        font-size: 16px;
    }

    .banner .swiper-container .swiper-slide .btt a {
        font-size: 18px;
        line-height: 45px;
    }

    .banner .swiper-container .swiper-slide .btt {
        height: 45px;
    }

    .banner .swiper-pagination {
        bottom: 13px;
    }

    .xin-n {
        padding-top: 30px;
    }

    .xin-rcon .swiper-container .swiper-pagination {
        bottom: 65%;
    }

    .xiao-top {
        position: relative;
        top: 10px;
        margin-bottom: 30px;
    }

    .jdata-con .swiper-container .swiper-pagination {
        text-align: center;
        bottom: 0;
    }

    .jdata-con {
        padding: 0 30px;
    }

        .jdata-con .swiper-container .da-img {
            width: 30%;
        }

        .jdata-con .swiper-container .da-tyt {
            width: 65%;
        }


    .xuan-conn {
        padding-top: 30px;
    }

    .xxu-three {
    }

        .xxu-three .swiper-container {
        }

            .xxu-three .swiper-container .swiper-slide {
            }

                .xxu-three .swiper-container .swiper-slide a {
                    display: block;
                    text-align: center;
                    text-decoration: none;
                    color: #fff;
                }

                    .xxu-three .swiper-container .swiper-slide a .xx-tt {
                        text-align: center;
                        background: #a22226;
                        padding-bottom: 15px;
                    }

                        .xxu-three .swiper-container .swiper-slide a .xx-tt h4 {
                            padding: 10px 0;
                        }

                        .xxu-three .swiper-container .swiper-slide a .xx-tt p {
                        }




    .footer {
        background: #333;
        padding: 25px 0 15px 0;
    }

        .footer h4 {
            padding-left: 0 !important;
            font-size: 16px !important;
            margin-bottom: 10px !important;
        }

        .footer p {
            padding-left: 0 !important;
            font-size: 14px !important;
            float: none;
            margin-bottom: 5px;
        }

    .f-left .f-one {
        margin-bottom: 25px;
    }

    .footer .fb {
        bottom: 0px;
    }

    .f-rone {
        margin-bottom: 50px;
    }

        .f-rone h4 {
            font-size: 20px !important;
        }

        .f-rone p {
            font-size: 16px !important;
        }
}

@media (min-width: 768px) and (max-width: 860px) {
    .wc-menu ul li a {
        font-size: 14px;
    }
}


@media (max-width: 767px) {
    .container {
        width: 100%;
    }

.shi-left{
    margin-bottom: 25px;
}
.v-tt{
     padding: 20px 20px;
    min-height: initial;
}
.v-tt a{
    font-size: 16px;
    line-height: 24px;    
    -webkit-line-clamp: 1;
}
    .xin-left {
        margin-top: 30px;
    }

.xin-lcon ul li{
  margin-bottom:0px;
}

    .xin-lcontt {
        margin-top: 15px;
    }

    .xiao-top ul li {
        padding: 0;
    }

    .zhao-left .zhao-con11 {
        position: relative;
        margin-top: 30px;
    }

    .zhao-left {
        min-height: 100px;
    }

    .jdata {
        min-height: 100px;
    }

    .mar11 {
        margin-right: -15px;
    }

    .mar12 {
        margin: 20px -15px;
        margin-top: 20px;
    }



    .xiaoqu-more {
        margin: 0;
    }
    /*超小屏幕设备 手机*/
    body {
        border-top: none;
    }

    .logo1 img {
        max-width: 80%;
        height: auto!important;
    }


    .searchbg {
        background: url(../image/search.png) no-repeat right top;
        width: 211px;
        height: 42px;
    }

        .searchbg input.inp-text {
            width: 160px;
            padding-left: 15px;
            background: none;
            border: none;
            color: #333;
            line-height: 40px;
        }

        .searchbg input.inp-but {
            cursor: pointer;
            width: 37px;
            height: 42px;
            background: none;
            border: none;
        }


    .new-top .new-tit {
        font-size: 20px;
        /*width: 80%;*/
    }

        .new-top .new-tit i {
            font-size: 30px;
        }



    .new-top .new-more a {
        font-size: 14px;
        /*padding: 0 0 0 15px;*/
        line-height: 30px;
        height: 30px;
    }

    .xin-n {
        padding: 20px 0 15px;
    }

    .xin-rcon .swiper-container .swiper-pagination {
        bottom: 43%;
    }

    .new-top .new-tit img {
        /*width: 38%;*/
    }

    .new-top .new-tit span {
        font-size: 20px;
    }

    .xin-lcon {
        padding-top: 20px;
    }

    .xin-rcon {
        margin-top: 20px;
    }

    .jdata {
        margin-top: 0;
        min-height: 100px;
    }

        .jdata .tbg {
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .jdata-con {
        padding: 0 30px;
    }

    .jdata .swiper-container {
        padding-bottom: 30px;
    }

    .jdata-con .swiper-container .swiper-slide {
        margin-bottom: 10px;
    }

    .jdata-con .swiper-container {
        padding-top: 15px;
    }

        .jdata-con .swiper-container .swiper-pagination {
            text-align: center;
            bottom: 0;
        }

        .jdata-con .swiper-container .da-tyt span {
            font-size: 30px;
        }

    .zhao-left {
        padding: 25px 15px;
    }

    .zhaobg {
        background-size: cover;
        padding-top: 0px;
    }

    .zhao-right {
        min-height: 200px;
        padding: 25px 15px;
        margin-top: 0;
    }

    .zhao-rcon ul li a {
        font-size: 18px;
        padding: 15px 0;
    }

        .zhao-rcon ul li a img {
            width: 35%;
        }

        .zhao-rcon ul li a span {
            margin-top: 15px;
        }

    .zhao-rcon .dd3 {
        height: 260px;
    }

    .pad4 {
        padding: 0;
    }

    .xiao-top {
        position: relative;
        top: 0;
    }

    .xin-rcon .swiper-container .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }

    /**/
    .xx2 .swiper-container {
        margin-top: 20px;
    }

        .xx2 .swiper-container .sw1 {
            padding-bottom: 20px;
            background: #00bc9d url(../image/xybg1.jpg) no-repeat center bottom;
            height: 360px;
        }

        .xx2 .swiper-container .sw2 {
            padding-bottom: 20px;
            background: #2495d7 url(../image/xybg2.jpg) no-repeat center bottom;
            height: 360px;
        }

        .xx2 .swiper-container .sw3 {
            padding-bottom: 20px;
            background: #f3c73a url(../image/xybg3.jpg) no-repeat center bottom;
            height: 360px;
        }

        .xx2 .swiper-container a {
            display: block;
            color: #fff;
            text-align: center;
            text-decoration: none;
        }

            .xx2 .swiper-container a h4 {
                font-size: 20px;
                color: #fff;
                margin-bottom: 20px;
                margin-top: 10px;
            }

            .xx2 .swiper-container a p {
                font-size: 14px;
                color: #fff;
                line-height: 25px;
                padding: 0 20px;
                padding-bottom: 20px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

            .xx2 .swiper-container a img {
                width: 300px;
                height: 200px;
                margin: auto;
                padding-top: 20px;
            }

        .xx2 .swiper-container .swiper-pagination-bullet-active {
            background: #a22226;
        }

    .xiaobg {
        min-height: 400px;
        padding: 20px 0;
    }

    .xuan-top {
        position: relative;
        top: 0;
        left: 0px;
        width: 100%;
        padding-top: 23px;
    }

    .jzper {
        min-height: 300px;
        padding-top: 10px;
    }


    .xuan-conn {
        padding-top: 30px;
    }

    .xxu-three {
    }

        .xxu-three .swiper-container {
        }

            .xxu-three .swiper-container .swiper-slide {
            }

                .xxu-three .swiper-container .swiper-slide a {
                    display: block;
                    text-align: center;
                    text-decoration: none;
                    color: #fff;
                }

                    .xxu-three .swiper-container .swiper-slide a .xx-tt {
                        text-align: center;
                        background: #a22226;
                        padding-bottom: 15px;
                    }

                        .xxu-three .swiper-container .swiper-slide a .xx-tt h4 {
                            padding: 10px 0;
                        }

                        .xxu-three .swiper-container .swiper-slide a .xx-tt p {
                        }





    .jdata-con .swiper-container .da-img {
        width: 22%;
    }

    .jdata-con .swiper-container .da-tyt {
        width: 75%;
    }


    .footer {
        padding: 25px 0 15px 0;
    }

        .footer h4 {
            padding-left: 0 !important;
            font-size: 16px !important;
            margin-bottom: 10px !important;
        }

        .footer p {
            padding-left: 0 !important;
            font-size: 14px !important;
            float: none !important;
            margin-bottom: 0px !important;
            line-height: 24px !important;
        }
.f-left {
    padding-top: 0;
}
.f-right{
    padding-top: 0;
}
    .f-left .f-one {       
         
        margin-bottom: 15px;
    }
.xiaoqu-more{       
         
        margin-bottom: 15px;
    }

    .footer .fb {
        bottom: 0px;
    }

    .f-rone {
        padding-bottom: 30px;
    }

    .footer {
        padding: 25px 0 15px 0;
        background: #333;
    }


    .f-rone {
        padding-bottom: 30px;
    }

    .wc-copy p:first-child {
        text-align: right;
    }

    .wc-copy p img {
        width: 80%;
    }

    .wc-copy p.p3 {
        padding-left: 15px !important;
    }

.video-center{
  padding-bottom:10px;
  margin-top:10px;
}

.video-center .pad2{
  padding-top:20px;
}

}


@media (max-width: 600px) {
    .xin-rcon .swiper-container .swiper-pagination {
        bottom: 52%;
    }
}


@media (max-width: 480px) {
    .xin-rcon .swiper-container .swiper-pagination {
        bottom: 59%;
    }
}


@media (max-width: 320px) {
    .xin-rcon .swiper-container .swiper-pagination {
        bottom: 66%;
    }

    .xin-rcon .swiper-container .li-tt {
        padding: 20px 15px;
    }

        .xin-rcon .swiper-container .li-tt p {
            font-size: 14px;
            color: #888;
            line-height: 24px;
        }

        .xin-rcon .swiper-container .li-tt span {
            font-size: 16px;
            margin: 10px 0;
        }

    .xiao-top ul li {
        background: url(../image/sxu1.png) no-repeat center bottom;
        width: 90px;
    }

        .xiao-top ul li.active, .xiao-top ul li:hover {
            background: url(../image/sxu2.png) no-repeat center bottom;
        }
}