.wechat-slider {
    margin: 0;
    background-image: url("images/wechat/wechat-bg-sd.png");
    background-size: auto 100vh;
    background-repeat: no-repeat;
}

.col-left {
    padding-top: 150px;
}

.col-right {
    padding-left: 40px;
}

.col-right .i-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.col-right .i-item {
    background-color: #ffffff;
    width: 456px;
    height: 120px;
    border-radius: 5px;
    margin-top: 17px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.col-right .i-item img {
    width: 52px;
    height: 52px;
    margin: auto 40px;
}

.col-right .i-item p {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.tab {
    display: flex;
    justify-content: center;
}

.tab .text-tab {
    height: 80px;
    margin: 0 50px;
}

.tab .text-tab:hover div {
    display: block;
}

.tab .text-tab span {
    cursor: pointer;
    font-size: 18px;
    color: #9daac0;
}

.tab .text-tab span:hover {
    color: #fc6034;
}

.tab .text-tab div {
    display: none;
    margin: 4px auto;
    background-color: #fc6034;
    height: 8px;
    width: 40px;
}

.chat-list {
    width: 260px;
    height: 360px;
    background: #ffffff;
    text-align: center;
    padding-top: 60px;
    /* display: flex;
    flex-direction: column; */
}

.chat-list h4 {
    padding-bottom: 20px;
}

.chat-list div {
    width: 100px;
    height: 120px;
    margin: 0 auto;
}

.chat-list p {
    font-size: 16px;
    color: #8E8E8E;
    bottom: 0;
}


/* 案例部分 */
/* .wechat-develop .jingxuananli .owl-carousel {
    display: flex;
    overflow: auto;
    flex-shrink: 0;
} */

.swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.swiper-slide-active a:after {
    background: none;
}


.sponsor-item{
    box-shadow: 0px 2px 15px 6px rgba(240, 240, 240, 0.5);
}
.sponsor-item img {
    width: 100%;
    min-height: 242px;
    height: 242px;
    display: block;
}

.sponsor-item .text{
    min-height: 242px;
    color: #8E8E8E;
}

.sponsor-item .text h4{
    padding-top: 30px;
}
.sponsor-item .text p{
    padding: 0 37px;
}



