.banner{
    width: 100%;
    height: 630px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.about-box{
    background-image: url(../img/about.jpg);
}
.company-profile{
    display: flex;
    justify-content: space-between;
    padding: 66px 0px;
}
.company-profile .left{
    width: 700px;
}
.company-profile .left .title{
    height: 87px;
    padding-left: 56px;
    background-image: url(../img/jia.png);    
    background-repeat: no-repeat;
    background-position: 0px center;
}
.company-profile .left .title .ch{
    padding-top: 14px;
    font-family: 微软雅黑;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: rgb(62, 62, 62);
}
.company-profile .left .title .en{
    font-size: 18px;
    line-height: 26px;
    color: rgb(62, 62, 62);
}
.company-profile .left .content{
    margin-top: 20px;
    font-family: 微软雅黑;
    font-size: 18px;
    line-height: 40px;
    text-indent: 2em;
    text-align: justify;
    color: rgb(62, 62, 62);
}
.company-profile .right{
    position: relative;
    width: 365px;
    height: 365px;
    background-image: url(../img/img-qiu.png);
    background-repeat: no-repeat;
    background-position: 50% center;
}
.company-profile .right .item{
    display: flex;
    position: absolute;
    cursor: pointer;
}
.company-profile .right .item .icon{
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: 50% center;
    transition: all 0.4s ease-in-out 0s;
}
.company-profile .right .item p{
    font-size: 16px;
    color: rgb(166, 166, 166);
    transition: color 0.1s ease 0s;
}
.company-profile .right .item-app{
    top: 76px;
    left: 100px;
}
.company-profile .right .item-app .icon{
    background-image: url(../img/abo1.png);
}

.company-profile .right .item.item-col p{
    margin-left: 8px;
    line-height: 22px;
}
.company-profile .right .item-web{
    top: 180px;
    left: 146px;
}
.company-profile .right .item-web .icon{
    background-image: url(../img/abo2.png);
}
.company-profile .right .item-wx{
    top: 198px;
    left: -4px;
}
.company-profile .right .item-wx .icon{
    background-image: url(../img/abo3.png);
}
.company-profile .right .item.item-row p{
    padding-top: 4px;
    margin-left: 8px;
    line-height: 22px;
}
.company-profile .right .item.item-row{
    flex-direction: column;
    align-items: center;
}
.company-profile .right .item-xcx{
    top: 238px;
    left: 224px;
}
.company-profile .right .item-xcx .icon{
    background-image: url(../img/abo4.png);
}
.company-profile .right .item:hover .icon{
    transform: rotate(1turn);
}
.company-profile .right .item:hover p{
    color: #333;
}
.memorabilia-box{
    padding-top: 40px;
    background-color: #fff;
    background-image: url(../img/memorabilia-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
}
.memorabilia{
    position: relative;
    height: 480px;
}
.memorabilia .button-next, .memorabilia .button-prev{
    position: absolute;
    /* top: 9px; */
    top: 30px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    outline: none;
    cursor: pointer;
}
.memorabilia .button-prev{
    left: 100px;
background-image: url(../img/left.png);
}
.memorabilia .button-next{
    right: 100px;
    background-image: url(../img/right.png);
}
.gallery-thumbs{
    position: relative;
    box-sizing: border-box;
    width: 800px;
    height: 80px;
}
.gallery-thumbs:before {
    content: "";
    position: absolute;
    left: 76px;
    top: 23px;
    width: 648px;
    height: 2px;
    background-color: #580000;
}
.gallery-thumbs .swiper-slide{
    box-sizing: border-box;
    width: 20%;
    height: 100%;
    padding-top: 56px;
    font-size: 16px;
    text-align: center;
    color: #000;
    background-image: url(../img/slide.png);
    background-repeat: no-repeat;
    background-position: center 12px;
    cursor: pointer;
}
.gallery-thumbs .swiper-slide-active{
    background-image: url(../img/slideactive.png);
}
/* .gallery-thumbs .swiper-slide-thumb-active{
    background-image: url(../img/slideactive.png);
} */
.gallery-content{
    box-sizing: border-box;
    padding-top: 60px;
    width: 800px;
    height: 400px;
    margin: auto;
    display: flex;
}

.gallery-content .swiper-slide .content{
    /* opacity: 0; */
    transition: opacity .2s;
}
.gallery-content .swiper-slide-active .content{
    opacity: 1;
}
.gallery-content .swiper-slide .title{
    position: relative;
    width: 380px;
    padding: 0 60px;
    margin: 0 auto 24px;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
}
.gallery-content .swiper-slide .title:after, .gallery-content .swiper-slide .title:before {
    content: "";
    position: absolute;
    bottom: 24px;
    width: 100px;
    height: 1px;
    background: #000;
}
.gallery-content .swiper-slide .title:before {
    right: -100px;
}
.gallery-content .swiper-slide .title:after {
    left: -100px;
}
.gallery-content .swiper-slide .text{
    width: 360px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
    color: #0d0d0d;
}
/* .swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
} */
