.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}

.clearfix {
  zoom: 1;
}

.pagebk {
    /* position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; */
    /* width: 100%;
    height: 100%;
    background: url('../images/background.png') no-repeat;
    background-size: cover; */
}

.layout {
    width: 1000px;
    margin: 0 auto;
}

.containe {
    height: 100%;
}

.container .container-box {
    position: relative;
    background: url('../images/background.jpg') no-repeat;
    background-size: 100% 100%;

}

.container .container-box .layout {
    padding-top: 78px;
    padding-bottom: 96px;
    width: 1000px;
    margin: 0 auto;
}

.container .wrap-login {
    /* width: 1000px; */
    background-color: transparent;
    position: static;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    align-content: space-around;
    align-items: flex-start;
}

.container .wrap-login .login-image {
    width: 462px;
    height: 554px;
    overflow: hidden;
    background: none;
    /* margin-top: 42px; */
    position: relative;
}

#loginIfrom {
    position: absolute;
    top: 0px;
    left: -135px;
    width: 600px;
    height: 554px;
}

.image-box {
    width: 496px;
    /* height: 512px; */
    padding: 22px 0 37px 33px;
    background-color: rgba(13, 84, 163, 0.88);
    margin-right: 40px;
}

.image-box h1 {
    font-size: 27px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 41px;
    margin-bottom: 22px;
}

.image-box div {
    width: 460px;
    height: 432px;
    overflow-y: scroll;
    padding-right: 30px;
    /* text-align: justify; */
}

.image-box div p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: justify;
}

.image-box div::-webkit-scrollbar {
    width: 6px;
    background: rgba(13, 84, 163, 0);
    border-radius: 10px;
}

.image-box div::-webkit-scrollbar-thumb {
    width: 6px;
    background: #BEECFD;
    border-radius: 10px;
}

.wrap {
    min-width: 1200px;
    margin: 10% auto;
    text-align: center;
}

.wrap h1 {
    font-size: 36px;
    line-height: 80px;
    font-weight: bold;
}

.font_24 {
    font-size: 24px;
    line-height: 30px;
}

.wrap .chormcom {
    width: 456px;
    margin: 0 auto;
}

.wrap .chormcom .chorm {
    float: left;
    margin: 40px 15px;
}

.wrap .chormcom .chorm a {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
}

.wrap .chormcom .chorm a:hover {
    color: #000;
    line-height: 20px;
    text-decoration: none;
    transform: scale(1.02);
}

.jisu {
    width: 380px;
    height: 140px;
    border-radius: 11px;
    margin: 0 auto;
    clear: both;
    padding: 10px;
}

.font_12 {
    font-size: 12px;
    clear: both;
    line-height: 30px;
    font-weight: 700;
}

header {
    background-color: #fff;
    padding: 20px 0;
}

header img {
    height: 85px;
}

.fheader {
    background: #0D54A3;
    padding: 16px 0;
}

.fheader .layout {
    display: flex;
    justify-content: space-between;
}

.fheader .layout div,
.fheader .layout a {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #EFE7DA;
    line-height: 33px;
}

.fheader .layout a {
    margin-right: 20px;
}

.fheader .layout a:nth-last-child(1) {
    margin-right: 0;
}

footer {
    padding: 27px 0 24px;
    background: #292B2C;
}

footer .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

footer a,
footer span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
}

.controls {
    padding: 24px 0;
}

.controls a {
    width: fit-content;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 43px;
    margin-right: 40px;
    float: left;
}

.controls a img {
    display: inline-block;
    width: 43px;
    height: 43px;
    margin-right: 5px;
}