
/*栏目板块标题*/
.about-title {
    margin:0.6rem 0;
}
.about-title p {
    font-size: 0.48rem;
    color: #9f7851;
    font-weight: bold;
    text-transform: uppercase;
}
.about-title h3 {
    font-size: 0.30rem;
    color: #333;
    font-family: "MiSans-Medium";
    padding:0.2rem 0;
}
@media screen and (max-width:1024px) {
.about-title {
    margin: 0.3rem 0;
}
.about-title p {
    font-size: 0.24rem;
}
.about-title h3 {
    font-size: 0.24rem;
    padding: 0.2rem 0;
}

}
/*栏目板块标题*/


.about {
    position:relative;
    padding: 1rem 0 1rem 0;
    background: #f7f3ef;
}
.about::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background:url(../fonts/brand-vi.svg) no-repeat right center /5rem;
    transition: all 3s;
}
.about .container {
    position:relative;
    z-index: 2;
}
.about .about-item {}
.about .about-item .introduction {
    max-width: 12rem;
}

.about .about-item .introduction .vi {}
.about .about-item .introduction .vi img {
    max-width: 2.5rem;
}

.about .about-item .introduction .content {}
.about .about-item .introduction .content h3 {
    font-size: 0.30rem;
    color: #333;
    font-family: "MiSans-Medium";
    padding: 0.2rem 0;
}
.about .about-item .introduction .content h6 {
    font-size: 0.24rem;
    color: #333;
    line-height: 1.8;
    margin:0.2rem 0;
}
.about .about-item .introduction .content .info {}
.about .about-item .introduction .content .info p {
    font-size: 0.16rem;
    color: #777;
    line-height: 1.8;
}


/*数字*/
.about .about-item .number {
    margin:1.3rem 0 0 0;
}
.about .about-item .number ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    overflow:hidden;
    padding:0 0%;
}
.about .about-item .number ul li {
    padding:0 0;
}
.about .about-item .number ul li h3 {
}
.about .about-item .number ul li h3 strong {
    position: relative;
    padding:0 0.2rem 0 0;
    font-size: 0.58rem;
    color: #000;
    letter-spacing: 0;
    font-weight: normal;
}

.about .about-item .number ul li h3 strong i {
    position:absolute;
    top:0;
    right:0;
    font-size: 0.28rem;
    color: #1d1d1f;
    font-style: normal;
    font-family: "BasisGrotesque-Regular";
}
.about .about-item .number ul li h3 span {
    font-size: 0.18rem;
    color: #322c2b;
    padding:0 0 0 0.1rem;
}
.about .about-item .number ul li p {
    font-size: 0.14rem;
    color: #666;
    padding-top: 0.05rem;
}


@media screen and (max-width:1024px){
.about {
    position:relative;
    padding: 1rem 0 1rem 0;
    background: #f7f3ef;
}
.about::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background:url(../fonts/brand-vi.svg) no-repeat right top /2rem;
    transition: all 3s;
}
.about .container {
    position:relative;
    z-index: 2;
}
.about .about-item {}
.about .about-item .introduction {
    max-width: 12rem;
}

.about .about-item .introduction .vi {}
.about .about-item .introduction .vi img {
    max-width: 1.8rem;
}

.about .about-item .introduction .content {}
.about .about-item .introduction .content h3 {
    font-size: 0.24rem;
    color: #333;
    font-family: "MiSans-Medium";
    padding: 0.2rem 0;
}
.about .about-item .introduction .content h6 {
    font-size: 0.18rem;
    color: #333;
    line-height: 1.8;
    margin:0.2rem 0;
}
.about .about-item .introduction .content .info {}
.about .about-item .introduction .content .info p {
    font-size: 0.16rem;
    color: #777;
    line-height: 1.8;
}


/*数字*/
.about .about-item .number {
    margin:0 0 0 0;
}
.about .about-item .number ul {
    overflow:hidden;
    padding:0 0%;
    gap: 2%;
}
.about .about-item .number ul li {
    width:49%;
    padding:0.2rem 0;
}
.about .about-item .number ul li h3 {
}
.about .about-item .number ul li h3 strong {
    position: relative;
    padding:0 0.2rem 0 0;
    font-size: 0.28rem;
    letter-spacing: 0;
    font-weight: normal;
}

.about .about-item .number ul li h3 strong i {
    position:absolute;
    top:0;
    right:0;
    font-size: 0.28rem;
    font-style: normal;
    font-family: "BasisGrotesque-Regular";
}
.about .about-item .number ul li h3 span {
    font-size: 0.18rem;
    color: #322c2b;
    padding:0 0 0 0.1rem;
}
.about .about-item .number ul li p {
    font-size: 0.14rem;
    color: #666;
    padding-top: 0.05rem;
}
}

/*发展历程*/
.history {
    position: relative;
    padding:1.2rem 0 1.2rem 0;
    background:#212322;
}
.history .about-title h3 {
    color: #fff;
}
.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(0, 0, 0, 0.2);
    background:#2a2c2b;
    border: 1px solid rgba(0, 0, 0, .04);
}
.history .history-box .history-list ul li h3 {
    font-size: 0.28rem;
    color: #fff;
}
.history .history-box .history-list ul li .content {
    margin:0.2rem 0 0 0;
    height: 3rem;
    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: #9f7851;
}
.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.14rem;
    color: #f6f6f6;
}
.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 #9f7851;
    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: #9f7851 !important;
    height: 3px !important;
}

@media screen and (max-width:1024px){
.history {
    position: relative;
    padding:0.6rem 0 0.6rem 0;
    background:#212322;
}
.history .history-box .history-list ul li {
    padding: 0.2rem;
}
.history .history-box .history-list ul li h3 {
    font-size: 0.24rem;
}
.history .history-box .history-list ul li .content {
    height: 3rem;
}
.history .history-box .history-list ul li .content p {
    margin:0.2rem 0 0 0;
    padding:0 0 0 0.2rem;
    font-size: 0.14rem;
}
}
/*发展历程*/


/*资质荣誉*/
.honor {
    padding:1.2rem 0 1.2rem 0;
    background: #f7f3ef;
}

.honor .honor-list {}
.honor .honor-list ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 5%;
}
.honor .honor-list ul li {
    width:3.4rem;
}
.honor .honor-list ul li figure {}
.honor .honor-list ul li figure img {
    max-width: 3.8rem;
    min-width: 2.6rem;
}
.honor .honor-list ul li p {
    margin:0.2rem 0 0 0;
    font-size: 0.16rem;
    color: #777;
    line-height: 1.4;
    text-align: center;
}
@media screen and (max-width:1024px){
.honor {
    padding:0.6rem 0 0.6rem 0;
    background: #f7f3ef;
}

.honor .honor-list {}
.honor .honor-list ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 5%;
}
.honor .honor-list ul li {
    width:100%;
    margin:0.2rem 0;
}
.honor .honor-list ul li figure {
    text-align: center;
}
.honor .honor-list ul li figure img {
    max-width: 3.8rem;
	min-width: unset;
}
.honor .honor-list ul li p {
    margin:0.2rem 0 0 0;
    font-size: 0.14rem;
    line-height: 1.4;
}
}
/*资质荣誉*/

/*品牌文化*/
.culture {
    padding:0.6rem 0 0.6rem 0;
}
.culture .culture-item {}
.culture .culture-item .tag {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.culture .culture-item .tag .word {
    width: 50%;
    padding:0 10%;
    background: #f7f3ef;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.culture .culture-item .tag .word .info {}
.culture .culture-item .tag .word .info ul{}
.culture .culture-item .tag .word .info ul li{
    margin:0 0 0.1rem 0;
    padding:0.2rem 0;
}
.culture .culture-item .tag .word .info ul li h3{
    font-size: 0.18rem;
    color: #333;
    font-family: "MiSans-Medium";
}
.culture .culture-item .tag .word .info ul li p{
    margin:0.1rem 0 0 0;
    font-size: 0.16rem;
    color: #777;
    line-height: 1.8;
}

.culture .culture-item .tag .photo {
    width: 50%;
}
.culture .culture-item .tag .photo figure {}
.culture .culture-item .tag .photo figure img {
    width:100%;
}
@media screen and (max-width:1024px){
.culture {
    padding:0.6rem 0 0.6rem 0;
}
.culture .culture-item {}
.culture .culture-item .tag {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.culture .culture-item .tag .word {
    width: 100%;
    padding:0.5rem 10%;
    background: #f7f3ef;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.culture .culture-item .tag .word .info {}
.culture .culture-item .tag .word .info ul{}
.culture .culture-item .tag .word .info ul li{
    margin:0 0 0.1rem 0;
    padding:0.1rem 0;
}
.culture .culture-item .tag .word .info ul li h3{
    font-size: 0.18rem;
    color: #333;
    font-family: "MiSans-Medium";
}
.culture .culture-item .tag .word .info ul li p{
    margin:0.1rem 0 0 0;
    font-size: 0.16rem;
    line-height: 1.8;
}

.culture .culture-item .tag .photo {
    width: 100%;
}
.culture .culture-item .tag .photo figure {}
.culture .culture-item .tag .photo figure img {
    width:100%;
}    
}
/*品牌文化*/

/*展厅VR全景*/
.vr {
    padding: 1rem 0 1rem 0;
}
.vr .vr-box {
    height:6rem;
}
.vr .vr-box iframe {}
@media screen and (max-width:1024px){
.vr {
    padding: 0.5rem 0 0.5rem 0;
}
.vr .vr-box {
    height:6rem;
}
.vr .vr-box iframe {}   
}
/*展厅VR全景*/