@charset "utf-8";

.banner {
    background-color: transparent;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner .swiper-pagination {
    bottom: 40px;
}
.banner .swiper-pagination-bullet {
    background-color: #A0A0A0;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #F47836;
}


.link-list {
    margin: -25px auto 0;
    display: flex;
    border-radius: 10px;
    padding: 20px 0;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 9;
}
.link-list li {
    position: relative;
    flex: 1;
    font-size: 12px;
}
.link-list li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: #A0A0A0;
}
.link-list li:last-of-type:after {
    display: none;
}
.link-list li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.link-list li img {
    margin-bottom: 8px;
}



.common-btn span {
    font-size: 12px;
    opacity: 0.75;
}

.index-content {
    margin: 50px 0;
    overflow: hidden;
}
.index-content h3 {
    margin-bottom: 5px;
    font-size: 20px;
    color: #000000;
    text-align: center;
    font-weight: normal;
}
.index-content p {
    margin: 0 auto;
    width: 60%;
    line-height: 1.8;
    font-size: 12px;
    color: #A0A0A0;
    text-align: center;
}

.index-content .con {
    display: flex;
    justify-content: space-between;
}

.index-content .con .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}

.index-content .con .left a {
    padding: 0 16px;
    height: 50px;
    margin-top: 22px;
    border: 2px solid #F47836;
    color: #F47836;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.index-content .con .left a:first-child {
    margin-top: 0;
}
.index-content .con .right {
    width: 56%;
}
.index-content .con .right img {
    width: 270px;
}

.index-content .center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index-content .center img {
    width: 100px;
    margin: 12px 0 22px;
}
.index-content .center a {
    padding: 12px 30px;
    border: 2px solid #F47836;
    color: #F47836;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    background-color: #fff;
}




/* .index-banner.swiper-horizontal>.swiper-pagination-bullets {
    bottom: 0.5rem;
}
.index-banner .swiper-pagination-bullet {
    opacity: 1;
    margin: 0;
    margin: 0 .1rem !important;
    width: 0.24rem;
    height: 0.24rem;
    background: #d4c8c8;
}

.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e6222e;
}
.index-about {
    padding: 1.75rem 0;
    background-color: #faf4eb;
}
.index-about img {
    width: 6.6rem;
    margin: 0 auto;
    margin-bottom: 0.6rem;
    pointer-events: none;
}
.index-about h1 {
    font-size: 0.48rem;
    margin-bottom: 0.3rem;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Bold";
}
.index-about .content {
    text-align: center;
}
.index-about .content p {
    margin-bottom: 0.35rem;
    line-height: 2;
    font-size: 0.18rem;
    color: #3e3e3e;
    font-family: "思源黑体 Regular";
    font-weight: 400;
}
.index-about .content p:last-of-type {
    margin-bottom: 0;
}


.index-chara {
    background-color: #faf4eb;
    overflow: hidden;
    /* padding: .5rem 0; */
/* } */
.index-chara .left-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.index-chara .left-content ul {
    margin-right: 0;
}
.index-chara .left-content ul li {
    cursor: pointer;
    transition: all .3s;
}
.index-chara .left-content ul li h3 {
    margin-bottom: 0.2rem;
    font-family: "eryafeihong";
    font-size: 0.8rem;
    color: #000000;
    transition: all .3s;
}
.index-chara .left-content ul li p {
    position: relative;
    top: -0.3rem;
    line-height: 1.8;
    font-size: 0.2rem;
    color: #3e3e3e;
    transition: all .3s;
}
.index-chara .left-content ul li a {
    display: block;
    transition: all .3s;
}

.index-chara .left-content ul li:hover {
    padding-left: 0.15rem;
}
.index-chara .left-content ul li a.on h3,
.index-chara .left-content ul li a.on p,
.index-chara .left-content ul li:hover h3,
.index-chara .left-content ul li:hover p {
    color: #df0615;
}
.index-chara .center-img img.img {
    width: 10.5rem;
    pointer-events: none;
    margin: 0 auto;
    -webkit-animation: rotation-clockwise-rever 80s linear infinite;
    animation: rotation-clockwise-rever 80s linear infinite;
}
.index-chara .center-img .real-img {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 8.2rem;
    height: 8.2rem;
    transform: translate(-50%, -50%);
    border: .4rem solid #f3ddc7;   
    z-index: 1;
}
.index-chara .center-img .real-img::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    transform: translate(-50%, -50%);
}
.index-chara .center-img .real-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-chara .right-content {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.index-chara .right-content img.img {
    pointer-events: none;
    width: 5.6rem;
    filter: contrast(0.5);
    -webkit-animation: rotation-clockwise 20s linear infinite;
    animation: rotation-clockwise 20s linear infinite;
}
.index-chara .right-content .real-img {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 4.2rem;
    height: 4.2rem;
    transform: translate(-50%, -50%);
}
.index-chara .right-content .real-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.index-join {
    position: relative;
    top: 1rem;
    margin-bottom: -1rem;
    background-color: #faf4eb;
    overflow: hidden;
}
.index-join .container {
    
}
.index-join section {
    display: flex;
    flex-direction: column;
    position: relative;
}
.index-join section .nums {
    display: flex;
    align-items: flex-end;
}
.index-join section .nums img {
    pointer-events: none;
}
.index-join section .nums span {
    font-weight: bold;
    font-family: "DIN-Black";
    font-size: 1.5rem;
    color: #000000;
}
.index-join section .nums sup {}
.index-join section .nums sup em {
    font-style: normal;
    font-family: "HarmonyOS_Sans_SC_Light";
    font-size: 0.72rem;
    color: #40210f;
    font-weight: 100;
}
.index-join section .nums sup b {
    font-size: 0.72rem;
    color: #40210f;
}
.index-join section .content {
    display: flex;
}
.index-join section .content .line {
    width: 1.26rem;
    height: 2px;
    margin-top: 0.26rem;
    background-color: #030101;
}
.index-join section .content .con {
    margin: 0 0.3rem;
}
.index-join section .content h3 {
    font-size: 0.36rem;
    font-family: "HarmonyOS_Sans_SC_Bold";
    color: #000000;
}
.index-join section .content p {
    margin-top: 0.15rem;
    font-size: 0.2rem;
    color: #3e3e3e;
    font-family: "思源黑体 Regular";
}
.index-join section:nth-of-type(1) {
    
}
.index-join section:nth-of-type(1) img {
    width: 2.17rem;
}
.index-join section:nth-of-type(2) {
    flex-direction: column;
    align-items: flex-end;
    bottom: 1rem;
}
.index-join section:nth-of-type(2) img {
    width: 3.64rem;
    position: relative;
    right: 1.4rem;
    top: 0.9rem;
}
.index-join section:nth-of-type(3) {
    flex-direction: column;
    align-items: flex-start;
    top: -0.5rem;
    left: 1rem;
}
.index-join section:nth-of-type(3) img {
    width: 3.76rem;
}
.index-join section:nth-of-type(3) .content{
    position: relative;
    left: 2rem;
}
.index-join section:nth-of-type(4) {
    flex-direction: column;
    align-items: flex-end;
    top: -3.6rem;
}
.index-join section:nth-of-type(4) img {
    width: 2.7rem;
}
.index-join section:nth-of-type(4) .nums {
    align-items: baseline;
    position: relative;
    top: 0.4rem;
}
.index-join section:nth-of-type(4) .nums img {
    position: relative;
    left: 0.5rem;
}

.index-img {
    padding: .85rem 0;
    background-color: #faf4eb;
}
.index-img h3 {
    font-family: "eryafeihong";
    font-size: 1.15rem;
    color: #000000;
    text-align: center;
}
.index-img img {
    width: 3.18rem;
    margin: 0 auto;
    pointer-events: none;
}

.mobile-product {
    display: none;
}
.index-product {
    position: relative;
    padding: 1.65rem 0 .8rem;
    overflow: hidden;
}
.index-product .text-bg {
    position: fixed;
    right: -39rem;
    top: 2rem;
    z-index: -1;
    /* transition: all .3s; */
}
.index-product .text-bg img {
    max-width: unset;
    height: 3.67rem;
}
.index-product .pro-deco {
    width: 5.45rem;
    height: 5.45rem;
    position: relative;
    left: 3.4rem;
    top: -4.6rem;
    -webkit-animation: rotation-clockwise-rever 80s linear infinite;
    animation: rotation-clockwise-rever 80s linear infinite;
}
.index-product .pro-deco img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-product .hot-ico {
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 1;
}
.index-product .hot-ico img {
    
}
.index-product .pro-item {
    position: relative;
}
.index-product .pro-item:nth-of-type(3) {
    margin-top: -4rem;
    margin-bottom: 0;
}
.index-product .pro-item:nth-of-type(4) {
    margin-top: -5rem;
    margin-bottom: 5rem;
}
.index-product .pro-item:nth-of-type(5) {
    margin-top: -6rem;
}
.index-product .pro-item:nth-of-type(6) {
    margin-top: -2rem;
    margin-bottom: 0;
}
.index-product .pro-item a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}
.index-product .pro-item .hot-ico img {
    pointer-events: none;
    width: 2.12rem;
}
.index-product .pro-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.index-product .pro-item > img {
    position: absolute;
    right: 28%;
    top: 13%;
    width: 2.7rem;
    height: auto;
    z-index: 1;
}
.index-product .pro-item .out {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 12%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
    transition: all .3s;
}
.index-product .pro-item:hover .out {
    opacity: 0;
    visibility: hidden;
}
.index-product .pro-item .out h3 {
    font-family: "思源黑体 Regular";
    font-size: 0.36rem;
    color: #ffffff;
}
.index-product .pro-item .in {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    transform: scale(0) rotate(90deg);
    background-color: rgba(230, 34, 46, .7);
    transition: all .5s;
}
.index-product .pro-item:hover .in {
    transform: scale(1) rotate(0);
    opacity: 1;
    visibility: visible;
}
.index-product .pro-item .in .box {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.index-product .pro-item .in .box h3 {
    font-family: "思源黑体 Regular";
    font-size: 0.6rem;
    color: #ffffff;
}
.index-product .pro-item.pro-item-small .in .box h3 {
    font-size: 0.36rem;
}
.index-product .pro-item .in .box span {
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
    border-radius: .37rem;
    font-size: 0.24rem;
    border: .02rem solid #ffffff;
    color: #ffffff;
    padding: .2rem .65rem;
    border-radius: .37rem;
}
.index-product .pro-item.pro-item-small .in .box span {
    font-size: 0.18rem;
    padding: .15rem .4rem;
}
.index-product .pro-item .in .box span img {
    width: 0.37rem;
    height: auto;
    margin-left: 0.2rem;
    pointer-events: none;
}
.index-product .pro-item.pro-item-small .in .box span img {
    width: 0.25rem;
    height: auto;
    margin-left: 0.1rem;
}
.index-product .pro-item-big {
    width: 8.96rem;
    height: 8.96rem;
}
.index-product .pro-item-small {
    width: 5.65rem;
    height: 5.65rem;
}
.index-product .pro-item-center {
    margin: 0 auto;
}
.index-product .pro-item-left {
    margin-right: auto;
}
.index-product .pro-item-right {
    margin-left: auto;
}
/* .rotating-img {
    transition: all .3s;
} */

.index-news {
    padding: .8rem 0 1.3rem;
    background-color: #faf4eb;
}
.index-news .news-container {
    width: 17.6rem;
    margin: 0;
    margin-left: auto;
}
.index-news .news-title {
    margin-bottom: 0.75rem;
    padding-bottom: 0.3rem;
    border-bottom: .01rem solid #c8c3bc;
}
.index-news .news-title h3 {
    font-size: 0.48rem;
    font-family: "HarmonyOS_Sans_SC_Bold";
}
.index-news .news-title a {
    font-family: "思源黑体 Regular";
    font-size: 0.24rem;
    color: #e6222e;
}
.index-news .swiper-slide > a {
    display: block;
    overflow: hidden;
    margin-bottom: 0.45rem;
}
.index-news .swiper-slide a {
    overflow: hidden;
    /* margin-right: 0.55rem; */
}
.index-news .swiper-slide img {
    width: 100%;
    height: 4.5rem;
    object-fit: cover;
   transition: all .5s;
}
.index-news .swiper-slide:hover  > a img {
    transform: scale(1.1);
}
.index-news .swiper-slide h3 a {
    min-height: 3em;
    margin-bottom: 0.25rem;
    font-size: 0.24rem;
    color: #000000;
}
.index-news .swiper-slide:hover h3 a {
    color: #e6222e;
} 
.index-news .swiper-slide span {
    font-size: 0.16rem;
    color: #666666;
}



.index-address {
    padding: 1.25rem .9rem;
    background-color: #f4ebda;
    overflow: hidden;
}
.index-address .flex {
    align-items: flex-start;
}
.index-address .r {
    position: relative;
    left: 1rem;
}
.index-address .r img {
    width: 7.65rem;
    pointer-events: none;
}
.index-address .address-title {
    margin-bottom: 0.55rem;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 0.8rem;
    color: #000000;
    font-family: "eryafeihong";
}
.index-address .address-title img {
    width: 1.56rem;
    margin-right: 0.2rem;
    pointer-events: none;
}


.address-list {}
.address-list  .address-item {
    margin-bottom: 0.1rem;
}
.address-list h3 {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
    font-family: "HarmonyOS_Sans_SC_Bold";
    color: #000000;
    font-size: 0.2rem;
}
.address-list h3 img {
    width: 0.16rem;
    margin-right: 0.1rem;
    pointer-events: none;
    opacity: .3;
}
.address-list ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0.26rem;
}
.address-list ul img {
    width: 0.79rem;
}
.address-list ul li {
    margin-right: 0.14rem;
    font-size: 0.18rem;
    color: #3e3e3e;
}
.address-items {
    display: flex;
    flex-wrap: wrap;
}
.address-items .address-item {
    width: 25%;
}

.address-items.w50 .address-item {
    width: 33%;
}
.address-items.w50 .address-item h3 img {
    opacity: 1;
}

.index-plan {
    padding: .5rem 0;
    background-color: #f4ebda;
    overflow: hidden;
}
.index-plan .l img {
    width: 9.7rem;
    pointer-events: none;
}
.index-plan .r img {
    width: 7.5rem;
    pointer-events: none;
    transform: translateX(20px);
    transition: all .3s;
}
.index-plan .r img:last-of-type {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.index-plan .r a {
    position: relative;
}
.index-plan .r a:hover img {
    transform: translateX(0);
}
.index-plan .r a:hover img:first-of-type {
    /* display: none; */
}
.index-plan .r a:hover img:last-of-type {
    
}
.index-plan .r a:hover img:last-of-type {
    opacity: 1;
    visibility: visible;
}
.index-plan h3 {
    position: relative;
    left: -0.7rem;
    font-size: 1.2rem;
    color: #000000;
    font-family: "eryafeihong";
}

@media (max-width: 1600px) {
    .index-about img {
        width: 660px;
        margin-bottom: 60px;
    }
    .index-about h1 {
        font-size: 40px;
    }
    .index-about .content p {
        margin-bottom: 35px;
        font-size: 18px;
    }

    .index-img img {
        width: 276px;
    }
    .index-img h3 {
        font-size: 100px;
    }
    .index-product .pro-item-big {
        width: 700px;
        height: 700px;
    }
    .index-product .pro-item .in .box h3 {
        font-size: 45px;
    }
    .index-product .pro-item .in .box span {
        margin-top: 40px;
        border-radius: 38px;
        font-size: 22px;
        padding: 20px 54px;
    }
    .index-product .pro-item .in .box span img {
        width: 28px;
        margin-left: 16px;
    }
    .index-product .pro-item.pro-item-small .in .box h3 {
        font-size: 34px;
    }
    .index-product .pro-item .hot-ico img {
        width: 180px;
    }
    .index-product .pro-item-small {
        width: 400px;
        height: 400px;
    }
    .index-product .pro-item > img {
        width: 200px;
    }
    .index-product .pro-item.pro-item-small .in .box span {
        font-size: 18px;
        padding: 14px 40px;
    }
    .index-product .pro-item .out h3 {
        font-size: 32px;
    }
    .index-product .pro-deco {
        width: 450px;
        height: 450px;
    }
    .index-address .address-title {
        margin-bottom: 50px;
        font-size: 60px;
    }
    .index-address .address-title img {
        width: 150px;
        margin-right: 20px;
    }

    .address-list h3 {
        margin-bottom: 25px;
        font-size: 18px;
    }
    .address-list h3 img {
        width: 16px;
        margin-right: 10px;
    }
    .address-list ul img {
        width: 70px;
    }
    .address-list ul li {
        margin-right: 14px;
        font-size: 16px;
    }
    
    .index-news .swiper-slide h3 a {
        margin-bottom: 14px;
        font-size: 18px;
    }
    .index-news .swiper-slide span {
        font-size: 14px;
    }
}




@media (max-width: 1400px) {
    .index-about {
        padding: 80px 0;
    }
    .index-about img {
        width: 520px;
        margin-bottom: 40px;
    }
    .index-about h1 {
        font-size: 32px;
    }
    .index-about .content p {
        margin-bottom: 20px;
        font-size: 16px;
    }


    .index-chara .left-content {
        padding-left: 15px;
    }
    .index-chara .left-content ul li h3 {
        margin-bottom: 15px;
        font-size: 50px;
    }
    .index-chara .left-content ul li p {
        top: -20px;
        font-size: 16px;
    }

    .index-join section .content h3 {
        font-size: 32px;
    }
    .index-join section .content .line {
        width: 120px;
        height: 2px;
        margin-top: 20px;
    }
    .index-join section .content p {
        margin-top: 10px;
        font-size: 16px;
    }

    .index-img img {
        width: 220px;
    }
    .index-img h3 {
        font-size: 70px;
    }

    .index-news {
        padding: 60px 0;
    }
    .index-news .news-title h3 {
        font-size: 32px;
    }
    .index-news .news-title a {
        font-size: 16px;
    }
    .index-news .news-container {
        width: 100%;
        margin: 0 auto;
        margin-left: auto;
        overflow: hidden;
    }
    
    .index-product .pro-deco {
        width: 350px;
        height: 350px;
    }
    .index-product .pro-item-big {
        width: 500px;
        height: 500px;
    }
    .index-product .pro-item .in .box h3 {
        font-size: 34px;
    }
    .index-product .pro-item.pro-item-small .in .box h3 {
        font-size: 28px;
    }
    .index-product .pro-item .out h3 {
        font-size: 24px;
    }
    .index-product .pro-item .in .box span {
        margin-top: 30px;
        border-radius: 30px;
        font-size: 18px;
        padding: 14px 40px;
    }
    .index-product .pro-item .in .box span img {
        width: 24px;
        margin-left: 10px;
    }
    .index-product .pro-item .hot-ico img {
        width: 120px;
    }
    .index-product .pro-item > img {
        width: 180px;
    }
    .index-address {
        padding: 60px 15px;
    }
    .index-address .address-title {
        margin-bottom: 40px;
        font-size: 50px;
    }
    .address-items.w50 .address-item {
        width: 50%;
    }
    .index-address .address-title img {
        width: 120px;
        margin-right: 20px;
    }
    
    
}


@media (max-width: 960px) {
    .index-about {
        padding: 60px 0;
    }
    .btm-border img {
        height: 20px;
    }
    .index-about img {
        display: none;
    }
    .index-about h1 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .index-about .content p {
        text-align: left;
    }
    .index-chara .left-content {
        z-index: 7;
    }
    .index-chara .center-img img.img {
        width: 700px;
    }
    .index-chara .center-img .real-img  {
        width: 600px;
        height: 600px;
    }
    .box-container {
        width: 800px;
        left: -50%;
    }
    .index-chara .left-content ul li h3 {
        font-size: 44px;
        color: #ffffff;
    }
    .index-chara .left-content ul li p {
        color: #cccccc;
    }
    .index-chara .right-content img.img {
        width: 200px;
    }
    .index-chara .right-content .real-img {
        width: 150px;
        height: 150px;
    }
    .index-news .swiper-slide img {
        height: 320px;
    }

    .index-join {
        top: 0;
        margin-bottom: 0;
    }
    .index-join section {
        margin-bottom: 25px;
    }
    .index-join section .content .line {
        display: none;
    }
    .index-join section  img {
        display: none !important;
    }
    .index-join section .content .con {
        margin: 0;
        margin-left: 0;
    }
    .index-join section .nums span {
        font-size: 60px;
    }
    .index-join section .nums sup em {
        font-size: 42px;
    }
    .index-join section:nth-of-type(2) {
        bottom: 0;
        align-items: flex-start;
    }
    .index-join section:nth-of-type(3) {
        top: 0;
        left: 0;
    }
    .index-join section:nth-of-type(3) .content {
        left: 0;
    }
    .index-join section:nth-of-type(4) {
        align-items: flex-start;
        top: 0;
    }
    .index-join section:nth-of-type(4) .nums {
        top: 0;
    }
    .index-join section .content h3 {
        font-size: 28px;
    }
    .index-join section .content p {
        font-size: 16px;
    }
    .index-join section .nums sup b {
        font-size: 32px;
    }
    
    .index-img img {
        width: 150px;
    }
    .index-img h3 {
        margin-top: 15px;
        font-size: 32px;
    }

    .index-news .news-title h3 {
        font-size: 25px;
    }
    .address-items .address-item {
        /* width: 33.333%; */
    }
    .address-items.w50 .address-item {
        width: 50%;
    }
    .index-address .flex .l {
        width: 100%;
    }
    .address-list h3 {
        margin-bottom: 10px;
    }
    .address-list .address-item {
        margin-bottom: 15px;
    }

    
    .index-address {
        padding: 60px 0;
        padding-bottom: 0;
    }
    .index-address .r {
        display: none;
    }
    .index-address .address-title {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: center;
    }
    .index-address .address-title img {
        margin-right: 0;
    }

    .index-plan {
        padding: 60px 0;
    }
    .index-plan .l {
        display: none;
    }
    .index-plan .r {
        width: 100%;
    }
    .index-plan h3 {
        left: 0;
        font-size: 50px;
        text-align: right;
    }
    .index-plan .r img {
        width: 100%;
    }

    .index-product {
        display: none;
    }

    .mobile-product {
        display: block;
        padding: 120px 0 0;
        overflow: hidden;
    }
    .mobile-product .pro-item {
        position: relative;
    }
    .mobile-product .hot-ico,.mobile-product .pro-item > img  {
        position: absolute;
        right: 0;
        width: 30%;
        z-index: 1;
    }
    .mobile-product .pro-item > img {
        right: 18%;
        top: 10%;
    }
    .mobile-product .pro-item a img {
        transform: none;
    }
    .mobile-product .box {
        text-align: center;
        margin-top: 25px;
    }
    .mobile-product h3 {
        font-size: 28px;
    }
    .mobile-product span {
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }
    .mobile-product .pro-item a span img {
        width: 18px;
        transform: rotate(-30deg);
        margin-left: 8px;
        filter: invert(26%) sepia(93%) saturate(6850%) hue-rotate(353deg) brightness(82%) contrast(111%);
    }
} 