.bodyer .main1 h2 {
    margin: 0;
    line-height: 200px;
    font-size:36px;
    color:#24344e;
}
.bodyer .main1 p {
    margin: 10px 50px 30px 10px;
    font-size:14px;
    color:#24344e;
    /* text-align: right; */
}
.bodyer .main1 p span {
    margin-left: 20px;
}
.bodyer .main1 .video {
    margin: 0 auto 30px auto;
    padding: 30px;
    background:#101922;
    width:1100px;
    height:570px;
}
.bodyer .main1 .video .left {
    float: left;
    width: 755px;
    height: 510px;
}
.bodyer .main1 .video .left .img {
    width: 100%;
    height: 100%;
}
.bodyer .main1 .video .left a img {
    margin-top: -550px;
    width: 100px;
    height: 100px;
}
.bodyer .main1 .video .right {
    float: right;
}
.bodyer .main1 .video .right div {
    width: 250px;
    height: 150px;
}
.bodyer .main1 .video .right div:not(:last-of-type) {
    margin-bottom: 30px;
}
.bodyer .main1 .video .right .img {
    width: 100%;
    height: 100%;
}
.bodyer .main1 .video .right a img {
    margin-top: -170px;
    width: 40px;
    height: 40px;
}
.bodyer .main1 .content {
    margin: 20px 50px;
    text-align: left;
    font-size:18px;
    color:#24344e;
    line-height:32px;
    text-indent: 2em;
}
.bodyer .main1 .content:last-of-type {
    margin-bottom: 150px;
}



.bodyer .main1 video {
    width: 1100px;
    height: 570px;
}
.bodyer .main1{
   padding-bottom: 30px
}
.bodyer .main1 p {
    font-size: 18px;
    text-align: left;
    margin: 20px 50px;
    line-height: 32px;
    text-indent: 2em;
}
.bodyer .main1 h2 {
    padding-top:50px;
    line-height: normal;
}


@media screen and (max-width:768px) {
    .bodyer .main1 h2 {
        line-height: normal !important;
        font-size:0.5rem !important;
        padding-top: 0.5rem !important;
        font-size: 18px;
    }

    .bodyer .main1 video {
        width: 100%;
        height: auto;
    }

    .bodyer .main1 p {
        font-size: 0.36rem;
        text-align: left;
        margin:0.3rem;
        line-height: 0.64rem;
        text-indent: 2em;
    }

    .bodyer .main1 p span {
        margin-left: 0px;
    }
    .bodyer .main1 .setfont  {
        text-align: center;
        text-indent: initial;
        font-size: 0.32rem;
    }
    .useinmobile  .bodyer .main1 .setfont {
        display: block;
    }

}