@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    font-size: 10px;
    outline: none;
}

a, a:hover {
    text-decoration: none;
}

ul, li {
    list-style: none !important;
}

button, button:active, button:focus, button:hover, button:checked, .btn, .navbar .navbar-toggler {
    border: none;
    outline: none !important;
}

.sidebar i {
    margin-right: 1rem;
}

thead th>i:first-child {
    margin-right: .5rem;
}

thead th>i:last-child {
    margin-left: .5rem;
}

.flex-x, .flex-y, .flex-xb, .flex-yb, .flex-xs, .flex-ys, .flex-xe, .flex-ye {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row {
    margin-right: 0 !important;
    margin-left: 0px !important;
}

.height_100 {
    height: 100%;
}

.container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.flex-xb, .flex-yb {
    justify-content: space-between;
}

.flex-xs {
    justify-content: flex-start;
}

.flex-xe {
    justify-content: flex-end;
}

.flex-ys {
    align-items: flex-start;
}

.flex-ye {
    align-items: flex-end;
}

.flex-y, .flex-yb, .flex-ys, .flex-ye {
    flex-direction: column;
}

body {
    overflow: hidden;
}

body::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.bg {
    transition: all 1.2s;
}

.test {
    display: none;
}

.aline {
    align-items: center;
}

/*  */

.ind {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.logo {
    height: 150px;
    width: auto;
}

.navbar a.nav-link {
    color: #777;
    font-size: medium;
    font-weight: 700;
    font-family: "yahei";
}

.page {
    transition: all 1s;
}

/* ind1 */

.ind1 {
    background: url(../img/bg6.jpg) fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.center-info {
    margin-top: 25%;
}

.word {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: crimson;
    margin: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.word span {
    font-size: 30px;
    color: #fff;
}

.slogen {
    color: #888;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

.copyright {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
}

.info-gro {
    /* margin-top: 20%; */
}

.com-info {
    display: none;
}

.info {
    color: #fff;
    background-color: #777;
    padding: 10px;
    border-radius: .5rem;
    font-size: small;
    font-weight: 700;
}

/* ind2 */

.ind2 {
    background: url(../img/bg4.jpg) fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.proj, .proj-word, .ibox-content, .event-wrap {
    padding: 15px;
    background-color: #ffffffd1;
    border-radius: .5rem;
}

.proj-word h2 {
    font-weight: 600;
    color: crimson;
}

.proj-word p {
    text-indent: 2rem;
    text-align: justify;
    font-size: 14px;
}

.event-wrap img {
    max-width: 150px;
    height: auto;
}

/* ind3 */

.ind3 {
    background: url(../img/bg3.jpg) fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.word-info h3 {
    color: #777;
    font-weight: 500;
    color: crimson;
}

.font-c {
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.proj-c h1, .word-info .fad {
    color: crimson;
}

.proj p {
    font-size: 14px;
}

/* ind4 */

.ind4 {
    background: url(../img/bg8.jpg) fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* ind5 */

.ind5 {
    background: url(../img/bg2.jpg) fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* ind6 */

.ind6 {
    background: url(../img/bg5.jpg) fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.proj-c h1 {
    font-weight: 700;
}

.proj-c p {
    font-size: 1.4rem;
}

.word-gro .fad {
    color: #fff;
}

.proj-c p, .word-gro h1, .word-gro h4 {
    color: #fff;
}

/* ind8 */

.ind8 {
    background-color: #777;
}

.tit-info h2 {
    color: crimson;
    font-weight: 700;
}

/* ind9 */

.ind9 {
    background-color: teal;
}

.word-pic h5 {
    margin-left: 2rem;
    color: #fff;
}

.word-pic .fad {
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ind10 */

.ind10 {
    background-color: #999;
}

.cent-font {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cent-font h4 {
    margin-top: 2rem;
    color: #777;
}

/* ind11 */

.cent-pic img {
    width: 100%;
    height: 220px;
}

.cent-pic p {
    width: 100%;
    text-align: center;
    color: crimson;
    font-weight: 700;
}

.cent-pic span {
    text-align: justify;
    text-indent: 2rem;
    color: #777;
}

/* ind7 */

.ind7 {
    background-color: #ddd;
}

.server {
    /* margin-top: 10%; */
}

.one-third {
    max-height: 220px;
    padding: 10px;
}

.one-third img {
    width: 100%;
    height: 100%;
    border-radius: .5rem;
}

/* indend */

.info-gro1 {
    /* margin-top: 10%; */
}

.hzdw {
    height: 50px !important;
    height: auto;
    margin: 1rem;
}

.hzdw:last-child {
    height: 30px !important;
}

.qr-code {
    width: 150px;
    height: 150px;
}

@media(max-width:767px) {
    body {
        overflow-y: auto;
    }
    .center-info {
        margin-top: 35%;
    }
    .logo {
        height: 80px;
        margin-left: 2rem;
    }
    .word {
        width: 40px;
        height: 40px;
        margin: 1rem;
    }
    .center-info .word span {
        font-size: 1.5rem;
    }
    /*  */
    .proj, .proj-word, .ibox-content, .event-wrap {
        background-color: transparent;
    }
    .proj .flex-xs {
        flex-direction: column;
        justify-content: left;
    }
    .proj .flex-xs i {
        font-size: 24px;
    }
    .proj .flex-xs .font-c {
        width: 2rem;
        height: 2rem;
    }
    .proj .flex-xs h3 {
        text-align: center;
    }
    .proj .flex-xs p {
        padding: 5px;
        background-color: #ffffffd1;
        border-radius: .25rem;
    }
    .info-gro {
        margin-top: 1rem;
    }
    .word .fad {
        font-size: 24px;
    }
    .ibox-content, .word-info .col-md-10 .flex-xb, .ind8, .ind9, .ind10, .ind11, .ind7, .info-gro1 {
        display: none;
    }
    .word-gro .flex-y h4 {
        font-size: 1rem;
    }
    .proj-word {
        width: 90%;
    }
    .test {
        display: block;
    }
    .ml-5 h3 {
        margin-top: 1rem;
    }
    .ml-5, .mx-5 {
        margin-left: 0rem!important;
    }
    .h1, h1 {
        font-size: 1.5rem;
    }
}