html {
    font-size: 62.5%;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
}

html, body {
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}

body {
    font-family: Arial, Helvetica, "PingFang SC", "PingFang SC-Regular", 苹方, "Microsoft Yahei", sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    line-height: 1;
    padding: 0px;
    margin: 0px;
}

.home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

    .home body {
        height: 100%;
        overflow: hidden;
    }

ul, ol, li {
    list-style: outside none none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.3;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    outline: 0;
}

    a:hover {
        text-decoration: none;
        color: #a7341c;
    }

input, textarea, select {
    padding: 0;
    font-family: inherit;
    outline: none;
    resize: none;
    background: none;
    border: none;
    font-size: inherit;
    color: inherit;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@font-face {
    font-family: icon;
    src: url('fonts/iconfont.eot');
    src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),url('font/iconfont.woff') format('woff'),url('fonts/iconfont.ttf') format('truetype'),url('fonts/iconfont.svg#iconfont') format('svg');
}

.gp-container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px !important;
}

.gp-clearFix {
    clear: both;
}

    .gp-clearFix::after {
        content: "";
        display: block;
        clear: both;
    }

.gp-m15 {
    margin: 0px 15px;
}

.gp-f30 {
    font-size: 3rem;
}

[class*="gp-avg"] > li {
    float: left;
}

.gp-avg-md-1 > li {
    width: 100%;
}

.gp-avg-md-2 > li {
    width: 50%;
}

.gp-avg-md-3 > li {
    width: 33.3%;
}

.gp-avg-md-4 > li {
    width: 25%;
}

.gp-avg-md-5 > li {
    width: 20%;
}

.gp-avg-md-8 > li {
    width: 12.5%;
}

.gp-avg-md-9 > li {
    width: 11.1%;
}

.gp-avg-xs-1 > li {
    width: 100%;
}

.gp-avg-xs-2 > li {
    width: 50%;
}

.gp-avg-xs-3 > li {
    width: 33.3%;
}

.gp-avg-xs-4 > li {
    width: 25%;
}

.gp-avg-xs-5 > li {
    width: 20%;
}

.gp-img-responsive {
    width: 100%;
    height: 253px;
    display: block;
    background-color: rgb(245, 244, 240);
    overflow: hidden;
}

    .gp-img-responsive img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s ease-in-out 0s;
    }

.gp-pa {
    position: absolute;
}

.gp-row {
    margin-left: -15px;
    margin-right: -15px;
}

.white * {
    color: rgb(255, 255, 255);
}

.gp-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slow {
    overflow: hidden;
}

.img {
    position: relative;
    width: 100%;
}

.none {
    display: none !important;
}
img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.body_home {
    height: 100%;
    background: rgb(167, 52, 28);
    overflow: hidden;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 3;
    transition: all .7s ease-out 0s;
}

.body_home.showdiv .header {
    transform: none;
    opacity: 1;
}

.header .d1 {
    background: #a7341c;
    color: #d39797;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    transition: all .2s ease-out 0s;
    overflow: hidden;
}
.header.lit .d1 {
    height: 0;
}
.block {
    width: 1400px !important;
    margin: auto;
}

.header .block {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.header .d1 .nav_l a {
    display: inline-block;
    line-height: 1;
    color: #d39797;
}

    .header .d1 .nav_l a:before {
        content: "";
        display: block;
        margin-bottom: 5px;
        border-top: 2px solid #d39797;
        transition: all .1s ease-out 0s;
        transform: scaleX(0);
    }

    .header .d1 .nav_l a:hover:before {
        transform: scaleX(1);
        border-color: #fff;
    }

.header .d1 .nav_l i {
    margin: 0 18px;
    font-size: 12px;
}

.nav_r {
    min-width: 680px;
    height: 45px;
}

.header .d1 .nav_r a {
    display: inline-block;
    line-height: 1;
    margin-left: 30px;
}

    .header .d1 .nav_r a:before {
        content: "";
        display: block;
        margin-bottom: 5px;
        border-top: 2px solid #d39797;
        transition: all .1s ease-out 0s;
        transform: scaleX(0);
    }

    .header .d1 .nav_r a:hover {
        color: #d39797;
    }

.header .d2 {
    transition: all .3s ease-out 0s;
    height: 85px;
    height: 85px;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}

.d2 .logo {
    height: 100%;
    width: 660px;
    background: url(../img/xiaoxun.png) no-repeat 310px 27px;
}

    .d2 .logo a {
        height: 100%;
        font-size: 0;
        display: block;
    }

    .d2 .logo img {
        max-height: 65%;
        vertical-align: middle;
        display: inline-block;
    }

    .d2 .logo a:after {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }


.d2 .nav_main {
    text-align: right;
    font-size: 18px;
    margin-right: 30px;
    min-width:852px;
}

    .d2 .nav_main a {
        margin: 0 15px;
        color: #fff;
        display: inline-block;
        position: relative;
    }

        .d2 .nav_main a:before {
            content: "";
            border-left: 2px solid #a7341c;
            height: 30px;
            transition: all .2s ease-out 0s;
            transform: scaleY(0);
            position: absolute;
            left: 50%;
            top: 100%;
            transform-origin: center top;
        }

        .d2 .nav_main a:after {
            content: "";
            border-bottom: 2px solid #a7341c;
            margin-top: 5px;
            display: block;
            width: 100%;
            transition: all .2s ease-out 0s;
            transform: scaleX(0);
        }

        .d2 .nav_main a.hover:before, .d2 .nav_main a.hover:after {
            transform: none;
        }


.nav_child .item {
    border-radius: 0 0 10px 10px;
    padding: 40px;
    display: -ms-flexbox;
    display: flex;
    border-top: 2px solid #a7341c;
    position: absolute;
    top: 100%;
    width: 600px;
    background: #fff;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
}

    .nav_child .item .l {
        display: -ms-flexbox;
        display: flex;
        width: 30%;
    }

        .nav_child .item .l .pic {
            width: 142px;
            height: 142px;
            border-radius: 10px;
        }

    .nav_child .item:nth-child(1) .l .pic {
        background: url(../img/xygk.jpg);
    }
    .nav_child .item:nth-child(2) .l .pic {
        background: url(../img/jgsz.jpg);
    }

    .nav_child .item:nth-child(3) .l .pic {
        background: url(../img/rcpy.jpg);
    }

    .nav_child .item:nth-child(4) .l .pic {
        background: url(../img/zsjy.jpg);
    }

    .nav_child .item:nth-child(5) .l .pic {
        background: url(../img/djgz.jpg);
    }

    .nav_child .item:nth-child(6) .l .pic {
        background: url(../img/xysh.jpg);
        background-size: 100% 100%;
    }

    .nav_child .item:nth-child(7) .l .pic {
        background: url(../img/ggfw.jpg);
    }

    .nav_child .item:nth-child(8) .l .pic {
        background: url(../img/xxgk.jpg);
    }

    .nav_child .item .r {
        width: 70%;
        font-size: 0;
    }

        .nav_child .item .r a {
            width: 33.33%;
            font-size: 18px;
            margin-bottom: 10px;
            display: inline-block;
        }

    .nav_child .item.s {
        visibility: visible;
        opacity: 1;
        transition: opacity .2s ease-out 0s;
    }

.nochildnav:before {
    border-left: none !important;
}

.d2 .tools {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

    .d2 .tools .a {
        border: 1px solid #fff;
        border-radius: 100%;
        margin-left: 20px;
        width: 34px;
        height: 34px;
        line-height: 34px;
        position: relative;
        margin-top: -8px;
    }

        .d2 .tools .a > a {
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            height: 100%;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .d2 .tools .sc a::after {
        content: "\e672";
        font-size: 20px;
        font-family: icon;
    }

.tools .a > a:hover {
    color: inherit;
}

.nav_mobile {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: -ms-flexbox;
    display: flex;
    -ms--ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
    .nav_mobile.showdiv {
        opacity: 1;
        visibility: visible;
    }
.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.body_home .banner .frame, .body_home .banner > div, .body_home .banner > div > div {
    height: 100%;
}

.swiper-banner {
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: 1s linear 2s;
    transform: scale(1.1,1.1);
}

.swiper-slide-active img, .swiper-slide-duplicate-active img {
    transition: 5s linear;
    transform: scale(1,1);
}

.body_b {
    position: fixed;
    left: 0px;
    top: 100%;
    bottom: 0px;
    right: 0px;
    z-index: 11;
    background: rgb(255, 255, 255);
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    overflow: auto;
    outline: 0px;
}

    .body_b * {
        outline: 0px;
    }

.header2 {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 3;
    opacity: 0;
    transform: translateY(-100%);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
    background: rgb(167, 52, 28);
    transition: all 0.5s ease-out 0s;
}

.body_b .header2 {
    opacity: 0;
    transform: translateY(-100%);
}

.header2 .d1 {
    color: rgb(211, 151, 151);
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    background: rgb(167, 52, 28);
    transition: all 0.2s ease-out 0s;
    overflow: hidden;
}

.header2 .block {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header2 .d1 .nav_l a {
    display: inline-block;
    line-height: 1;
    color: rgb(211, 151, 151);
}

    .header2 .d1 .nav_l a::before {
        content: "";
        display: block;
        margin-bottom: 5px;
        transform: scaleX(0);
        border-top: 2px solid rgb(211, 151, 151);
        transition: all 0.1s ease-out 0s;
    }

.header2 .d1 .nav_l i {
    font-size: 12px;
    margin: 0px 18px;
}

.header2 .d1 .nav_r a {
    margin-left: 30px;
    color: rgb(211, 151, 151);
    display: inline-block;
    line-height: 1;
}

    .header2 .d1 .nav_r a::before {
        content: "";
        display: block;
        margin-bottom: 5px;
        transform: scaleX(0);
        border-top: 2px solid rgb(211, 151, 151);
        transition: all 0.1s ease-out 0s;
    }

.header2 .d2 {
    height: 85px;
    transition: all 0.3s ease-out 0s;
    background: rgb(255, 255, 255);
}

/*.header2 .logo {
    height: 100%;
    width: 435px;
    background: url(../img/xiaoxun.png) 310px 27px no-repeat;
}

    .header2 .logo a {
        height: 100%;
        font-size: 0px;
        display: block;
    }

    .header2 .logo img {
        max-height: 65%;
        vertical-align: middle;
        max-width: none;
        display: inline-block;
    }

    .header2 .logo a::after {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }*/

/*.header2 .nav_main {
    text-align: center;
    font-size: 18px;
}*/

/*.nav_main {
    min-width: 750px;
    height: 25px;
}*/

.header2 .nav_main a {
    color: #333;
}
/*.header2 .nav_main a {
    display: inline-block;
    position: relative;
    margin: 0px 10px;
}*/
/*    .header2 .nav_main a::before {
        content: "";
        height: 30px;
        transform: scaleY(0);
        position: absolute;
        left: 50%;
        top: 100%;
        transform-origin: center top;
        border-left: 2px solid rgb(167, 52, 28);
        transition: all 0.2s ease-out 0s;
    }

    .header2 .nav_main a.hover::before, .header2 .nav_main a.hover::after {
        transform: none;
    }

    .header2 .nav_main a::after {
        content: "";
        margin-top: 5px;
        display: block;
        width: 100%;
        transform: scaleX(0);
        border-bottom: 2px solid rgb(167, 52, 28);
        transition: all 0.2s ease-out 0s;
    }*/
.header2 .tools .a {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(51, 51, 51);
    border-image: initial;
    border-radius: 100%;
}

.header2 .tools .sc a::after {
    color: rgb(51, 51, 51);
}

.body_b.showdiv {
    top: 0px;
}

    .body_b.showdiv .header2 {
        transform: none;
        opacity: 1;
        transition: all 0.7s ease-in-out 0.5s;
    }

.header2 .d1 .nav_l a:hover::before {
    transform: scaleX(1);
    border-color: rgb(255, 255, 255);
}



.boxshadow {
    box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    background-color: #fff;
    position: relative;
}

.effect.isView, .mode.isView, .news-list li.isView, .bbs-list li.isView, .notice-list li.isView, .topic-list.isView, .academic-list.isView, .subject-list.isView {
    transform: none !important;
    opacity: 1 !important;
}
/*main.htm*/
.mode {
    padding: 60px 0 70px 0;
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.8s ease-in-out;
    position:relative;
}

.tit1 {
    text-align: center;
    margin-bottom: 3.8rem;
    margin-top: 3.8rem;
    position: relative;
}

    .tit1 h3 {
        text-align: center;
        display: inline-block;
        position: relative;
        z-index: 1;
    }

        .tit1 h3:before {
            content: "";
            position: absolute;
            right: 115%;
            top: 50%;
            height: 2px;
            width: 49rem;
            background: linear-gradient(to right, #fff, #a7341c);
            opacity: .3;
            transition: 1s;
        }

        .tit1 h3:after {
            content: "";
            position: absolute;
            left: 85%;
            top: 142%;
            height: 2px;
            width: 49rem;
            background: linear-gradient(to left, #fff, #a7341c);
            opacity: .3;
            transition: 1s;
        }

    .tit1 h6 {
        font-size: 1.8rem;
        color: #bd462e;
        line-height: 1.375;
        font-family: 'Century Gothic';
        margin: .1rem 0 0;
    }
.play-link {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 10px;
    right: 0px;
    z-index:2;
}
.mode07 .play-link{
    bottom:-10px;
}
.mode04 {
    padding: 60px 0 60px 0;
}
.button {
    color: #666;
    display: block;
    width: 130px;
    height: 50px;
    /*    border: 2px solid rgba(255,255,255,0.8);*/
    line-height: 50px;
    padding-left: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*    margin: 0 auto;*/
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial;
    background: url(../images/arrow.png) no-repeat 90px center;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    position: relative;
    /*    margin-top:-15px;*/
    text-align: left;
}

    .button:hover {
        /*        border: 2px solid #fff;*/
        font-weight:bold;
        background: url(../images/arrow_hover.png) no-repeat 100px center;
    }

    .button .line {
        position: absolute;
        background: none;
        -moz-transition: ease 0.4s;
        -o-transition: ease 0.4s;
        -webkit-transition: ease 0.4s;
        transition: ease 0.4s;
    }

    .button:hover .line {
        background: #a7341c;
    }

    .button .line-top {
        width: 0px;
        height: 1px;
        left: -110%;
        top: 0px;
    }

    .button:hover .line-top {
        width: 100%;
        left: 0px;
    }


    .button .line-right {
        width: 1px;
        height: 0px;
        right: 0px;
        top: -110%;
    }

    .button:hover .line-right {
        height: 100%;
        top: 0px;
    }


    .button .line-bottom {
        width: 1px;
        height: 0px;
        left: 0px;
        bottom: -110%;
    }

    .button:hover .line-bottom {
        height: 100%;
        bottom: 0px;
    }

    .button .line-left {
        width: 0px;
        height: 1px;
        right: -110%;
        bottom: 0px;
    }

    .button:hover .line-left {
        width: 100%;
        right: 0px;
    }
.more_div_img {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 20%;
    right: 39%;
    border-radius: 50%;
    transition: 0.4s;
    margin-left: 1.4275rem;
    position: absolute;
    color: #777;
    text-align: center;
    background: #dfd0ce;
}

    .more_div_img::before {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #d1978b url(../images/more.png) no-repeat right center;
        background-size: cover;
        transition: 0.4s;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        border-radius: 50%;
    }
    .more_div_img:hover::before {
        background: #a7341c url(../images/more.png) no-repeat right center;
        background-size:cover;
    }

/*    .more_div_img::after {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: #a7341c3d;
        border-radius: 50%;
        transition: 0.4s;
        content: "";
        position: relative;
        z-index: 1;
    }*/

    .more_div_img:hover::after {
        transform: scale(1.3);
    }

.flexslider {
    position: relative;
    zoom: 1;
    margin: 0;
    padding: 0;
}


    .flexslider .slides > li {
        -webkit-backface-visibility: hidden;
        position: relative;
    }

        .flexslider .slides > li a {
            display: block;
        }
/*model*/
.wrap-mode01 {
    width: 100%;
    padding-top: 90px;
    background: #f2f1e9 url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
}

.mode01 .tit1 {
    margin-top: 0px !important;
    margin-bottom:8px;
}

.news-list > li {
    margin-top: 30px;
}

    .news-list > li.first {
        width: 50%;
        height:329px;
    }

        .news-list > li.first .news-con {
            position: relative;
        }
/*.news-list li:nth-child(4), .news-list li:nth-child(5),.news-list li:nth-child(6) {
    margin-bottom: 15px !important;
}*/
.news-box .first .gp-img-responsive {
    height: 330px;
    padding-bottom: 0px;
}

.news-box .slides img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.news-text {
    padding: 20px 18px 20px 18px;
    overflow: hidden;
}

.news-list > li.first .news-text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    background: linear-gradient(rgb(255 255 255 / 0%), rgb(0 0 0 / 68%));
}

.news-text h3 {
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    font-size: 1.8rem;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-list > li.first .news-text h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0;
    height: 30px;
    color: #fff;
    z-index: 2;
    position: relative;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news-list > li.first a:hover h3 {
    font-weight: bold !important;
}

.mode01 .news-time {
    line-height: 45px;
    background: #bd462e;
    display: block;
    padding-left: 15px;
    color: #fff;
    font-size: 20px;
    font-family: "Georgia";
}

.news-list > li.first .news-text .news-time {
    display: none;
}

.mode01 {
    transform: none;
    opacity: 1;
}

    .mode01 .news-time i {
        margin-right: 5px;
    }

.news-list > li.first .news-con:after {
    z-index: 1;
    content: '';
    clear: both;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    display: block;
}

.news-box .second .gp-img-responsive {
    height: 185px;
    padding-bottom: 0px;
}


.wrap-mode02 {
    background: #fff url(../images/tit_bg.jpg) no-repeat center 50px;
    width: 100%;
}

    .wrap-mode02 .bgbox {
        position: relative;
    }

.swiper-notice {
    width: auto;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-notice .swiper-button-next, .swiper-button-prev {
    width: 20px;
    height: 20px;
    margin-top: calc(-1* 20px / 2);
}

.swiper-notice .gp-row {
    margin-left: 0;
    margin-right: 0;
}

.notice-list li:nth-child(1) {
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.notice-list li a {
    display: block;
    margin-bottom: 18px;
}

.notice {
    margin-top: 50px;
    padding: 20px 20px 30px;
    border: 1px solid #efefef;
    background: #fff;
}

.notice-list li:hover .notice {
    background: #F7F7F2;
}

    .notice-list li:hover .notice p {
        color: #a7341c;
    }

.notice-time {
    width: 90px;
    height: 90px;
    text-align: center;
    background: #a7341c;
    border-radius: 50%;
    border: 4px solid #f0dddd;
    left: 50%;
    margin-left: -45px;
    top: -30px;
    overflow: hidden;
}

    .notice-time strong {
        margin-top: 16px;
        margin-bottom: 3px;
    }

    .notice-time strong, .notice-time i {
        font-family: "Georgia";
        font-style: normal;
    }

    .notice-time i {
        font-size: 16px;
    }

.notice h3 {
    margin-top: 70px;
    height: 100px;
    line-height: 32px;
    overflow: hidden;
    text-align: center;
    position: relative;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 1.8rem;
}

.notice-list li:nth-child(2) {
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.notice-list li:nth-child(3) {
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.notice-list li:nth-child(4) {
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.8s ease-in-out;
}

.notice p {
    text-align: right;
    color: #9d9d9d;
    margin-top: 20px;
}

.wrap-mode02 .swiper-button-next, .wrap-mode07 .swiper-button-next {
    right: -45px;
    z-index: 1;
}

.swiper-button-prev:after, .swiper-button-next:after {
    color: #b5a39f;
}

.wrap-mode02 .swiper-button-prev, .wrap-mode07 .swiper-button-prev {
    left: -45px;
    z-index: 1;
}

.swiper-button-prev:after, .swiper-button-next:after {
    color: #b5a39f;
}


.wrap-mode04 {
    background: #f2f1e9 url(../images/bg3.jpg) no-repeat top center;
    background-size: cover;
}
    .wrap-mode04 .button{
        margin-top:auto;
    }
    .bbs-list {
        margin-top: 6rem;
    }

.list8 {
    padding-right: 45px;
    padding-left:15px;
}

    .list8 li {
        position: relative;
        background: #fff;
        margin-bottom: 8px;
    }

        .list8 li:nth-child(1) {
            transform: translateX(-50px);
            opacity: 0;
            transition: all 0.4s ease-in-out;
        }

.bbs-list li ul li {
    height: 139px;
}

.list8 li:before {
    content: "";
    position: absolute;
}

.list8 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0rem 5rem;
    height: 100%;
    position: relative;
    z-index: 1;
}

    .list8 a::before {
        content: "";
        position: absolute;
        background: url(../images/list8_i1.png) center no-repeat;
        width: .24rem;
        height: .2rem;
        left: calc(-.7rem - .12rem);
        top: .24rem;
        transition: .5s;
        background-size: cover;
    }

    .list8 a::after {
        content: "";
        position: absolute;
        width: .68rem;
        height: 1px;
        background: #efefef;
        left: calc(-.7rem + .06rem);
        top: .32rem;
    }

.list8 .line0 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.list8 .line1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 0;
    border-top: #a7341c 1px dotted;
    transition: .5s;
}

.list8 .line1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 1px;
    border-left: #a7341c 1px dotted;
    transition: .5s;
}

.list8 .line2:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 0;
    border-top: #a7341c 1px dotted;
    transition: .5s;
}

.list8 .line2:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0;
    width: 1px;
    border-left: #a7341c 1px dotted;
    transition: .5s;
}

.list8 h4 {
    margin-bottom: 0.4rem;
    font-size: 2rem;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* font-weight: bold; */
}

.list8 p {
    line-height: 2.6rem;
    color: #777;
    font-size: 1.6rem;
}

.list8 li:nth-child(2) {
    transform: translateX(-50px);
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transition-delay: 0.1s;
}
.list8 li:nth-child(3) {
    transform: translateX(-50px);
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transition-delay: 0.2s;
}
.list8 li:nth-child(4) {
    transform: translateX(-50px);
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transition-delay: 0.3s;
}
.bbs-right-li {
    transform: translateX(50px);
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.bbs-list .bbs-right-li img {
    height: 579px;
    object-fit: cover;
    width:100%;
}

.wrap-mode03 {
    background: url(../images/tit_bg.jpg) center 50px no-repeat;
    /* background-size: cover; */
}

.mode03 {
    z-index: 1;
}

.mode03 {
    position: relative;
}
.mode07 {
    position: relative;
    padding-bottom: 0px;
}

.focus-box {
    margin-top: 62px;
}

.mode03 li.isView {
    transform: translateZ(0) scale(1);
    transition-duration: 0.4s;
    opacity: 1;
}

.news-list li a:hover img {
    transform: scale(1.03);
}

.news-list > li > a {
    display: block;
}

.mode03 .info {
    display: none;
    margin-top: -43px;
    height: 43px;
    line-height: 43px;
    position: absolute;
    border-radius: 0 10px 0 0;
    /* width: 100%; */
}

.mode03 .news-text h3 {
    font-weight: normal;
    display: inherit;
}

.mode03 .news-text .date {
    width: 62px;
    text-align: center;
    font-size: 1.4rem;
    float: left;
    font-family: "Georgia";
}

.mode03 .news-text .day {
    font-size: 3.6rem;
}

.mode03 .news-text .Year {
    font-size: 16px;
    margin-top: 2px;
}

.mode03 .news-text span {
    display: block;
    margin-left: 75px;
    padding-top: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.wrap-mode07 {
    overflow: hidden;
    width: 100%;
    background: #f2f1e9 url(../images/bg5.jpg) no-repeat top center;
    background-size: cover;
}

.mode07:before {
    content: "";
    width: 62px;
    height: 54px;
    display: block;
    background: url(../images/quot1.png) center no-repeat;
    left: -100px;
    bottom: 40px;
    position: absolute;
}

.mode07:after {
    content: "";
    width: 97px;
    height: 84px;
    display: block;
    background: url(../images/quot2.png) center no-repeat;
    right: -100px;
    top: 40px;
    position: absolute;
}

.wrap-mode07 .bgbox {
    position: relative;
}
.wrap-mode07 .button{
    margin-top:-75px;
}
.swiper-media {
    width: auto;
    height: 550px;
}

    .swiper-media .gp-row {
        margin-left: 0;
        margin-right: 0;
    }

.ul-list3 {
    position: relative
}

    .ul-list3 li {
        width: 27.343%;
        height: 380px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        margin-top: 0
    }

        .ul-list3 li.l1 {
            z-index: 1;
            background-color: rgba(40,119,216,.95)
        }

        .ul-list3 li:hover {
            z-index: 10 !important;
        }

        .ul-list3 li:nth-child(2n-1) {
            top: 30px;
            z-index: 2;
            background-color: rgba(206,156,68,.95)
        }

        .ul-list3 li:nth-child(2n) {
            top: 77px;
            z-index: 2;
            background-color: rgba(255,255,255,.95);
        }

            .ul-list3 li:nth-child(2n) h3, .ul-list3 li:nth-child(2n) em {
                color: #000 !important;
            }

        .ul-list3 li:nth-child(4n-1) {
            top: 30px;
            z-index: 2;
            background-color: rgba(40,119,216,.95)
        }

        .ul-list3 li:nth-child(4n) {
            top: 77px;
            z-index: 2;
            background-color: rgba(255,255,255,.95)
        }

            .ul-list3 li:nth-child(4n) h3, .ul-list3 li:nth-child(4n) em {
                color: #000 !important;
            }

        .ul-list3 li:nth-child(n) {
            transform: translateY(-50px);
            opacity: 0;
            transition: all 0.8s ease-in-out;
        }

        .ul-list3 li:nth-child(2n) {
            transform: translateY(50px);
            opacity: 0;
            transition: all 0.8s ease-in-out;
        }

        .ul-list3 li.isView {
            transform: none;
            opacity: 1;
            transition: all 0.4s ease-in-out;
        }

        .ul-list3 li:hover {
            margin-top: -23px;
            box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
            transition: all 0.2s ease-in-out;
        }

    .ul-list3 .con {
        display: block;
        padding: 40px 56px 0 30px;
    }

    .ul-list3 .pic {
        overflow: hidden;
        height: 140px;
    }

        .ul-list3 .pic img {
            display: block;
            height: 100%;
        }

    .ul-list3 .tit {
        overflow: hidden;
        margin: 20px 0 22px;
        height: 92px;
        line-height: 1.7;
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .ul-list3 .time {
        overflow: hidden;
    }

        .ul-list3 .time em {
            float: left;
            font-family: Georgia;
            line-height: 58px;
            font-size: 20px;
            color: #fff;
        }

        .ul-list3 .time .day {
            margin-right: 10px;
            line-height: 36px;
            font-size: 3.6rem;
            color: #fff;
        }

.wrap-mode06 {
    position: relative;
}

#container {
    position: absolute;
}

.wrap-mode06, .wrap-mode06 #container {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(164, 225, 252) 80%, rgb(255, 255, 255) 100%);
    padding: 0;
    margin: 0;
}

.home6 {
    background: url(../images/home6_b1.png) center top no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}

    .home6 .wp {
        justify-content: space-between;
    }

    .home6 .left {
        padding: 1.56rem 0 .1rem;
        overflow: hidden;
        margin-left: -.06rem;
        width: 27rem;
        position: relative;
        z-index: 1;
    }

.tit3 {
    position: relative;
    z-index: 1;
}

    .tit3:before {
        content: "";
        position: absolute;
        bottom: 115%;
        left: .06rem;
        width: 1px;
        height: 1.06rem;
        background: #a7341c;
        opacity: .2;
        transition: 1s;
    }

    .tit3:after {
        content: "";
        position: absolute;
        top: 94%;
        left: .06rem;
        width: 1px;
        height: 150vw;
        background: #a7341c;
        opacity: .2;
        transition: 1s;
    }

.list10 {
    display: flex;
    flex-direction: column;
    width: 8rem;
    align-items: center;
    margin: 26rem 0 1.5rem 2.5rem;
}

    .list10 li {
        margin: 0 0 4rem;
    }

        .list10 li .a {
            position: relative;
            cursor: pointer;
            width: 4.4rem;
            z-index: 1;
        }

            .list10 li .a:hover .i1 {
                opacity: 0;
            }

            .list10 li .a:hover .i2 {
                opacity: 1;
            }

            .list10 li .a:hover .ewm {
                transform: translateY(-50%) translateX(5.6rem) scale(1);
                opacity: 1;
                visibility: visible;
                z-index: 1;
            }

            .list10 li .a img {
                width: 100%;
                transition: .5s;
            }

            .list10 li .a .i2 {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                opacity: 0;
            }

            .list10 li .a .ewm {
                position: absolute;
                box-shadow: 0 0 15px rgba(0,0,0,.1);
                top: 50%;
                transform: translateY(-50%) translateX(3rem);
                transition: .5s;
                opacity: 0;
                visibility: hidden;
                width: 11.6rem;
                height: 11.6rem;
                background: #fff;
                border-radius: 4px;
                padding: 0.6rem;
                transform-origin: left;
                z-index: -1;
            }

                .list10 li .a .ewm:before {
                    content: "";
                    position: absolute;
                    top: 50%;
                    border-top: transparent 0.8rem solid;
                    border-bottom: transparent 0.8rem solid;
                    border-right: #fff 0.8rem solid;
                    left: -0.8rem;
                    margin-top: -0.8rem;
                }

                .list10 li .a .ewm img {
                    width: 100%;
                    height: 100%;
                }

.home6 .right {
    justify-content: space-between;
    width: 108.4rem;
    max-width: 77.43%;
}

.home6 .ll {
    width: 36.34%;
}

.list11 li {
    transform: translateY(33.75%);
}

.img .imgLi {
    padding-bottom: 60%;
    transition: .5s;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.list11 .img .imgLi {
    padding-bottom: 140.35%;
}

.slow img {
    transition: .5s;
}

.imgBox img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list11 .txt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 0 .18rem;
}

.list11 li h4 {
    text-shadow: 3px 3px 4px #000;
    font-size: 2rem;
    width: 6rem;
    color: #fff;
    display: block;
    writing-mode: vertical-lr;
    height: 34rem;
    margin-top: 6rem;
    max-height: 71%;
    letter-spacing: 1px;
    margin-left: 1rem;
    transition: .5s;
}

.home6 .rr {
    width: 63%;
}

.list12 {
    justify-content: space-between;
    align-items: flex-start;
/*    margin-bottom: 8rem;*/
}

    .list12 li {
        width: 50%;
        margin-bottom: 1%;
    }

        .list12 li:nth-child(1) {
            width: 52.64%;
            align-self: flex-end;
        }

    .list12 a {
        display: block;
        position: relative;
        z-index: 1;
    }

    .list12 .img .imgLi {
        padding-bottom: 109.47%;
    }

    .list12 .img:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/list12_t1.png) center bottom repeat-x;
        height: 12rem;
        background-size: auto 100%;
    }

    .list12 .txt {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: flex-start;
        padding: 0 2rem 1.5rem;
    }

        .list12 .txt:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 0.3rem;
            height: 3.2rem;
            background: #a7341c;
        }

        .list12 .txt h4 {
            color: #fff;
            font-size: 2rem;
            line-height: 3rem;
            max-height: 12rem;
            transition: .5s;
            text-shadow: 3px 3px 4px #000;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

    .list12 li:nth-child(2) {
        width: 46.18%;
    }

        .list12 li:nth-child(2) .img .imgLi {
            padding-bottom: 160%;
        }

        .list12 li:nth-child(2) .txt:before {
            background: #a7341c;
        }

    .list12 li:nth-child(3) {
        width: 33.13%;
    }

        .list12 li:nth-child(3) .img .imgLi {
            padding-bottom: 100.88%;
        }

        .list12 li:nth-child(3) .txt:before {
            background: #a7341c;
        }

    .list12 li:nth-child(4) {
        width: 65.68%;
    }

        .list12 li:nth-child(4) .img .imgLi {
            padding-bottom: 115%;
        }

        .list12 li:nth-child(4) .txt:before {
            background: #a7341c;
        }

/*    .list12 li:nth-child(5) {
        width: 71.55%;
        transform: translate(-53.875%, -102%);
        margin-bottom: -35%;
    }*/
    .list12 li:nth-child(5) {
        width: 91.8%;
        transform: translate(-63.9%, -102.5%);
        margin-bottom: -62%;
    }
        .list12 li:nth-child(5) .img .imgLi {
            padding-bottom: 44.78%;
        }

        .list12 li:nth-child(5) .txt:before {
            background: #a7341c;
        }

.list8 a:hover .slow .imgLi, a:hover .slow .imgLi, .slow:hover img {
    transform: scale(1.08);
    transition: transform 1s cubic-bezier(0.25, 0, 0, 1);
}
.bbs-right-li>div{
    padding-right:15px;
}

.tool-list {
    text-align: center;
    max-width: 1200px;
    margin: 30px auto;
}

.svg-container {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.button-outline {
    stroke-dasharray: 480px;
    stroke-dashoffset: 480px;
    fill: #fff;
    transition: all 0.5s ease-out 0s;
    stroke-width: 1px;
}
.tool-list li:hover .button-outline {
    stroke-dasharray: 480px;
    stroke-dashoffset: 0px;
    fill: #fff;
}
.svg-container .text {
    position: absolute;
    top: 14px;
    width: 100%;
    text-align: center;
}

.tool-list .tool-txt {
    margin-top: 10px;
    font-size: 1.6rem;
}

.wrap-mode09 {
    background: #A7341C;
    padding-top: 10px;
}

.foot-middle {
    width: 1400px;
    margin: 0 auto;
    height: 146px;
    padding-bottom: 22px;
    position: relative;
    background: #A7341C url(../images/footm.png) no-repeat center;
    background-size: 48%;
    transform: translate3d(0,-30px,0) scale(.8);
    opacity: 0;
    transition: all 0.4s ease;
}

    .foot-middle.isView {
        transform: translateZ(0) scale(1);
    }

.foot-bottom {
    background: #A7341C;
    padding: 17px 0 12px;
    position: relative;
    z-index: 9;
}

.copyright {
    color: #fff;
    width: 1400px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    font-size: 1.4rem;
    padding-bottom: 20px;
}

    .copyright span {
        margin-left: 20px;
    }

.layer {
    background: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .layer.showdiv {
        opacity: 1;
        visibility: visible;
    }

    .layer .close {
        font-size: 50px;
        font-family: icon;
        position: absolute;
        right: 50px;
        top: 50px;
        width: 80px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        cursor: pointer;
        color: #ccc;
    }

    .layer .search_box {
        height: 45px;
        line-height: 45px;
        width: 550px;
        display: -ms-flexbox;
        display: flex;
        transform: translateY(-50px);
        opacity: 0;
        margin-top: -100px;
    }

    .layer.showdiv .search_box {
        transform: none;
        transition: all 0.5s ease-out 0s;
        opacity: 1;
    }

    .layer .search_box .kw {
        background: #fff;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.5) inset;
        -ms-flex: 1;
        flex: 1;
        padding: 0 12px;
        font-size: 16px;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
    }

    .layer .search_box .ok {
        background: #a7341c;
        color: #fff;
        width: 120px;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
    }
.header2.lit .d1 {
    height: 0;
}


.header.light {
    transform: none;
    opacity: 1;
}

    .header.light .d2 {
        background: #fff;
        border-bottom: 1px solid #ddd;
    }

    .header.light .tools {
        color: #333;
    }

        .header.light .tools .a {
            border-color: rgb(51, 51, 51);
        }

    .header.light .nav_main a {
        color: #333;
    }

        .header.light .nav_main a:after {
            border-color: #a7341c;
        }

        .header.light .nav_main a:before {
            border-color: #a7341c;
        }
.swiper-button-next, .swiper-button-prev{
    z-index:1 !important;
}
.body.page {
    padding-top: 130px;
}

.banner_page1 {
    position: relative;
    overflow: hidden;
}

    .banner_page1 img {
        width: 100%;
        height: auto;
        opacity: 0.8;
    }

.page_con {
    position: relative;
    z-index: 0;
}

    .page_con .w {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        margin-top: -70px;
    }


.page_con_side {
    float: left;
    width: 240px;
    overflow: hidden;
    background: #a7341c;
}

.page_con_class {
    position: relative;
}

.page_con_side .class-list {
    display: block;
    border-top: none;
    border-bottom: none;
    padding-left: 12px;
}

    .page_con_side .class-list .class-item {
        display: block;
        width: auto;
        vertical-align: bottom;
        border-top: 2px solid #fff;
        background: #efefef;
    }

        .page_con_side .class-list .class-item a {
            display: block;
            padding-left: 40px;
            width: auto;
            color: #000;
            font-size: 18px;
            height: 55px;
            line-height: 55px;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
            position: relative;
            font-weight: normal;
            word-wrap: break-word;
            background: none;
            border-bottom: none;
            border-top: none;
            text-align: left;
            /*background: url(../img/side_bg.png) no-repeat 200px;*/
        }

            .page_con_side .class-list .class-item a.selected, .page_con_side .class-list .class-item a.parent {
                background: #dec698 url(../img/side_bg1.png) no-repeat 200px;
                color: #fff;
                border-bottom: 2px solid #fff;
                margin-top: 5px;
            }

                .page_con_side .class-list .class-item a.selected, .page_con_side .class-list .class-item a.selected:hover, .page_con_side .class-list .class-item a.parent:hover {
                    color: #000;
                }

            .page_con_side .class-list .class-item a:hover {
                color: #a7341c;
            }

            .page_con_side .class-list .class-item a .class-name {
                display: inline-block;
                line-height: 55px;
                padding: 0px;
                cursor: pointer;
            }

    .page_con_side .class-list .sub-list .sub-item:last-child {
        border: none;
    }

    .page_con_side .class-list .sub-list .sub-item a {
        color: #555;
        font-size: 16px;
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-top: none;
        background: #fff;
        height: 40px;
        line-height: 40px;
    }

        .page_con_side .class-list .sub-list .sub-item a:hover {
            color: #cfa972;
        }

        .page_con_side .class-list .sub-list .sub-item a.selected {
            color: #555;
            background: #f8f4ec;
        }

        .page_con_side .class-list .sub-list .sub-item a .class-name {
            line-height: 18px;
            padding-left: 30px;
        }

.page_con_main {
    float: right;
    margin-top: 70px;
    width: 925px;
}

.page_con1 .page_con_main {
    margin-top: 0px;
    width: 100%;
    float: none;
}

.page_con_area {
    padding: 0px 0px;
    color: #666666;
    font-size: 14px;
}

.page_con_title {
    position: relative;
}

    .page_con_title .bread {
        color: #bb9468;
        font-size: 16px;
        position: absolute;
        right: 30px;
        top: 30px;
        color: #bfbfbf;
    }

        .page_con_title .bread a {
            color: #bfbfbf;
        }

.possplit {
    width: 16px;
    background: url(../img/possplit.png) no-repeat center center;
}

.page_con_title h2 {
    font-size: 28px;
    color: #fff;
    height: 70px;
    line-height: 68px;
    text-align: center;
}

.page_con_area .page_con_title h2 {
    color: #333;
    text-align: left;
    border-bottom: 1px dashed #d0d0d0;
    padding-left: 10px;
}

    .page_con_area .page_con_title h2 span {
        display: inline-block;
        border-bottom: 4px solid #a7341c;
    }

.page_con_list {
    padding: 20px 0px;
    overflow: hidden;
}
.hdyx .page_con_list {
    margin-top:70px;
}

.page_con1 .page_con_list {
    padding: 50px 0px;
}

.page_con_list .newslist li {
    padding: 20px 15px 20px 10px;
    color: #666;
    border-bottom: 1px solid #e4e4e4;
}

.page_con_list .newslist .time {
    border-right: 1px solid #d5d5d5;
    color: #d5d5d5;
    text-align: center;
    height: 70px;
    width: 80px;
    float: left;
    margin-right: 20px;
}

.page_con_list .newslist .time-d {
    font-size: 30px;
    line-height: 40px;
}

.page_con_list .newslist .tit {
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
    height: 22px;
    overflow: hidden;
}

    .page_con_list .newslist .tit a {
        font-size: 18px;
        color: #000;
        text-decoration: none;
    }

        .page_con_list .newslist .tit a:hover {
            text-decoration: underline;
        }

.page_con_list .newslist .info {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.page_con_list .imglist li {
    padding: 20px 15px 20px 10px;
    color: #666;
    border-bottom: 1px dashed #e4e4e4;
    overflow: hidden;
    position: relative;
}

.page_con_list .imglist .time {
    float: left;
    color: #d5d5d5;
    text-align: center;
    height: 17px;
    line-height: 17px;
    padding-left: 20px;
    background: url(img/time.png) no-repeat 0 center;
}

.page_con_list .imglist .img {
    float: left;
    margin-right: 35px;
}

.page_con_list .imglist .tit {
    float: left;
    margin-bottom: 10px;
    width: 490px;
}

.page_con_list .imglist .info {
    float: left;
    width: 490px;
    margin-bottom: 15px;
}

.page_con_list .imglist .tit a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

    .page_con_list .imglist .tit a:hover {
        text-decoration: underline;
    }

.page_con_list .imglist .more {
    display: block;
    width: 24px;
    height: 24px;
    background: url(img/more.png) no-repeat;
    position: absolute;
    top: 70px;
    right: 60px;
}


.page_con_list .xsbglist li {
    float: left;
    position: relative;
    width: 385px;
    height: 175px;
    border: 1px solid #c7c7c7;
    background: #fff;
    margin: 0px 0px 32px 40px;
}

    .page_con_list .xsbglist li .title {
        margin: 18px 20px;
        font-size: 18px;
        color: #872f6d;
        display: block;
        height: 50px;
        line-height: 25px;
        overflow: hidden;
    }

    .page_con_list .xsbglist li .info {
        margin: 0px 20px 0px;
        font-size: 16px;
        color: #666666;
        line-height: 23px;
        height: 23px;
        overflow: hidden;
    }

.page_con_list .classlist {
    padding-left: 40px;
}

    .page_con_list .classlist li {
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 260px;
        height: 260px;
    }

        .page_con_list .classlist li a {
            display: block;
            color: #812d68;
        }

    .page_con_list .classlist .img {
        width: 260px;
        height: 170px;
    }

    .page_con_list .classlist .tit {
        border-top: 4px solid #812d68;
        height: 60px;
        font-size: 18px;
        font-weight: 600;
        padding: 25px 50px 0 25px;
        background: #eeeded url(img/more.png) no-repeat 220px 25px
    }

.page-news-title {
    text-align: center;
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    padding: 40px 40px 20px;
    font-weight: 600
}

.page-news-souse {
    text-align: center;
    color: #666666;
    line-height: 14px;
    font-size: 14px;
    margin: 0 30px 0 50px;
    padding: 10px;
    border-bottom: 1px dotted #b9b9b9;
    margin-bottom: 30px;
}

.page-news-con {
    margin: 0px 30px 0 50px;
}

    .page-news-con p {
        margin-bottom: 10px;
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .page-news-con img, .wp_articlecontent img {
        max-width: 100%;
        /*width: 100% !important;*/
        height: auto !important;
    }

.tz li {
    width: 910px;
    height: 75px;
    padding: 10px 0;
    background: #f3f3f3;
    margin-bottom: 10px;
}

.tz-date {
    width: 130px;
    height: 75px;
    text-align: center;
    border-right: 1px solid #ccc;
}

    .tz-date span {
        display: block;
        float: left;
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 30px;
        font-weight: bold;
        color: #a7341c;
    }

    .tz-date i {
        display: block;
        float: left;
        width: 100%;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #333;
    }

.tz-txt {
    width: 718px;
    margin: 0 30px;
}

    .tz-txt p {
        width: 718px;
        font-size: 15px;
        height: 24px;
        line-height: 24px;
        float: left;
        color: #333;
        margin-bottom: 6px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .tz-txt span {
        font-size: 12px;
        line-height: 22px;
        height: 48px;
        float: left;
        color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

/*.tz li:hover {
    box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.5);
    transition: all 0.3s ease-out;
    transform: scale(1.06);
}*/
.tz li:hover {
    background: #e3e1e1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.lmbtys {
    margin: 20px 0;
    overflow: hidden;
}

    .lmbtys h2 {
        font-size: 18px;
        font-weight: normal;
        color: #a7341c;
        margin-bottom: 15px;
        padding-left: 10px;
    }

        .lmbtys h2 span {
            border-left: 3px solid #a7341c;
            padding-left: 15px;
            font-weight: bold;
        }

    .lmbtys ul li {
        float: left;
        margin: 0 10px;
        border-bottom: none;
        padding-left: 0px;
    }

        .lmbtys ul li a {
            width: 300px;
            overflow: hidden;
            height: 50px;
            line-height: 50px;
            float: left;
            color: #666666;
            background: #f6f6f6;
            padding: 0 15px;
            border-bottom: 2px solid #DDDDDD;
            border-right: 2px solid #DDDDDD;
            margin-top: 10px;
            margin-bottom: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .lmbtys ul li a:hover {
                color: #fff;
                background: #a7341c;
                border-bottom: 2px solid #90240d;
                border-right: 2px solid #90240d;
                text-decoration: none;
            }

.zhuanti .page_con_main {
    float: right;
    width: 100%;
    margin-top: 0 !important;
}

.zhuanti .page_con_list {
    padding: 0px 0px 60px 0px;
    overflow: hidden;
}

.zhuanti .tz {
}

    .zhuanti .tz li {
        float: left;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        background: none !important;
        margin-right: calc((100% - 330px * 3)/6);
        margin-left: calc((100% - 330px * 3)/6);
        margin-top: 50px;
        padding-bottom: 10px;
    }

.zhuanti .tz-img {
    height: 120px;
    overflow: hidden;
}

.newstudent .tz-img {
    height: 200px;
    overflow: hidden;
}

.zhuanti .tz-img img {
    max-height: inherit !important;
}

.zhuanti .tz-txt {
    width: 100%;
    margin: 0px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

    .zhuanti .tz-txt p {
        width: auto !important;
    }

.zhuanti .tz img {
    width: 320px;
}

.zhuanti #wp_paging_w28 {
    display: none;
}


.zhuanti .page_con .w {
    margin-top: 0px !important;
}

.zhuanti .page_con_side {
    float: none !important;
    width: auto !important;
    margin: 70px auto 0 auto;
    background: url(../img/titlebg2.png) no-repeat center;
}

.zhuanti .page_con_title h2 {
    color: #a7341c;
    font-weight: bold;
}
.newstudent .tz-img {
    height: 200px;
    overflow: hidden;
}
.newstudent .tz li {
    height: 240px !important;
}

    .newstudent .tz li:hover p, .tz li:hover span {
        color: #a7341c;
    }
    .newstudent .tz li:hover {
        box-shadow: 0px 32px 58px -30px rgba(0, 0, 0, 0.5);
        transition: all 0.3s ease-out;
        transform: scale(1.01);
    }
@media only screen and (max-width: 1920px) {
    /*    .ul-list3 .pic {
        height: 140px;
    }
    .ul-list3 .con {
        display: block;
        padding: 40px 56px 0 30px;
    }
    .ul-list3 .tit {
        margin: 20px 0 20px;
        font-size: 18px;
    }*/
}

@media only screen and (max-width: 1399px) {
    .d2{padding:0 15px;}
    .block {
        width: auto !important;
        max-width: 1399px;
    }

    .foot-middle, .copyright {
        width: 100%;
    }
    .tit1 h3:before,.tit1 h3:after {
        width: 150%;
    }
    .wrap-mode02 .swiper-button-white {
        display: none;
    }
    .body_b{
        overflow-x:hidden;
    }
}

@media only screen and (max-width: 1299px) {
    .d1 .logo, .d2 .logo {
        width: auto;
        flex: 1;
        background: none;
    }
    .second {
        width:50% !important;
    }
}

@media only screen and (max-width: 1140px) {
    .body.page {
        padding-top: 61px;
    }
    .home, .home body {
        height: auto;
        overflow: auto;
    }
    .body_home {
        height: auto;
        overflow: visible;
    }
    .body_home .banner {
        height: 51vw;
    }
    .body_b {
        width: auto;
        height: auto;
        position: static;
        opacity: 1;
        transform: none;
        overflow: hidden;
    }
    .wrap-mode01{
        padding-top:0px !important;
    }
    .wrap-mode06 .left{
        display:none;
    }
    .wrap-mode06 .right {
        max-width:100% !important;
    }
    .lc .page_con_main {
        float: none;
        width: auto;
        margin-top: 0;
        padding: 10px;
    }
    .d1 {
        display: none;
    }

    .d2 {
        height: 60px !important;
    }

        .d2 .block {
            width:100% !important;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-align: center;
            align-items: center;
            height: 100%;
        }

    .d1 .logo {
        width: 110px;
        position: static;
    }

        .d1 .logo img {
            width: 100%;
            height: auto;
            max-height: none;
        }

    .d2 .tools {
        position: static;
    }

        .d2 .tools .a {
            width: 25px;
            height: 25px;
        }

        .d2 .tools .sc a::after {
            font-size: 18px;
        }

    .d2 .menu {
        width: 25px;
        height: 25px;
        position: relative;
        margin-left: 30px;
        margin-top:-5px;
    }

        .d2 .menu i {
            height: 2px;
            background: #fff;
            width: 25px;
            border-radius: 1px;
        }
    .header.light .menu i {
        background: #333;
    }
        .header2 .d2 .menu i {
            background: rgb(51, 51, 51);
        }
            .d2 .menu i:nth-child(1) {
                position: absolute;
                left: 0px;
                top: 0px;
            }

            .d2 .menu i:nth-child(2) {
                position: absolute;
                left: 0px;
                top: 10px;
            }

            .d2 .menu i:nth-child(3) {
                position: absolute;
                left: 0px;
                top: 20px;
            }
    .gp-container {
        width: calc(100% - 30px) !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .wrap-mode03 li{
        width: 50% !important;
    }
    .more_div_img{
        right:25% !important;
    }

    .header .nav_main {
        display: none;
    }
    .nav_mobile {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.8);
        z-index: 5;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-out 0s;
        display: -ms-flexbox;
        display: -ms-flexbox;
        display: flex;
        -ms--ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

        .nav_mobile.showdiv {
            opacity: 1;
            visibility: visible;
        }

        .nav_mobile .close {
            font-family: icon;
            font-size: 28px;
            position: absolute;
            right: 17px;
            top: 17px;
            line-height: 1;
        }

        .nav_mobile .logo {
            position: absolute;
            left: 20px;
            top: 0;
            width: 110px;
            line-height: 60px;
        }

        .nav_mobile .nav_l {
            font-size: 16px;
            background: #94070a;
            color: #fff;
            width: 100%;
            overflow: hidden;
        }

            .nav_mobile .nav_l .inner {
                padding: 5px 0;
            }

            .nav_mobile .nav_l i {
                display: none;
            }

            .nav_mobile .nav_l a {
                padding: 5px 10px;
                opacity: 0.8;
                display: inline-block;
                white-space: nowrap;
            }

                .nav_mobile .nav_l a:first-child {
                    margin-left: 0;
                }

        .nav_mobile .nav_r {
            font-size: 16px;
            background: #94070a;
            color: #fff;
            width: 100%;
            border-top: 1px solid rgba(255,255,255,0.3);
            overflow: hidden;
        }

            .nav_mobile .nav_r .inner {
                padding: 5px 0;
            }

            .nav_mobile .nav_r a {
                padding: 5px 10px;
                opacity: 0.8;
                display: inline-block;
                white-space: nowrap;
                font-weight: normal;
            }

                .nav_mobile .nav_r a.now {
                    opacity: 1;
                }

                .nav_mobile .nav_r a:first-child {
                    margin-left: 0;
                }

        .nav_mobile .nav_main {
            padding: 70px 0px 15px 0;
            font-size: 16px;
            background: #fafafa;
            background-size: auto 130px;
            align-content: flex-start;
            -ms-flex-align: flex-start;
        }

            .nav_mobile .nav_main .logo {
                position: absolute;
                left: 20px;
                top: 0;
                line-height: 60px;
            }

                .nav_mobile .nav_main .logo a {
                    display: block;
                    height: 100%;
                }

                .nav_mobile .nav_main .logo img {
                    max-height: 65%;
                    width: auto;
                    max-width: none;
                }

            .nav_mobile .nav_main a {
                border-bottom: 1px solid rgba(0,0,0,0.08);
                padding: 8px 15px;
                width: 50%;
                box-sizing: border-box;
                height: auto;
                display: inline-block;
            }

                .nav_mobile .nav_main a:nth-child(odd) {
                    border-right: 1px solid rgba(0,0,0,0.08);
                }

                .nav_mobile .nav_main a:nth-child(-n+2) {
                    border-top: 1px solid rgba(0,0,0,0.08);
                }

        .nav_mobile .tools {
            display: -ms-flexbox;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: absolute;
            right: 50px;
            top: 16px;
        }

            .nav_mobile .tools .a {
                border: 1px solid #aaa;
                border-radius: 100%;
                margin-right: 10px;
                width: 26px;
                height: 26px;
                line-height: 26px;
                position: relative;
            }

                .nav_mobile .tools .a > a {
                    display: -ms-flexbox;
                    display: -ms-flexbox;
                    display: flex;
                    width: 100%;
                    height: 100%;
                    -ms-flex-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -ms-flex-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                }

            .nav_mobile .tools .sc a:after {
                content: "\e672";
                font-size: 20px;
                font-family: icon;
            }

            .nav_mobile .tools .sc {
                display: none;
            }

            .nav_mobile .tools .lang {
                font-size: 14px;
                font-family: Arial;
                text-transform: uppercase;
            }
    .lc .page_con .w {
        width: 100%;
        margin-top: 0px;
    }

    .lc .banner_page1.ab {
        margin-bottom: auto !important;
    }

    .lc .page_con_side {
        float: inherit;
        width: 100%;
        font-size: 18px;
        font-weight: bold;
    }

        .lc .page_con_side .class-list {
            padding-left: 0px;
        }

            .lc .page_con_side .class-list .class-item a {
                padding-left: inherit;
                text-align: center;
                height: 35px;
                line-height: 35px;
                background-image: none;
                margin-top: 0px;
            }

    .lc .page_con_title h2 {
        height: 40px;
        line-height: 40px;
    }

    .lc .page_con_title h2 {
        display: none;
    }

    .lc .page_con_title .bread {
        font-size: 16px;
        position: relative;
        margin: 10px 0;
        top: 0;
        right: 0;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

        .lc .page_con_title .bread a {
            color: #333;
        }

    .lc .page_con_list {
        padding: 0px;
    }

    .lc .MsoNormal {
        margin: 0;
    }

    .lc .page_con_main {
        float: none;
        width: auto;
        margin-top: 0;
        padding: 10px;
    }

/*    .lc .banner_page1 {
        display: none;
    }*/

    .lc #hotnews {
        display: none !important;
    }

    .lc .tz-date {
        width: auto;
    }

    .lc .tz li {
        width: auto;
    }

    .lc .tz-txt {
        width: calc(100% - 110px );
        margin: 0px;
    }

        .lc .tz-txt p {
            width: 100%;
        }

    .lc .wp_paging li {
        font-size: 14px;
    }

    .lc .page_nav a {
        padding: 0;
    }
}
@media only screen and (max-width: 768px) {
    .notice-list li{
        width:50% !important;
    }
    .bbs-list>li{
        width:100% !important;
    }
    .bbs-right-li {
        display: none;
    }
    .list8 {
        padding: 0 15px !important;
    }
    .ul-list3 li {
        margin: 0px !important;
        top: 0px !important;
    }
    .swiper-media {
        height: auto !important;
    }
    .layer .search_box{
        width:100% !important;
    }
    .more_div_img {
        right: 0px !important;
    }
    .tool-list li{
        width:20% !important;
    }
    .ul-list3 .con {
        padding: 40px 30px 0 30px !important;
    }
    .mode07 {
        padding-bottom:70px;
    }
}
@media only screen and (max-width: 540px) {
    .home, .home body {
        height: auto;
        overflow: auto;
    }
    .body_home {
        height: auto;
        overflow: visible;
    }
    .header .d1 {
        display: none;
    }

    .body_home .header.mobile .d2 {
        background: #94070a !important;
    }
    .body_home.showdiv .header .d2 {
        background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)) !important;
    }
    .header .d2 .block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        padding: 0;
    }
    .header .logo {
        width: 110px;
        position: static;
    }
        .header .logo img {
            width: 78%;
            height: auto;
            max-height: none;
        }
    .body_home .banner {
        height: 51vw;
    }
        .body_b .header2 {
            opacity: 1;
            transform: none;
        }
        .news-list > li.first {
            width: 100% !important;
        }
    .header2 {
        display: none;
    }
    .header2 .d2{
        height:70px !important;
    }
    .news-list > li.second {
        width: 100% !important;
    }

    .wrap-mode03 li {
        width: 100% !important;
    }
    .news-box .second .gp-img-responsive {
        height: 330px;
    }
    .notice-list li {
        width: 100% !important;
    }
    .tool-list li {
        width: 33.333% !important;
    }
    .foot-middle {
        height: 57px !important;
        padding-bottom:0 !important;
        background-size:80% !important;
    }
    .list8 a{
        padding:0rem 2rem !important;
    }
    .nav_mobile {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.8);
        z-index: 5;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-out 0s;
        display: -ms-flexbox;
        display: -ms-flexbox;
        display: flex;
        -ms--ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .body_b {
        width: auto;
        height: auto;
        position: static;
        opacity: 1;
        transform: none;
        overflow: hidden;
    }
    .nav_mobile .logo {
        position: absolute;
        left: 20px;
        top: 0;
        width: 110px;
        line-height: 60px;
    }
    .nav_mobile .tools {
        display: -ms-flexbox;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        right: 50px;
        top: 16px;
    }
    .wrap-mode01 {
        padding-top: initial;
    }
    



    .displayinfo #hotnews {
        display: none;
    }

    .displayinfo table {
        width: 100%;
    }

    .displayinfo .banner_page1 {
        display: none;
    }

    .displayinfo .articleTitle {
        font-size: 20px;
        padding: 10px !important;
    }

    .displayinfo .articleContent {
        padding: 10px !important;
    }
/*    .wrap-mode06 {
        display: none;
    }*/
}

