.bg1 {
    width: 100%;
}

.bg1 {
    width: 100%;
}

.bg1 {
    position: relative;
    width: 100%;
    /* height: 600px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bg1 h1 {
    font-size: 64px;
    font-family: Alibaba;
    font-weight: normal;
    color: #000000;
}

.bg1 h3 {
    font-size: 32px;
    font-family: Alibaba;
    font-weight: normal;
    color: #000000;
    margin-bottom: 28px;
    position: relative;

}

.audio-play {
    font-size: 16px;
    width: 85px;
    height: 30px;
    background: #2857FD;
    border-radius: 15px;
    font-weight: normal;
    color: #FFFEFE;
    top: 5px;
    right: -106px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.bg1-main {
    width: 1435px;
    top: 126px;
    z-index: 2;
    position: absolute;
}

.info {
    margin: 0;
    width: 617px;
    font-size: 16px;
    font-family: Alibaba;
    font-weight: normal;
    word-spacing: 3px;
    color: #181919;
    line-height: 24px;
}

.bg2 {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.introduce {
    top: 80px;
    width: 1436px;
    height: 502px;
    position: absolute;
    z-index: 3;
    display: flex;
}

.introduce-left {
    background: url('../images/fengmian.png') no-repeat center;
    background-size: cover;
    flex: 1;
    margin-right: 19px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play {
    cursor: pointer;
}

.my-video {
    display: none;
}

.introduce-right {
    margin-left: auto;
}
