#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{
    /* position: fixed;
    top: 0; */
}
#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%;
}
@keyframes cirToTarCenterKeyFrames {
    0%{
        top: 1.95rem;
        left: auto;
        right: 7.46rem;
    }
    20%{
        top: 2.31rem;
        left: auto;
        right: 6.84rem;
    }
    21%{
        top: 3.1rem;
        left: auto;
        right: 5.42rem;
    }
    29%{
        top: 3.6rem;
        left: auto;
        right: 4.59rem;
    }
    40%{
        top: 4.26rem;
        left: auto;
        right: 5.6rem;
    }
}
#cirToTarCenter{
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: rgba(0, 0, 255, 0.75);
    position: absolute;
    animation: cirToTarCenterKeyFrames linear 5s infinite;
}
.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.4rem;
    /* 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: 32px 32px 32px 32px;
}
.phone-number span:first-of-type{
    margin-right: 5px;
}
.phone-number span{
    color: white;
    font-size: 0.22rem;
    letter-spacing:0.01rem;
}

.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;
}
.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;
}
.scene-content{
    width: 21rem;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    height: 7.5rem;
}
.scene-content .scene-content-item .scene-desc{
    position: absolute;
    left: 42%;
    color: white;
    top: 30%;
    /* transform: translate(0,-60%); */
    z-index: 88888888;
    display: block;
}
.scene-content .scene-content-item .scene-desc .scene-action{
    margin-top: 0.1rem;
    z-index: 2023;
    cursor: pointer;
    color: white;
}
.scene-content .scene-content-item .scene-desc .scene-action img{
    width: 0.26rem;
    height: 0.26rem;
    object-fit: contain;
}
.scene-content .scene-content-item:nth-child(1)  .scene-desc{
    left: 44%;
}
.scene-content .scene-content-item:nth-child(3)  .scene-desc{
    left: 38%;
}
.scene-content .scene-content-item .scene-desc h1{
    font-size: 0.40rem;
    margin-top: 0.1rem;
    font-weight: bold;
    letter-spacing: 2px;
}
.scene-content .scene-content-item .scene-desc h2{
    font-size: 0.30rem;
    margin-top: 0.05rem;
    font-family: 'InterMedium8';
    color: rgba(255, 255, 255, 0.8);
}
.scene-content .scene-content-item .scene-desc .type-wrap{
    text-align: center;
    width: 1.4rem;
    height: 0.42rem;
    line-height: 0.42rem;
    font-size: 0.2rem;
    letter-spacing: 2px;
    color: white;
    font-size: 0.28rem;
    font-weight: bold;
    /* background: linear-gradient(94deg, #01BEFE 0%, rgba(1,190,254,0.2) 100%); */
    background: #01BEFE;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
/* .scene-content .scene-content-item{
    position: relative;
    flex: 1;
    transition: all 1s;
    will-change: auto;
} */
.scene-content .scene-content-item .scene-wrapper{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transform: skew(-10.15deg);
    transform-origin: left top;
    overflow: hidden;
    /* background-image: url("../img/shade-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9999; */
}
.scene-content .scene-content-item:nth-child(1) .scene-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 2px;
    height: 100%;
    background-color: #fff;
    opacity: .3;
}
.scene-content .scene-content-item .scene-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(107deg,#0a2349 20%,rgba(10,35,73,0) 100%);
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
}
/* .scene-content .scene-content-item:nth-child(2) .scene-wrapper-bg{
    left: 0%;
    width: 200%;
    margin-left: 0;
}
.scene-content .scene-content-item:nth-child(3) .scene-wrapper-bg{
    margin-left: 0rem;
    left: 60%;
    width: 12.3rem;
} */
.scene-content .scene-content-item .scene-wrapper-bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    /* margin-left: 1rem; */
    width: 19.2rem;
    height: 100%;
    transform: translate(-50%,0) skew(10.15deg);
    transform-origin: left top;
}
.scene-content .scene-content-item .scene-wrapper .scene-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 100;
    transition: all .6s;
}
.scene-content .scene-content-item .scene-wrapper-bg>img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    transition: transform .5s;
    /* background-position:-50% 50%; */
}
.scene-content .scene-content-item:nth-child(2) .scene-wrapper {
    overflow: initial;
    z-index: 0;
}
.scene-content .scene-content-item:nth-child(1) .scene-wrapper-bg>img {
    transform: translate(-3rem,0);
}
.scene-content .scene-content-item:nth-child(2) .scene-wrapper-bg>img {
    transform: translate(50px,0);
}
.scene-content .scene-content-item:nth-child(3) .scene-wrapper-bg>img {
    transform: translate(-35%,0);
}
.scene-content .scene-content-item:nth-child(3) .scene-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 2px;
    height: 100%;
    background-color: #fff;
    opacity: .3;
}
.scene-content .scene-content-item .item-detail {
    /* opacity: 0; */
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(107deg,#0a2349 20%,rgba(10,35,73,0) 100%);
    transition: opacity .6s;
}
.scene-content .scene-content-item .item-target{
    visibility: hidden;
    /* position: absolute;
    z-index: 1;
    top: 0;
    left: 0; */
    transition: opacity .6s;
    color: white;
    margin: 0.8rem 0 0 0;
    display: flex;
}

.scene-content .scene-content-item .item-target a{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-content: center;
    align-items: center;
    color: white;
    transform: scale(1);
    transition: all 0.2s linear;
    transform-origin: left bottom;
    font-size: 0.24rem;
    margin-top: 0.25rem;
}
.scene-content .scene-content-item .item-target a:hover{
    transform: scale(1.15);
    font-weight: bold;
}
.scene-content .scene-content-item .item-target a:hover .empty-circle1{
    border-width: 0.04rem;
}

.item-detail .detail-img{
    position: absolute;
    top: 20%;
    left: 43%;
    transform: scale(1.25);
    transform-origin: left center;
}
.scene-content-item:nth-child(2) .item-detail .detail-img{
    position: absolute;
    top: 13%;
    left: 37%;
}
.scene-content-item:nth-child(3) .item-detail .detail-img{
    position: absolute;
    /* top: 15%; */
    left: 37%;
}
.scene-content:hover .scene-content-item .scene-wrapper .scene-modal {
	opacity: .48
}

.scene-content:hover .scene-content-item .scene-wrapper .scene-wrapper-bg>img {
	transform: translate(0,0)
}

.scene-content:hover .item-thumb {
	opacity: 0;
	z-index: 1
}

.scene-content .scene-content-item {
	position: relative;
	flex: 1;
	transition: all 1s;
	will-change: auto
}

.scene-content .scene-content-item:hover {
	flex: 1 0 13.6rem
}
.scene-content .scene-content-item:nth-child(1):hover .scene-wrapper-bg{
    width: 100%;
    left: 50%;
    margin-left: 0;
}
.scene-content .scene-content-item:hover .scene-desc{
    left: 15%;
}
.scene-content .scene-content-item:nth-child(1):hover~.scene-content-item .scene-desc{
    display: none;
}
.scene-content .scene-content-item:nth-child(2):hover~.scene-content-item .scene-desc{
    display: none;
}
.scene-content .scene-content-item:nth-child(2):hover .scene-wrapper-bg{
    /* width: 110%;
    left: 40%;
    margin-left: 0.8rem; */
}
.scene-content .scene-content-item:nth-child(3):hover .scene-wrapper-bg{
    /* width: 100%;
    left: 40%;
    margin-left: 0; */
}
.scene-content .scene-content-item:hover .scene-wrapper .scene-modal {
	opacity: 0;
	visibility: hidden
}

.scene-content .scene-content-item:hover .shade {
    display: none;
}
.scene-content .scene-content-item:hover .item-detail,.scene-content .scene-content-item:hover .item-target  {
	/* opacity: 1; */
    display: block;
    visibility: visible;
	z-index: 2
}

.scene-content .scene-content-item:nth-child(1) .item-detail{
    background-image: url('../img/expand-l.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.scene-content .scene-content-item:nth-child(2) .item-detail{
    background-image: url('../img/expand-c.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.scene-content .scene-content-item:nth-child(3) .item-detail{
    background-image: url('../img/expand-r.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.item-content{
    width: 100%;
    background-image: url('../img/bg.png');
}
.content-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0.75rem 2.6rem;
}
.footer-info{
    padding: 0 2.6rem;
}
.child-item{
    flex: 1;
    width: 0;
    position: relative;
    /* height: 5.5rem; */
    background-size: cover;
    background-image: url('../img/card.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 0.2rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2); /* 阴影效果 */
}
.child-item .item-img{
    width: 100%;
    height: 100%;
    position: relative;
}
.child-item .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.child-item .item-desc{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.4rem 0.28rem;
    /* top: 0.4rem;
    left: 0.3rem; */
}
.child-item .item-desc h1{
    font-size: 0.29rem;
    font-weight: normal;
    letter-spacing: 0px;
    margin-bottom: 0.2rem;
}
.child-item .item-desc p{
    margin-bottom: 0.05rem;
    font-size: 0.16rem;
    color: #454C4E;
    line-height: 0.28rem;
}
/* .radial {
    mask: radial-gradient(
        circle at 50% 0,
        #000,
        transparent 20%,
        transparent 0
    );
    mask-size: 100% 100%;
    animation: scale2 5s infinite;
} */
@keyframes scale {
    50%,
    100% {
        mask-size: 2000%;
    }
}
@keyframes scale2 {
    50%,
    100% {
        mask-size: 100% 2000%;
    }
}
.detail-tag{
    width: 100%;
    height: 100%;
    position: relative;
}
.detail-tag .tag{
    display: flex;
    flex-direction: row;
    background-color: rgba(33,111,180,0.7);
    position: absolute;
    top: 10%;
    left: 50%;
    padding: 0.1rem 0.2rem;
    border-radius: 0.25rem;
}
.detail-tag .tag h1{
    line-height: 0.2rem;
}
.detail-tag .tag img{
    width: 0.2rem;
    margin-left: 0.1rem;
}
.detail-tag .tag .empty-circle {
    width: 0.1rem;
    height: 0.1rem;
    border: 0.02rem solid #fff;
    border-radius: 50%;
    margin-top: 0.05rem;
    padding: 1;
    margin-right: 0.1rem;
  }
  .empty-circle1 {
    width: 0.12rem;
    height: 0.12rem;
    border: 0.03rem solid #fff;
    border-radius: 50%;
    /* padding: 1px 0 5px 0; */
    margin-bottom: 0.5px;
    margin-right: 0.08rem;
  }
  .detail-tag .tag h1{
    color: white;
  }
 