/* banner style */
.banner img {
    display: block;
    width: 100%;
    min-width: 1200px;
}

/* 品牌介绍 sytle */
.introduce-wrap {
    display: flex;
    flex-direction: column;
    padding: 78px 0 195px;
}

.common-title-img {
    display: block;
    width: 100%;
}

.introduce-wrap .introduce {
    width: 1100px;
    display: flex;
    margin: 0 auto;
    padding-top: 97px;
    justify-content: space-between;
    align-items: center;
}

.introduce-wrap .text-content {
    flex: 1;
    font-size: 18px;
    font-weight: 300;
    color: #555555;
    line-height: 30px;
    text-align: justify;
}

.introduce-wrap .text-content p:nth-of-type(2) {
    margin: 18px 0;
}

.introduce-wrap .introduce-img {
    display: block;
    width: 428px;
    height: 407px;
    margin-left: 177px;
}

/* 发展历程 */
.course-wrap {
    display: flex;
    flex-direction: column;
    padding: 70px 0 110px;
    background-color: #FAFCFF;
}

.course-wrap .course {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1100px;
    margin: 0 auto;
    padding-top: 97px;
}

.course-wrap .course img {
    display: block;
    width: 1009px;
    height: 263px;
}

.course-wrap .course p {
    font-size: 18px;
    font-weight: 300;
    color: #555555;
    line-height: 30px;
    margin-top: 88px;
}

/* 企业文化 style */
.culture-wrap {
    padding: 68px 0 113px;
}

.culture-wrap .culture {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
    margin-top: 104px;
}

.culture-wrap .culture-item {
    display: flex;
}

.culture-wrap .culture-item img {
    display: block;
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.culture-wrap .culture-item .text-content h3 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-bottom: 16px;
}

.culture-wrap .culture-item .text-content P {
    font-size: 18px;
    font-weight: 300;
    color: #555555;
    line-height: 30px;
}