/* banner */
.banner {
    width: 100%;
}

.banner .banner-img {
    width: 100%;
    height: auto;
    display: block;
}

/* 关于雅婷 */
.about-us {
    width: 100%;
}

.about-us .about-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.about-us .title {
    margin-top: 75px;
    margin-bottom: 41px;
}

.about-us .about-img {
    display: block;
}

.about-us .about-txt {
    line-height: 58px;
    font-size: 30px;
    color: #595757;
    text-indent: 2em;
}

/* 雅婷组织架构 */
.organization {
    margin-top: 51px;
    width: 100%;
}

.organization img {
    width: 100%;
    height: auto;
    display: block;
}

.factory {
    width: 100%;
    padding-top: 107px;
    padding-bottom: 51px;
    background-color: #f7f5fa;
}

.factory-content {
    width: 1112px;
    margin-left: auto;
    margin-right: auto;
}

.factory-introduce{
    margin-top: 95px;
}

.factory .factory-title {
    display: block;
}

.factory .introduce{
    margin-top: 66px;
}

.factory .introduce-img {
    width: 251px;
    height: 251px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}


.factory .introduce-img img {
    width: 100%;
    height: 100%;
}

.factory .introduce-txt {
    float: right;
    width: 802px;
    font-size: 24px;
    line-height: 38px;
    text-indent: 2em;
}

.factory .introduce-1 .introduce-txt{
    margin-top: 11px;
}

.factory .introduce-2 .introduce-txt{
    margin-top: 49px;
}
