html,
body {
    overflow-x: hidden;
}

.container {
    margin: 0 auto;
    width: 1200px;
    height: auto;
    display: flex;
}

.container_content {
    padding-top: 70px;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}

.container_content .line {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #DA9B00;
    border-radius: 3px;
}

.container_content .title {
    margin: 15px 0px;
    font-size: 36px;
}

.container_content .englishtitle {
    font-size: 24px;
}

.mapsCon {
    width: 300px;
}

.contact_content {
    /* margin-bottom: 50px; */
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.tel {
    margin-top: 20px;
    display: flex;
}

.tel p {
    display: flex;
    align-items: center;
}

.tel p img {
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 20px;
}

.tel p span {
    font-size: 20px;
    font-family: Alibaba;
    font-weight: normal;
    color: #333333;
}

.add {
    margin-top: 20px;
    display: flex;
}

.add p {
    display: flex;
    align-items: center;
}

.add p img {
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 20px;
}

.add p span {
    font-size: 20px;
    font-family: Alibaba;
    font-weight: normal;
    color: #333333;
}

.company p {
    font-size: 20px;
    color: #000000;
    margin-top: 70px;
    font-size: 36px;
    font-weight: bold;
    color: #2C2C34;
    width: 100%;
    display: block;
    font-family: AliMedium;
}

.content1 p:nth-child(2) {
    font-size: 16px;
    color: #838383;
}

.content2 p:nth-child(1) {
    font-size: 20px;
    color: #000000;
}

.content2 p:nth-child(2) {
    font-size: 16px;
    color: #838383;
}

.contactFooter {
    width: 100%;
    height: auto;
}

.aboutBannerFooter img {
    width: 100%;
    height: auto;
    display: block;
}