a.more {
    display: flex;
    align-items: center;
    column-gap: 0.15rem;
    font-size: 0.16rem;
    font-style: italic;
    font-weight: 600;
    color: #242424;
    width: fit-content;
}

.index-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.index-banner .swiper-slide {
    position: relative;
}

.index-banner .swiper-slide .content {
    position: absolute;
    top: 2.5rem;
    left: 1.5rem;
    width: 100%;
    height: 100%;
    line-height: 1.3;
}

.index-banner .swiper-slide .content h1 {
    margin-bottom: 0.3rem;
    font-size: 0.5rem;
    color: #fff;
    font-weight: 600;
}

.index-banner .swiper-slide .content p {
    font-size: 0.26rem;
    color: #fff;
}

.index-pro {
    margin: 0.9rem 0;
    padding: 0 1.65rem;
}

.index-pro-header {
    margin-bottom: 0.5rem;
}

.index-pro-header h2 {
    font-size: 0.52rem;
    font-weight: 600;
    font-style: italic;
    color: #51bbd7;
    line-height: calc(84/52);
}

.index-pro-header div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-pro-header div p.title {
    font-size: 0.52rem;
    font-weight: 600;
    font-style: italic;
    color: #333;
    line-height: calc(84/52);
}

.index-pro-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5rem;
    row-gap: 0.6rem;
}

.index-pro-item-wrapper {
    width: calc(50% - 0.25rem);
}

.index-pro-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0.36rem;
    overflow: hidden;
    transition: all 0.4s ease;
}

.index-pro-item .content {
    position: absolute;
    top: 0.9rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 0.38rem;
}

.index-pro-item .content .title {
    text-align: center;
    font-size: 0.34rem;
    font-weight: 600;
    font-style: italic;
    color: #242424;
}

.index-pro-item .content p.more {
    font-size: 0.16rem;
    font-style: italic;
    font-weight: 600;
    color: #242424;
}

.index-pro-item .content p.more .hover {
    display: none;
}

.index-solution { margin: 1rem 0; overflow:hidden;}

.index-solution-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.6rem 0;
    padding: 0 1.5rem;
}

.index-solution-header h2 {
    font-size: 0.52rem;
    font-weight: 600;
    font-style: italic;
    color: #333;
    line-height: calc(78/52);
}

.index-solution-header h2 span {
    color: #51bbd7;
}

.index-solution-swiper-img .swiper-slide {
    width: 45%;
    margin: 0 0.35rem;
    border-radius: 0.36rem;
    overflow: hidden;
    aspect-ratio: 866/500;
    opacity: 0.6;
    transition: all 0.4s;
}

.index-solution-swiper-img .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.index-solution-swiper-img .swiper-slide-active {
    opacity: 1;
}

.index-solution-swiper-tit {
    width: 43%;
    margin: 0.5rem auto;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #BFBFBF80;
}

.index-solution-swiper-tit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    background: linear-gradient(to right, white, transparent);
    z-index: 1;
    pointer-events: none;
}

.index-solution-swiper-tit::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: linear-gradient(to left, white, transparent);
    z-index: 1;
    pointer-events: none;
}

.index-solution-swiper-tit .swiper-slide {
    width: -moz-max-content;
    width: max-content;
    font-size: 0.2rem;
    font-weight: 600;
    font-style: italic;
    color: #666;
    padding-bottom: 0.25rem;
    margin: 0 0.45rem;
    cursor: pointer;
    transition: all 0.4s;
}

.index-solution-swiper-tit .swiper-slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #51BBD7;
    transition: all 0.4s;
}

.index-solution-swiper-tit .swiper-slide:hover {
    color: #333;
}

.index-solution-swiper-tit .swiper-slide.active {
    color: #333;
}

.index-solution-swiper-tit .swiper-slide.active::after {
    width: 100%;
}

.index-news {
    display: none !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.2rem;
}
.index-news .bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.index-news .bg img{
    object-position: left;
}

.index-news-left { 
    position: relative; 
    width: 43.5%;
}
.index-news-left-header {
    position: absolute;
    top: 0;
    left: 1.5rem;
    width: auto;
    height: 100%;
}
.index-news-left-header h2 {
    font-size: 0.52rem;
    font-weight: 600;
    font-style: italic;
    color: #333;
    line-height: calc(78/52);
    margin-bottom: 0.5rem;
}
.index-news-left-header h2 span { color: #51BBD7; }
.index-news-left-header .more img.hover { display: none; }
.index-news-navs {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.4rem;
    padding-right: 1.5rem;
}
.index-news-nav-item {
    width: 100%;
    padding-bottom: 0.3rem;   
    border-bottom: 1px solid #E6E6E6;
}
.index-news-nav-item p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 0.2rem;
    margin-bottom: 0.3rem;
}
.index-news-nav-item p .type {
    padding: 0.08rem 0.24rem;
    border-radius: 0.18rem;
    background-color: #ECF7FA;
    font-size: 0.16rem;
    font-weight: 500;
    font-style: italic;
    color: #51BBD7;
}
.index-news-nav-item p .date {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: calc(27/18);
    color: #666;
}
.index-news-nav-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-news-nav-item a span {
    width: 7.1rem;
    font-size: 0.2rem;
    font-weight: 600;
    font-style: italic;
    line-height: calc(28/20);
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-news-nav-item a .hover { display: none; }

.index-earch {
    position: relative;
    width: 100%;
    /*height: 125vh;*/
    height: 13rem;
    overflow: hidden;
    padding: 1.75rem 1.55rem;
    z-index: 15;
    background: #F3F5FA;
    /*background: url("../img/18.png") no-repeat center center;*/
}
.index-earch .earth_box .bg{
    position: absolute;
    inset: 0;
    z-index: -1;
}
.index-earch .earth_box{
    pointer-events: none;
    position: absolute;
    bottom: .5rem;
    left: 0;
    width: 100%;
    height: 8rem;
    
    
}
.index-earch .earth_box .earth{
    pointer-events: auto;
    width: 7.12rem;
    height: 7.12rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.index-earch .earth_box .earth .dot{
    position: absolute;
    left: 1rem;
    top: 1.7rem;
    width: 5rem;
    height: 2.73rem;
    
}
.index-earch .earth_box .btm{
    width: 11rem;
    height: 2.7rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.index-earch h2 {
    font-size: 0.52rem;
    font-weight: 600;
    font-style: italic;
    color: #333;
    line-height: calc(84/52);
}
.index-earch h2 span { color: #51BBD7; }
.index-earch p {
    font-style: Regular;
    font-size: 0.2rem;
    line-height: calc(30/20);
    letter-spacing: 9%;
    color: #96A5AE;
    margin-top: 0.3rem;
}
.index-earch p.row_1 {
    width: 70%;
}
.index-earch p.row_2 {
    width: 36%;
}
.index-earch .more {
    margin-top: 0.6rem;
}
.index-earch .more img.hover { display: none; }
