.company-part {
    width: 100%;
    height: auto;
    background: #ffffff;
    opacity: 1;
    box-sizing: border-box;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.win1200 {
    width: 1200px;
}
.win1200-p {
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    color: #333333;
    font-family: Microsoft YaHei, Microsoft YaHei;
    margin: 48px 0;
}

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.company-introduce {
    width: 664px;
}
.company-introduce h {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    font-family: Microsoft YaHei, Microsoft YaHei;
    margin: 15px 0;
}
.company-introduce p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #666666;
    font-family: Microsoft YaHei, Microsoft YaHei;
    margin-top: 18px;
}

.company-picture {
    margin-top: 30px;
}
.company-img {
    width: 488px;
    height: 252px;
}

.culture-part {
    width: 100%;
    height: auto;
    background-color: #F5F5F5;
    box-sizing: border-box;
    padding: 20px 0 70px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.culture-box {
    width: 494px;
    height: 223px;
    background-color: #ffffff;
}
.culture-box h,
.culture-bottom-box h {
    font-size: 32px;
    line-height: 38px;
    color: #2B3E93;
    font-weight: bold;
    font-family: Microsoft YaHei, Microsoft YaHei;
    position: relative;
    top: 45px;
    left: -50px;
}
.culture-box p,
.culture-bottom-box p {
    position: relative;
    top: 45px;
    left: 70px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    color: #333333;
    font-family: Microsoft YaHei, Microsoft YaHei;
}
.culture-box h5,
.culture-bottom-box h5{
    position: relative;
    top: 45px;
    left: 70px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #666666;
    font-family: Microsoft YaHei, Microsoft YaHei;
}

.culture-box-zs {
    width: 164px;
    height: 223px;
    background: url(../../style/picture/zs.png) no-repeat center;
    background-size: contain;
}

.culture-bottom-box {
    width: 1200px;
    height: 223px;
    background-color: #ffffff;
    margin-top: 24px;
}
.we-icon {
    width: 113px;
    height: 100px;
    position: relative;
    top: 35px;
    left: 0;
}

.honor-part {
    width: 100%;
    height: auto;
    background: url(../../style/picture/we_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 0 64px 0;
}
.honor-image {
    width: 900px;
    height: 434px;
}

.address-part {
    width: 100%;
    height: auto;
    background-color: #F5F5F5;
    box-sizing: border-box;
    padding: 20px 0 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-content {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #333333;
}

.address-icon {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.add-box {
    width: 588px;
    height: 233px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 24px;
}
.add-box p {
    margin-left: 70px;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: #666666;
}

.address-map {
    width: 1200px;
    height: 223px;
    background-color: #ffffff;
    margin-top: 24px;
}
