.top-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 380px;
    width: 100%;
    min-width: 1600px;
    background: url('../img/bg2.png');
    background-size: 100% 380px;
}

.bg-content {
    padding-left: 4%;
}

.bg-content-title {
    position: relative;
    font-size: 36px;
    margin-top: 131px;
    margin-left: 20%;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffffe8;
    z-index: 9;
}

.bg-content-text {
    position: relative;
    width: 534px;
    margin-top: 16px;
    margin-left: 20%;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffffd5;
    letter-spacing: 2px;
}

.bg-content-btn {
    position: relative;
    display: flex;
    margin-left: 20%;
    margin-top: 35px;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 32px;
    background: #36C4AF;
    border-radius: 2px;
    color: #ffffffc2;
    font-size: 14px;
    cursor: pointer;
}

.control-center {
    position: relative;
    margin-top: 317px;
    width: 100%;
    height: 460px;
    padding-left: 32px;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../img/center-bg.png') no-repeat;
    background-size: 100% 100%;
}
.control-center-box {
    
    padding-left: 40px;
    font-size: 16px;
    color: #00D2BE;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 600;
}

.zx {
    padding-right: 40px;
    width: 300px;
    height: 290px;
}

.glzx {
    width: 500px;
    height: 300px;
}
.center-box-txt {
    display: flex;
    align-items: center;
    color: #999;
    font-weight: 500;
    line-height: 30px;
}
.gou {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.top-li-a-active-line1 {
    position: absolute;
    height: 2px;
    margin-top: 58px;
    width: 100%;
    background-color: #00D2BE;
    z-index: 999999999999;
}

.product .li-a {
    color: #00D2BE;
}

.application {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 55px;
    width: 100%;
    height: auto;
    background-color: #FAFAFB;
}

.application-title {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 56px;
    padding-bottom: 40px;
}

.application-list {
    width: 100%;
    height: 210px;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 40px;
}

.application-box {
    display: flex;
    justify-content: center;
    margin: 10px 20px;
    width: 580px;
    height: 210px;
    background: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s linear;
}

.application-list-box {
    width: 1240px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.application-box:hover .application-content-box-title {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #00D2BE;
}

.application-box:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform: translateY(-6px);
    box-shadow: 2px 4px 9px 0px rgba(0, 0, 0, 0.05), 0px -2px 4px 3px rgba(0, 0, 0, 0.02);
}

.application-img-box {
    display: flex;
    width: 120px;
    justify-content: center;
    align-items: center;
}

.application-box-img {
    margin-left: 10px;
    width: 80px;
    height: 88px;
}

.application-content-box {
    margin-left: 10px;
    width: 500px;
}

.application-content-box-title {
    transition: all 0.3s linear;
    margin-top: 36px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 33px;
    text-shadow: 2px 4px 9px rgba(0, 0, 0, 0.05);
}

.application-content-box-txt {
    margin-right: 32px;
    margin-top: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    line-height: 25px;
    text-shadow: 2px 4px 9px rgba(0, 0, 0, 0.05);
}