@media (min-width: 1436px) {
    .link_list {
        width: 100%;
        height: 214px;
        background-color: #0A0A0A;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 100px;
    }
    .header .p3 {
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
    }
    .header .p3 .gfsc {
        width: 100px;
    }
    .header .p2 .item {
        font-size: 16px;
    }
    .header .p3 span {
        font-family: Montserrat-SemiBold;
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
}

@media (max-width: 1435px) and (min-width: 768px) {
    .footer_form .con_main {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
    .footer_form .l {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        gap: 30px;
    }
    .footer_form .r {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 18px;
    }
    .link_list {
        width: 100%;
        height: 214px;
        background-color: #0A0A0A;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
    .header .p3 .gfsc {
        width: 100px;
        /* zoom: 0.7; */
    }
    .header .p1 .pic {
        /* width: 140px; */
    }
    .header .p3 {
        gap: 16px;
    }
    .header .p2 {
        gap: 15px;
    }
    .header .p2 .item {
        font-size: 16px;
    }
    .header .p3 span {
        font-family: Montserrat-SemiBold;
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
}

@media (max-width: 767px) {
    .link_list {
        width: 100%;
        padding: 30px 15px;
        background-color: #0A0A0A;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
        box-sizing: border-box;
    }
}
/* 英文字体 */
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/Montserrat-Bold.otf') format('truetype')
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/Montserrat-Light.otf') format('truetype')
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/Montserrat-ExtraBold.otf') format('truetype')
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/Montserrat-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/Montserrat-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/Montserrat-Medium.otf') format('opentype');
}

/* 中文字体 */
@font-face {
    font-family: 'AlibabaPuHuiTi-3-55-Regular';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/Montserrat-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-3-55-SemiBold';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/Montserrat-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-3-95-ExtraBold';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/Montserrat-ExtraBold.otf') format('opentype');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-3-65-Medium';
    src: url('https://sublue-statics.oss-us-west-1.aliyuncs.com/sublue/bluestar/fonts/Montserrat-Medium.otf') format('opentype');
}