.swiper,
.swiper2 {
    width: 100%;
    height: 600px;
}

.home-introduce {
    width: 1200px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 49px;
    margin-bottom: 99px;
}

.home-introduce-left {
    width: 560px;
    height: 400px;
}

.home-introduce-right {
    width: 600px;
    font-size: 14px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
}

.introduce-right-tit {
    font-size: 30px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #333333;
}

.introduce-right-tit-e {
    font-size: 18px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #999999;
    margin-top: 19px;
}

.introduce-right-text {
    margin: 34px 0;
}

.home-cooperate {
    width: 1200px;
    margin: 0 auto;
}

.swiper2 {
    width: 1200px;
    height: 310px;
    margin: auto;
    margin-top: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.swiper-wrapper2 {
    width: 1048px;
}

.cooperate-item {
    width: 1048px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* justify-content: center; */
    /* margin: auto; */
}

.cooperate-item img {
    width: 240px;
    height: 140px;
    margin: 10px;
}

.swiper-prev img,
.swiper-next img {
    width: 38px;
    height: 38px;
    margin: 18px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}