@media (max-width: 767px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
        /*background: rgba(255, 255, 255, 0.5);*/
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-left: 5px;
        background: linear-gradient(to left, rgba(0, 0, 0, 0), #666);
    }


    .banner-desc-box-title {
        font-size: 25px;
        font-weight: 300;
        color: #fff;
        text-align: left;
        width: 100%;
        font-family: Quicksand-Medium;
    }

    .banner-desc-box-content {
        font-size: 14px;
        color: #fff;
        text-align: left;
        width: 100%;
    }

    .factory-head {
        text-align: center;
        margin-top: 50px;
    }

    .factory-title {
        font-size: 34px;
        font-family: Quicksand-Medium;
    }

    .factory-desc {
        font-size: 18px;
    }

    .data-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
    }

    .data-row {
        border-bottom: 1px #d2d2d2 solid;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    .data-row:last-child {
        border-bottom: none;
    }

    .data-col {
        border-right: 1px #d2d2d2 solid;
        width: 24%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .data-col:last-child {
        border-right: none;
    }

    .line1 span:first-child {
        font-size: 16px;
        font-weight: 700;
    }

    .line1 span:last-child {
        font-size: 14px;
    }


    .line2 {
        text-align: center;
        font-size: 14px;
    }

    .production-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
        background: #eae9e8;
        padding: 50px 10px;
    }

    .production-title {
        font-size: 34px;
        font-family: Quicksand-Medium;
        text-align: center;
    }

    .production-desc {
        font-size: 16px;
        color: #666666;
        margin-top: 20px;
        text-align: center;
    }

    .production-list {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        overflow: hidden;
    }

    .production-item {
        width: 100%;
    }

    .product-item-img {
        width: 100%;
        height: 150px;
        background: #ffffff;
    }

    .product-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-item-title {
        font-size: 16px;
        color: #333333;
        margin-top: 10px;
        text-align: center;
    }

    .product-item-desc {
        font-size: 14px;
        color: #666666;
        margin-top: 10px;
        text-align: center;
    }

    .team {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
        padding: 0 10px;

    }

    .team-title {
        font-size: 34px;
        font-family: Quicksand-Medium;
        text-align: center;
    }

    .team-desc {
        font-size: 16px;
        color: #666666;
        margin-top: 10px;
        text-align: center;
    }

    .team-box {
        display: grid;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 20px;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .team-item {
        width: 100%;
        /*height: 220px;*/
        /*background: #37414b;*/
        /*margin-top: 10px;*/
        /*margin-top: 50px;*/
    }

    .team-item h3{
        text-align: center;
        font-size: 20px;
        padding-top: 10px;
    }

    .team-item-img {
        background: #eeeeee;
        width: 100%;
        height: 150px;
    }

    .team-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .team-item-title {
        font-size: 14px;
        font-family: Quicksand-Medium;
        color: #ffffff;
        text-align: center;
        margin-top: 10px;
    }

    .team-item-desc {
        font-size: 13px;
        color: #ffffff;
        text-align: center;
    }

    .core {
        margin: 50px auto;
        background: #37414b;
        padding: 10px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1300px;
        flex-wrap: wrap;
    }

    .core-img-box {
        width: 100%;
        overflow: hidden;
    }

    .core-content-desc {
        flex: 1;
        height: 340px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .core-img {
        /*width: 100% !important;*/
        height: 330px !important;
        background: #fff !important;
        /*margin-right: 20px;*/
    }

    .core-img:last-child {
        margin-right: 0;
    }

    .core-content-title {
        font-size: 40px;
        color: #fff;
        text-align: center;
    }

    .core-content-subtitle {
        font-size: 16px;
        color: #fff;
        text-align: center;
        margin-top: 20px;
    }

    .core-content-btn {
        color: #333333;
        width: 200px;
        height: 50px;
        background: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px auto;
    }

    .swiper-btn {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
        position: absolute;
        left: 50%;
        top: 10%;
        transform: translate(-50%, -50%);
    }

    .swiper-btn img {
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }

    .swiper-btn img:last-child {
        margin-right: 0;
    }

    .carousel-item {
        height: 100%;
    }

    .w-100 {
        height: 100%;
        object-fit: cover;
    }

    .carousel-inner {
        height: 200px;
    }

    .process-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 50px 0 80px;
        flex-direction: column;
    }

    .process-left {
        width: 100%;
        /*padding-right: 40px;*/
    }

    .process-left-item {
        position: relative;
        height: 60px;
        display: flex;
        justify-content: start;
        align-items: center;
        border-radius: 10px;
        padding-left: 10px;
        cursor: pointer;
    }

    .process-left-item-active {
        color: #ffffff;
        background: #35414c;
    }

    .process-left-item-line {
        position: absolute;
        top: 0;
        left: 15px;
        width: 2px;
        height: 100%;
        /*画虚线*/
        border-left: 2px dashed #eeeeee;
    }

    .process-left-item-line-active {
        /*border-left: 2px dashed #35414c;*/
        border: none;
    }

    .process-left-item-title {
        display: flex;
        justify-content: start;
        align-items: center;
        position: relative;
        padding-left: 25px;
    }

    .process-left-item-icon {
        position: absolute;
        width: 13px;
        height: 13px;
        background: #35414c;
        border-radius: 13px;
        z-index: 1;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .process-left-item-icon-active {
        /*添加一个白色的外边框,并且内圆与.process-left-item-icon的保持一致*/
        border: 3px solid #ffffff;
        width: 19px;
        height: 19px;
        border-radius: 50%;
        left: -3px;
    }

    .process-left-item-title-num {
        width: 50px;
        text-align: center;
        font-size: 20px;
        font-family: Quicksand-Medium;
    }

    .process-left-item-title-text {
        font-size: 16px;
    }

    .process-right {
        flex: 1;
    }

    .process-right-item {

    }

    .process-right-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .process-right-row-img-1 {
        width: 48%;
        height: 200px;
        background: #dcdcdc;
        border-radius: 12px;
        overflow: hidden;
    }

    .process-right-row-img-1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .process-right-row-img-2 {
        width: 48%;
        height: 200px;
        background: #dcdcdc;
        margin-top: 20px;
        border-radius: 12px;
    }

    .process-right-title {
        flex: 1;
    }

    .process-right-title-num {
        font-size: 24px;
        font-family: Quicksand-Medium;
        background: #000;
        width: 30px;
        height: 30px;
        color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .process-right-title-text {
        font-size: 20px;
    }

    .team-box {
        display: grid;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding-top: 10px;
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
    }

    .team-item {
        width: 100%;
        /*height: 280px;*/
        /*background: #37414b;*/
        /*margin-top: 20px;*/
        overflow: hidden;
    }

    .team-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .team-item-img {
        background: #eeeeee;
        width: 100%;
        height: 300px;
    }

    .team-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .team-item-title {
        font-size: 18px;
        font-family: Quicksand-Medium;
        color: #ffffff;
        text-align: center;
        margin-top: 10px;
    }

    .team-item-desc {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1365px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 500px;
        height: 100%;
        /*background: rgba(255, 255, 255, 0.5);*/
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 10px;
        background: linear-gradient(to left, rgba(0, 0, 0, 0), #666);
    }


    .banner-desc-box-title {
        font-size: 30px;
        font-weight: 300;
        color: #fff;
        text-align: left;
        width: 600px;
        font-family: Quicksand-Medium;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #fff;
        text-align: left;
        width: 600px;
    }

    .factory-head {
        text-align: center;
        margin-top: 50px;
    }

    .factory-title {
        font-size: 40px;
        font-family: Quicksand-Medium;
    }

    .factory-desc {
        font-size: 20px;
        padding: 0 20px;
    }

    .data-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
    }

    .data-row {
        border-bottom: 1px #d2d2d2 solid;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .data-row:last-child {
        border-bottom: none;
    }

    .data-col {
        border-right: 1px #d2d2d2 solid;
        width: 24%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .data-col:last-child {
        border-right: none;
    }

    .line1 span:first-child {
        font-size: 35px;
    }

    .line2 {
        text-align: center;
    }

    .production-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
        background: #eae9e8;
        padding: 50px 0;
        overflow: hidden;
    }

    .production-title {
        font-size: 40px;
        font-family: Quicksand-Medium;
        text-align: center;
    }

    .production-desc {
        font-size: 18px;
        color: #666666;
        margin-top: 20px;
        text-align: center;
        padding: 0 20px;
    }

    .production-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        overflow: hidden;
        margin: 50px 30px 0;
    }

    .production-item {
        width: 100%;
        margin-top: 15px;
    }

    .product-item-img {
        width: 100%;
        height: 200px;
        background: #ffffff;
    }

    .product-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-item-title {
        font-size: 20px;
        color: #333333;
        margin-top: 10px;
    }

    .product-item-desc {
        font-size: 16px;
        color: #666666;
        margin-top: 10px;
    }

    .team {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;

    }

    .team-title {
        font-size: 40px;
        font-family: Quicksand-Medium;
        text-align: center;
    }

    .team-desc {
        font-size: 18px;
        color: #666666;
        margin-top: 10px;
        text-align: center;
        padding: 0 20px;
    }

    .team-box {
        display: grid;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin: 20px;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .team-item {
        width: 100%;
        height: 342px;
        /*background: #37414b;*/
        /*margin-top: 10px;*/
    }

    .team-item h3{
        font-size: 20px;
        text-align: center;
        padding-top: 10px;
    }

    .team-item-img {
        background: #eeeeee;
        width: 100%;
        /*height: 270px;*/
    }

    .team-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .team-item-title {
        font-size: 18px;
        font-family: Quicksand-Medium;
        color: #ffffff;
        text-align: center;
        margin-top: 10px;
    }

    .team-item-desc {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }

    .core {
        margin: 100px auto;
        background: #37414b;
        padding: 50px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1300px;
    }

    .core-img-box {
        width: 100%;
        overflow: hidden;
    }

    .core-content-desc {
        flex: 1;
        height: 440px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .core-img {
        /*width: 330px !important;*/
        width: 50%;
        height: 330px !important;
        background: #fff !important;
        /*margin-right: 20px;*/
    }

    .core-img:last-child {
        margin-right: 0;
    }

    .core-content-title {
        font-size: 55px;
        color: #fff;
        text-align: center;
    }

    .core-content-subtitle {
        font-size: 20px;
        color: #fff;
        text-align: center;
        margin-top: 20px;
    }

    .core-content-btn {
        color: #333333;
        width: 250px;
        height: 70px;
        background: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px auto;
    }

    .swiper-btn {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
        position: absolute;
        left: 50px;
        bottom: 0;
    }

    .swiper-btn img {
        width: 40px;
        height: 40px;
        margin-left: 20px;
    }

    .arrow-left {
        position: absolute;
        left: 3px;
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    .arrow-left img {
        width: 100%;
        height: 100%;
    }

    .arrow-right {
        position: absolute;
        right: 3px;
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    .arrow-right img {
        width: 100%;
        height: 100%;
    }

    .process-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 50px 0 80px;
        padding: 0 20px;
    }

    .process-left {
        width: 200px;
        padding-right: 10px;
    }

    .process-left-item {
        position: relative;
        height: 60px;
        display: flex;
        justify-content: start;
        align-items: center;
        border-radius: 10px;
        padding-left: 10px;
        cursor: pointer;
    }

    .process-left-item-active {
        color: #ffffff;
        background: #35414c;
    }

    .process-left-item-line {
        position: absolute;
        top: 0;
        left: 15px;
        width: 2px;
        height: 100%;
        /*画虚线*/
        border-left: 2px dashed #eeeeee;
    }

    .process-left-item-line-active {
        /*border-left: 2px dashed #35414c;*/
        border: none;
    }

    .process-left-item-title {
        display: flex;
        justify-content: start;
        align-items: center;
        position: relative;
        padding-left: 13px;
    }

    .process-left-item-icon {
        position: absolute;
        width: 13px;
        height: 13px;
        background: #35414c;
        border-radius: 13px;
        z-index: 1;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .process-left-item-icon-active {
        /*添加一个白色的外边框,并且内圆与.process-left-item-icon的保持一致*/
        border: 3px solid #ffffff;
        width: 19px;
        height: 19px;
        border-radius: 50%;
        left: -3px;
    }

    .process-left-item-title-num {
        width: 50px;
        text-align: center;
        font-size: 20px;
        font-family: Quicksand-Medium;
    }

    .process-left-item-title-text {
        font-size: 14px;
        width: 120px;
    }

    .process-right {
        /*flex: 1;*/
    }

    .process-right-item {

    }

    .process-right-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 20px;
    }

    .process-right-row-img-1 {
        width: 360px;
        height: 220px;
        background: #dcdcdc;
        border-radius: 12px;
        overflow: hidden;
    }

    .process-right-row-img-1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .process-right-row-img-2 {
        width: 180px;
        height: 220px;
        background: #dcdcdc;
        margin-top: 20px;
        border-radius: 12px;
    }

    .process-right-title {
        flex: 1;
    }

    .process-right-title-num {
        font-size: 26px;
        font-family: Quicksand-Medium;
        background: #000;
        width: 38px;
        height: 38px;
        color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .process-right-title-text {
        font-size: 20px;
    }

    .factory-body {
    }

    .team-box {
        display: grid;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding-top: 50px;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .team-item {
        width: 100%;
        /*height: 280px;*/
        /*background: #37414b;*/
        /*margin-top: 20px;*/
        /*overflow: hidden;*/
    }

    .team-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .team-item-img {
        background: #eeeeee;
        width: 100%;
        /*height: 430px;*/
    }

    .team-item-img img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }

    .team-item-title {
        font-size: 18px;
        font-family: Quicksand-Medium;
        color: #ffffff;
        text-align: center;
        margin-top: 10px;
    }

    .team-item-desc {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }
}

@media (min-width: 1366px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        height: 100%;
        /*background: rgba(255, 255, 255, 0.8);*/
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: linear-gradient(to left, rgba(0, 0, 0, 0), #666);
    }


    .banner-desc-box-title {
        font-size: 40px;
        font-weight: 300;
        color: #fff;
        text-align: left;
        width: 600px;
        font-family: Quicksand-Medium;
    }

    .banner-desc-box-content {
        font-size: 18px;
        color: #fff;
        text-align: left;
        width: 600px;
    }

    .factory-head {
        text-align: center;
        margin: 50px auto 0;
        width:100%;
        max-width: 1300px;
    }

    .factory-title {
        font-size: 40px;
        font-family: Quicksand-Medium;
    }

    .factory-desc {
        font-size: 20px;
    }

    .data-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
    }

    .data-row {
        border-bottom: 1px #d2d2d2 solid;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .data-row:last-child {
        border-bottom: none;
    }

    .data-col {
        border-right: 1px #d2d2d2 solid;
        width: 24%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .data-col:last-child {
        border-right: none;
    }

    .line1 span:first-child {
        font-size: 50px;
    }

    .line2 {
        text-align: center;
    }

    .production-box {
        width: 100%;
        margin: 50px auto 0;
        background: #f2f2f2;
        padding: 50px;
    }

    .production-title {
        font-size: 40px;
        font-family: Quicksand-Medium;
        text-align: center;
    }

    .production-desc {
        font-size: 18px;
        color: #666666;
        margin: 20px auto 0;
        text-align: center;
        width:100%;
        max-width: 1300px;
    }

    .production-list {
        /*margin-top: 50px;*/
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
        overflow: hidden;
        position: relative;
        padding: 0 30px;
    }

    .production-item {
        width: 100%;
        margin-top: 20px;
    }

    .product-item-img {
        width: 100%;
        height: 235px;
        background: #ffffff;
    }

    .product-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-item-title {
        font-size: 24px;
        color: #333333;
        margin-top: 10px;
        height: 72px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-item-desc {
        font-size: 16px;
        color: #666666;
        margin-top: 10px;
        text-align: left;
    }

    .team {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;

    }

    .team-title {
        font-size: 40px;
        font-family: Quicksand-Medium;
        text-align: center;
    }

    .team-desc {
        font-size: 18px;
        color: #666666;
        margin-top: 10px;
        text-align: center;
    }

    .team-box {
        display: grid;
        justify-content: space-between;
        /*align-items: center;*/
        flex-wrap: wrap;
        padding-top: 50px;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .team-item {
        width: 100%;
        /*height: 280px;*/
        /*background: #37414b;*/
        /*margin-top: 20px;*/
        overflow: hidden;
    }

    .team-item h3{
        font-size: 20px;
        text-align: center;
        padding-top:10px;
    }

    .team-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .team-item-img {
        background: #eeeeee;
        width: 100%;
        height: 280px;
    }

    .team-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .team-item-title {
        font-size: 18px;
        font-family: Quicksand-Medium;
        color: #ffffff;
        text-align: center;
        margin-top: 10px;
    }

    .team-item-desc {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }

    .core {
        margin: 100px auto;
        background: #37414b;
        padding: 50px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1300px;
    }

    .core-img-box {
        width: 685px;
        overflow: hidden;
    }

    .core-content-desc {
        flex: 1;
        height: 440px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .core-img {
        /*width: 330px !important;*/
        height: 330px !important;
        background: #fff !important;
        margin-right: 20px;
    }

    .core-img:last-child {
        margin-right: 0;
    }

    .core-content-title {
        font-size: 55px;
        color: #fff;
        text-align: center;
    }

    .core-content-subtitle {
        font-size: 20px;
        color: #fff;
        text-align: center;
        margin-top: 20px;
    }

    .core-content-btn {
        color: #333333;
        width: 250px;
        height: 70px;
        background: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px auto;
    }

    .swiper-btn {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .swiper-btn img {
        width: 40px;
        height: 40px;
        margin-left: 20px;
    }

    .process-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 50px 0 80px;
    }

    .process-left {
        width: 30%;
        padding-right: 40px;
    }

    .process-left-item {
        position: relative;
        height: 60px;
        display: flex;
        justify-content: start;
        align-items: center;
        border-radius: 10px;
        padding-left: 10px;
        cursor: pointer;
    }

    .process-left-item-active {
        color: #ffffff;
        background: #35414c;
    }

    .process-left-item-line {
        position: absolute;
        top: 0;
        left: 15px;
        width: 2px;
        height: 100%;
        /*画虚线*/
        border-left: 2px dashed #eeeeee;
    }

    .process-left-item-line-active {
        /*border-left: 2px dashed #35414c;*/
        border: none;
    }

    .process-left-item-title {
        display: flex;
        justify-content: start;
        align-items: center;
        position: relative;
        padding-left: 25px;
    }

    .process-left-item-icon {
        position: absolute;
        width: 13px;
        height: 13px;
        background: #35414c;
        border-radius: 13px;
        z-index: 1;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .process-left-item-icon-active {
        /*添加一个白色的外边框,并且内圆与.process-left-item-icon的保持一致*/
        border: 3px solid #ffffff;
        width: 19px;
        height: 19px;
        border-radius: 50%;
        left: -3px;
    }

    .process-left-item-title-num {
        width: 50px;
        text-align: center;
        font-size: 28px;
        font-family: Quicksand-Medium;
    }

    .process-left-item-title-text {
        font-size: 18px;
    }

    .process-right {
        flex: 1;
    }

    .process-right-item {

    }

    .process-right-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 20px;
    }

    .process-right-row-img-1 {
        width: 600px;
        height: 400px;
        background: #dcdcdc;
        border-radius: 12px;
        overflow: hidden;
    }

    .process-right-row-img-1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .process-right-row-img-2 {
        width: 300px;
        height: 400px;
        background: #dcdcdc;
        margin-top: 20px;
        border-radius: 12px;
    }

    .process-right-title {
        flex: 1;
    }

    .process-right-title-num {
        font-size: 34px;
        font-family: Quicksand-Medium;
        background: #000;
        width: 50px;
        height: 50px;
        color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .process-right-title-text {
        font-size: 34px;
    }

    .arrow-left {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    .arrow-left img {
        width: 100%;
        height: 100%;
    }

    .arrow-right {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    .arrow-right img {
        width: 100%;
        height: 100%;
    }
}
