* {
    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;
    position: relative;
}

.xj_sec_img .xj_ul_us .xj_t_h3 {
    font-size: 24px;
    font-family: 'MiSans-Semiboldr';
    font-weight: 600;
    color: #323232;
    line-height: 28px;
}

.xj_ul_us .vector {
    margin-left: 9px;
    margin-bottom: 25px;
}

.ny_company_info .info_left {
    float: left;
    list-style: none;
}

.ny_company_info .info_left ui li {
    font-size: 14px;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}

.ny_company_info .info_right {
    float: left;
    list-style: none;
}

.ny_company_info .info_right ui li {
    margin-left: 102px;
    font-size: 14px;
    font-family: 'MiSans-Regular';
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}

.ny_company_address img{
    margin-top: 44px;
}