.login-top {
    margin-top: 6%;
}
.login-home{
    color: #FFFFFF;
    font-family: Source Han Sans CN;
    font-weight: medium;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    float: right;
}
.login-title {
    line-height: 88px;
    margin-left:15px;
    float: left;
    color: #FFFFFF;
    font-family: Source Han Sans CN;
    font-weight: medium;
    font-size: 36px;
    letter-spacing: 0px;
    text-align: left;
}

.login-title2 {
    line-height: 20px;
    margin-left:5px;
    float: none;
    color: #FFFFFF;
    font-family: Source Han Sans CN;
    font-weight: medium;
    font-size: 18px;
    letter-spacing: 0px;
    text-align: left;
}

.subsystem-none{
    width: 200px;
    list-style: none;
    float: left;
    list-style-type: none;
}
.subsystem-400{
    width: 400px;
    list-style: none;
    list-style-type: none;
    text-align: center;
}

.subsystem-image {
    border-radius: 8px 8px 0 0 ;
    width: 200px;
}

.subsystem-left {
    width: 200px;
    list-style: none;
    float: left;
    margin-left: 47px;
    list-style-type: none;
}
.subsystem-title {
    font-family: Source Han Sans CN;
    background: #FFFFFF;
    width: 200px;
    height: 50px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 50px;
    color: #34526D;
    border-radius: 0 0 8px 8px ;
    letter-spacing: 2px;
}

.subsystem-notice {
    color: #2390F0;
    font-family: Source Han Sans CN;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
}

/* 解决清除浮动问题的代码 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *+height: 1%;
}

.subject {
    margin-top: 4%;
}

.subject-ul {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

subject-ul-foot{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.subject-ul li {
    float: left;
    *float: none;
    *display: inline;
    *zoom: 1;
    padding: 1px;
}

.weixinBtn{
    padding:2px 8px 2px 8px;
    text-align: left;
    color: #FFFFFF;
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid #a0abb5;
}

li{
    list-style-type:none;
}

a{
    text-decoration: none;
}