
/*品牌简介*/
.about {
    padding:0.6rem 0 1.2rem 0;
}
.about .about-item {}
.about .about-item .title {}
.about .about-item .title h3 {
    font-size: 0.48rem;
    color: #e4002b;
    font-weight: bold;
    line-height: 1.6;
    margin: 0% 0 0.5rem 0;
}

.about .about-item .introduce {
    margin: 0 auto;
    max-width: 12rem;
    text-align: center;
}
.about .about-item .introduce h6 {
    font-size: 0.24rem;
    color: #000;
    line-height: 1.6;
}
.about .about-item .introduce p {
    font-size: 0.16rem;
    color: #777;
    line-height: 1.8;
    padding:0.2rem 0 0 0;
}
@media screen and (max-width:1024px) {
.about {
    padding:0.8rem 0;
}
.about .about-item {}
.about .about-item .title {}
.about .about-item .title h3 {
    font-size: 0.24rem;
    color: #e4002b;
    line-height: 1.6;
    margin: 0% 0 0.25rem 0;
}

.about .about-item .introduce {}
.about .about-item .introduce h6 {
    font-size: 0.16rem;
    color: #e4002b;
    line-height: 1.6;
}
.about .about-item .introduce p {
    font-size: 0.14rem;
    color: #777;
    line-height: 1.8;
    padding:0.2rem 0 0 0;
}   
}

/*发展历程*/
.history {
    position: relative;
    padding:1.2rem 0 3.4rem 0;
}
.history::after {
    opacity: 0.4;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f5f9fd  url(../images/about/history.png) no-repeat center bottom;
    transition: all 3s;
}
.history .history-box {}
.history .history-box .history-list {}
.history .history-box .history-list ul {}
.history .history-box .history-list ul li {
    padding:0.5rem;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(0, 0, 0, .04);
}
.history .history-box .history-list ul li h3 {
    font-size: 0.28rem;
    color: #000;
}
.history .history-box .history-list ul li .content {
    margin:0.2rem 0 0 0;
    height: 1rem;
    overflow-x: auto;
}
.history .history-box .history-list ul li .content::-webkit-scrollbar {
    width: 0px;
    height: 1px;
    background:#4f5351;
}
.history .history-box .history-list ul li .content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #e4002b;
}
.history .history-box .history-list ul li .content p {
    position: relative;
    margin:0.2rem 0 0 0;
    padding:0 0 0 0.2rem;
    font-size: 0.16rem;
    color: #666;
}
.history .history-box .history-list ul li .content p::before {
    position: absolute;
    top:0.08rem;
    left:0.0rem;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #e4002b;
    display: inline-block;
}

.history .swiper-pagination-progressbar {
    background: rgba(255, 255, 255, .12) !important;
    height: 1px !important;
    position: relative;
    margin:0.5rem 0 0 0;
}
.history .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #e4002b !important;
    height: 3px !important;
}
/*发展历程*/


/*生产基地*/
.power {
    padding:1.2rem 0;
    background:#2d2926 url(../images/about/base-bg.jpg) no-repeat center/cover;
}
.power .about-title h3 {
    color:#fff;
}
.power .power-box {
    padding:5% 0;
    overflow: hidden;
}

.power .power-box .word {
    float: left;
    width: 35%;
}
.power .power-box .word .item-power {}
.power .power-box .word .item-power h3 {
    font-size: 0.48rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.6;
    margin: 0% 0 5% 0;
}
.power .power-box .word .item-power p {
    font-size: 0.14rem;
    color: #dcdddd;
    line-height: 1.8;
    margin: 0% 0 0.2rem 0;
}
.power .power-box .word .icon {
    margin: 0.6rem 0 0 0;
}
.power .power-box .word .icon ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.power .power-box .word .icon ul li {
    width: 30%;
}
.power .power-box .word .icon ul li i {
    display: block;
    margin: 0 auto;
    width: 0.3rem;
    height: 0.3rem;
    fill: #2d2926;
}
.power .power-box .word .icon ul li i img {
    max-width: 100%;
}
.power .power-box .word .icon ul li  h6 {
    font-size: 0.14rem;
    color: #dcdddd;
    text-align: center;
    line-height: 1.8;
    margin: 5% 0 2% 0;
}



.power .power-box .tag {
    float: right;
    width: 50%;
    overflow:hidden;
}
.power .power-box .tag ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.power .power-box .tag ul li {
    width:50%;
    padding:0 0 0.4rem 0;
}
.power .power-box .tag ul li h3 {
    font-size: 0.68rem;
    color: #fff;
    letter-spacing: 0;
    *font-family: 'Montserrat-Bold';
    font-family: "Futura-Light";
    font-family: "Futura-Medium";
    transition: all 0.6s ease;
    
}
.power .power-box .tag ul li p {
    font-size: 0.14rem;
    color: #fff;
    opacity: 0.6;
}
@media screen and (max-width:1024px) {
.power {
    padding:8% 0;
}
.power .about-title h3 {
}
.power .power-box {
    padding:5% 0;
}

.power .power-box .word {
    width: 100%;
}
.power .power-box .word .item-power {}
.power .power-box .word .item-power h3 {
    font-size: 0.24rem;
    line-height: 1.6;
    margin: 0% 0 5% 0;
}
.power .power-box .word .item-power p {
    font-size: 0.14rem;
    line-height: 1.8;
    margin: 0% 0 0.2rem 0;
}
.power .power-box .word .icon {
    margin: 0.6rem 0 0 0;
}
.power .power-box .word .icon ul {
}
.power .power-box .word .icon ul li {
    width: 50%;
    padding:0 3% 0 0;
}
.power .power-box .word .icon ul li i {
    display: block;
    margin: 0 auto;
    width: 0.3rem;
    height: 0.3rem;
    fill: #2d2926;
}
.power .power-box .word .icon ul li i img {
    max-width: 100%;
}
.power .power-box .word .icon ul li  h6 {
    font-size: 0.14rem;
    line-height: 1.6;
    margin: 5% 0 2% 0;
}



.power .power-box .tag {
    width: 100%;
    margin:10% 0 0 0;
}
.power .power-box .tag ul {
    overflow:hidden;
}
.power .power-box .tag ul li {
    width:50%;
    padding:5%;
}
.power .power-box .tag ul li h3 {
    font-size: 0.32rem;
}
.power .power-box .tag ul li p {
    font-size: 0.14rem;
    opacity: 0.6;
}
}
/*生产基地 end*/


/*品牌文化*/
.culture {
    padding:1.2rem 0;
}
.culture .culture-item {}
.culture .culture-item ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.culture .culture-item ul li {
    width: 24%;
    padding:0.4rem 0.1rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, .04);
}
.culture .culture-item ul li figure {

}
.culture .culture-item ul li figure img {
    max-width: 0.46rem;
}

.culture .culture-item ul li h6 {
    margin:0.2rem 0;
    font-size: 0.26rem;
    color:#000;
}
.culture .culture-item ul li p {
    font-size: 0.16rem;
    color: #777;
    line-height: 1.8;
}
@media screen and (max-width:1024px) {
.culture {
    padding:0.8rem 0;
}
.culture .culture-item {}
.culture .culture-item ul {
}
.culture .culture-item ul li {
    width: 100%;
    padding:0.4rem 0.1rem;
}
.culture .culture-item ul li figure {

}
.culture .culture-item ul li figure img {
    max-width: 0.5rem;
}

.culture .culture-item ul li h6 {
    margin:0.2rem 0;
    font-size: 0.18rem;
}
.culture .culture-item ul li p {
    font-size: 0.14rem;
    line-height: 1.8;
}
}
/*品牌文化*/





/*合作伙伴*/
.part {
    padding:1.2rem 0;

}
.part .part-item {}
.part .part-item img {
    max-width: 100%;
}
/*合作伙伴*/