* {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    font-family: Arial;
}

.index {
    width: 100%;
    background: url(../img/header/41.png) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 2.1rem;
    padding-bottom: 1.86rem;
}

.index-content1 {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.index-content_1 {
    width: 14.5rem;
}

.index-content-list_1 {
    display: flex;
    justify-content: space-between;
    /* margin-top: 2.1rem;
    margin-bottom: 1.86rem; */
}

.index-content-list_1 ul {
    width: 3.625rem;
    display: flex;
    flex-direction: column;
    border-right: #006EBA 0.01rem solid;
    align-items: center;
}

/*.index-content-list_1 ul:nth-child(1) {*/
/*    width: 3.44rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.index-content-list_1 ul:nth-child(2) {*/
/*    width: 4.63rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    border: 0;*/
/*}*/

/*.index-content-list_1 ul:nth-child(3) {*/
/*    width: 4.39rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.index-content-list_1 ul:nth-child(4) {*/
/*    width: 4.14rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    border: none;*/
/*}*/

.index-content-list_1 ul li:nth-child(1) {
    width: .92rem;
    height: .93rem;
    background: url(../img/index/index\ \(36\).png) no-repeat;
    background-size: 100% 100%;
}

.index-content-list_1 ul:hover li:nth-child(1) {
    background: url(../img/index/index\ \(37\).png) no-repeat;
    background-size: 100% 100%;
}

.index-content-list_1 ul li:nth-child(2) span:nth-child(1) {
    font-family: Arial;
    font-weight: 800;
    font-size: 1rem;
    color: #006EBA;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.index-content-list_1 ul li:nth-child(2) span:nth-child(2) {
    font-family: Arial;
    font-weight: normal;
    font-size: 0.27rem;
    color: #006EBA;
    line-height: 0.32rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.index-content-list_1 ul li:nth-child(3) {
    font-family: Arial;
    font-weight: normal;
    font-size: 0.18rem;
    color: #8D8D8D;
    line-height: 0.33rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}


/* .index-content-list_1 ul:hover li:nth-child(1) {
    background: radial-gradient(at 50% 50%, #FFFFFF 0%, #E4EEF5 71%, #A0CAE6 100%);
} */

.index2 {
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    /* margin-top: -1.86rem; */
}

.image {
    position: absolute;
    width: 100%;
    height: 100%;
    ;
    background: url(../img/header/header.png) no-repeat;
    animation: scrollImage 10s linear infinite;
}

@keyframes scrollImage {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}

.index3 {
    width: 100%;
    height: 9.47rem;
    /*background: url(../img/index/index.png) no-repeat;*/
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-content-about {
    width: 14.5rem; 
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.62rem;
}

.index-content-about_1 {
    width: 7.29rem;
    /* height: 5.47rem; */
    background: url(../img/index/index\ \(3\).png) no-repeat;
    border-radius: 0.3rem;
}

.index-content-about_1 img {
    width: 7.29rem;
    height: 5.47rem;
    position: relative;
    /* left: 0.22rem; */
    /* top: 0.2rem; */
    transition: 0.5s;
}

.index-content-about_1 img:hover {
    position: relative;
    left: 0;
    top: 0;
}

.index-content-about_2 {
    margin-left: 0;
}
.index-content-about_2 .leftTrans{
    margin-bottom: 0.1rem;
}
.index-content-about_2 .ball1{
    background: #FFFFFF;
}

.index-content-about_2 .ball2{
    border: 0.01rem solid #fff;
}

.index-content-about_2 ul li:nth-child(1) {
    display: flex;
    align-items: center;
    margin-left: -0.2rem;
    position: relative;
    left: -3.7rem;
    justify-content: center;
}

.index-content-about_2 ul li:nth-child(1) p:first-child {
    width: 0.18rem;
    height: 0.18rem;
    background: #FFFFFF;
    border-radius: 50%;
    position: relative;
    left: -1.6rem;
}

.index-content-about_2 ul li:nth-child(1) p:last-child {
    position: relative;
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
    border: 0.01rem solid #fff;
    left: -5.35rem;
}

.index-content-about_2 ul li:nth-child(2) {
    display: flex;
    align-items: center;
    /*margin-left: -0.2rem;*/
}

.index-content-about_2 ul li:nth-child(2) span:nth-child(1) {
    font-family: Arial;
    font-weight: bold;
    font-size: 0.50rem;
    font-size: .4rem;
    color: #FFFFFF;
    /* line-height: 0.35rem; */
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-right: 0.23rem;
}

.index-content-about_2 ul li:nth-child(2) span:nth-child(2),
.index-content-about_2 ul li:nth-child(2) span:nth-child(4) {
    width: 0rem;
    height: 0.4rem;
    border: 0.01rem solid #FFFFFF;
    opacity: 0.7;
}

.index-content-about_2 ul li:nth-child(2) span:nth-child(3) {
    font-family: Arial;
    font-weight: bold;
    font-size: 0.50rem;
    font-size: .39rem;
    color: rgba(0, 110, 186, 0);
    line-height: 0rem;
    /* text-stroke: 0.01rem #FFFFFF; */
    text-align: left;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 0.01rem #FFFFFF;
    padding: 0 0.23rem;
    -webkit-font-smoothing: antialiased;
}

.index-content-about_2 ul li:nth-child(3) {
    width: 6.32rem;
    height: 2.32rem;
    height: 2.35rem;
    font-family: Arial;
    font-weight: normal;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.35rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
}

.index-content-about_2 ul li:nth-child(3) {
    display: flex;
    flex-direction: column;
    row-gap: 0.2rem;
    margin: 0.44rem 0 0.53rem 0;
}

.index-content-about_2 ul li:nth-child(4) {
    position: absolute;
    /*margin-top: 0.23rem;*/
}
.index-content-about_2 ul li:nth-child(4) a{
    /*width: 1.77rem;*/
    /*height: .55rem;*/
    /*display: block;*/
        width: 2.79rem;
    height: 0.55rem;
    background: rgba(165, 165, 165, 0.31);
    border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
    border: 0.01rem solid #FFFFFF;
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease;
}

.index-content-about_2 ul li:nth-child(4) a img{
        vertical-align: middle;
    height: 0.5rem;
    width: 0.5rem;
    object-fit: cover;
}
.index-content-about_2 ul li:nth-child(4) a:hover{
   transform: scale(1.1);
}
/*.index-content-about_2 ul li:nth-child(4) a img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: contain;*/
/*    transition: transform 0.3s ease;*/
    
/*}*/

.index4 {
    background: url(../img/index/index\ \(23\).png) no-repeat;
    background-size: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.index-content-products_1 {
    margin-top: 1rem;
     max-width: 14.5rem; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.index-content-products_1 ul:nth-child(1) {
    position: relative;
    left: -7.2rem;
}

.index-content-products_1 ul:nth-child(1) li {
    display: flex;
}

.index-content-products_1 ul:nth-child(1) li p:first-child {
    width: 0.18rem;
    height: 0.18rem;
    background: #087DC3;
    border-radius: 50%;
    position: relative;
    left: -0.7rem;
}

.index-content-products_1 ul:nth-child(1) li p:last-child {
    position: relative;
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
    border: 0.01rem solid #087DC3;
    left: -0.75rem;
}

.index-content-products_1 ul:nth-child(2) li:first-child {
    display: flex;
    align-items: center;
    /* flex-direction: column; */
}

.index-content-products_1 ul:nth-child(2) li:first-child span:nth-child(1) {
    font-family: Arial;
    font-weight: bold;
    font-size: 0.5rem;
    color: #087DC3;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.index-content-products_1 ul:nth-child(2) li:first-child span:nth-child(2),
.index-content-products_1 ul:nth-child(2) li:first-child span:nth-child(4) {
    width: 0rem;
    height: 0.4rem;
    border: 0.01rem solid #087DC3;
    opacity: 0.7;
}

.index-content-products_1 ul:nth-child(2) li:first-child span:nth-child(2) {
    margin: 0 0.2rem;
}

.index-content-products_1 ul:nth-child(2) li:first-child span:nth-child(4) {
    margin-left: 0.2rem;
}

.index-content-products_1 ul:nth-child(2) li:first-child span:nth-child(3) {
    font-family: Arial;
    font-weight: 900;
    font-size: 0.50rem;
    color: rgba(0, 110, 186, 0);
    text-stroke: 1rem #087DC3;
    text-align: left;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 0.01rem #087DC3;
}

.index-content-products_1 ul:nth-child(2) {
    display: flex;
    align-items: center;
    /*column-gap: 6.22rem;*/
    width: 100%;
    justify-content: space-between;
}

.index-content-products_1 ul:nth-child(2) li:last-child button {
    width: 2.35rem;
    width: 3rem;
    height: 0.55rem;
    background: rgba(255, 255, 255, 0.31);
    border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
    border: 0.01rem solid #0091E8;
}

.index-content-products_1 ul:nth-child(2) li:last-child button a {
    text-decoration: none;
    font-family: Arial;
    font-weight: normal;
    font-size: 0.18rem;
    color: #0091E8;
    /*line-height: 0rem;*/
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.index-content-products_1 ul:nth-child(2) li:last-child button:hover a {
    text-decoration: none;
    font-family: Arial;
    font-weight: normal;
    font-size: 0.18rem;
    color: #fff;
    /*line-height: 0rem;*/
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.index-content-products_1 ul:nth-child(2) li:last-child button a img {
    vertical-align: middle;
    height: 0.1rem;
    width: 0.38rem;
    object-fit: cover;
}

.index-content-products_2 {
    margin: 0.86rem auto;
    display: flex;
    align-items: center;
    column-gap: 0.2rem;
    width: 100%;
    height: 7.51rem;
    width: 14.5rem;
}

.index-content-products_2 div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
    height: 100%;
    background: url(../img/index/index\ \(15\).png) no-repeat;
    background-size: cover;
    transition: 0.8s;
}

/*.index-content-products_2 div:hover {*/
/*    cursor: pointer;*/
/*    flex: 0 0 7.5rem;*/
/*    background: url(../img/index/index\ \(38\).png) no-repeat;*/
/*    background-size: 100% 100%;*/
/*    transition: 0.8s ease-in-out;*/
/*}*/
.active00{
    cursor: pointer;
    flex: 0 0 7.5rem !important;
    position: relative;
    z-index: 1;
    /*background: url(../img/index/index\ \(38\).png) no-repeat !important;*/
    
}
.active00::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient( 180deg, rgba(0,213,252,0) 0%, rgba(0,179,228,0.33) 38%, #006EB4 100%);
    z-index: -1;
}
/*.index-content-products_2 div:hover ul:nth-child(1) {*/
/*    display: none;*/
/*}*/
.active00 ul:nth-child(1) {
    display: none;
}
.index-content-products_2 div ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.2rem;
    flex-direction: column;
}

.index-content-products_2 div ul {
    position: relative;
    top: 2rem;
}

.index-content-products_2 div ul li:nth-child(2) p:first-child {
    font-family: Arial;
    font-weight: normal;
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.27rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    max-width: 90%;
    justify-content: center;
    margin:0.1rem auto 0;
}

.index-content-products_2 div ul li:nth-child(2) p:last-child {
    font-family: Arial;
    font-weight: normal;
    font-size: 0.20rem;
    color: #FFFFFF;
    line-height: 0.27rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.index-content-products_2 div {
    position: relative;
    height: 7.51rem;
}

.index-content-products_2 .ul1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    position: absolute;
    display: none;
}
.ul1 li:nth-child(3){
    display: flex;
    justify-content: center;
}
/*.index-content-products_2 div:hover .ul1 {*/
/*    display: block;*/
/*}*/
.active00 .ul1{
    display: flex;
}
.index-content-products_2 .ul1 li:nth-child(3) button {
    width: 1.79rem;
    height: 0.55rem;
    background: rgba(165, 165, 165, 0.31);
    border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
    border: 0.01rem solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease;
}

.index-content-products_2 .ul1 li:nth-child(3) button img {
    vertical-align: middle;
    height: 0.5rem;
    width: 0.5rem;
    object-fit: cover;
}

.index-content-products_2 .ul1 li:nth-child(3) button a {
    text-decoration: none;
    font-family: Arial;
    font-weight: normal;
    font-size: 0.18rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.index-content-products_2 .ul1 li:nth-child(2) {
    /*width: 1.8rem;*/
    /*height: 0.36rem;*/
    font-family: Arial;
    font-weight: bold;
    font-size: 0.30rem;
    color: #FFFFFF;
    /*line-height: 0.40rem;*/
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0.5rem;
}

.index-content-products_2 .ul1 li:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.29rem;
    height: 1.29rem;
}

.index5 {
    background: url(../img/index/index.jpg) no-repeat;
    background-size: 100% 10.8rem;
    width: 100%;
    height: 10.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.index5 .index-network {
    display: flex;
    width: 10rem;
    height: 6.51rem;
    background: url(../img/index/index-bg.png) no-repeat;
    background-position-x: right;
    position: relative;
    /*left: -0.7rem;*/
    background-size: 100% 6.51rem;
    flex-shrink: 0;
}

.index-content-network_1 {
    margin-top: 1rem;
    padding-left: 2.35rem;
    /*max-width: 16.54rem;*/
    width: 100%;
    width: calc(100% - 10rem);
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-direction: column;
    margin-left: 0;
    z-index: 0;
}

.leftTrans {
    position: relative;
    height: 0.18rem;
}

.ball {
    animation: swap 2s infinite;
}

.ball1 {
    position: absolute;
    left: 0;
    width: 0.21rem;
    height: 0.21rem;
    background: #087DC3;
    border-radius: 50%;
    animation-delay: 0s;
}

.ball2 {
    position: absolute;
    left: 0.14rem;
    width: 0.21rem;
    height: 0.21rem;
    border: 0.01rem solid #087DC3;
    box-sizing: border-box;
    border-radius: 50%;
    animation-delay: 1s;
}

@keyframes swap {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: 0.14rem;
        /* 交换到的目标位置 */
    }
}

.index-content-network_1 ul:nth-child(1) {
    position: relative;
    /*left: -2.6rem;*/
}

.index-content-network_1 ul:nth-child(1) li {
    display: flex;
}

.index-content-network_1 ul:nth-child(1) li p:first-child {
    width: 0.18rem;
    height: 0.18rem;
    background: #087DC3;
    border-radius: 50%;
    position: relative;
    left: -0.7rem;
}

.index-content-network_1 ul:nth-child(1) li p:last-child {
    position: relative;
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
    border: 0.01rem solid #087DC3;
    left: -0.75rem;
}

.index-content-network_1 ul:nth-child(2) {
    margin: 0.25rem 0 0.41rem 0;
}

.index-content-network_1 ul:nth-child(2) li:first-child {
    display: flex;
    align-items: center;
}

.index-content-network_1 ul:nth-child(2) li:first-child span:nth-child(1) {
    font-family: Arial;
    font-weight: bold;
    font-size: 0.5rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
}

.index-content-network_1 ul:nth-child(2) li:first-child span:nth-child(2),
.index-content-network_1 ul:nth-child(2) li:first-child span:nth-child(4) {
    width: 0rem;
    height: 0.4rem;
    border: 0.01rem solid #fff;
    opacity: 0.7;
}

.index-content-network_1 ul:nth-child(2) li:first-child span:nth-child(2) {
    margin: 0 0.2rem;
}

.index-content-network_1 ul:nth-child(2) li:first-child span:nth-child(4) {
    margin-left: 0.2rem;
}

.index-content-network_1 ul:nth-child(2) li:first-child span:nth-child(3) {
    font-family: Arial;
    font-weight: 900;
    font-size: 0.50rem;
    color: rgba(0, 110, 186, 0);
    text-stroke: 1rem #087DC3;
    text-align: left;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 0.01rem #fff;
    white-space: nowrap;
}

.index-content-network_1 ul:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 8.23rem;
}

.index-content-network_1 ul:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0;
}

.index-content-network_1 ul:nth-child(3) li {
    width: 5.24rem;
    /*height: 1.42rem;*/
    font-family: Arial;
    font-weight: normal;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.30rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.index-content-network_1 ul:nth-child(4) {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    column-gap: 0.7rem;
    margin-top: 0.7rem;
}

.index-content-network_1 ul:nth-child(4)>li{
    width: 40%;
}

.index-content-network_1 ul:nth-child(4)>li:nth-child(3){
    margin-top: 5%;
}

.index-content-network_1 ul:nth-child(4)>li:nth-child(4){
    margin-top: 5%;
}

.index-content-network_1 ul:nth-child(4) li p:nth-child(1) span:nth-child(1) {
    font-family: Arial;
    font-weight: bold;
    font-size: 0.5rem;
    color: #00FFFF;
    line-height: 0rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.index-content-network_1 ul:nth-child(4) li p:nth-child(1) span:nth-child(2) {
    font-family: Arial;
    font-weight: normal;
    font-size: 0.18rem;
    color: #E3F3FF;
    line-height: 0.25rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 0.06rem;
}

.index-content-network_1 ul:nth-child(4) li p:nth-child(2) {
    font-family: Arial;
    font-weight: normal;
    font-size: 0.14rem;
    color: #E8F5FF;
    line-height: 0.25rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.index-content-network_1 ul:nth-child(5) {
    margin-left: 0;
    margin-top: 1.62rem;
}
.index-content-network_1 ul:nth-child(5) li button:hover{
    transform: scale(1.1);
    background: rgba(0,0,0,0);
    filter: brightness(120%);
}
.index-content-network_1 ul:nth-child(5) li button {
    width: 1.79rem;
    height: 0.55rem;
    background: rgba(165, 165, 165, 0.31);
    border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
    border: 0.01rem solid #FFFFFF;
    filter: brightness(100%);
    transition:  filter 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    display: none;
}
.index-content-products_2 .ul1 li:nth-child(3) button:hover{
    transform: scale(1.1);
    background: rgba(0,0,0,0);
    filter: brightness(120%);
}
.index-content-network_1 ul:nth-child(5) li button a {
    font-family: Arial;
    font-weight: normal;
    font-size: 0.18rem;
    color: #fff;
    line-height: 0rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.index-content-network_1 ul:nth-child(5) li button a img {
    vertical-align: middle;
    height: 0.5rem;
    width: 0.5rem;
    object-fit: cover;
}

.index6 {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 10.8rem;
    background: url(../img/index/index\ \(33\).png) no-repeat;
    background-size: 100%;
}

.index-content-news_1 {
    margin-top: 1rem;
     max-width: 14.5rem; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.index-content-news_1 ul:nth-child(1) {
    position: relative;
    left: -7.18rem;
}

.index-content-news_1 ul:nth-child(1) li {
    display: flex;
}

.index-content-news_1 ul:nth-child(1) li p:first-child {
    width: 0.18rem;
    height: 0.18rem;
    background: #087DC3;
    border-radius: 50%;
    position: relative;
    left: -0.7rem;
}

.index-content-news_1 ul:nth-child(1) li p:last-child {
    position: relative;
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
    border: 0.01rem solid #087DC3;
    left: -0.75rem;
}

.index-content-news_1 ul:nth-child(2) li:first-child {
    display: flex;
    align-items: center;
}

.index-content-news_1 ul:nth-child(2) li:first-child span:nth-child(1) {
    font-family: Arial;
    font-weight: bold;
    font-size: 0.5rem;
    color: #087DC3;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.index-content-news_1 ul:nth-child(2) li:first-child span:nth-child(2),
.index-content-news_1 ul:nth-child(2) li:first-child span:nth-child(4) {
    width: 0rem;
    height: 0.4rem;
    border: 0.01rem solid #087DC3;
    opacity: 0.7;
}

.index-content-news_1 ul:nth-child(2) li:first-child span:nth-child(2) {
    margin: 0 0.2rem;
}

.index-content-news_1 ul:nth-child(2) li:first-child span:nth-child(4) {
    margin-left: 0.2rem;
}

.index-content-news_1 ul:nth-child(2) li:first-child span:nth-child(3) {
    font-family: Arial;
    font-weight: 900;
    font-size: 0.50rem;
    color: rgba(0, 110, 186, 0);
    text-stroke: 1rem #087DC3;
    text-align: left;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 0.01rem #087DC3;
}

.index-content-news_1 ul:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 8.35rem;
}

.index-content-news_1 ul:nth-child(2) li:last-child button {
    width: 1.79rem;
    height: 0.55rem;
    background: #fff;
    border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
    border: 0.01rem solid #0091E8;
}
.index-content-products_1 ul:nth-child(2) li:last-child button:hover{
    background: #006EBA;
}
.index-content-news_1 ul:nth-child(2) li:last-child button:hover{
    background: #006EBA;
}
.index-content-news_1 ul:nth-child(2) li:last-child button a {
    text-decoration: none;
    font-family: Arial;
    font-weight: normal;
    font-size: 0.18rem;
    color: #0091E8;
    /*line-height: 0rem;*/
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.index-content-news_1 ul:nth-child(2) li:last-child button:hover a{
    color: #fff;
}


.index-content-news_1 ul:nth-child(2) li:last-child button a img {
    vertical-align: middle;
}

.index-content-news_2 {
    margin-top: 1rem;
    width: 14.5rem; 
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    column-gap: 0.38rem;
}

.index-content-news_2 a{
    text-decoration: none;
}

.index-content-news_2 div {
    width: 4.41rem;
    height: 4.87rem;
    padding-bottom: 0.5rem;
    background: url(../img/index/index\ \(34\).png) no-repeat;
    background-size: 100%;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-content-news_2 div ul {
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 3.67rem;
    margin-top: 0.47rem;
    row-gap: 0.25rem;
    /* transition: 0.2s ease-in-out; */
}

.index-content-news_2 div:hover ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 4.37rem;
    margin-top: 0.47rem;
    row-gap: 0.25rem;
}

.index-content-news_2 div ul li:nth-child(1) {
    display: flex;
    justify-content: space-between;
    column-gap: 1.6rem;
}

.index-content-news_2 div ul li:nth-child(1) p:first-child {
    font-family: Arial;
    font-weight: normal;
    font-size: 0.2rem;
    color: #939393;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.index-content-news_2 div:hover ul li:nth-child(1) p:first-child{
    color: #fff;
}
.index-content-news_2 div ul li:nth-child(1) p:last-child {
    width: 0.42rem;
    height: 0.29rem;
    background: url(../img/index/index\ \(28\).png) no-repeat;
    background-size: 100%;
}

.index-content-news_2 div ul li:nth-child(2) {
    width: 3.23rem;
    border-top: 0.01rem solid #707070;
    opacity: 0.27;
}
.index-content-news_2 div:hover ul li:nth-child(2){
    
    width: 4.37rem;
    border-top: 0.01rem solid #fff;
    opacity: 0.27;
}
.index-content-news_2 div ul li:nth-child(3) {
    width: 2.94rem;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.27rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
    top: -0.07rem;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.index-content-news_2 div ul li:nth-child(4) {
    width: 2.94rem;
    font-family: Arial;
    font-weight: normal;
    font-size: 0.16rem;
    color: #939393;
    line-height: 0.22rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.index-content-news_2 div ul li:nth-child(5) {
    width: 2.94rem;
    height: 2rem;
    background: url(../img/index/index\ \(30\).png) no-repeat;
    background-size: 100%;
    border-radius: 0.18rem;
    overflow: hidden;
}

.index-content-news_2 div:hover {
    transform: scale(1.1);
    background: url(../img/index/index\ \(35\).png) no-repeat;
    background-size: 100%;
}

.index-content-news_2 div:hover ul li:nth-child(1) p:last-child {
    width: 0.47rem;
    height: 0.33rem;
    background: url(../img/index/index\ \(29\).png) no-repeat;
    background-size: 100%;
}


.index-content-news_2 div:hover ul li:nth-child(3) {
    width: 3.32rem;
    font-family: Arial;
    font-weight: normal;
    font-size: 0.22rem;
    color: #FFFFFF;
    line-height: 0.28rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
    top: -0.07rem;
}

.index-content-news_2 div:hover ul li:nth-child(4) {
    width: 3.36rem;
    font-family: Arial;
    font-weight: normal;
    font-size: 0.15rem;
    color: #FFFFFF;
    line-height: 0.24rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.index-content-news_2 div:hover ul li:nth-child(1) {
    column-gap: 2rem;
}

.index-content-news_2 div:hover ul li:nth-child(5) {
    transform: scale(1.1);
    background: url(../img/index/index\ \(30\).png) no-repeat;
    background-size: 100%;
}


.banner-title-logo .ball1 {
    position: absolute;
    left: 0;
    width: 0.21rem;
    height: 0.21rem;
    background: #FFFFFF;
    opacity: 0.84;
    border-radius: 50%;
    animation-delay: 0s;
}

.banner-title-logo .ball2 {
    position: absolute;
    left: 0.14rem;
    width: 0.21rem;
    height: 0.21rem;
    background: #0097FF;
    opacity: 0.84;
    /*box-sizing: border-box;*/
    border-radius: 50%;
    animation-delay: 1s;
    border: none;
}

.new-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-btn a p{
    width: 0.38rem;
    height: 0.07rem;
    background: url('/assets/img/index/blue.png') no-repeat;
    background-size: 100% 100%;
    margin: 0;
}
.new-btn:hover a p{
    width: 0.38rem;
    height: 0.07rem;
    background: url('/assets/img/index/white.png') no-repeat;
    background-size: 100% 100%;
    margin: 0;
}
















.index5-dot{
    position: absolute;
    top: 0rem;
    left: 0rem;
}
.dots{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.dot1{
    width: 0.1rem;
    height: 0.1rem;
    background: #00FFFF;
    border-radius: 50%;
    position: absolute;
}
.dot1-after{
    width: 0.16rem !important;
    height: 0.16rem !important;
    border-radius: 50%;
    background: #00FFFF;
    opacity: 0.37;
    position: absolute;
}




.dots > .dot2 {
    animation: none;
    width: 0.16rem;
    height: 0.16rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.dot2 {
    background: #00f5ff;
    border-radius: 50%;
    position: absolute;
}

.dots:hover > .dot2 {
    opacity: 0.29;
    visibility: visible;
    animation: increase2 3s infinite alternate;
}
@keyframes increase2 {
    0% {
        width: 0.16rem;
        height: 0.16rem;
        opacity: 0;
    }
    50% {
        width: 0.41rem;
        height: 0.41rem;
        opacity: 0.29;
    }
    100% {
        width: 0.16rem;
        height: 0.16rem;
        opacity: 0;
    }
}





.dots > .dot3 {
    animation: none;
    width: 0.16rem;
    height: 0.16rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.dot3 {
    background: #00f5ff;
    border-radius: 50%;
    position: absolute;
}

.dots:hover > .dot3 {
    opacity: 0.5;
    visibility: visible;
    animation: increase1 3s infinite alternate;
}
@keyframes increase1 {
    0% {
        width: 0.16rem;
        height: 0.16rem;
        opacity: 0;
    }
    50% {
        width: 0.85rem;
        height: 0.85rem;
        opacity: 0.5;
    }
    100% {
        width: 0.16rem;
        height: 0.16rem;
        opacity: 0;
    }
}











.index5-content{
        white-space: nowrap;
    width: fit-content;
    padding: 0 .15rem;
    /*height: 0.86rem;*/
    background: linear-gradient( 313deg, #007FD0 0%, #39DEFC 100%);
    border-radius: 0.17rem;
    position: absolute;
    right: 0.5rem;
    top: 0.4rem;
    z-index: 999;
    display: none;
    opacity: 0;
    transition: opacity 3s ease;
}
.dots:hover > .index5-content{
    display: block;
    opacity: 1;
} 
.index5-content_1{
    font-family: Arial;
    font-weight: 600;
    font-size: 0.18rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /*webkit-text-emphasis: 1;*/
    padding-bottom: 0.05rem;
    margin: 0;
    /*padding-left: 0.16rem;*/
    padding-top: 0.1rem;
}
.index5-content_2{
    display: none;
    width: 2.26rem;
    border-bottom: 0.01rem #fff solid;
    margin-bottom: 0.1rem;
    margin: 0 auto;
}
.index5-content_3{
    display: none !important;
}
.index5-content_3,
.index5-content_4{
    display: flex;
    align-items: center;
    padding-left: 0.16rem;
    line-height: 0.3rem;
}
.index5-content_4{
    display: none;
}
.index5-content_3 p:nth-child(1),
.index5-content_4 p:nth-child(1){
    width: 0.19rem;
    /*height: 0.19rem;*/
}
.index5-content_3 p:nth-child(1) img,
.index5-content_4 p:nth-child(1) img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.index5-content_3 p:nth-child(2),
.index5-content_4 p:nth-child(2){
    font-family: Arial;
    font-weight: normal;
    font-size: 0.16rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 0.05rem;
}


























@media only screen and (max-width: 1024px){
    .index-content_1 {
        width:100%;
    }
    .index-content-list_1{
        /* display:grid; */
        flex-wrap: wrap;
    }
    .index-content-list_1 ul{
        width:100%!important;
        flex: 0 0 50%;
        margin-bottom: 1rem;
    }
    .index-content-about{
        flex-direction: column;
        width:auto;
    }
    .index3{
        height:auto;
        padding-bottom: 0.5rem;
    }
    .index3-body canvas{height:100%;max-width: 100%;}
    .index-content-products_1{
        max-width:100%;

    }
    .index-content-products_1 ul:nth-child(1){
      position: unset;
    }
    .index-content-products_1 ul:nth-child(2){
        column-gap: 0;
        flex-direction: column;
    }
    .index-content-products_1 ul:nth-child(2) li:first-child span:nth-child(4){
        display:none;
    }
    .index-content-products_2{
        width:100%;
    }
    .index-content-products_2{
        flex-wrap: wrap;
        height: auto;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 0.2rem;
    }
    .active00{
        flex:0 0 100%;
    }
    .index-content-network_1{
        max-width: 100%;
        padding: 0;
        margin: auto;
        width: 100%;
    }
    .index-content-network_1 ul:nth-child(4){
        justify-content: center;
    }
    .index-content-network_1 ul:nth-child(2) li:first-child{
        flex-wrap: wrap;
         padding-left: 0.2rem;
    }
    .index5 .index-network{
        display:none;
    }
    .index-content-news_1{
        max-width:100%;
        flex-direction: column;
    }
    .index-content-news_1 ul:nth-child(2){
        column-gap:0;
        flex-direction: column;
    }
    .index-content-news_1 ul:nth-child(1){
        position: unset;
    }
    .index-content-news_2{
     width:100%;
     display: grid;
     grid-template-columns: repeat(2,1fr);
     gap: 0.1rem;
     padding: 0.1rem;
    }
    .index-content-news_2 div{
        width:100%;
        background-size: 100% 100%;
    }
    .index6{
        height:auto;
    }
    .index-content-news_2 div{
        height:auto;
    }
    .index-content-news_2 div:last-child{
        display: none;
    }
    .index-content-news_2 div:hover{
        transform:unset;
        background-size:100% 100%;
    }
    .index-content-about_1 img{
        /* width:100%; */
        left: 0;
        top: 0;
    }
    .index-content-about_2 ul li:nth-child(4){
        position:unset;
    }
    .index-content-about_1{
        width:100%;
    }
    .index-content-about_2 ul li:nth-child(1){
        left:auto;
        margin:auto;
        
    }
    .index-content-about_2{
        margin-top:0.5rem;
    }
    
    .index-content-network_1{
        align-items: center;
    }
}