/*澶撮儴*/
.header-container {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 210;
}
.header-container * {
    box-sizing: content-box;
}
.header-container a {
    text-decoration: none;
}
.header-container li {
    list-style: none;
    float: left;
}
.header-container.header-white {
    background: #fff;
    color: #333;
    border: 1px solid #e9e9e9;
}
.header-container .header {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.header-container .header .logo {
    width: 112px;
    height: 49px;
    padding-top: 10px;
}
.header-container .header .menu-list {
    float: right;
}
.header-container .header .menu-list li {
    height: 70px;
    line-height: 70px;
    margin-left: 70px;
    position: relative;
}

.header-container .arrow {
    width: 12px;
    height: 7px;
    border: none;
}

.header-container .a-hover-black {
    font-family: "PingFangSC-Medium", "寰蒋闆呴粦";
    color: #666;
    font-size: 14px;
    padding-bottom: 25px;
}

.header-container .a-hover-white {
    font-family: "PingFangSC-Medium", "寰蒋闆呴粦";
    color: #fff;
    font-size: 14px;
    padding-bottom: 25px;
}

.header-container .header .menu-list a:hover {
    color: #00c3f5;
    font-size: 14px;
}
.header-container .li-item {
    position: relative;
}
.header-container .pop-production {
    width: 90px;
    height: 195px;
    background:rgba(255, 255, 255, .98);
    position: absolute;
    top: 55px;
    left: -30px;
    border:1px solid #e5e5e5;
    box-shadow:0 0 8px 0 rgba(0, 0, 0, .1);
    border-radius: 2px;
    padding: 0 20px;
    display: none;
    line-height: 30px;
    z-index: 120;
}

.header-container .platform {
    height: 25px;
    color: #333;
    font-size: 14px;
    margin: 7px 0;
}
.header-container .platform a {
    color: #333;
    font-size: 14px;
    margin-right: 18px;
}
.header-container .platform a:hover {
    font-size: 14px;
    margin-right: 18px;
}
.header-container .pop-datacenter {
    width: 90px;
    height: 160px;
    background:rgba(255, 255, 255, .98);
    position: absolute;
    top: 55px;
    left: -30px;
    border:1px solid #e5e5e5;
    box-shadow:0 0 8px 0 rgba(0, 0, 0, .1);
    border-radius: 2px;
    padding: 0 20px;
    display: none;
    z-index: 120;
}
.header-container .triangle-up-production {
    width: 0;
    height: 0;
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -5px;
    left: 60px;
}
.header-container .triangle-up-datacenter {
    width: 0;
    height: 0;
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -5px;
    left: 60px;
}
.header-container .tool {
    height: 30px;
    color: #333;
    font-size: 14px;
    margin: 7px 0;
    line-height: 30px;
    text-align: center;
}
.header-container .tool a {
    color: #333;
    font-size: 14px;
}
.header-container .tool a:hover {
    font-size: 14px;
}