﻿@charset "utf-8"; /* CSS Document */
.st_tabol {
    position: relative;
    left: 1px;
    top: 1px;
    width: 1100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 30px;
    z-index: 1;
}

.st_tabol .st_taoli a, .st_tabol .st_taoli {
    color: #222;
    font-size: 17px;
    width: 187px;
    height: 42px;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 42px;
}

.st_tabol .st_taoli {
    margin: 6px;
    border: 1px solid #646464;
}

.st_tabol .st_taoli a {
    border: none;
}

.st_tabol .st_taoli.on {
    border-color: #646464;
    background-color: #1d62c8;
}

.st_tabol .st_taoli.on a {
    color: #fff;
}

.st_tabol .st_taoli:hover a {
    color: #444;
}

.scenery_main {
    position: relative;
    width: 1258px;
    margin: 0 auto;
    z-index: 1;
}

.scenery_main a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
}

.scenery_main .part_1 {
    margin-bottom: 41px;
    height: 2205px;
    position: relative;
}

.scenery_main .part_1 img {
    width: 100%;
    height: 100%;
}

.scenery_main .part_1 div {
    position: absolute;
    box-sizing: border-box;
    border: 3px solid #fff;
}

.scenery_main .part_1 .tran_scale img {
    transition: all 7s;
}

.scenery_main .part_1 .tran_scale img:hover {
    transform: scale(1.2);
}

.scenery_main .part_1>div:nth-child(12n+1) {
    left: 0;
    top: 0;
    width: 839px;
    height: 630px;
}

.scenery_main .part_1>div:nth-child(12n+1) img {
    width: 100%;
    height: 100%;
}

.scenery_main .part_1>div:nth-child(12n+2) {
    right: 0;
    top: 0;
    width: 420px;
    height: 315px;
}

.scenery_main .part_1>div:nth-child(12n+3) {
    right: 0;
    top: 315px;
    width: 420px;
    height: 315px;
}

.scenery_main .part_1>div:nth-child(12n+4) {
    left: 0;
    top: 630px;
    width: 420px;
    height: 630px;
}

.scenery_main .part_1>div:nth-child(12n+5) {
    left: 420px;
    top: 630px;
    width: 420px;
    height: 630px;
}

.scenery_main .part_1>div:nth-child(12n+6) {
    right: 0;
    top: 630px;
    width: 420px;
    height: 630px;
    background: url(/upload/school_img06.jpg);
    display: none;
    position: absolute;
}

.scenery_main .part_1>div:nth-child(12n+7) {
    left: 0;
    top: 1260px;
    width: 420px;
    height: 315px;
}

.scenery_main .part_1>div:nth-child(12n+8) {
    left: 420px;
    top: 1260px;
    width: 420px;
    height: 315px;
}

.scenery_main .part_1>div:nth-child(12n+9) {
    right: 0;
    top: 1260px;
    width: 420px;
    height: 315px;
}

.scenery_main .part_1>div:nth-child(12n+10) {
    left: 0;
    bottom: 0px;
    width: 840px;
    height: 630px;
}

.scenery_main .part_1>div:nth-child(12n+11) {
    right: 0;
    bottom: 315px;
    width: 420px;
    height: 315px;
}

.scenery_main .part_1>div:nth-child(12n+12) {
    bottom: 0px;
    right: 0;
    width: 420px;
    height: 315px;
}

.scenery_main div .aLineHeight {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1024px) {
    .scenery_main {
        width: 100% !important;
    }

    .st_tabol {
        width: 100% !important;
    }

    .st_tabol .st_taoli.on {
        box-sizing: border-box;
    }

    .st_tabol .st_taoli a {
        width: 100%;
        display: block;
        text-align: center;
    }

    .st_tabol .st_taoli {
        width: 50% !important;
        box-sizing: border-box !important;
        margin-left: 0px !important;
    }

    
}

@media screen and (max-width: 640px) {
    
    .scenery_main {
        width: 100% !important;
    }

    .st_tabol {
        width: 100% !important;
        display: flex;
        justify-content: space-between;
    }

    .st_tabol .st_taoli.on {
        box-sizing: border-box;
    }

    .st_tabol .st_taoli a {
        width: 100%;
        display: block;
        text-align: center;
    }

    .st_tabol .st_taoli {
        width: calc(50% - 10px) !important;
        box-sizing: border-box !important;
    }

    .scenery_main .part_1 {
    margin-bottom: 41px;
    height: 700px;
    position: relative;
}

    

    .scenery_main .part_1 div {

    }

    .scenery_main .part_1 .txt-elise{
        font-size:0.7rem;
        padding:0.2rem;
        line-height:1.2;
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .scenery_main .part_1>div:nth-child(12n+1) {
        width: 66.66% !important;
        height: 200px !important;
    }

    .scenery_main .part_1>div:nth-child(12n+2) {
        width: 33.33% !important;
        height: 100px !important;
        right: 0px !important;
        top: 0px !important;
    }
    .scenery_main .part_1>div:nth-child(12n+3) {
        width: 33.33% !important;
        height: 100px !important;
        right: 0px !important;
        top: 100px !important;
    }
    .scenery_main .part_1>div:nth-child(12n+4) {
        width: 33.33% !important;
        height: 200px !important;
        left: 0px !important;
        top: 200px !important;
    }
    .scenery_main .part_1>div:nth-child(12n+5) {
        width: 33.33% !important;
        height: 200px !important;
        left: 33.33% !important;
        top: 200px !important;
    }
    .scenery_main .part_1>div:nth-child(12n+6) {
        width: 33.33% !important;
        height: 200px !important;
        right:0  !important;
        top: 200px !important;
    }
    .scenery_main .part_1>div:nth-child(12n+7) {
        width: 33.33% !important;
        height: 100px !important;
        left: 0 !important;
        top: 400px !important;
    }
    .scenery_main .part_1>div:nth-child(12n+8) {
        width: 33.33% !important;
        height: 100px !important;
        left: 33.33% !important;
        top: 400px !important;
    }
    .scenery_main .part_1>div:nth-child(12n+9) {
        width: 33.33% !important;
        height: 100px !important;
        right: 0 !important;
        top: 400px !important;
    }
    .scenery_main .part_1>div:nth-child(12n+10) {
        width: 66.66% !important;
        height: 200px !important;
        left: 0 !important;
        top: 500px !important;
    }
    .scenery_main .part_1>div:nth-child(12n+11) {
        width: 33.33% !important;
        height: 100px !important;
        right: 0 !important;
        top: 500px !important;
    }
    .scenery_main .part_1>div:nth-child(12n+12) {
        width: 33.33% !important;
        height: 100px !important;
        right: 0 !important;
        top: 600px !important;
    }

}

.back {
    position: fixed;
    bottom: unset;
    top: 50%;
    right: 0;
    height: 120px;
    transform: translateY(-50%);
    width: 56px;
    z-index: 499;
}

.back a {
    position: absolute;
    right: -20px;
    display: block;
    color: #fff;
    font-size: .875em;
    background-color: #4865ab;
    width: 56px;
    padding: 6px 10px;
    border-radius: 8px 0 0 8px;
    writing-mode: vertical-lr;
    letter-spacing: 3px;
    transition: all .3s ease-in-out;
    font-size: 14px;
}

.back:hover a {
    background: #0b318f;
    color: #bd9f68;
    right: -15px;
}