body {
    /*background-color: #F4F4F4;*/
}

.box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.child-banner {
    position: relative;
    display: flex;
    justify-content: center;
    height: 360px;
    margin-top: 10px;
}

.child-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-box {
    width: 1200px;
    height: 100%;
    margin: auto;
    position: absolute;
}

.banner-box .banner-text {
    width: 500px;
    position: relative;
    top: 42%;
    left: 3%;
    user-select: none;
    color: white;
}


.banner-box .banner-text h2 {
    font-size: xx-large;
    font-weight: 300;
    color: #777777FF;
}

.banner-box .banner-text h1 {
    font-size: 36px;
    font-weight: 400;
    color: #1E252AFF;
}


.process-circle {
    width: 100%;
    height: 340px;
    position: relative;
}

.process-item img {
    width: 20px;
    height: 20px;
}

.process-circle>img {
    margin: 120px auto 0;
    width: 700px;
}

.process-title {
    margin-top: 30px;
    text-align: center;
}

.process-text {
    width: 100%;
    height: 100%;
    position: absolute;
}

.process-item {
    position: absolute;
    width: 180px;
    height: 35px;
    background: linear-gradient(283deg, #9E8DE4 0%, #513591 100%);
    border-radius: 10px;
}

/*.process-item:hover {
    height: auto;
    overflow: inherit;
}*/

.process-item-right {
    justify-content: flex-start;
}

.process-item-text:nth-child(1) {
    color: #fff;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.process-item-text:nth-child(2){
    color: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 7px;
}

.process-item-text-en {
    display: flex;
    align-items: center;
}

.process-item-text h3 {
    margin-left: 10px;
    font-weight: 500;
}

.process-item-text p {
    font-size: 13px;
    color: #1E1E1E;
    width: 100%;
    line-height: 20px;
    font-weight: 500;
}

.process-item-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    background-color: #503691;
    color: white;
    font-size: x-large;
}

.circle1 {
    position: relative;
    top: 185px;
    left: 170px;
    /*top: 5px;*/
    /*left: 145px;*/
}

.circle2 {
    position: relative;
    top: -10px;
    left: 340px;
}

.circle3 {
    position: relative;
    top: 135px;
    left: 515px;
}

.circle4 {
    position: relative;
    top: 447px;
    left: 145px;
}


.circle5 {
    justify-content: flex-start;
    text-align: left;
    position: relative;
    top: 420px;
    left: 730px;
}

.circle6 {
    justify-content: flex-start;
    text-align: left;
    position: relative;
    top: -70px;
    left: 670px;
}

.circle7 {
    justify-content: flex-start;
    text-align: left;
    position: relative;
    top: 43px;
    left: 845px;
}

.circle5 .process-item-text, .circle6 .process-item-text, .circle7 .process-item-text {
    text-align: left;
}

/*.circle2 .process-item:hover .process-item-text p, .circle4 .process-item:hover .process-item-text p {
    text-align: left;
}*/

