/* 首页轮播 */
.wc-slogan1 {
    font-weight:600;
    line-height:29px;
    font-size: 40px;
}
.wc-slogan2 {
    font-size:30px;
    font-weight:400;
    line-height:30px;
    margin-top: 32px;
}
.wc-btn {
    padding: 0;
    width: 108px;
    border-color: white;
    color: white;
    background-color: transparent;
    margin-top: 35px;
}


/* 主体内容盒子 */
.w-content {
    margin-top: 100px;
}
/* 第一张卡片 */
.w-card1 {
    height: 512px;
}
.card1-img {
    width: 100%;
    margin-top: 35px;
}
/* 第2张卡片 */
.w-card2 {
    margin-top: 75px;
    height: 589px;
}
.card2-bg {
    position: absolute;
    top: 1155px;
    left: 0;
    right: 0;
    height: 589px;
    background: url(../image/index/p2-bg.png) no-repeat center / 100% 589px;
}
.card2-img1 {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 356px;
    height: 551px;
}
.card2-img2 {
    position: absolute;
    top: -50px;
    right: 64px;
    display: inline-block;
    width: 395px;
    height: 701px;
}



/* 关于我们 */
.about-container {
    margin-top: 60px;
}
.about-desc {
    font-size:14px;
    font-weight:400;
    color:rgba(152,152,152,1);
    line-height:26px;
    margin-bottom: 30px;
}
.about-btn {
    text-align: center;
}




/* 数据 */
.data-container {
    height: 382px;
    padding: 0;
    margin-top: 80px;
    background: url(../image/index/data.png) no-repeat center / 100% 100%;
}
.data-wrap {
    padding-top: 135px;
    text-align: center;
    color:rgba(255,255,255,1);
    font-weight:500;
}
.data-num {
    font-size:50px;
}
.data-item {
    font-size:20px;
}


/* 客户 */
.customer-container {
    margin-top: 80px;
    margin-bottom: 130px;
}
.customer-item {
    width: 18%;
    height: 154px;
    margin: 12px 1%;
    border: 1px solid rgba(240,239,239,1);
    background: url(../image/index/c1.png) no-repeat center / 90% 90%;
}
