body,
html {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei" !important;
}

img {
    border: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a, a:hover, a:active {
    text-decoration: none;
    color: inherit;
}

p {
    margin: 0;
}

.container-fulled {
    width: 100%;
}

.container {
    width: 1400px;
    margin: 0 auto;
}

.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: '';
        display: block;
        clear: both;
    }
/* 登录页 */
.bg {
    width: 100vw;
    height: 100vh;
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
    position: relative;
}

.logo {
    display: block;
    padding: 30px;
}

.loginBox {
    position: absolute;
    top: calc(50% - 250px);
    right: 15%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.loginTitle {
    color: #004896;
    font-size: 44px;
    text-align: center;
}

.inputBox {
    width: 442px;
    height: 66px;
    padding-left: 80px;
    box-sizing: border-box;
    border-radius: 33px;
    outline: none;
    border: none;
    color: #999999;
    font-size: 18px;
    margin-top: 40px;
    box-shadow: 0 5px 5px #e2e2e2;
}

.username {
    background: #ffffff url(../img/user.png) no-repeat 35px center;
}

.password {
    background: #ffffff url(../img/password.png) no-repeat 35px center;
}

input::-webkit-input-placeholder {
    color: #999999;
    font-size: 18px;
}

.loginBotton, .loginBotton:hover {
    width: 442px;
    height: 66px;
    line-height: 66px;
    box-sizing: border-box;
    border-radius: 33px;
    background: #004896;
    color: #ffffff;
    text-align: center;
    font-size: 19px;
    margin-top: 50px;
}

.forget {
    font-size: 16px;
    color: #999999;
    margin-top: 13px;
    display: block;
    margin-left: auto;
    text-decoration: underline;
}
/* 页面2 */
.header {
    background-image: linear-gradient(to right,#074a94,#2265af);
    padding: 36px 0 30px 0;
}

.bigImg img {
    width: 100%;
}

.body {
    background: #f6f6f6 url(../img/bodyBg.png) no-repeat left bottom;
}

.linkBox {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 100px;
}

    .linkBox a {
        width: 427px;
        height: 250px;
        border-radius: 7px;
        box-sizing: border-box;
        background: #ffffff;
        display: flex;
        margin: 50px 0;
        flex-flow: column;
        justify-content: flex-end;
        align-items: center;
        box-shadow: 0 5px 6px #e5e5e5;
    }

        .linkBox a p {
            font-size: 26px;
            color: #333333;
            padding: 38px 0;
        }

.copy {
    background: #444444;
    color: #ffffff;
    font-size: 14px;
    padding: 30px 0;
    text-align: center;
}
