#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: 50%;
    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{
    margin-top: 20px;
    width: 280px;
    padding: 12px 0;
    text-align: center;
    background: linear-gradient(94deg, #01BEFE 0%, rgba(1,190,254,0.2) 100%);
    border-radius: 32px 32px 32px 32px;
}
.phone-number span{
    color: white;
    font-size: 22px;
    letter-spacing:1px;
}

.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: 14rem;
    max-width: 14rem;
    margin: 0 auto;
    padding: 0.6rem 0;
}
.wrap-item .full-wrap{
    width: 100%;
    /* padding: 0.6rem 0; */
}
.wrap-item .auto-wrap .info-wrap{
    display: flex;
    flex-direction: row;
}
.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.2rem 0;
    letter-spacing: 0.01rem;
}
.wrap-item .auto-wrap .info-wrap .info-desc p{
    line-height: 0.28rem;
}


i{
    font-style: normal;
}
.scene-wrap{
    width: 100%;
    padding:  0.2rem 0 ;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.scene-wrap .scene-item{
    display: block!important;
    height: 5rem;
    flex: 1;
    cursor: pointer;
    border-radius: 4px;
}
.scene-wrap .scen3-item img{
    width: 100%;
    height: 100%;
}
.scene-item .scene-text{
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0.1rem;
}
.scene-wrap .scene-item h1{
    /* position: absolute;
    top: 50%;
    transform: translate(0,-50%); */
    text-align: center;
    letter-spacing: 0.01rem;
    color: white;
    font-size: 0.28rem;
    font-weight: normal;
    width: 100%;
}
.scene-wrap .scene-item p{
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.808);
    text-align: center;
    line-height: 0.2rem;
}
.scene-wrap .scene-item:not(:last-child){
    margin-right: 0.15rem;
}
.full-wrap .feature-item:nth-child(2),
.full-wrap .feature-item:nth-child(6){
    background-image: url("../img/shade-r.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.full-wrap .feature-item:nth-child(4),
.full-wrap .feature-item:nth-child(8){
    background-image: url("../img/shade-l.png");
    background-repeat: no-repeat;
    background-size: cover;
}
/* .full-wrap .feature-item:nth-child(2) img{
    padding: 0 0.6rem;
}
.full-wrap .feature-item:nth-child(1) img{
    padding: 0.4rem 0.4rem 0.2rem 0.4rem;
}
.full-wrap .feature-item:nth-child(3) img{
    padding: 0rem 0.6rem;
}
.full-wrap .feature-item:nth-child(7) img{
    padding: 0rem 0.6rem;
}
.full-wrap .feature-item:nth-child(8) img{
    padding: 0rem 0.6rem;
} */
/* .full-wrap .feature-item:nth-child(1) .feature-desc{
    margin-top: 0.6rem;
}
.full-wrap .feature-item:nth-child(2) .feature-desc{
    margin-top: 1rem;
}
.full-wrap .feature-item:nth-child(3) .feature-desc{
    margin-top: 0.6rem;
}
.full-wrap .feature-item:nth-child(4) .feature-desc{
    margin-top: 0.8rem;
}
.full-wrap .feature-item:nth-child(5) .feature-desc{
    margin-top: 0.8rem;
}
.full-wrap .feature-item:nth-child(6) .feature-desc{
    margin-top: 0.8rem;
}
.full-wrap .feature-item:nth-child(7) .feature-desc{
    margin-top: 0.8rem;
}
.full-wrap .feature-item:nth-child(8) .feature-desc{
    margin-top: 0.5rem;
}
.full-wrap .feature-item:nth-child(9) .feature-desc{
    margin-top: 1rem;
}
.full-wrap .feature-item:nth-child(5){
    padding: 0rem 2rem !important;
} */
.full-wrap .feature-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.2rem 2rem;
    background-color: #F8FBFF;
}
.feature-item .feature-img{
    width: 50%;
    height: 4.3rem;
}
.footer-info{
    width: 14rem;
}
.feature-item .feature-img img{
    width: 100%;
    height: 100%;
    /* max-height: 500px; */
    object-fit: contain;
}
.feature-item .feature-desc{
    flex: 1;
    width: 0;
    padding: 0 0.4rem;
    /* top: 50%;
    transform: translate(0,-50%); */
}
.feature-item .feature-desc h1{
    font-size: 0.24rem;
    font-weight: bold;
    letter-spacing: 0.01rem;
    text-align: left;
    padding: 0.15rem 0;
}
.feature-item .feature-desc p{
    line-height: 0.28rem;
}