.content {
    width: 100vw;
    overflow: hidden;
    padding-top: 58px;
    box-sizing: border-box;
}
.title {
    width: 100%;
    height: 450px;
    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: 24px;
    color: #FFFFFF;
    text-shadow: 0px 2px 12px 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;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title .title_button span {
    margin-right: 10px;
}
.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;
}
.video p {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10000;
    font-size: 12px;
    margin-left: 44%;
    margin-top: -26%;
    cursor: pointer;
}

.video_p {
    color: #fff;
}

.deep_way {
    width: 100%;
    height: 200px;
    text-align: center;
    color: #333333;
    line-height: 32px;
    font-size: 14px;
}

.deep_way > img {
    width: 106px;
    height: 15px;
    margin: 44px 0 32px;
}

.cooperate {
    width: 100%;
    height: 450px;
    color: #FFFFFF;
    background:url(../images/deep_way/cooperate_bg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 12px;
    line-height: 32px;
    padding: 0 45px 0 55px;
    padding-top: 70px;
    box-sizing: border-box;
    overflow: hidden;
}
.cooperate p {
  font-family: 'DIN';
  text-align: center;
}

.cooperate .cooperate_logo{
    width: 100%;
    margin: auto;
    margin-top: 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cooperate .cooperate_logo img:nth-of-type(1) {
    width: 89px;
    height: 26px;

}
.cooperate .cooperate_logo img:nth-of-type(2) {
    width: 2px;
    height: 12px;
}
.cooperate .cooperate_logo img:nth-of-type(3) {
    width: 86px;
    height: 32px;
}

.cooperate .cooperate_icon img{
    display: block;
    margin: auto;
    margin-top: 56px;
    width: 133px;
}

.other_links {
    width: 100%;
    height: 210px;
    padding-top: 63px;
    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: 18px;
    font-weight: bold;
  font-family: 'DIN';
  color: #333333;
    margin-bottom: 40px;
}

.other_links h4 {
    text-align: center;
  font-family: 'DIN';
  font-size: 12px;
    color: #666666;
}