.contact_us .cot {
    background-color: #fff;
    margin-top: 10px;
    padding-bottom: 120px;
    margin-bottom: 60px;
}

/* 介绍 */
.contact_us .cot .introduce {
    display: -webkit-box;
    display: flex;
}

.contact_us .cot .introduce img {
    width: 432px;
    height: 400px;
    margin-right: 80px;
}

.contact_us .cot .introduce div {
    width: 667px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.contact_us .cot .introduce div b {
    font-size: 32px;
    line-height: 58px;
    font-weight: 700;
}

.contact_us .cot .introduce div p {
    width: 472px;
    font-size: 12px;
    color: #666;
    line-height: 22px;
}


/* 联系 */
.contact_us .cot .get_in_touch {
    margin-bottom: 60px;
}


/* 联系标题 */
.contact_us .cot .get_in_touch .title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

/* 标题图片 */
.contact_us .cot .get_in_touch .title img {
    width: 54px;
    height: 26px;
}

/* 标题文字 */
.contact_us .cot .title span {
    font-size: 22px;
    font-weight: 700;
    line-height: 55px;
    color: #333;
    margin-left: -20px;
}

.contact_us .cot .get_in_touch .content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
}


/* 香港地址内容 */
.contact_us .cot .get_in_touch .content div {
    width: 537px;
    height: 275px;
    position: relative;
}

/* 海外地址 */
.contact_us .cot .get_in_touch .content div.canada {
    margin-left: -50px;
    margin-top: 50px;
}

.contact_us .cot .get_in_touch .content div img {
    width: 100%;
    height: 100%;
}

.contact_us .cot .get_in_touch .content div .company_info {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 100%;
    height: 100%;
}

/* 海外地址  */
.contact_us .cot .get_in_touch .content div.canada .company_info {
    left: 100px;
}


/* 地址 */
.contact_us .cot .get_in_touch .content div .company_info b {
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
}

/* 每行类型 */
.contact_us .cot .get_in_touch .content div .company_info p {
    width: 370px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: flex;
}

/* 类型图标 */
.contact_us .cot .get_in_touch .content div .company_info p img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.contact_us .cot .get_in_touch .content div .company_info p a,
.contact_us .cot .get_in_touch .content div .company_info p span {
    font-size: 14px;
    color: #333;
    margin-top: -2px;
    line-height: 24px;
}



/* 左侧背景 */
.contact_us .cot .get_in_touch .content .RT {
    position: absolute;
    right: 100px;
    top: 20px;
    width: 65px;
    height: 35px;
}

/* 右侧背景 */
.contact_us .cot .get_in_touch .content .LB {
    position: absolute;
    left: 100px;
    bottom: 20px;
    width: 65px;
    height: 35px;
}


/* 地图 */
.contact_us .cot .site_map {
    padding: 0 100px;
    position: relative;
}

/* 标题 */
.contact_us .cot .site_map .title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.contact_us .cot .site_map .title img {
    width: 54px;
    height: 26px;
}

.contact_us .cot .site_map .title span {
    margin-left: -15px;
}

.contact_us .cot .site_map p {
    width: 478px;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
}

/* 地图图片 */
.contact_us .cot .site_map .map {
    position: absolute;
    right: 100px;
    width: 595px;
    height: 260px;
    top: 0;
}


@media screen and (max-width: 1024px) {

    .contact_us .cot {
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    .contact_us .cot .get_in_touch .content {
        flex-direction: column;
    }

    .contact_us .cot .get_in_touch .content div .company_info {
        left: 0;
    }

    .contact_us .cot .introduce img,
    .contact_us .cot .get_in_touch .content div {
        margin-bottom: 30px;
        width: 100%;
    }

    .ws {
        padding: 0 10px;
        width: 100% !important;
        padding-bottom: 30px;
    }


    /* 隐藏图片 地图 */
    .contact_us .cot .get_in_touch .title,
    .contact_us .cot .introduce div,
    .contact_us .cot .get_in_touch .content .RT,
    .contact_us .cot .get_in_touch .content .LB,
    .contact_us .cot .site_map .map,
    .contact_us .cot .site_map .follow {
        display: none;
    }


    .contact_us .cot .get_in_touch .content div .company_info,
    .contact_us .cot .get_in_touch .content div.canada,
    .contact_us .cot .get_in_touch .content>div {
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 1px 9px #0000000f;
        margin-bottom: 12px;
        padding: 16px 12px;
        width: 100%;
        height: 100%;
    }



    /* 加拿大地址 */
    .contact_us .cot .get_in_touch .content div.canada {
        margin-left: 0;
        margin-top: 10px;
    }

    .contact_us .cot .get_in_touch .content div.canada .company_info {
        left: 0;
    }

    .contact_us .cot .get_in_touch .content div .company_info p {
        width: 100%;
    }


    /* site map  */
    .contact_us .cot .site_map,
    .contact_us .cot .site_map p {
        padding: 0;
        width: 100%;
    }
}