.container {
    padding: 0 !important;
    width: 100% !important;
    height: 100%;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1080px) {
    .container {
        display: none;
    }
}

.mobile-container {
    display: none !important;
    height: 100%;
}

@media screen and (max-width: 1080px) {
    .mobile-container {
        display: block !important;
    }
}

.footerBox{
    background-color: #1C2937;
    padding:40px 0;
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title-font{
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.tab-container {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #1C2937;

}

.tab-container .tab {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bgfff {
    background: #1C2937;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.02);
}

.tab-container .tab #logo1 {
    width: 205px;
    height: 56px;
    margin-left: 80px;
    background-image: url('../img/herun.png');
    background-size: contain;
    background-repeat: no-repeat !important;
}

.tab-container .tab #logo2 {
    width: 205px;
    height: 65px;
    margin-left: 80px;
    background-image: url('../img/herun.png');
    background-size: contain;
    background-repeat: no-repeat !important;
}

.tab-container .tab .tab-list.tab1 {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 156px;
    margin-right: 240px;
}

.tab-container .tab .tab-list .actived {
    color: #ffffff;
    font-size: 18px;
}

.tab-container .tab .tab-list.tab1 li {
    height: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
    width: 150px;
}

.tab-container .tab .tab-list.tab1 li div {
    padding-top: 15px;
}

.tab-container .tab .tab-list.tab2 li div {
    padding-top: 15px;
}

.tab-container .tab .tab-list.tab1 li a {
    position: relative;
    color: #fff;
    display: block;
    align-items: center;
    cursor: pointer;
}

.tab-container .tab .tab-list.tab1 li div a:hover {
    color: #ffffff !important;
    font-size: 18px !important;
}

.tab-container .tab .tab-list.tab2 {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 156px;
    margin-right: 240px;
}

.tab-container .tab .tab-list.tab2 .actived {
    color: #ffffff;
    font-size: 18px;
}

.tab-container .tab .tab-list.tab2 li {
    height: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    width: 150px;
    letter-spacing: 0px;
}

.tab-container .tab .tab-list.tab2 li i {
    position: absolute;
    display: inline-block;
    width: 150;
    height: 1px;
    background-color: #174CB4;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tab-container .tab .tab-list.tab2 li a {
    color: #fff;
}

.tab-container .tab .tab-list.tab2 li a:hover {
    color: #ffffff !important;
    font-size: 18px !important;
}

.function-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1200px;
}


