.btn2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    color: #BF8448;
    cursor: pointer;
}
.section--title2 h3{
    text-transform: Uppercase;
    font-size: 30px;
    color: #BF8448;
    font-weight: initial;
}
.section--title2 h4{
    font-size: 24px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 25px;
    font-weight: initial;
}
.section--title2 .hr{
    display: inline-block;
    width: 65px;
    height: 3px;
    background-color: #BF8448;
}
.section--title2.center{
    text-align: center;
}
.section--title2 .info{
    color: #999999;
    font-size: 21px;
    margin-top: 10px;
}
.section--title2 .info small{
    color: #999999;
    font-size: 16px;
}

.section-banner{
    position: relative;
    height: 800px;
    background: url("../images/aboutme/banner.jpg?v=201911111344") no-repeat center;
    background-size: cover;
    padding-top: 190px;
}
.rotate-wrap{
    position: relative;
    width: 500px;
    height: 500px;
    margin:auto;
}
.rotate-wrap .text{
    position: relative;
    z-index: 2;

}
.rotate-wrap .border{
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
}
.rotate-wrap .border1{
    animation: myRotate 40s 1.5s linear infinite;
}
.rotate-wrap .border2{
    animation: myRotate 40s 1.5s linear infinite reverse;
}
/*关于红棉坊*/
.section-go{
    position: relative;
    height: 850px;
    background: url("../images/aboutme/section-go-bg.jpg?v=201911111344") no-repeat center;
    background-size: cover;
}
.section-go .section--content{
    height: 850px;
    display: flex;
    align-items: center;
}
.section-go .section--content .section--title2{
    margin-bottom: 100px;
}
.section-go .section--content .text p{
    font-size: 14px;
    color: #999999;
    padding-right: 130px;
}
.section-go .section--content .text p span{
    color: #BF8448;
}
.section-go .text-img{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 240px;
    padding: 30px;
    height: 100%;
}
.section-go .text-img h4,
.section-go .text-img h5{
    width: 100%;
    text-align: left;
    font-weight: initial;
}
.section-go .text-img h4{
    font-size: 18px;
}
.section-go .text-img h5{
    font-size: 14px;
    text-transform: Uppercase;
    margin-top: 10px;
}
.section-go .text-img img{
    margin-top: 40px;
    margin-bottom: 40px;
}
.section-go .text-img.color{
    background-color: #D6A27D;
    color: #ffffff;
}
.section-go .text-img.color img{
    margin-bottom: 150px;
}

/*红锦20年*/
.section-years{
    position: relative;
    height: 950px;
    background: url("../images/aboutme/section-years-bg.jpg?v=201911111344") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.section-years .section--title2{
    margin-bottom: 130px;
}
.section-years .swiper-wrapper{
    margin-bottom: 100px;
}
.section-years .swiper-pagination-bullet{
    /*display: block;*/
    width: 38px;
    height: 9px;
    background-color: #D6A27D;
    margin: 0 10px;
    border-radius: 0;
    transition: all .3s;
}
/*红棉优势*/
.section-good{
    padding-top: 100px;
    padding-bottom: 50px;
}
.section-good .section--content ul{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.section-good .section--content ul li{
    width: 380px;
    height: 640px;
    box-shadow: 2.5px 2.5px 10px 2px rgba(0,0,0,0.05); /*1.水平阴影  2.垂直阴影 3.模糊距离，改虚实 4.阴影尺寸*/
    margin-bottom: 100px;
    transition: all .3s;
    cursor: pointer;
}
.section-good .section--content ul li:hover{
    /*box-shadow: 10px 10px 5px #dadada; !*1.水平阴影  2.垂直阴影 3.模糊距离，改虚实 4.阴影尺寸*!*/
}
.section-good .section--content ul li:hover .img-wrap img{
    transform: scale(1.1);
}
.section-good .section--content ul li .img-wrap{
    width: 380px;
    height: 350px;
    overflow: hidden;
}
.section-good .section--content ul li img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.section-good .section--content ul li .text{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 290px;
    text-align: center;
    position: relative;
}
.section-good .section--content ul li .text .around{
    width:80px;
    height:80px;
    background:rgba(207,157,121,1);
    border-radius:50%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}


.section-good .section--content ul li .text .before{
    transition: all .5s;
}
.section-good .section--content ul li .text .before h4{
    font-size: 22px;
    color: #666666;
    font-weight: initial;
    line-height: 1;
}
.section-good .section--content ul li .text .before .hr{
    width: 275px;
    height: 1px;
    background-color: #959595;
    margin: 20px auto 24px auto;
}
.section-good .section--content ul li .text .before h5{
    font-size: 20px;
    color: #333333;
    font-weight: initial;
    line-height: 1;
}
.section-good .section--content ul li>div:hover .text{
    background-color: #CF9D79;
}
.section-good .section--content ul li>div:hover .after{
    display: block;
}
.section-good .section--content ul li>div:hover .before{
    display: none;
}
.section-good .section--content ul li .text{
    transition: all .5s;
}
.section-good .section--content ul li .text .after{
    display: none;
    color: #ffffff;
    transition: all .5s;
}
.section-good .section--content ul li .text .after .title{
    font-size: 20px;
}
.section-good .section--content ul li .text .after .slogan{
    font-size: 14px;
    margin-bottom: 10px;
}
.section-good .section--content ul li .text .after p{
    font-size: 12px;
    line-height: 1.5;
    letter-spacing:1px
}

.section-good .section--content ul li .text .after .hr{
    width: 50px;
    height: 1px;
    background-color: #ffffff;
    margin: 20px auto;
}

/*红棉荣誉*/
.section-honour{
    position: relative;
    height: 430px;
    background: url("../images/aboutme/section-honour-bg.jpg?v=201911111344") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.section-honour .container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-honour .section--title2 .other{
    font-size: 18px;
    color: #666666;
    line-height: 2;
    margin-top: 15px;
    padding-right: 250px;
}
.section-honour .img{
    width: 565px;
}

/*线下实力*/
.section-map .section--content{
    position: relative;
    height: 710px;
    background: url("../images/aboutme/section-map-bg.jpg?v=201911111344") no-repeat center;
    background-size: cover;
}
.section-map .section--title2{
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-color: #ffffff;
}
.section-map .container{
    height: 710px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-map .swiper-map{
    margin-left: 130px;
    width: 400px;
}
.swiper-map .swiper-slide .title{
    font-size: 24px;
    color: #ffffff;
}
.swiper-map .swiper-slide p{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 28px;
}
.swiper-map .btn2{
    margin-top: 100px;
    transition: all .3s;
}
.swiper-map .btn2:hover{
    /*border: 1px solid #BF8448;*/
    /*color: #BF8448;*/
    background-color: #FFFFFF;
}
.swiper-map .swiper-wrapper{
    width: 100%;
    height: 270px;
}
.swiper-map .swiper-pagination-bullets{
    text-align: right;
}
.swiper-map .swiper-pagination-bullet{
    margin-left: 22px!important;
    background-color: #FBFDFC;
}