/*banner图*/
.home-banner {
    position:relative;
    width:100%;
    max-height: 960px;
    overflow: hidden;
}
.home-banner ul li {
    position:relative;
}
.home-banner ul li img {
    width:100%;
}
.home-banner .pagination-banner {
    bottom: 5% !important;
}
.home-banner .pagination-banner span {
    width: 0.2rem;
    height: 0.03rem;
    border-radius:0px;
    background: #fff;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
    box-shadow: 0 2px 2px 2px rgb(0 0 0 / 2%);
    transition: width 0.6s ease;
}
.home-banner .pagination-banner span.swiper-pagination-bullet-active {
    background: #9f7851;
}


.home-banner .swiper-bottom {
    position:absolute;
    bottom:50%;
    right:0px;
    width:100%;
    padding:0;
    z-index:2;
}
.home-banner .swiper-relative {
    position:relative;
    height:50px;
    overflow:hidden;
}
.home-banner .swiper-relative div {
    position:absolute;
    width:50px;
    height:50px;
    border:1px solid rgba(255,255,255,0);
    border-radius:50%;
    cursor:pointer;
}
.home-banner .swiper-relative div:hover {
    position:absolute;
    width:50px;
    height:50px;
    border:1px solid rgba(255,255,255,0);
    border-radius:50%;
    background-color: rgba(0,0,0, 0);
    cursor:pointer;
}
.home-banner .swiper-banner-prev {
    background:url(../fonts/left.svg) no-repeat center center/100%;
    left: 4%;
}
.home-banner .swiper-banner-next {
    background:url(../fonts/right.svg) no-repeat center center/100%;
    right:4%;
}
.home-banner .swiper-button-disabled {
    opacity:0.35;
}
/*banner图*/


/*HOME标题*/
.home-title {
    margin:0.6rem 0;
}
.home-title h6 {
    *opacity: 0.2;
    font-size: 0.48rem;
    color: #9f7851;
    font-weight: bold;
}
.home-title h3 {
    font-size: 0.30rem;
    color: #333;
    font-family: "MiSans-Medium";
    padding:0.2rem 0;
}
.home-title p {
    font-size: 0.16rem;
    color: #777;
    line-height: 1.8;
    margin: 0 0 00.3rem 0;
}
@media screen and (max-width:1024px){
.home-title {
    margin: 0.3rem 0;
}
.home-title h6 {
    font-size: 0.24rem;
}
.home-title h3 {
    font-size: 0.24rem;
    padding:0.2rem 0;
}
.home-title p {
    font-size: 0.16rem;
    line-height: 1.8;
    margin: 0 0 00.3rem 0;
}
}
/*HOME标题*/

/*品牌介绍*/
.home-about {
    padding: 0.6rem 0 1rem 0;
    background: #f7f3ef;
}
.home-about .about-item {}
.home-about .about-item .info {}
.home-about .about-item .info h4 {
    font-size: 0.36rem;
    color: #000;
    font-family: "MiSans-Medium";
}
.home-about .about-item .info .content {
    margin:0.5rem 0 0 0;
}
.home-about .about-item .info .content p {
    font-size: 0.18rem;
    color: #777;
    line-height: 1.8;
    margin: 0 0 00.3rem 0;
}
.home-about .about-item .info .content p span {
    display:block;
}

/*数字*/
.home-about .about-item .info .number {
    margin:1.3rem 0 0 0;
}
.home-about .about-item .info .number ul {
    overflow:hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:1rem;
}
.home-about .about-item .info .number ul li {
    padding:0 0;
}
.home-about .about-item .info .number ul li h3 {
}
.home-about .about-item .info .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;
}

.home-about .about-item .info .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";
}
.home-about .about-item .info .number ul li h3 span {
    font-size: 0.18rem;
    color: #322c2b;
    padding:0 0 0 0.1rem;
}
.home-about .about-item .info .number ul li p {
    font-size: 0.14rem;
    color: #666;
    padding-top: 0.05rem;
}

.home-about .about-item .info .go {
    margin:1rem 0 0 0;
}
@media screen and (max-width:1024px){
.home-about {
    padding: 0.3rem 0 0.6rem 0;
}
.home-about .about-item {}
.home-about .about-item .info {}
.home-about .about-item .info h4 {
    font-size: 0.18rem;
}
.home-about .about-item .info .content {
    margin:0.25rem 0 0 0;
}
.home-about .about-item .info .content p {
    font-size: 0.16rem;
    line-height: 1.6;
    margin: 0 0 00.3rem 0;
}
.home-about .about-item .info .content p span {
    display:block;
}
/*数字*/
.home-about .about-item .info .number {
    margin:0 0 0 0;
}
.home-about .about-item .info .number ul {
    overflow:hidden;
    gap:2%;
    padding:0 0%;
}
.home-about .about-item .info .number ul li {
    width: 49%;
    padding:0.2rem 0;
}
.home-about .about-item .info .number ul li h3 {
}
.home-about .about-item .info .number ul li h3 strong {
    position: relative;
    padding:0 0.2rem 0 0;
    font-size: 0.28rem;
    color: #000;
    letter-spacing: 0;
    font-weight: normal;
}

.home-about .about-item .info .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";
}
.home-about .about-item .info .number ul li h3 span {
    font-size: 0.18rem;
    color: #322c2b;
    padding:0 0 0 0.05rem;
}
.home-about .about-item .info .number ul li p {
    font-size: 0.14rem;
    color: #666;
    padding-top: 0.05rem;
}
.home-about .about-item .info .go {
    margin:0.3rem 0 0 0;
}   
}
/*品牌介绍*/


/*核心产品系列*/
.home-product {
    position:relative;
    width: 100%;
    overflow: hidden;
}
.home-product ul {}
.home-product ul li {
    position: relative;
}
.home-product ul li .word {
    position:absolute;
    top: 15%;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
}
.home-product ul li .word .info {}
.home-product ul li .word .info h6 {
    font-size: 0.48rem;
    color: #fff;
    font-family: "MiSans-Medium";
    text-transform: uppercase;
}
.home-product ul li .word .info h5 {
    margin:0.3rem 0 0 0;
    font-size: 0.48rem;
    color: #fff;
    font-family: "MiSans-Medium";
}
.home-product ul li .word .series {
    margin:1.8rem 0 0 0;
    max-width:7.8rem;
}
.home-product ul li .word .series h3 {
    font-size: 0.36rem;
    color: #fff;
    font-family: "MiSans-Medium";
}
.home-product ul li .word .series p {
    opacity:0.8;
    font-size: 0.16rem;
    color: #fff;
    line-height: 1.8;
    margin:0.5rem 0 1rem 0;
}
.home-product ul li .word .series a {
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.8;
}

.home-product ul li .photo {}
.home-product ul li .photo figure {

}
.home-product ul li .photo figure  img {
}


.change-swiper {
    position:absolute;
    z-index: 5;
    right:10%;
    bottom:1rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width:1.5rem;
}
.change-swiper div {
    width:0.6rem;
    height:0.6rem;
    border:1px solid rgba(255,255,255,0.2);
    border-radius:50%;
    cursor:pointer;
}

.change-swiper .swiper-product-prev {
    background:url(../fonts/r.png) no-repeat center center/60%;
}
.change-swiper .swiper-product-next {
    background:url(../fonts/l.png) no-repeat center center/60%;
}
@media screen and (max-width:1024px){
.home-product {
    position:relative;
}
.home-product ul {}
.home-product ul li {
    position: relative;
}
.home-product ul li .word {
    position:absolute;
    top: 15%;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
}
.home-product ul li .word .info {}
.home-product ul li .word .info h6 {
    font-size: 0.24rem;
}
.home-product ul li .word .info h5 {
    margin:0.3rem 0 0 0;
    font-size: 0.24rem;

}
.home-product ul li .word .series {
    margin: 0.9rem 0 0 0;
    max-width:7.8rem;
}
.home-product ul li .word .series h3 {
    font-size: 0.24rem;

}
.home-product ul li .word .series p {
    opacity:0.8;
    font-size: 0.14rem;
    line-height: 1.6;
    margin: 0.25rem 0 0.5rem 0;
}
.home-product ul li .word .series a {
    font-size: 0.14rem;
    line-height: 1.8;
}

.home-product ul li .photo {}
.home-product ul li .photo figure {
    position: relative;
    width: 100%;
    padding-top: 150%;
    border-radius: 0.05rem;
    overflow: hidden;
}
.home-product ul li .photo figure  img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}


.change-swiper {
    position:absolute;
    z-index: 5;
    right:10%;
    bottom:0.5rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 1.3rem;
}
.change-swiper div {
    width: 0.6rem;
    height: 0.6rem;
    border:1px solid rgba(255,255,255,0.2);
    border-radius:50%;
    cursor:pointer;
}

.change-swiper .swiper-product-prev {
    background:url(../fonts/r.png) no-repeat center center/60%;
}
.change-swiper .swiper-product-next {
    background:url(../fonts/l.png) no-repeat center center/60%;
}

}
/*核心产品系列*/


/*招商加盟*/
.home-join {
    padding: 0.6rem 0 3.6rem 0;
    background:#f7f3ef url(../img/home-join.jpg) no-repeat center bottom / 100%;
}
.home-join .join-item {}

.home-join .join-item  .content {
    margin:0.5rem 0 0 0;
}
.home-join .join-item  .content h6 {
    font-size: 0.36rem;
    color: #000;
    font-family: "MiSans-Medium";
}
.home-join .join-item  .content .tag {
    margin:0.2rem 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.2rem;
}
.home-join .join-item  .content .tag a {
    font-size: 0.18rem;
    color: #777;
    line-height: 1.8;
    margin: 0 0 00.3rem 0;
}
.home-join .join-item  .content .tag a:hover {
    color: #9f7851;
}
.home-join .join-item .go {
    margin:1rem 0 0 0;
}
@media screen and (max-width:1024px){
.home-join {
    padding: 0.6rem 0 3.6rem 0;
    background:#f7f3ef url(../img/home-join.jpg) no-repeat center bottom / cover;
}
.home-join .join-item {}

.home-join .join-item  .content {
    margin:0.5rem 0 0 0;
}
.home-join .join-item  .content h6 {
    font-size: 0.24rem;
}
.home-join .join-item  .content .tag {
    margin:0.2rem 0 0 0;
}
.home-join .join-item  .content .tag a {
    font-size: 0.18rem;
    line-height: 1.8;
    margin: 0 0 00.3rem 0;
}
.home-join .join-item .go {
    margin:0.5rem 0 0 0;
}   
}
/*招商加盟*/

/*新闻中心*/
.home-news {
    padding: 0.6rem 0 0.6rem 0;
}
.home-news .news-list {}
.home-news .news-list ul {}
.home-news .news-list ul li {
    padding:0.6rem 0.3rem;
    border:1px solid #f6f6f6;
    background: #fdfcfa;
}
.home-news .news-list ul li:hover {
    border:1px solid #d8c1a9;
}
.home-news .news-list ul li .word {}
.home-news .news-list ul li .word h3 {
    font-size: 0.16rem;
    color: #000;
    line-height: 1.6;
    font-family: "MiSans-Medium";
    transition: transform 1s;
}
.home-news .news-list ul li:hover .word h3 {
    color: #9f7851;
    transform: translate(5px,0px);
}
.home-news .news-list ul li .word p {
    height: 1rem;
    font-size: 0.14rem;
    color: #777;
    padding:0.2rem 0;
}

.home-news .news-list ul li .word .info {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.home-news .news-list ul li .word .info .go {
    font-size: 0.14rem;
    color: #999;
}
.home-news .news-list ul li:hover .word .info .go {
    color: #9f7851;
}
.home-news .news-list ul li .word .info .time {
    font-size: 0.14rem;
    color: #999;
}


.home-news .news-list ul li .photo {
    margin:0.2rem 0 0 0;
}
.home-news .news-list ul li .photo figure {
    position: relative;
    width: 100%;
    padding-top: 60.5%;
    border-radius: 0.05rem;
    overflow: hidden;
}
.home-news .news-list ul li .photo figure img {
    position: absolute;
    top: 0;
    left: 0;
    width:auto;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.home-news .news-list ul li:hover .photo figure img {
    filter: alpha(opacity=80);
    transform: scale(1.1);
}
@media screen and (max-width:1024px){
.home-news {
    padding: 0.3rem 0 0.3rem 0;
}
.home-news .news-list {}
.home-news .news-list ul {}
.home-news .news-list ul li {
    padding: 0.3rem 0.15rem;
}
.home-news .news-list ul li .word {}
.home-news .news-list ul li .word h3 {
    font-size: 0.16rem;
}
.home-news .news-list ul li:hover .word h3 {

}
.home-news .news-list ul li .word p {
    font-size: 0.14rem;
    padding:0.1rem 0;
}

.home-news .news-list ul li .word .info {
}
.home-news .news-list ul li .word .info .go {
    font-size: 0.14rem;
}
.home-news .news-list ul li:hover .word .info .go {
}
.home-news .news-list ul li .word .info .time {
    font-size: 0.14rem;
}


.home-news .news-list ul li .photo {
    margin:0.1rem 0 0 0;
}
.home-news .news-list ul li .photo figure {
    padding-top: 60.5%;
    border-radius: 0.05rem;
}
.home-news .news-list ul li .photo figure img {
}
.home-news .news-list ul li:hover .photo figure img {

}
}
/*新闻中心*/