/*
Theme Name: 南控官网主题包
Theme URI: www.wptest.com
Description: 官网
Version: 1.0.0
Author: jack
Author URI: www.xnskg.com
Tags: first
*/

@font-face {
    font-family: 'dinAlternate';
    /* 这个名字可以自己定义 */
    src: url('../font/DINAlternateBold.otf');
    /* IE9 Compat Modes */
    /*这里以及下面的src后面的地址填的都是自己本地的相对地址*/
    src: url('../font/DINAlternateBold.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/DINAlternateBold.woff') format('woff'),
        /* Modern Browsers */
        url('../font/DINAlternateBold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('https://www.xnskg.cn/wp-content/themes/xnskg/static/fonts/DIN%20Alternate%20Bold') format('svg');
    /* Legacy iOS */
    /*font-weight: bold;*/
    /*font-style: normal;*/
}

@font-face {
    font-family: 'pingfang';
    /* 这个名字可以自己定义 */
    src: url('https://www.xnskg.cn/wp-content/themes/xnskg/static/fonts/pingfang%20regular.otf');
    /* IE9 Compat Modes */
    /*这里以及下面的src后面的地址填的都是自己本地的相对地址*/
    src: url('https://www.xnskg.cn/wp-content/themes/xnskg/static/fonts/pingfang%20regular?') format('embedded-opentype'),
        /* IE6-IE8 */
        url('https://www.xnskg.cn/wp-content/themes/xnskg/static/fonts/pingfang%20regular.woff') format('woff'),
        /* Modern Browsers */
        url('../font/pingfangregular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('https://www.xnskg.cn/wp-content/themes/xnskg/static/fonts/pingfang%20regular') format('svg');
    /* Legacy iOS */
    /*font-weight: bold;*/
    /*font-style: normal;*/
}


@font-face {
    font-family: 'enFamily';
    /* 这个名字可以自己定义 */
    src: url('../font/EngraversGothicBT.otf');
    /* IE9 Compat Modes */
    /*这里以及下面的src后面的地址填的都是自己本地的相对地址*/
    src: url('https://www.xnskg.cn/wp-content/themes/xnskg/static/fonts/EngraversGothic%20BT?') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/EngraversGothicBT.woff') format('woff'),
        /* Modern Browsers */
        url('../font/EngraversGothicBT.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('https://www.xnskg.cn/wp-content/themes/xnskg/static/fonts/EngraversGothic%20BT') format('svg');
    /* Legacy iOS */
    /*font-weight: bold;*/
    /*font-style: normal;*/
}


.marginZ {
    margin: 0 !important;
}