@charset "utf-8";

@font-face {
    font-family: '微软雅黑';
    src: url('WeiRuanYaHei-1.ttf'),
}
/* (min-width: 751px)  */
@media (min-width: 751px) and (max-width: 1200px) {
    /* img { width: 100%; } */

    * {
        padding: 0;
        margin: 0;
    }

    p+p {
        margin-top: 1em;
    }

    body {
        color: #ffffff;
        /* font-size: 14px; */
        /* font-family: "微软雅黑", Verdana, Geneva, sans-serif; */
    }

    .m-taida {
        /* background-image: url(../img/beijing.svg); */
        background-size: 100%;
        /* background-color: rgb(7, 10, 17); */
        background-repeat: no-repeat;
    }

    .m-taida .content {
        width: calc(100vw * 1000 / 1200);
        margin: 0 auto;
    }

    .m-taida .content .taida_neirong {
        width: 100%;
        padding-bottom: calc(100vw * 75/ 1200);
        box-sizing: border-box;
    }

    .taida_neirong .logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: calc(100vw * 34 / 1200);
    }

    .pc {
        display: none;
    }

    .taida_neirong .biaoti {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: calc(100vw * 40 / 1200);
    }

    .taida_neirong .zhanwei p {
        text-align: justify;
        text-justify: inter-ideograph;
        /*IE*/
        line-height: calc(100vw * 22 / 1200);
        margin-top: calc(100vw * 25 / 1200);
        font-size: calc(100vw * 14 / 1200);
    }

    .taida_neirong .center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: calc(100vw * 16 / 1200);
        font-weight: bold;
        margin: calc(100vw * 32 / 1200) 0 calc(100vw * 75 / 1200) 0;
    }

    .Content {
        margin-top: calc(100vw * 30 / 1200);
    }

    .taida_neirong .kuai .Content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .taida_neirong .kuai .Content .wenzi .xiaobiaoti>div {
        font-weight: bold;
        /* color: #FFFFFF; */
        line-height: calc(100vw * 22 / 1200);
        font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    }

    .taida_neirong .kuai .Content .wenzi .xiaobiaoti p {
        text-align: justify;
        text-justify: inter-ideograph;
        /*IE*/
        /* color: rgb(255, 255, 255, .7); */
        line-height: calc(100vw *22 / 1200);
        margin-bottom: calc(100vw * 30 / 1200);
        font-family: MicrosoftYaHei;
    }

    a {
        text-decoration: none;
        /* color: rgb(255, 255, 255, .7); */
    }

    .taida_neirong .zhanhuixiangqing .zhanhui_cont {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .taida_neirong .zhanhuixiangqing .zhanhui_cont .p_content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .taida_neirong .zhanhuixiangqing .zhanhui_cont p {
        text-align: justify;
        text-justify: inter-ideograph;
        /*IE*/
        font-family: MicrosoftYaHei;
        /* color: rgb(255, 255, 255, .7); */
        line-height: calc(100vw * 22 / 1200);
    }

    .taida_neirong .about>p {
        text-align: justify;
        text-justify: inter-ideograph;
        /*IE*/
        font-family: MicrosoftYaHei;
        /* color: rgb(255, 255, 255, .7); */
        line-height: calc(100vw * 22 / 1200);
        margin: 1em 0;
    }

    .pc_logo_zuo {
        display: block;
    }

    .phone_logo_zuo {
        display: none;
    }

    .youce_logo {
        display: block;
    }

    .pc_xian {
        display: none;
    }

    .xian {
        width: calc(100vw * 1000 / 1200);
    }

    .zhanshiquyu .wenzi {
        margin-right: 3em;
        font-size: calc(100vw * 14 / 1200);

    }

    .tu_1, .tu_2 {
        width: calc(100vw * 380 / 1200);
        flex: none;
    }

    .xiao_title {
        /* background-image: url(../img/title_bj.png); */
        background-size: 100% 100%;
        background-repeat: no-repeat;
        display: inline-block;
    }

    .xiao_title p {
        padding: calc(100vw * 5 / 1200) calc(100vw * 10 / 1200);
        font-weight: bold;
        font-size: calc(100vw * 18 / 1200);
    }

    .zhanshiquyu {
        margin-top: calc(100vw * 33 / 1200);
    }

    .biaoti p {
        font-size: calc(100vw * 40 / 1200);
        font-weight: bold;
        /* background: linear-gradient(90deg, #1F96D5 0%, #D1F0E7 51%, #6EBB56 100%); */
        background-clip: border-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .xiao_title p {
        padding: calc(100vw * 5 / 1200) calc(100vw * 10 / 1200);
        font-weight: bold;
        font-size: calc(100vw * 14 / 1200);
    }

    .phone .logo_img {
        width: calc(100vw * 269 / 1200);
    }

    .biaoti_img {
        width: calc(100vw * 575 / 1200);
    }
}