.header-box {
    user-select: none;
    width: 100%;
    min-width: 1200px;
    padding: 0;
    background-color: white;
    /* background: url(../images/header_bg.png); */
    /* background-size: 100%; */
    height: 74px;
    position: fixed;
    z-index: 999999;
    top: 0;
    border-bottom: 1px solid #dbdbdb;
}
.top{
    width: 100%;
    height: 47px;
    background-color: white;
    position: absolute;
    z-index: 1;

}
.logo {
    height: 51px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    float: left;
    min-width: 400px;
    /*line-height: 24px;*/
    color: #2a2929;
    font-size: 18px;
    padding-top: 14px;
}

.top img{
    display: inline-block;
    width: 400px;
    vertical-align: middle;
    margin-left: 20px;
}
.top span{
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 47px;
    letter-spacing: 1px;
    margin-left: 10px;
}
.banner{
    position: relative;
    display: flex;
    justify-content: center;
    height: 400px;
    margin-top: 10px;
}
.banner-box{
    z-index: 1;
    width: 1200px;
    height: 100%;
    margin: auto;
    position: absolute;
}
.banner-box .banner-text {
    width: 100%;
    height: 450px;
    position: relative;
    user-select: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-box h1{
    line-height: 50px;
    font-size: 38px;
    text-align: center;
    letter-spacing: 0.48vw;
    background-image: linear-gradient(100deg, #513691 42%, #124bb3 63%);
    color: transparent;
    -webkit-background-clip: text;
}

.systemTab{
    padding-top: 60px;
    margin: 0 7%;
    height: 22rem;
}

.systemTab .leftTab,.systemTab .rightTab{
    margin: 0 auto;
    width: 50%;
    height: 100%;
    float: left;
}

.systemTab .leftTab{
    background: url("/portal/images/unifyLeft.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: 20px;
}

.systemTab .rightTab{
    background: url("/portal/images/unifyRight.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    right: 20px;
}

.leftContent,.rightContent{
    padding: 32px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.leftContent{
    padding-right: 100px;
}

.rightContent{
    padding-left: 100px;
}

.leftContent h1,.rightContent h1{
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    text-align: left;
}

.leftContent h2,.rightContent h2{
    font-weight: 500;
    font-size: 25px;
    color: #000000;
    text-align: left;
}

.leftContent p,.rightContent p{
    font-weight: 400;
    font-size: 15px;
    color: #262626;
    line-height:30px;
    text-align: left;
    margin-top: 20px;
}

.leftContent .btn,.rightContent .btn{
    display: block;
    width: 96px;
    height: 28px;
    border-radius: 28px;
    background: #513691;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
    padding: 0 5px;
    text-align: center;
}

.leftContent img, .rightContent img{
    display: inline-block;
    vertical-align: text-bottom;
}

.noticeBox{
    width: 100%;
    height: 330px;
    margin-top: 60px;
    background: url("/portal/images/noticeBanner.png") no-repeat;
    background-size: 100% 100%;
}

.noticeContent{
    margin: 0 calc(7% + 32px);
}

.noticeTitle{
    width: 270px;
    height: 55px;
    background: linear-gradient( 148deg, rgba(46,92,225,0.12) 0%, rgba(81,54,145,0.06) 100%);
    border-radius: 0 0 12px 12px;
    text-align: center;
}
.title1{
    font-weight: 700;
    font-size: 28px;
    color: #111111;
    line-height: 55px;
}
.title2{
    font-weight: 400;
    font-size: 28px;
    color: #949494;
}
.noticeTitle div{
    display: inline-block;
    margin: 0 5px;
}
.fh{
    width: 3px;
    height: 21px;
    background: #1E69FF;
    border-radius: 0px 0px 0px 0px;
}
.noticeList{
    width: 100%;
    height: 145px;
    margin-top: 27px;
}
.noticeList ul{
    width: 50%;
    float: left;
    font-weight: 500;
    font-size: 18px;
    color: #131313;
    line-height: 30px;
    letter-spacing: 1px;
    box-sizing: border-box;
}
.noticeList ul li{
    width: 100%;
    height: 40px;
}
.noticeList ul li a {
    display: inline-block;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    vertical-align: middle;
    margin-left: 2%;
}
.noticeList ul li span {
    float: right;
    font-weight: 500;
    font-size: 18px;
    color: #666666;
}
.noticeLeft{
    padding-right: 50px;
}
.noticeRight{
    padding-left: 50px;
}
.icon{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #CCCCCC;
    color: #535353;
    font-size: 13px;
    vertical-align: middle;
    line-height: 16px;
    text-align: center;
}
.iconTop{
    background: red;
    color: #fff;
}
