.content {
    width: 100vw;
    overflow: hidden;
}
.title {
    width: 100%;
    height: 38vw;
    background:url(../images/deep_way/deep_way_title.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title h2 {
    font-size: 48px;
    color: #FFFFFF;
    text-shadow: 0px 2px 25px rgba(0, 0, 0, 0.28);
    font-weight: bold;
    text-align:center;
}

.title .title_button {
    cursor: pointer;
    margin: auto;
    margin-top: 24px;
    width: 144px;
    height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 32px;
    text-align:center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title .title_button img {
    width: 16px;
    height: 16px;
}

.video {
    position: fixed;
    left: 0;
    top: 0;
    background: #000000a6;
    z-index: 999;
    width: 100%;
    height: 100%;
    
    display: none;
}

.video video{
    margin: auto;
    z-index: 1000;
    margin-top: calc(50vh - 302px);
}
.video p {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10000;
    font-size: 23px;
    margin-left: 500px;
    margin-top: -277px;
    cursor: pointer;
}

.video_p {
    color: #fff;
}

.deep_way {
    width: 100%;
    height: 320px;
    text-align: center;
    color: #333333;
    line-height: 32px;
    font-size: 20px;
}

.deep_way > img {
    width: 213px;
    height: 31px;
    margin: 87px 0 56px;
}

.cooperate {
    width: 100%;
    height: 880px;
    color: #FFFFFF;
    background:url(../images/deep_way/cooperate_bg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    line-height: 32px;
    padding-top: 140px;
    box-sizing: border-box;
    overflow: hidden;
}
.cooperate p {
    text-align: center;
}

.cooperate .cooperate_logo{
    width: 521px;
    margin: auto;
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cooperate .cooperate_logo img:nth-of-type(1) {
    width: 178px;
    height: 55px;
}
.cooperate .cooperate_logo img:nth-of-type(2) {
    width: 3px;
    height: 24px;
}
.cooperate .cooperate_logo img:nth-of-type(3) {
    width: 172px;
    height: 65px;
}

.cooperate .cooperate_icon img{
    display: block;
    margin: auto;
    margin-top: 114px;
    width: 266px;
    height: 179px;
}

.other_links {
    width: 100%;
    height: 480px;
    padding-top: 164px;
    box-sizing: border-box;
    background:url(../images/deep_way/other_links_bg.png) no-repeat;
    background-size: 100% 100%;
}

.other_links h2 {
    text-align: center;
    font-size: 36px;
    color: #333333;
    line-height: 50px;
    margin-bottom: 32px;
}

.other_links h4 {
    text-align: center;
    font-size: 24px;
    color: #666666;
}