@keyframes about-swiper {
    0%{
        transform: translateX(0);
    }

    50%{
        transform: translateX(-120%);
    }
    100%{
        transform: translateX(0);
    }
}

#container{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
header .header-title{
    width: 100%;
    /* min-width: 1240px; */
    display: flex;
    flex-direction: row;
    height: 68px;
    line-height: 68px;
    justify-content: space-between;
    /* position: fixed;
    top: 0; */
    padding: 0 60px;
    z-index: 2023;
}
#logo>img{
    /* width: 32px; */
    margin-top: 11px;
    height: 0.46rem;

}
.carousel-item {
    width: 100%;
}
.carousel-item>img{
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#menu{

}
#menu ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}
#menu ul li{
    width: auto;
    height: 100%;
    padding: 0 32px;
    color: #222222;
}
main .header-banner{
    width: 100%;
}
#carouselWrap{
    width: 100%;
}
.carousel-inner{
    width: 100%;
}
.banner-desc{
    position: absolute;
    left: 14%;
    top: 58%;
    transform: translate(0,-50%);
    width: calc(100% - 16%);
}
.banner-desc h2{
    color: white;
    font-size: 0.36rem;
    font-weight: bold;
    letter-spacing:1px;
}
.banner-desc h5{
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.16rem;
    line-height: 0.28rem;
    margin-top: 0.2rem;
    width: 50%;
}
.phone-number{
    display: inline-block;
    margin-top: 0.2rem;
    /* width: 2.8rem; */
    padding: 0.12rem 0.25rem;
    text-align: center;
    background: linear-gradient(94deg, #01BEFE 0%, rgba(1,190,254,0.2) 100%);
    border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
}
.phone-number span{
    color: white;
    font-size: 0.22rem;
    letter-spacing:0.01rem;
}
.phone-number span:first-of-type{
    margin-right: 5px;
}
.wrap-item{
    width: 100%;
}
.item-title{
    position: relative;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.38rem;
    font-weight: bold;
    text-align: center;
    letter-spacing:0.01rem;
    background-color: #F4F6F8;
}
.setColor{
    color: #0066FF !important;
}
.line-wrap{
    position: absolute;
    text-align: center;
    top: 0.3rem;
    width: 100%;
}
.line-icon{
    display: inline-block;
    width: 0.3rem;
    height: 0.03rem;
    background-color: #0066FF;
}
/* ------------------------------底部信息-------------------------------- */

.wrap-item{
    width: 100%;
}
.wrap-item .auto-wrap{
    width: 12.6rem;
    /* min-width: 1260px; */
    margin: 0 auto;
    padding: 0.6rem 0;
}
.footer-info{
    width: 12.6rem;
}
.wrap-item .auto-wrap .info-wrap{
    display: flex;
    flex-direction: row;
}
.wrap-item .auto-wrap .info-wrap img{
    width: 5.7rem;
}
.wrap-item .auto-wrap .info-wrap .info-desc{
    flex: 1;
    width: 0;
    margin-left: 0.4rem;
}
.wrap-item .auto-wrap .info-wrap .info-desc h1{
    font-size: 0.28rem;
    font-weight: bold;
    padding: 0.4rem 0;
    letter-spacing: 0.01rem;
}
.wrap-item .auto-wrap .info-wrap .info-desc p{
    line-height: 0.28rem;
}
.info-wrap img{
    width: 5.7rem;
}
.info-list{
    width: 100%;
    background-color: #F4F6F8;
    margin-top: 0.5rem;
    overflow: hidden;
    box-sizing: content-box;
    display: flex;
    flex-direction: row;
    padding: 0.2rem 0.3rem;
}
.info-list .list-item{
    /* flex: 1; */
    /* width: 2.5rem;
    min-width: 2.5rem; */
    width: 20%;
    min-width: 20%;
    box-sizing: border-box;
    padding: 0.3rem 0.3rem;
    height: 2.6rem;
    cursor: pointer;
    position: relative;
    animation: about-swiper 15s linear infinite;
    border-right: white 1px solid;
}
.info-list .list-item:last-child{
    border-right: none;
}
.info-list .list-item .add-icon{
    position: absolute;
    font-size: 0.24rem;
    color: #0066FF;
    margin-left: 0.1rem;
}
.info-list .list-item:hover{
    background-color: white;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1); /* 阴影效果 */
    border-radius: 0.02rem;
}
.info-list .list-item h1{
    display: inline-block;
}
.info-list .list-item:nth-child(1) h1{
    font-size: 0.28rem;
}
.info-list .list-item:nth-child(2) h1{
    font-size: 0.28rem;
}
.info-list .list-item:nth-child(3) h1{
    font-size: 0.28rem;
}
.info-list .list-item:nth-child(1) span{
    margin-top: 0.2rem;
    display: inline-block;
}
.info-list .list-item:nth-child(2) span{
    margin-top: 0.2rem;
    display: inline-block;
}
.info-list .list-item:nth-child(3) span{
    margin-top: 0.2rem;
    display: inline-block;
}
.info-list .list-item h1{
    color: #0066FF;
    font-size: 0.42rem;
    font-weight: bold;
}
.info-list .list-item p{
    font-weight: bold;
    line-height: 0.36rem;
}
.info-list .list-item span{
    font-size: 0.14rem;
    color: rgba(0,0,0,0.5);
    line-height: 0.22rem;
}
#map{
    width: calc(100% - 4.2rem);
    height:4rem;
}
.address-wrap{
    position: relative;
    width: 4rem;
    height: 4rem;
    margin-right: 0.2rem;
    padding: 0.32rem 0.25rem;
    background-color: #F4F6F8;
}
.address{
    /* position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    padding: 0 0.1rem; */
    width: 100%;
    height: 100%;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.address>div{
    margin-bottom: 0.35rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    line-height: 0.22rem;
}
.address > div:last-child{
    margin-bottom: 0;
}
.img-title{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.img-title img{
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.05rem;
}
.address>div span{
    font-weight: bold;
    line-height: 0.3rem;
}
.address>div i{
    margin-left: 0.24rem;
}
.map-wrap{
    display: flex;
    flex-direction: row;
}
.BMap_cpyCtrl, .anchorBL{
    display: none !important;
}

i{
    font-style: normal;
}
