@media screen and (max-width: 768px) {
    .header{
        width: 100%;
        min-width: auto;
    }
    .main .content {
        width: 100%;
        padding-top: 15px;
    }
    .main .content .conTitle h3{
        font-size: 24px;
        line-height: 48px;
    }
    .main .content .txtCon{
        padding-left: 15px;
        padding-right: 15px;
    }
    .productionInfo .infoImg{
        width: 90%;
        background-size: 100%;
    }
    .main .content .txtCon img {
        width: 100%;
        height: 100%;
        border-radius: 3px;
        display: flex;
        flex-flow: row wrap;
    }
    .main .content .txtCon p{
    color: #535353;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 15px;
    text-align: justify !important;
    text-indent: 0 !important;
    }
    video {
        width: 100%;
        height: auto;
    }
  #bottom{
  display:none;
  }
}