.page-main{
    background-color: #f8f8f8;

}
body{
    /*width: 100%;*/
    overflow-x: hidden;
    /*overflow: hidden;*/
}
.more{
    display: flex;
    align-items: center;
    color: #333333;
    font-size: .31rem;
}
.more .more-text{
    text-transform: uppercase;

}
.more .more-icon{
    position: relative;
    top: .02rem;
    margin-left: .25rem;
}
.section--title{
    text-align: center;
}
.section--title .title-en{
    color: #BF8448;
    font-size: .48rem;
    letter-spacing:4px;
    text-transform: uppercase;
    line-height: 1;
    padding-top: .7rem;
}
.section--title .title-ch{
    display: block;
    color: #333333;
    font-size: .3rem;
    line-height: 1;
    margin-top: .35rem;
    margin-bottom: .4rem;
}
.section--title .hr{
    display: block;
    width: .7rem;
    height: 1px;
    margin:  auto;
    background-color: #333333;
}
.section--title .title-info{
    font-size: .24rem;
    color: #999999;
    margin-top: .72rem;
    margin-bottom: .18rem;
}

/*banner*/
.section-banner{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/aboutme/section-banner-bg.png?v=201911111344") no-repeat center;
    background-size: cover;
}

.section-banner .rotate-wrap{
    position: relative;
    width: 5.9rem;
    height: 5.9rem;
}
.section-banner .rotate-wrap .border{
    position: absolute;
    top: 0;
    left: 0;
    width: 5.9rem;
    height: 5.9rem;
}
.section-banner .rotate-wrap .border1{
    animation: myRotate 40s 1.5s linear infinite;
}
.section-banner .rotate-wrap .border2{
    animation: myRotate 40s 1.5s linear infinite reverse;
}
.section-banner .rotate-wrap .text{
    position: relative;
    z-index: 2;
}
/*关于红棉*/
.section-about{
    padding-bottom: 1.3rem;
}
.section-about .section--content .text{
    font-size: .3rem;
    color: #999999;
    line-height: .48rem;
    margin-top: .6rem;
}
.section-about .text span{
    color: #CEA581;
}
.section-about .banner{
    width: 100%;
     margin: .7rem auto 0 auto;
}
/*红棉22年*/
.section-years{
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*flex-flow: column;*/
    height: 4.8rem;
    /*margin-top: .45rem;*/
    background: url("../images/aboutme/section-years-bg.png?v=201911111344") no-repeat;
    background-size: contain;
    text-align: center;
    overflow: hidden;
}
.section-years .hr{
    background-color: #BF8448;
}
.section-years .title{
    margin-top: .65rem;
    font-size: .48rem;
    color: #BF8448;
    line-height: .48rem;
}
.section-years .text{
    color: #666666;
    margin-top: .3rem;
}
.swiper-container{
    --swiper-theme-color: #D1A77D;/* 设置Swiper风格 */
    --swiper-navigation-color: #D5AE87;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.swiper-button-next{
    outline: none;
}


.section-product .swiper-pagination-bullet{
    width: .2rem;
    height: .2rem;
    /*border-radius: 0;*/
    background-color: #D6A27D;
    transition: all .3s;
}
.section-product .swiper-product{
    margin-top: .4rem;
    padding-bottom: .2rem;
    margin-bottom: .4rem;
}
.section-product .swiper-product .swiper-container{
    box-sizing: initial;
    padding-bottom: 1rem;
}
.section-product .swiper-pagination-bullets{
    bottom: 0;
}

.section-product .swiper-slide {
    position: relative;
    z-index: 10;
    padding: .13rem;
    background-color: #ffffff;
}
.section-product .swiper-slide .slide-title{
    font-size: .3rem;
    color: #333333;
    line-height: .48rem;
}
.section-product .swiper-slide .slide-text{
    font-size: .17rem;
    line-height: .48rem;
    color: #999999;
}

/*红棉优势*/
.section-good{
    padding-top: .5rem;
    padding-bottom: .5rem;
    overflow-x: hidden;
}
.section-good .section--content{
    margin-top: .7rem;
}
.section-good .swiper-pagination-bullet{
    width: .2rem;
    height: .2rem;
    /*border-radius: 0;*/
    background-color: #D6A27D;
    transition: all .3s;
}
.section-good .section--content .swiper-slide{
    height: 100vh;
    background-color: #ffffff;
    box-shadow: 2.5px 2.5px 10px 2px rgba(0,0,0,0.05); /*1.水平阴影  2.垂直阴影 3.模糊距离，改虚实 4.阴影尺寸*/
}

.section-good .section--content .swiper-slide img{
    width: 100%;
    /*height: 100%;*/
    transition: all .3s;
}
.section-good .section--content .swiper-slide .text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 290px;
    text-align: center;
    position: relative;
}
.section-good .section--content .swiper-slide .text .around{
    width:1.41rem;
    height:1.41rem;
    background:rgba(207,157,121,1);
    box-shadow:0rem 0rem 0rem 0rem rgba(98,75,59,0.2);
    border-radius:50%;
    position: absolute;
    top: -0.7rem;
}
.section-good .section--content .swiper-slide .text{
    color: #333333;
}
.section-good .section--content .swiper-slide .text .title{
    font-size: .36rem;
}
.section-good .section--content .swiper-slide .text .slogan{
    font-size: .26rem;
    color: #666666;
    margin-bottom: .1rem;
}
.section-good .section--content .swiper-slide .text p{
    font-size: .24rem;
    color: #999999;
    line-height: 1.5;
    letter-spacing:1px
}

.section-good .section--content .swiper-slide .text .hr{
    width: 50px;
    height: 1px;
    background-color: #CF9D79;
    margin: 20px auto;
}

.section-honour{
    height: 8.7rem;
    background: url("../images/aboutme/section-honour-bg.png?v=201911111344");
    background-size: contain;
}
.section-honour .text{
    color: #666666;
    margin-top: .45rem;
    margin-bottom: .9rem;
    line-height: .48rem;
    text-align: center;
}
.section-map .section--title{
    margin-top: 1rem;
    margin-bottom: .75rem;
}
.section-map .map{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7rem;
    background: url("../images/aboutme/section-map-bg.png?v=201911111344");
    background-size: contain;
}
.section-map .text{
    text-align: center;
    margin-top: .3rem;
    margin-bottom: .6rem;
}
.section-map .text .title{
    color: #333333;
    font-size: .3rem;
    font-weight: initial;
    margin-bottom: .2rem;
}
.section-map .text p{
    color: #333333;
    font-size: .16rem;
    padding-bottom: .5rem;
}
.section-map .more{
    margin-bottom: .8rem;
}
.section-map .swiper-container{
    padding-bottom: .4rem;
}
.section-map .swiper-container{
    bottom: 0;
}
/*自定义动画*/
/*爱的魔力转圈圈*/
@keyframes myRotate {
    from{
        transform: rotate(0);
    }
    to{
        transform: rotate(360deg);
    }
}
#sTopVal{
    display: block;
    position: fixed;
    top: 20%;
    left: 40%;
    font-size: .3rem;
    font-weight: bold;
    color: #9ccf82;
    z-index: 9999;
}