.prospects {
    margin: 0 auto;
    padding: 114px 0;
    width: 1200px;
    background-color: #ffffff;
}

.prospects .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 1200px;
}

.prospects .item .info .title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 31px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 2px;
    color: #2b2b2b;
}

.prospects .item .info .title-en {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #2bace6;
}

.prospects .item .info .text {
    width: 669px;
    margin-top: 40px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #2b2b2b;
}

.prospects .item .info .text-2 {
    margin-top: 180px;
}

.prospects .item .img-warp img {
    width: 369px;
    height: auto;
    background-color: #cfcfcf;
}

.advantage {
    padding: 100px 0 45px 0;
    background-color: #f7f7f7;
}

.advantage .content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
}

.advantage .content .item .title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 31px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 2px;
    color: #2b2b2b;
}

.advantage .content .item .title-en {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #2bace6;
}

.advantage .content .item.right {
    text-align: right;
}

.advantage-content {
    border-bottom: 135px #f7f7f7 solid;
}

.advantage-content .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 50px 0;
    width: 1200px;
}

.advantage-content .content .img-warp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
}

.advantage-content .content .img-warp img:hover {
    transition: all 10s;
    transform: rotateZ(720deg);
}

.advantage-content .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 400px;
}

.advantage-content .list li {
    width: 200px;
    height: 36px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #2b2b2b;
}

.advantage-content .list li img {
    margin-right: 8px;
}

.advantage-content .list.right li {
    text-align: right;
}

.product {
    height: 850px;
    background-image: url("../../image/join/6.png");
    background-size: cover;
    background-position: top right;
}

.product .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    padding: 114px 0;
    width: 1200px;
    height: 100%;
}

.product .title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 31px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 2px;
    color: #2b2b2b;
}

.product .title-en {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #2bace6;
}


.product .list {
    display: flex;
    flex-wrap: wrap;
}

.product .list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 200px;
}

.product .list li:nth-of-type(1),
.product .list li:nth-of-type(2),
.product .list li:nth-of-type(3),
.product .list li:nth-of-type(4),
.product .list li:nth-of-type(5) {
    margin-bottom: 40px;
}

.product .list li .img-warp {
    height: 100px;
    line-height: 100px;
}

.product .list li .img-warp:hover {
    transition: all 1s;
    transform: rotateZ(360deg);
}

.product .list li .item-title {
    margin: 10px 0;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #353535;
}

.product .list li .item-text {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #616161;
    text-align: center;
}

.join {
    padding: 114px 0;
}

.join .content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}

.join .content .item {
    width: 400px;
}

.join .content .item img {
    display: block;
    width: 400px;
    height: 315px;
    object-fit: cover;
}

.join .content .item:nth-of-type(1) {
    display: flex;
    padding: 0 40px;
    width: 400px;
    height: 315px;
    flex-direction: column;
    justify-content: center;
    background-color: #2bace6;
}

.join .content .item:nth-of-type(1) .title {
    margin-bottom: 16px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 31px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 2px;
    color: #ffffff;
}

.join .content .item:nth-of-type(1) .title-en {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
}

.join .content .item:nth-of-type(1) .title-en:after {
    content: '';
    display: block;
    margin-top: 60px;
    width: 39px;
    height: 6px;
    background-color: #ffffff;
}

.join .content .item:nth-of-type(4) {
    display: flex;
    width: 800px;
    height: 435px;
    background-color: #f7f7f7;
}

.join .content .item:nth-of-type(4) .list {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
}

.join .content .item:nth-of-type(4) .list li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    padding-left: 30px;
    width: calc(100% / 3);
    height: 25%;
}

.join .content .item:nth-of-type(4) .list li:before {
    position: absolute;
    top: 6px;
    left: 0;
    content: url("../../image/join/7.png");
}

.join .content .item:nth-of-type(4) .list li .item-title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #2b2b2b;
}

.join .content .item:nth-of-type(4) .list li .item-text {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2em;
    letter-spacing: 0px;
    color: #2b2b2b;
}

.join .content .item:nth-of-type(5) img {
    height: auto;
}

.factory {
    padding: 114px 0;
    background-color: #f7f7f7;
}

.factory .content {
    margin: 0 auto;
    width: 1200px;
}

.factory .content .title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 31px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 2px;
    color: #2b2b2b;
}

.factory .content .title-en {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #2bace6;
}

.factory .content .swiper-warp {
    display: flex;
}

.factory .content .arrow.left-arrow {
    transform: rotateZ(180deg);
}

.factory .content .arrow {
    margin-top: 80px;
    width: 100px;
    height: 360px;
    background-image: url("../../image/join/8.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-size: 80px 80px;
}

.factory .content .factory-swiper {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    width: 1000px;
}

.factory .content .factory-swiper .swiper-slide {
    opacity: 0;
}

.factory .content .factory-swiper .swiper-slide-active {
    transform: scale(1);
    z-index: 1;
    opacity: 1;
    transform: translateX(-20%);
    width: 60%;
}


.factory .content .factory-swiper .swiper-slide-prev {
    width: 40%;
    opacity: 1;
    transform: translateX(-40%) scale(.8);
}

.factory .content .factory-swiper .swiper-slide-next {
    width: 40%;
    opacity: 1;
    transform: scale(.8);
}


.factory .content .factory-swiper img {
    display: block;
    width: 470px;
    height: 360px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .prospects {
        padding: 16px 8px;
        width: 100%
    }

    .prospects .item {
        display: block;
        width: 100%
    }

    .prospects .item .info .title {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.5em;
    }

    .prospects .item .info .title-en {
        font-size: 14px;
        line-height: 1.5em;
    }

    .prospects .item .info .text {
        width: 100%;
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.5em;
    }

    .prospects .item .info .text-2 {
        margin-top: 8px;
    }

    .prospects .item .img-warp img {
        margin-top: 8px;
        width: 100%;
    }

    .prospects .item:nth-of-type(1) .img-warp img {
        display: none;
    }

    .advantage {
        padding: 16px 8px;
    }

    .advantage .content {
        display: block;
        width: 100%;
    }

    .advantage .content .item .title {
        padding-top: 8px;
        font-size: 16px;
        line-height: 1.5em;
    }

    .advantage .content .item .title-en {
        font-size: 14px;
        line-height: 1.5em;
    }

    .advantage .content .item.right {
        text-align: left;
    }

    .advantage-content {
        border-bottom: none;
    }

    .advantage-content .content {
        display: block;
        margin: 0 auto;
        padding: 16px 0;
        width: 100%;
    }

    .advantage-content .content .img-warp {
        display: block;
        text-align: center;
        width: 100%;
    }

    .advantage-content .content .img-warp img {
        width: 120px;
    }

    .advantage-content .content .img-warp img:hover {
        transition: all 10s;
        transform: rotateZ(720deg);
    }

    .advantage-content .list {
        display: flex;
        padding: 0 16px;
        width: 100%;
    }

    .advantage-content .list li {
        width: 50%;
        font-size: 14px;
    }

    .advantage-content .list.right {
        margin-top: 16px;
    }

    .advantage-content .list.right li {
        width: calc(100% / 3);
        text-align: left;
    }

    .product {
        padding: 16px 0;
        height: auto;
        background-image: none;
        background-color: #f7f7f7;
    }

    .product .content {
        display: block;
        margin: 0 auto;
        padding: 16px 8px;
        width: 100%;
        height: 100%;
    }

    .product .title {
        font-size: 16px;
        line-height: 1.5em;
        text-align: center;
    }

    .product .title-en {
        margin-bottom: 16px;
        font-size: 14px;
        text-align: center;
    }

    .product .list {
        display: flex;
        flex-wrap: wrap;
    }

    .product .list li {
        width: 50%;
    }

    .product .list li:nth-of-type(1),
    .product .list li:nth-of-type(2),
    .product .list li:nth-of-type(3),
    .product .list li:nth-of-type(4),
    .product .list li:nth-of-type(5) {
        margin-bottom: 0;
    }

    .product .list li .img-warp {
        height: 60px;
        line-height: 60px;
    }

    .product .list li .img-warp img {
        width: 40px;
    }

    .product .list li .item-title {
        margin: 8px 0;
        font-size: 16px;
    }

    .product .list li .item-text {
        font-size: 12px;
    }

    .join {
        padding: 0;
    }

    .join .content {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 16px 8px;
        width: 100%;
        height: 100%;
    }

    .join .content .item {
        width: 100%;
    }

    .join .content .item:nth-of-type(1) {
        padding: 16px 8px;
        width: 100%;
        height: auto;
        background-color: rgba(0, 0, 0, 0);
    }

    .join .content .item:nth-of-type(1) .title {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 1.5em;
        color: #323232;
    }

    .join .content .item:nth-of-type(1) .title-en {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5em;
        color: #2bace6;
    }

    .join .content .item:nth-of-type(1) .title-en:after {
        display: none;
    }

    .join .content .item:nth-of-type(4) {
        width: 100%;
        height: auto;
        background-color: rgba(0, 0, 0, 0);
    }

    .join .content .item:nth-of-type(4) .list {
        display: flex;
        flex-wrap: wrap;
        padding: 8px;
    }

    .join .content .item:nth-of-type(4) .list li {
        margin-bottom: 16px;
        padding-right: 8px;
        width: 50%;
        height: auto;
    }

    .join .content .item:nth-of-type(4) .list li:nth-of-type(2n) {
        padding-right: 0;
    }

    .join .content .item:nth-of-type(4) .list li:before {
        position: absolute;
        top: 6px;
        left: 0;
        content: url("../../image/join/4.png");
    }

    .join .content .item:nth-of-type(4) .list li .item-title {
        font-size: 16px;
    }

    .join .content .item:nth-of-type(4) .list li .item-text {
        font-size: 12px;
    }

    .factory {
        padding: 16px 8px;
    }

    .factory .content {
        width: 100%;
    }

    .factory .content .title {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.5em;
    }

    .factory .content .title-en {
        font-size: 14px;
        line-height: 1.5em;
    }

    .factory .content .swiper-warp {
        display: block;
    }

    .factory .content .arrow {
        display: none;
    }

    .factory .content .factory-swiper {
        margin-top: 16px;
        width: 100%;
    }

    .factory .content .factory-swiper .swiper-slide {
        opacity: 1;
    }

    .factory .content .factory-swiper .swiper-slide-active {
        transform: none;
        width: 100%;
    }

    .factory .content .factory-swiper .swiper-slide-prev {
        width: 100%;
        transform: none;
    }

    .factory .content .factory-swiper .swiper-slide-next {
        width: 100%;
        transform: none;
    }


    .factory .content .factory-swiper img {
        width: 100%;
        height: 18rem;
    }
}