* {
    padding: 0;
    margin: 0;
}

@font-face {

    font-family: 'MiSans-Regular';

    src: url('../fonts/MiSans-Regular.ttf');

    src:
        url('../fonts/MiSans-Regular.eot') format('embedded-opentype'),
        url('../fonts/MiSans-Regular.ttf') format('truetype'),
        url('../fonts/MiSans-Regular.woff') format('woff'),
        url('../fonts/MiSans-Regular.svg') format('svg');

        font-style: normal;

}

@font-face {

    font-family: 'MiSans-Semiboldr';

    src: url('../Semibold/MiSans-Semibold.ttf');

    src:
        url('../fonts/Semibold/MiSans-Semibold.eot') format('embedded-opentype'),
        url('../fonts/Semibold/MiSans-Semibold.ttf') format('truetype'),
        url('../fonts/Semibold/MiSans-Semibold.woff') format('woff'),
        url('../fonts/Semibold/MiSans-Semibold.svg') format('svg');

        font-style: normal;

}

body {
    background-color: #F6F7F9;
}

header {
    background-color: #fff;
}

.xj_sec_img {
    width: 100%;
    height: 75vh;
    padding-top: 170px;
    background-color: #fff;
    background-image: url(../images/content_bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.xj_sec_img .xj_ul_us {
    width: 1200px;
    margin: 0 auto;
    height: 32px;
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 24px;
    color: #323232;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.xj_sec_img .xj_ul_us li {
    list-style: none;
    height: 21px;

}

.xj_ul_us .ny_content_info {
    width: 1200px;
    height: 120px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 14px;
    color: #000000FF;
    line-height: 30px;
    text-align: justified;
    font-style: normal;
    text-transform: none;
}

.xj_sec_img .xj_ul_us li h2 {
    font-size: 24px;
    font-weight: 600;
    color: #323232;
    line-height: 28px;
    font-family: 'MiSans-Semiboldr';
}

.xj_sec_img .xj_ul_us li img {
    margin-left: 9px;
}