body{
    background: #fff;
}
/*品牌介绍*/
#brandIntroduce{
    margin-top: 140px;
}
#brandIntroduce .container{
    max-width: 1200px;
}
#brandIntroduce .container .section-heading{
    font-size: 45px;
    font-family: STXIHEI;
    color: #666464;
}
#brandIntroduce .container .content .introduce{
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    /*border: 1px solid red;*/
    font-size: 14px;
    color: #666;
    text-align: center;
}
#brandIntroduce .container .content .introduce>div{
    padding: 3px 0
}

/* 工厂 */
#factory{
    margin-top: 160px;
    background-image: url('../../img/en-us/about-us/factory_bck.png');
    background-repeat:no-repeat;
    background-size: cover;
}
#factory .container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 150px 10px 150px 10px;
    box-sizing: border-box;
}
#factory .container>div{
    padding: 0;
    margin: 0;
}
#factory .container .first .title{
    padding: 10px 0;
    color: #fff;
    font-size: 35px;
}

#factory .container .first .text{
    font-size: 16px;
    color: #fff;
    margin-right: 50px;
    padding-bottom: 15px;
}
#factory .container .first .logo{
    margin-right: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 30px;
}
#factory .container .first .logo li{
    margin: 10px 25px 0 0;
}
#factory .swiper-factory{
    height: 300px;
    overflow: hidden;
}

#factory .third{
    width: 100%;
}
#factory .third .imgs-list{
    display: flex;
    justify-content: space-between;
}
#factory .third .imgs-list img{
    width: 32%;
    margin-top: 30px;
}

/*品牌历史*/
#brand-history{
    margin-top: 120px;
}
#brand-history .container{
    max-width: 1200px;
}
#brand-history .container .section-heading{
    font-size: 45px;
    font-family: STXIHEI;
    color: #666464;
}
#timeline .timeline-item:after,#timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
#timeline {
    width: 90%;
    margin: 20px auto;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#timeline:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #595757;
    left: 50%;
    top: 20px;
    position: absolute;
}
#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%
}
#timeline .timeline-item {
    position: relative;
}
#timeline .timeline-item .timeline-icon {
    background: #595757;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    left: 50%;
    overflow: hidden;
    margin-left: -4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
#timeline .timeline-item .timeline-icon img {
    position: relative;
    top: 14px;
    left: 14px;
}
#timeline .timeline-item .timeline-content {
    width: 46%;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content h2 {
    font-size: 35px;
    font-family: STXIHEI;
    padding: 5px 0;
    color: #595757;
    margin: -20px -20px 0 -20px;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
#timeline .timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
#timeline .timeline-item .timeline-content>p{
    margin: 5px -20px 0 -20px;
    text-align: right;
}
#timeline .timeline-item .timeline-content>p>span{
    font-weight: bold;
}
#timeline .timeline-item .timeline-content.right {
    float: right;
}
#timeline .timeline-item .timeline-content.right h2{
    display: flex;
    justify-content: flex-start;
}
#timeline .timeline-item .timeline-content.right>p{
    text-align: left;
}
#timeline .timeline-item .timeline-content.right:before {
    content: '';
    right: 45%;
    left: inherit;
    border-left: 0;
}

@media(max-width:1200px) {

}

@media(max-width:992px) {
    
}

@media(max-width:767px) {
    /*品牌介绍*/
    #brandIntroduce{
        margin-top: 60px;
    }
    #brandIntroduce .container{
    }
    #brandIntroduce .container .section-heading{
        font-size: 32px;
    }
    #brandIntroduce .container .content .introduce{
        padding: 15px 0;
    }

    /*工厂*/
    #factory{
        margin-top: 100px;
    }
    #factory .container{
        padding: 60px 10px 60px 10px;
    }
    #factory .container .first .title{
        font-size: 30px;
    }
    #factory .container .first .text{
        font-size: 14px;
        margin-right: 0;
    }
    #factory .container .first .logo{
        margin-right: 0;
    }
    #factory .container .first .logo li{
        margin: 10px 25px 0 0;
    }

    /*品牌历史*/
    #brand-history{
        margin-top: 60px;
    }
    #brand-history .container .section-heading{
        font-size: 32px;
    }
    #timeline {
        margin: 20px;
        padding: 0;
    }
    #timeline:before {
        left: 0;
    }
    #timeline .timeline-item .timeline-content {
        width: 95%;
        float: right;
    }
    #timeline .timeline-item .timeline-content h2{
        display: flex;
        justify-content: flex-start;
    }
    #timeline .timeline-item .timeline-content>p{
        text-align: left;
    }
    #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0;
    }
    #timeline .timeline-item .timeline-icon {
        left: 0;
    }
    
}

@media(max-width:576px) {
   /* 工厂 */
   #factory .swiper-factory{
    height: 250px;
}

#factory .third .imgs-list{
    flex-direction: column;
}
#factory .third .imgs-list img{
    width: 100%;
    margin-top: 20px;
}
    
}

@media(max-width:460px) {
   
}




