
.process {
    width: 100%;
    max-width: 1920px;
    background: #F5F5F5;
    padding: 40px 160px;
    margin: 0;
}

.process .text-left {
    width: 700px;
    background: #000000;
    border-radius: 19px;
    opacity: 0.5;
    padding: 30px 20px;
    font-family: Muli;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-indent: 2em;
}

.process .text-right {
    width: 520px;
    background: #000000;
    border-radius: 19px;
    opacity: 0.5;
    padding: 30px 20px;
    font-family: Muli;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-indent: 2em;
    margin-top: -200px;
    margin-left: 1000px;
}

.process .img {
    display: flex;
    justify-content: center;
    margin-top: -80px;
}

.process .img img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.processing {
    max-width: 1920px;
    margin: 0 auto;
    background: #F5F5F5;
    padding: 100px;
}

.processing img {
    width: 100%;
    height: auto;
}

.processing .title {
    font-family: Muli-Bold, Muli-Bold;
    font-weight: bold;
    font-size: 48px;
    color: #343434;
    line-height: 67px;
    text-align: center;
    -webkit-text-stroke: 1px #343434;
    margin-bottom: 100px;
}

.processing .content-text-style {
    background: #FFFFFF;
    font-family: Muli, Muli;
    font-weight: bold;
    font-size: 20px;
    color: #343434;
    line-height: 28px;
    padding: 50px;
}

.processing .content-one {
    border-radius: 0px 30px 0px 0px;
    display: grid;
    grid-template-columns: 30% 70%;
}

.processing .content-two {
    display: grid;
    grid-template-columns: 59% 41%;
}

.processing .content-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.processing .content-text-style {
    background: #FFFFFF;
    font-family: Muli, Muli;
    font-weight: bold;
    font-size: 20px;
    color: #343434;
    line-height: 28px;
    padding: 50px;
}

.processing .content-text-one {
    border-radius: 30px 0 0 0;
    position: relative;
    top: 12%;
    left: -5%;
    width: 90%;
}

.processing .content-text-two {
    border-radius: 0px 30px 0 0;
    position: relative;
    top: 15%;
    left: 8%;
    width: 100%;
    z-index: 30;
}


.solu {
    background: #E6DC2B;
    max-width: 1920px;
    margin: 0 auto;
    padding: 6% 10%;
}

.solu .body {

    max-width: 1600px;
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.solu .body-left {
    margin-right: 10px;
    width: 50%;
}

.solu .body-left-title {
    font-family: Muli, Muli;
    font-weight: bold;
    font-size: 24px;
    color: #343434;
    line-height: 34px;
    margin-bottom: 50px;
}

.solu .body-left-content {
    font-family: Muli, Muli;
    font-weight: bold;
    font-size: 20px;
    color: #343434;
    line-height: 28px;
}

.solu .body-right {
    margin-left: 10px;
    width: 50%;
}

.solu .body-right-img {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    margin-bottom: 20px;
}

.solu .body-right-img img {
    width: 80%;
}

.solu .body-right-content {
    font-family: Muli, Muli;
    font-weight: bold;
    font-size: 20px;
    color: #343434;
    line-height: 28px;
}


.please-contact-us {
    width: 100%;
    max-width: 1920px;
    max-height: 224px;
    margin: 0 auto;
    background-image: url("/upload/photo/202407/301703331.png");
}

.please-contact-us .content {
    display: flex;
    flex-direction: row;
    font-family: Muli, Muli;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 44px;
    text-align: left;
    align-items: center;
    font-style: normal;
    height: 223px;

}

.please-contact-us .left {
    width: 60%;
    padding-left: 160px;
}

.please-contact-us .more p:nth-child(2) {
    font-family: Muli, Muli;
    font-weight: bold;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 44px;
    padding-left: 10px;
}

.please-contact-us .more {
    display: flex;
    flex-direction: row;
}

.please-contact-us .right {
    width: 40%;
    display: flex;
    flex-direction: row;
}

.please-contact-us .right img {
    height: 100px;
    width: 100px;
}

.step {
    max-width: 1920px;
    background: #D2D9E2;
    padding: 58px 160px;
    margin: 0;
    display: grid;
    grid-template-columns: 40% 60%;
}

.step .left {
    margin-right: 25px;
}

.step .left img {
    width: 100%;
    height: auto;
}

.step .right {
    margin-left: 25px;
}

.step .right .title {

    font-family: Muli, Muli;
    font-weight: bold;
    font-size: 24px;
    color: #343434;
    margin-top: 20px;
    margin-bottom: 50px;
}

.step .right .content {
    font-family: Muli, Muli;
    font-weight: 400;
    font-size: 20px;
    color: #343434;
}

.why {
    width: 100%;
    max-width: 1920px;
    background-color: #F5F5F5;
    margin: 0;
    padding: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why .top {
    display: grid;
    width: 100%;
    max-width: 1600px;
    grid-template-columns: 60% 40%;
}

.why .top .title {
    font-weight: bold;
    font-size: 24px;
    color: #343434;
    margin-bottom: 50px;
}

.why .top .content {
    font-weight: bold;
    font-size: 18px;
    color: #343434;
    line-height: 28px;
}

.why .top img {
    width: 100%;
    height: auto;
}

.why .bottom {
    width: 100%;
    max-width: 1600px;
    font-weight: bold;
    font-size: 20px;
    color: #343434;
    margin-top: 50px;
}

.mold-1 {
    max-width: 1920px;
    margin: 0 auto;
    background-position: center; /* 背景图片居中 */
    background-size: cover; /* 背景图片完整展示且保持宽高比 */
    background-repeat: no-repeat; /* 防止背景图片重复 */
    padding: 50px 160px;
}

.mold-1 .title {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
}

.mold-1 .subTitle {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}

.mold-1 .subContent {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 60px;
    text-indent: 2rem;
    width: 70%;
}

.mold-2 {
    width: 100%;
    max-width: 1920px;
    background-position: center; /* 背景图片居中 */
    background-size: cover; /* 背景图片完整展示且保持宽高比 */
    background-repeat: no-repeat; /* 防止背景图片重复 */
    padding: 50px 160px;
}

.mold-2 .title {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.mold-2 .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mold-2 .left {
    width: 60%;
}

.mold-2 .right {
    width: 40%;
}

.mold-2 .subTitle {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}

.mold-2 .subContent {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 60px;
    text-indent: 2rem;
    width: 70%;
}

.mold-2 img {
    width: 100%;
    height: auto;
}

.difference {
    background-position: center; /* 背景图片居中 */
    background-size: cover; /* 背景图片完整展示且保持宽高比 */
    background-repeat: no-repeat; /* 防止背景图片重复 */
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 160px;
}

.difference .top,
.difference .bottom {
    margin: 0 auto;
    max-width: 1600px;
}

.difference .top .title {
    font-weight: bold;
    font-size: 48px;
    color: #343434;
    margin-bottom: 40px;
    width: 100%;
}

.difference .top .topic {
    font-weight: bold;
    font-size: 24px;
    color: #343434;
    margin-bottom: 26px;
    width: 100%;
}

.difference .top .content {
    font-weight: bold;
    font-size: 20px;
    color: #343434;
    text-indent: 2rem;
    margin-bottom: 40px;
    width: 90%;
}

.difference .item {
    display: grid;
    grid-template-columns: 60% 30%;
    grid-column-gap: 110px;
    margin-bottom: 50px;
}

.difference .item > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.difference .item .title {
    font-weight: bold;
    font-size: 24px;
    color: #343434;
    margin-bottom: 30px;
    width: 100%;
}

.difference .item .content {
    font-weight: bold;
    font-size: 20px;
    color: #343434;
    text-indent: 2rem;
    margin-bottom: 40px;
    width: 90%;
}

.difference .item img {
    width: 100%;
    height: auto;
}

.metal {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.metal .left {
    width: 50%;
}

.metal .right {
    width: 40%;
    display: flex;
    align-items: center;
}


.metal .title {
    font-weight: bold;
    font-size: 24px;
    color: #343434;
    margin-bottom: 30px;
}

.metal .topic {
    text-indent: 2rem;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #343434;
}

.metal .content {
    font-weight: bold;
    font-size: 20px;
    color: #343434;
}

.metal img {
    width: 100%;
    height: auto;
}

.plastic {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #F5F5F5;
    padding: 100px 160px;
}

.plastic > .title {
    font-family: Muli-Bold, Muli-Bold;
    font-weight: bold;
    font-size: 48px;
    color: #343434;
    line-height: 67px;
    text-align: center;
    -webkit-text-stroke: 1px #343434;
    margin-bottom: 100px;
}

.plastic .item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.plastic .item .text{
    border-radius: 0px 30px 0 0;
    width: 59%;

    background: #FFFFFF;
    font-family: Muli, Muli;
    font-weight: bold;
    font-size: 20px;
    color: #343434;
    line-height: 28px;
    padding: 25px;
    margin-right: 50px;
}
.plastic .item .title{
    font-size: 24px;
    margin-bottom: 30px;
}
.plastic .item .img{
    width: 31%;
}
.plastic .item img{
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .please-contact-us .left {
        padding-left: 10px;
    }

    .please-contact-us .content {
        font-size: 10px;
        line-height: 10px;
        padding: 0;
    }

    .please-contact-us .more p:nth-child(2) {
        font-size: 15px;
        line-height: 15px;
    }

    .please-contact-us .right img {
        height: 30px;
        width: 30px;
    }

    .please-contact-us .content {
        height: auto;
    }
}


