/* 媒体查询 */
/* @media screen and (max-width:1903px) {
    
    
} */
.contact-font-position {
    position: absolute;
    width: 50%;
    top: 143px;
    right: 0px;
}
@media screen and (max-width:1550px){
    .contact-font-position{
        position: absolute;
        width: 50%;
        top: 143px;
        right: -6px;
    }
}
/* 联系我们 */

.set-contact {
    width: 100%;
    height: 669px;
}

.contact-content {
    width: 100%;
    margin-top: 58px;
    position: relative;
}

.contact-content-child {
    width: 60%;
    height: 380px;
    background: url("../img/aboutUsOne.png");
    background-size: cover;
    margin-left: 300px;
}

.contact-position {
    position: absolute;
    top: 10px;
    left: 210px;
    width: 35%;
    height: 326px;
    background: url("../img/aboutUsTwo.png");
    background-size: cover;
}


.contact-font-child {
    width: 500px;
}

.contact-white-font {
    font-size: 16px;
    color: #FFFFFF;
}

.contact-other {
    display: inline-block;
    width: 100px;
}

/* 企业文化 */

.corporate-culture {
    width: 100%;
    height: 610px;
    background: url("../img/aboutUs3.png");
    background-size: cover;
    overflow: hidden;
}

.corporate-culture-content {
    width: 100%;
}

.corporate-culture-content-border {
    width: 80%;
}

.circle-one {
    width: 364px;
    height: 364px;
    border-radius: 50%;
    /* opacity: 0.17; */
    background: #FFFFFF;
    z-index: 10;
    position: relative;
    right: -10px;
}

.circle-two {
    width: 364px;
    height: 364px;
    border-radius: 50%;
    background: #FFFFFF;
}

.circle-three {
    width: 364px;
    height: 364px;
    border-radius: 50%;
    background: #FFFFFF;
    position: relative;
    left: -10px;
}

.circle-img {
    width: 344px;
    height: 344px;
    border-radius: 50%;
    background: #FFFFFF;
    z-index: 15;
}

/* 发展历程 */

.developement-history {
    width: 100%;
    height: auto;
    background: #f4f9fd;
    overflow: hidden;
}

/* 公司简介 */

.company-profile {
    width: 100%;
    height: auto;
    background: #f4f9fd;
}

.company-profile-child {
    width: 80%;
    margin-top: 40px;
}

.company-img {
    width: 35%;
    height: 293px;
    margin-left: 70px;
    padding-top: 50px;
}

.company-font {
    width: 45%;
    margin-left: 43px;
}

.aboutus-componany-set-font {
    width: 85%;
    font-size: 16px;
    color: #4B4B55;
    letter-spacing: 0;
    line-height: 24px;
}

/* 资质荣誉 */

.qualification-honor {
    width: 100%;
    background: #f4f9fd;
    overflow: hidden;
}

.qualification-honor-content {
    width: 100%;
    margin-top:30px;
}

.qualification-honor-border {
    width: 70%;
    margin-bottom: 60px;
}

.honor-child {
    width: 30%;
    height: 350px;
    margin-bottom: 30px;
}

.honor-img {
    width: 300px;
    height: 300px;
    box-shadow: 0px 4px 8px 0px;
    border-radius: 1px;
    background: #FFFFFF;
    border: 1px solid #F8F8F8;
}

.honor-font {
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 15px;
}