.contact_part1 {
    padding: 40px 0 20px 0;
}
.contact_title_en {
    font: bolder 30px 'Microsoft YaHei UI Light';
    color: #C5C5C5;
    text-align: center;
    letter-spacing: 1.5px;
}
.contact_title_zh {
    font: bolder 25px 'Microsoft YaHei UI Light';
    color: black;
    text-align: center;
    letter-spacing: 3px;
}
.contact_company_intro {
    width: 80%;
    height: auto;
    border: 2px dotted silver;
    margin: 30px auto 0 auto;
    padding: 10px;
    font: 14px 'Microsoft YaHei UI';
    color: #5A5A5A;
    line-height: 25px;
}
.contact_style {
    width: 80%;
    margin: 30px auto 0 auto;
}
.contact_style>div:nth-child(1) {
    width: 250px;
}
.contact_style>div:nth-child(2) {
    width: 200px;
}
.contact_style>div:nth-child(3) {
    width: 250px;
}
.contact_style_title {
    font: bolder 20px 幼圆;
    color: black;
    text-align: center;
}
.contact_style_info {
    margin-top: 20px;
    font: 14px 'Microsoft YaHei UI';
    color: #5A5A5A;
    line-height: 19px;
}
.enterprise_container {
    background: #F7F7F7;
    width: 100%;
    padding: 60px 0;
}
.enterprise_container>div {
    width: 80%;
    margin: 30px auto;
}
.business_scope {
    margin: 40px 0;
}
.business_scope_item {
    width: 200px;
    height: 50px;
    background: #C7C7C7;
    font: bold 18px 'Microsoft YaHei UI Light';
    color: white;
    letter-spacing: 2px;
    text-align: center;
    line-height: 50px;

    margin-right: 20px;
}
.map_container {
    height: 300px;
}
.map_left {
    width: 30%;
    height: 100%;
    background: white;
}
.map_right {
    width: 69%;
    height: 100%;
    background: #dedede;
}
.map_company {
    width: 80%;
    margin: 0 auto 0 auto;
}
.company_name {
    font: bolder 16px 'Microsoft YaHei UI Light';
    color: black;
    letter-spacing: 2px;
}
.company_text {
    font: 14px 'Microsoft YaHei UI';
    color: #5A5A5A;
    margin-top: 10px;
}
/*自适应样式============================================*/

/*-0---------------------------------------------------*/

@media (max-width: 479px) {
    .HeadBanner {
        margin-top: 50px;
    }
    .contact_part1 {
        padding: 20px 0 20px 0;
    }
    .contact_title_en {
        font: bolder 20px 'Microsoft YaHei UI Light';
    }
    .contact_title_zh {
        font: bolder 16px 'Microsoft YaHei UI Light';
    }
    .contact_company_intro {
        font: 12px 'Microsoft YaHei UI';
        line-height: 20px;
    }
    .contact_style {
        width: 95%;
        margin: 30px auto 0 auto;

        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;

        -webkit-box-pack: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .contact_style>div:nth-child(1) {
        width: 90%;
        margin: 0 auto 15px auto;
        text-align: center;
    }
    .contact_style>div:nth-child(2) {
        width: 90%;
        margin: 0 auto 15px auto;
        text-align: center;
    }
    .contact_style>div:nth-child(3) {
        width: 90%;
        margin: 0 auto 15px auto;
        text-align: center;
    }
    .contact_style_title {
        font: bolder 12px 幼圆;
    }
    .contact_style_info {
        margin-top: 5px;
        font: 12px 'Microsoft YaHei UI';
    }
    .enterprise_container {
        background: #F7F7F7;
        width: 100%;
        padding: 30px 0;
    }
    .enterprise_container>div {
        width: 98%;
    }
    .business_scope {
        margin: 30px 0;
    }
    .business_scope_item {
        width: 150px;
        height: 40px;
        font: bold 14px 'Microsoft YaHei UI Light';
        line-height: 40px;
    }
    .company_name {
        font: bolder 14px 'Microsoft YaHei UI Light';
        color: black;
        letter-spacing: 2px;
    }
    .company_text {
        font: 12px 'Microsoft YaHei UI';
        color: #5A5A5A;
        margin-top: 10px;
    }
    .map_container {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;

        height: auto;
    }
    .map_left {
        width: 98%;

        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 10px;
    }
    .map_right {
        width: 98%;
    }
    .map_company {
        margin-top: 0 !important;
        margin: 0 0 10px 0;

    }
    .MapIFrame {
        height: 300px;
    }
}

/*-1---------------------------------------------------*/

@media (min-width: 480px) and (max-width: 767px) {
    .HeadBanner {
        margin-top: 50px;
    }
    .contact_part1 {
        padding: 20px 0 20px 0;
    }
    .contact_title_en {
        font: bolder 20px 'Microsoft YaHei UI Light';
    }
    .contact_title_zh {
        font: bolder 16px 'Microsoft YaHei UI Light';
    }
    .contact_company_intro {
        font: 12px 'Microsoft YaHei UI';
        line-height: 20px;
    }
    .contact_style {
        width: 95%;
        margin: 30px auto 0 auto;

        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;

        -webkit-box-pack: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .contact_style>div:nth-child(1) {
        width: 90%;
        margin: 0 auto 15px auto;
        text-align: center;
    }
    .contact_style>div:nth-child(2) {
        width: 90%;
        margin: 0 auto 15px auto;
        text-align: center;
    }
    .contact_style>div:nth-child(3) {
        width: 90%;
        margin: 0 auto 15px auto;
        text-align: center;
    }
    .contact_style_title {
        font: bolder 12px 幼圆;
    }
    .contact_style_info {
        margin-top: 5px;
        font: 12px 'Microsoft YaHei UI';
    }
    .enterprise_container {
        background: #F7F7F7;
        width: 100%;
        padding: 30px 0;
    }
    .enterprise_container>div {
        width: 90%;
    }
    .business_scope {
        margin: 30px 0;
    }
    .business_scope_item {
        width: 150px;
        height: 40px;
        font: bold 14px 'Microsoft YaHei UI Light';
        line-height: 40px;
    }
    .company_name {
        font: bolder 14px 'Microsoft YaHei UI Light';
        color: black;
        letter-spacing: 2px;
    }
    .company_text {
        font: 12px 'Microsoft YaHei UI';
        color: #5A5A5A;
        margin-top: 10px;
    }
    .map_container {
        height: auto;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .map_left {
        width: 98%;

        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;

        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;

        -webkit-box-pack: justify;
        -moz-justify-content: space-around;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    .map_right {
        width: 98%;
    }
    .map_company {
        width: auto;
        margin-top: 0 !important;
    }

    .MapIFrame {
        height: 300px;
    }
}

/*-2---------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .contact_part1 {
        padding: 40px 0 20px 0;
    }
    .contact_title_en {
        font: bolder 20px 'Microsoft YaHei UI Light';
    }
    .contact_title_zh {
        font: bolder 16px 'Microsoft YaHei UI Light';
    }
    .contact_company_intro {
        font: 12px 'Microsoft YaHei UI';
        line-height: 20px;
    }
    .contact_style {
        width: 90%;
        margin: 30px auto 0 auto;
    }
    .contact_style>div:nth-child(1) {
        width: 200px;
    }
    .contact_style>div:nth-child(2) {
        width: 200px;

    }
    .contact_style>div:nth-child(3) {
        width: 200px;
    }
    .contact_style_title {
        font: bolder 14px 幼圆;
    }
    .contact_style_info {
        margin-top: 5px;
        font: 12px 'Microsoft YaHei UI';
    }
    .enterprise_container {
        background: #F7F7F7;
        width: 100%;
        padding: 30px 0;
    }
    .enterprise_container>div {
        width: 90%;
    }
    .business_scope {
        margin: 30px 0;
    }
    .business_scope_item {
        width: 150px;
        height: 40px;
        font: bold 14px 'Microsoft YaHei UI Light';
        line-height: 40px;
    }
    .company_name {
        font: bolder 14px 'Microsoft YaHei UI Light';
        color: black;
        letter-spacing: 2px;
    }
    .company_text {
        font: 12px 'Microsoft YaHei UI';
        color: #5A5A5A;
        margin-top: 10px;
    }
}

/*-3---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {
    .contact_part1 {
        padding: 40px 0 20px 0;
    }
    .contact_title_en {
        font: bolder 26px 'Microsoft YaHei UI Light';
    }
    .contact_title_zh {
        font: bolder 20px 'Microsoft YaHei UI Light';
    }
    .contact_company_intro {
        font: 13px 'Microsoft YaHei UI';
        line-height: 20px;
    }
    .contact_style {
        width: 80%;
        margin: 30px auto 0 auto;
    }
    .contact_style>div:nth-child(1) {
        width: 250px;
    }
    .contact_style>div:nth-child(2) {
        width: 200px;

    }
    .contact_style>div:nth-child(3) {
        width: 200px;
    }
    .contact_style_title {
        font: bolder 16px 幼圆;
    }
    .contact_style_info {
        margin-top: 15px;
        font: 13px 'Microsoft YaHei UI';
    }
    .enterprise_container {
        background: #F7F7F7;
        width: 100%;
        padding: 30px 0;
    }
    .enterprise_container>div {
        width: 90%;
    }
    .business_scope {
        margin: 30px 0;
    }
    .business_scope_item {
        width: 150px;
        height: 40px;
        font: bold 14px 'Microsoft YaHei UI Light';
        line-height: 40px;
    }
    .company_name {
        font: bolder 14px 'Microsoft YaHei UI Light';
        color: black;
        letter-spacing: 2px;
    }
    .company_text {
        font: 12px 'Microsoft YaHei UI';
        color: #5A5A5A;
        margin-top: 10px;
    }
}


/*-4---------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1399px) {
    .contact_part1 {
        padding: 40px 0 20px 0;
    }
    .contact_title_en {
        font: bolder 26px 'Microsoft YaHei UI Light';
    }
    .contact_title_zh {
        font: bolder 20px 'Microsoft YaHei UI Light';
    }
    .contact_company_intro {
        font: 13px 'Microsoft YaHei UI';
        line-height: 20px;
    }
    .contact_style {
        width: 80%;
        margin: 30px auto 0 auto;
    }
    .contact_style>div:nth-child(1) {
        width: 250px;
    }
    .contact_style>div:nth-child(2) {
        width: 200px;

    }
    .contact_style>div:nth-child(3) {
        width: 200px;
    }
    .contact_style_title {
        font: bolder 16px 幼圆;
    }
    .contact_style_info {
        margin-top: 15px;
        font: 13px 'Microsoft YaHei UI';
    }
    .enterprise_container {
        background: #F7F7F7;
        width: 100%;
        padding: 30px 0;
    }
    .business_scope {
        margin: 30px 0;
    }
    .business_scope_item {
        font: bold 16px 'Microsoft YaHei UI Light';
        line-height: 50px;
    }
}

/*-5---------------------------------------------------*/

@media (min-width: 1400px) {

}