@charset "utf-8";
@font-face {
    font-family: '微软雅黑';
    src: url('WeiRuanYaHei-1.ttf'),
}

/* 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-image: linear-gradient(to bottom, #02336A 10%, #070A11 100%);

    /* background-color: rgb(7,10,17); */
    background-repeat: no-repeat;
    min-height: 100vh;
}

.m-taida .content {
    width: 1000px;
    margin: 0 auto;
}

.m-taida .content .taida_neirong {
    width: 100%;
    padding-bottom: 75px;
    box-sizing: border-box;
}

.taida_neirong .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 34px;
}

.pc {
    display: none;
}

.taida_neirong .biaoti {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.phone .logo_img{
    width: 269px;
}

.biaoti_img{
    width:575px;
}

.taida_neirong .zhanwei p {
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 22px;
    margin-top: 25px;
    font-size: 14px;
}
.Content{
    margin-top: 30px;
}

.taida_neirong .center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin: 32px 0 75px 0;
}

.taida_neirong .kuai .Content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.taida_neirong .kuai .Content .wenzi .xiaobiaoti>div {
    font-weight: bold;
    line-height: 22px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
}

.taida_neirong .kuai .Content .wenzi .xiaobiaoti p {
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 22px;
    margin-bottom: 30px;
    font-family: MicrosoftYaHei;
}

a {
    text-decoration: none;
}

.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;
    font-family: MicrosoftYaHei;
    line-height: 22px;
}

.taida_neirong .about>p {
    text-align: justify;
    text-justify: inter-ideograph;
    font-family: MicrosoftYaHei;
    line-height: 22px;
    margin: 1em 0;
}

.pc_logo_zuo {
    display: block;
}

.phone_logo_zuo {
    display: none;
}

.youce_logo {
    display: block;
}
.wenzi img{
    max-width: 100%;
}
.wenzi{
    max-width: 100%;
}
.pc_xian {
    display: none;
}

.xian {
    width: 1000px;
}

.zhanshiquyu .wenzi {
    margin-right: 3em;
    font-size: 14px;

}

.tu_1, .tu_2 {
    width: 380px;
    flex: none;
}

.xiao_title {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
}

.xiao_title p {
    padding: 5px 10px;
    font-weight: bold;
    font-size: 18px;
}

.zhanshiquyu {
    margin-top: 33px;
}

.biaoti p {
    font-size: 40px;
    font-weight: bold;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.xiao_title p {
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
}

/* @media screen and (max-width: 376px) {
    body {
        font-size: 12px;
        line-height: 1.5;
    }
    .m-taida {
    background-image: linear-gradient(to bottom, #02336A 10%, #070A11 100%);
        background-repeat: no-repeat;
    }
    .guang {
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .m-taida .content {
        width: 88%;
    }
    .taida_neirong .logo {
        width: 100%;
    }
    .taida_neirong .biaoti {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 31px;
    }
    .pc_logo_zuo {
        display: none;
    }
    .phone_logo_zuo {
        display: block;
        width: 136px;
    }
    .youce_logo {
        display: none;
    }
    .taida_neirong .center p:nth-child(2) {
        margin-top: 20px;
    }
    .taida_neirong .biaoti img.pc {
        width: 319px;
    }
    .taida_neirong .center {
        margin-bottom: 18px;
        font-size: 12px;
        align-items: flex-start;
    }
    .phone {
        display: none;
    }
    .pc {
        display: block;
    }
    .pc_xian {
        display: block;
        width: calc(674vw / 7.5);
    }
    img.tu_1 {
        width: 335px;
        margin-bottom: 24px;
    }
    img.tu_2 {
        width: 292px;
        margin: 0 auto;
        margin-top: 28px;
    }
    .xian {
        display: none;
        width: 100%;
    }
    .taida_neirong .kuai .Content .wenzi .xiaobiaoti {
        width: 100%;
    }
    .taida_neirong .about>p {
        margin-top: 18px;
    }
    .taida_neirong .kuai .Content {
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .taida_neirong .zhanhuixiangqing .zhanhui_cont {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 18px;
    }
    .zhanshiquyu .wenzi {
        margin-right: 0;
    }
    .zhanshiquyu .wenzi{

        font-size: 12px;
    }
}
 */
