.aboutUs_img {
    width: 100%;
    margin: 0 auto;
    height: 500px;
}
@media screen and (max-width:1750px) {
    .aboutUs_img {
        height: 455px !important;
    }
}
@media screen and (max-width:1600px) {
    .aboutUs_img {
        height: 400px !important;
    }
}
.aboutUs_img>img{
    width: 100%;
}

.aboutUs_content{
    width: 1200px;
    margin: 0 auto 30px;
}
.aboutUs_content>div:first-child{
    padding: 30px 160px;
}
.aboutUs_content>div:first-child>div{
    padding: 12px 0;
    background-color: #cccccc;
    color: #fff;
    /* border: rgb(219, 188, 188) 1px solid; */
    border-radius: 2px;

}
.aboutUs_content>div:first-child>div:hover{
    /* background-color: red; */
    cursor: pointer;
}
.aboutUs_pic{
    height: 500px;
    width: 100%;
}
.aboutUs_pic>img{
    width: 100%;
    height: 100%;
}
.aboutUs_word{
    height: 100%;
    width: 100%;
/*    padding:0 40px;*/
}
.contact {
    width: 220px;
    box-shadow: 0 0 5px 0 #d4d4d4;
    height: 300px;
    padding: 20px;
    position: relative;
    margin: 20px;
    display: inline-block;
    cursor: pointer;
}
    .contact img {
        width: 80px;
        margin: 10px auto;
    }
    .contact > .te-address {
        font-size: 20px !important;
        height: 50px;
        position: relative;
        width: 120PX;
        margin: 0 auto 30px;
    }
        .contact h4::after {
            position: absolute;
            content: "";
            display: block;
            width: 30px;
            height: 3px;
            background: #c70000;
            top: 40px;
            left: 75px;
        }
    .contact div {
        text-align:center;
        font-size:14px;
    }
        .contact div.photo {
            width: 80px;
            height: 80px;
            margin: 10px auto;
            text-align: center;
            line-height: 80px;
            color: white;
            background: #c70000;
            font-size: 40px;
            border-radius: 50%;
        }
    .contact .code {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        display: none;
        text-align: center;
        line-height: 20px;
        background:#c70000;
        color:white;
    }
        .contact .code img {
            margin: 40px auto 0;
            width: 140px;
        }
.contact:hover .code{
    display:block;
}

.addressIcon {
    width: 80px;
    height: 80px;
    margin: 10px auto 30px;
    text-align: center;
    color: white;
    border: 2px solid #c70000;
    font-size: 40px;
    border-radius: 50%;
}

.aboutUs_content .short-line-up {
    width: 280px;
    border-bottom: 1px solid #666666;
}

.aboutUs_content .short-line-down {
    width: 280px;
    border-top: 1px solid #666666;
}
.aboutUs_content .head-title {
    color: red;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    font-weight: bolder;
}
.aboutUs_content .short-line-left {
    margin-right: 40px;
}

.aboutUs_content .short-line-right {
    margin-left: 40px;
}
.aboutUs_content .head-line .icon {
    color: #666666;
}