.index-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}

.index-body-t1 {
    text-align: center;
    font-size: 36px;
    color: #3E464C;
}

.index-body-t2 {
    margin-top: 10px;
    color: #A1A6AB;
    font-size: 16px;
}

.index-one-img {
    margin-top: 40px;
    /* width: 606px; */
    height: 520px;
}

.index-two-icon {
    margin-top: 40px;
    width: 1200px;
    display: flex;
    justify-content: space-around;
}

.index-icon {
    width: 90px;
    text-align: center;
    cursor: pointer;
    color: #68747F;
    font-size: 16px;
    padding-top: 70px;
}

.index-icon1 {
    background: url(../img/index-product-1.png) no-repeat center top;
    background-size: 50px 60px;
}

.index-icon2 {
    background: url(../img/index-product-2.png) no-repeat center top;
    background-size: 50px 60px;
}

.index-icon3 {
    background: url(../img/index-product-3.png) no-repeat center top;
    background-size: 50px 60px;
}

.index-icon4 {
    background: url(../img/index-product-4.png) no-repeat center top;
    background-size: 50px 60px;
}

.index-icon5 {
    background: url(../img/index-product-5.png) no-repeat center top;
    background-size: 50px 60px;
}

.index-two-icon .act1 {
    color: #1da0e4;
    background: url(../img/index-product-1-act.png) no-repeat center top;
    background-size: 50px 60px;
}

.index-two-icon .act2 {
    color: #1da0e4;
    background: url(../img/index-product-2-act.png) no-repeat center top;
    background-size: 50px 60px;
}

.index-two-icon .act3 {
    color: #1da0e4;
    background: url(../img/index-product-3-act.png) no-repeat center top;
    background-size: 50px 60px;
}

.index-two-icon .act4 {
    color: #1da0e4;
    background: url(../img/index-product-4-act.png) no-repeat center top;
    background-size: 50px 60px;
}

.index-two-icon .act5 {
    color: #1da0e4;
    background: url(../img/index-product-5-act.png) no-repeat center top;
    background-size: 50px 60px;
}

.index-two-content {
    margin-top: 20px;
    box-sizing: border-box;
    padding: 30px;
    width: 1200px;
    background: white;
    height: 354px;
    border-radius: 8px;
    box-shadow: 0px 4px 16px 0px rgb(73 93 100 / 20%);
    overflow: hidden;
    position: relative;
    color: #3E464C;
}

.top-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.top-line-list {
    width: 100px;
    height: 3px;
}

.top-line .act {
    background: #1da0e4;
}

.index-two-img {
    width: 500px;
    height: 297px;
    margin-right: 31px;
    flex-shrink: 0;
}

.index-two-content .line {
    margin: 30px 0;
    width: 28px;
    height: 2px;
    background: #A1A6AB;
}

.index-two-text {
    margin-top: 30px;
    color: #68747F;
    font-size: 16px;
}

.animatede {
    transition: all 1s;
}

.animatedl {
    transition: none;
}

.index-three {
    box-sizing: border-box;
}

.index-three .index-body-t1 {}

.index-three .index-body-t2 {
    opacity: 0.7
}

.index-three-num {
    font-size: 50px;
    color: #007aff;
}

.index-three-text {
    margin-top: 10px;
    font-size: 18px;
    opacity: 0.7;
}

.index-three-top {
    position: absolute;
    top: 10px;
    right: -30px;
    width: 24px;
    height: 31px;
}

.index-three-down {
    position: absolute;
    top: 30px;
    right: -30px;
    width: 24px;
    height: 31px;
}

.index-three-info {
    margin: 45px auto;
    width: 1200px;
    background: white;
    box-shadow: 0 0 30px 0 #ccc;
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0;
}

.index-three-info-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 400px;
}

.index-three-block {
    width: 100%;
    /* background: linear-gradient( 45deg, #2363ed, #2a70f0); */
    background: url(../img/bg-footer-reg.jpg) no-repeat center;
    background-size: 100% 101%;
}

.index-three-content {
    width: 1200px;
    padding: 60px 0;
    margin: 0 auto;
    height: 329px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}

.index-three-content-list {
    padding: 33px 20px;
    width: 200px;
    /* box-shadow: 0 0 30px 0 #eee; */
    border-radius: 5px;
    background: white;
}

.index-three-content-img {
    width: 110px;
    height: 110px;
}

.index-three-content-t1 {
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #3E464C;
}

.index-three-content-t2 {
    margin-top: 5px;
    font-size: 14px;
    color: #68747F;
}

/* .index-company {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.index-company-child {
    box-sizing: border-box;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.index-company-child>img {
    width: 174px;
    height: 116px;
    margin-right: 30px;
    margin-top: 30px;
}

.index-company-child>img:last-child {
    margin-right: 0;
} */

.index-company {
    padding: 50px 0;
}

.index-company-main {
    position: relative;
    width: 1200px;
    overflow: hidden;
    margin: 30px auto 0;
}

.index-company-line {
    width: 2400px; 
    display: flex;
    padding: 10px;
    white-space: nowrap;
    animation: 20s companyLoop linear infinite normal;
}

.index-company-list {
    width: 126px;
    height: auto;
    margin-right: 20px;
    border-radius: 8px;
    padding: 0 7px;
    border: 1px solid #ebedf0;
    box-shadow: 0 0 15px 0 rgb(219 219 219 / 50%);
    box-sizing: border-box;
}

.index-vague {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 280px;
    height: 100%;
}

@keyframes companyLoop {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translate(-1200px);
    }
}

/* @keyframes row {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100vw);
    }
} */

.index-one-title {
    position: absolute;
    cursor: pointer;
    font-size: 14px;
}

.index-one-block:hover .index-one-title {
    color: #1da0e4;
}

.index-one-icon {
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    background: url(../img/ring_icon.png);
    background-size: 446px 62px;
    cursor: pointer;
}

.title1 {
    top: 43px;
    left: 570px;
}

.title2 {
    top: 59px;
    left: 690px;
}

.title3 {
    top: 91px;
    left: 751px;
}

.title4 {
    top: 229px;
    left: 843px;
}

.title5 {
    top: 296px;
    left: 850px;
}

.title6 {
    top: 360px;
    left: 842px;
}

.title7 {
    top: 489px;
    left: 746px;
}

.title8 {
    top: 526px;
    left: 682px;
}

.title9 {
    top: 540px;
    left: 580px;
}

.title10 {
    top: 468px;
    left: 321px;
}

.title11 {
    top: 418px;
    left: 324px;
}

.title12 {
    top: 364px;
    left: 249px;
}

.title13 {
    top: 213px;
    left: 240px;
}

.title14 {
    top: 160px;
    left: 297px;
}

.title15 {
    top: 103px;
    left: 303px;
}

.icon1 {
    left: 606px;
    top: 71px;
    background-position: 224px -5px;
}

.index-one-1:hover .icon1 {
    background-position: 224px -35px;
}

.icon2 {
    left: 674px;
    top: 83px;
    background-position: 170px -5px;
}

.index-one-2:hover .icon2 {
    background-position: 170px -35px;
}

.icon3 {
    left: 735px;
    top: 114px;
    background-position: 115px -5px;
}

.index-one-3:hover .icon3 {
    background-position: 115px -35px;
}

.icon4 {
    left: 815px;
    top: 232px;
    background-position: 54px -5px;
}

.index-one-4:hover .icon4 {
    background-position: 54px -35px;
}

.icon5 {
    left: 823px;
    top: 298px;
    background-position: 54px -5px;
}

.index-one-5:hover .icon5 {
    background-position: 54px -35px;
}

.icon6 {
    left: 813px;
    top: 361px;
    background-position: 84px -5px;
}

.index-one-6:hover .icon6 {
    background-position: 84px -35px;
}

.icon7 {
    left: 731px;
    top: 470px;
    background-position: -249px -5px;
}

.index-one-7:hover .icon7 {
    background-position: -249px -35px;
}

.icon8 {
    left: 674px;
    top: 501px;
    background-position: 197px -5px;
}

.index-one-8:hover .icon8 {
    background-position: 197px -35px;
}

.icon9 {
    left: 606px;
    top: 512px;
    background-position: 697px -5px;
}

.index-one-9:hover .icon9 {
    background-position: 697px -35px;
}

.icon10 {
    left: 466px;
    top: 466px;
    background-position: 333px -5px;
}

.index-one-10:hover .icon10 {
    background-position: 360px -35px;
}

.icon11 {
    left: 420px;
    top: 420px;
    background-position: -446px -5px;
}

.index-one-11:hover .icon11 {
    background-position: 446px -35px;
}

.icon12 {
    left: 393px;
    top: 365px;
    background-position: 446px -5px;
}

.index-one-12:hover .icon12 {
    background-position: 446px -35px;
}

.icon13 {
    left: 393px;
    top: 220px;
    background-position: 419px -5px;
}

.index-one-13:hover .icon13 {
    background-position: 419px -35px;
}

.icon14 {
    left: 423px;
    top: 163px;
    background-position: 360px -5px;
}

.index-one-14:hover .icon14 {
    background-position: 333px -35px;
}

.icon15 {
    left: 466px;
    top: 118px;
    background-position: 306px -5px;
}

.index-one-15:hover .icon15 {
    background-position: 306px -35px;
}

.animation-img {
    position: absolute;
    top: 188px;
    left: 507px;
    width: 203px;
    height: 230px;
    animation: mymove 3s infinite linear;
}

@keyframes mymove {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.index-news {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    background: #F5F8FA;
}

.index-news-title {
    font-size: 36px;
    color: #3E464C;
    position: relative;
    margin-bottom: 20px;
    width: 1200px;
    text-align: center;
}

.index-more {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 15px;
    color: #007AFF;
    cursor: pointer;
}