@import url(animate.css);
body {
    font-family: "微软雅黑" !important;
    overflow-x: hidden;
    font-size: 0;
    background: url(../images/bg.jpg);
    background-position: top center;
    background-size: 100% auto;
    background-color: #142841;
    background-repeat: no-repeat;
}

a {
    font-family: "微软雅黑";
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

a * {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.top {
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top .lanague {
    font-size: 14px;
    color: #FFF;
}

.top .lanague a {
    color: #FFF;
    margin: 0 7px;
}

.fileThird .thirdTop {
    background-color: #323639;
    padding: 10px 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fileThird .thirdTop div * {
    font-size: 18px;
    color: #FFF;
}

.fileThird .thirdTop div a i {
    transform: rotate(180deg);
    display: inline-block;
}

@media screen and (min-width: 1200px) {
    .layui-container {
        width: 1370px;
    }
}

@media screen and (max-width:498px) {
    .top {
        height: auto;
        margin: 15px auto;
    }
    .top>div {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }
    .top div .left p {
        font-size: 1.5rem;
        line-height: 34px;
        color: #FFF;
    }
    .top div .left span {
        font-size: 1.5rem;
        font-weight: bold;
        color: #FFF;
        line-height: 38px;
        display: block;
    }
    .top div .right {
        width: 45%;
    }
    .top div .right img {
        width: 100%;
    }
    .fileThird .thirdTop img {
        width: 162px;
    }
}