
.video_text {
    overflow: hidden;
}
@media (min-width: 1001px){
.video_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}
.video_text .text {
    width: 50%;
    float: left;
    position: relative;
}
@media screen and (max-width: 1000px){
.video_text .text {
    float: none;
    width: 100%;
    height: auto!important;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
}
.text .v_title {
    font-weight: normal;
}
.video_text .text .v_title {
    font-size: 35px;
    padding: 0 80px;
    font-weight: bold;
}
.video_text .text .v_title {
    color: #333;
}
@media screen and (max-width: 1260px){
.video_text .text .v_title {
    padding: 0 60px;
}
}

@media screen and (max-width: 1000px){
.video_text .text .v_title {
    padding: 0 20px;
    font-size: 20px;
}
}
.text .v_text {
    font-size: 18px;
    line-height: 30px;
    color: #999999;
    padding: 0 80px;
    margin-top: 30px;
}

@media screen and (max-width: 1260px){
.video_text .text .v_text {
    padding: 0 60px;
}
}
@media screen and (max-width: 1100px){
.video_text .text .v_text {
    display: none;
}
}
.video_text .video_box {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 1000px){
.video_text .video_box {
    width: 100%;
    clear: none;
}
}
.video_text .video_box img {
    width: 100%;
    position: relative;
    z-index: 20;
}
.video_text .text.mobile2 {
    display: none;
}
@media screen and (max-width: 1000px){
.video_text .text.mobile2 {
    display: block;
}
}
.video_text .text .text_z {
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (min-width: 1001px){
.video_text .text .text_z {
    position: static;
}
}
@media screen and (max-width: 1000px){
.video_text .text.mobile {
    display: none;
}
}
