/* 轮播 */
.erp-slogan {
    bottom: 100px;
}
.wc-slogan1 {
    font-weight:600;
    line-height:29px;
    font-size: 40px;
}
.wc-line {
    width:104px;
    height:4px;
    background:rgba(255,255,255,1);
    margin: 0 auto;
    margin-top: 25px;
}
.wc-slogan2 {
    font-size:20px;
    font-weight:400;
    line-height:30px;
    margin-top: 32px;
}
.wc-slogan3 {
    font-size: 14px;
    margin-top: 10px;
}
.wc-btn {
    padding: 0;
    width: 108px;
    border-color: white;
    color: white;
    background-color: transparent;
    margin-top: 35px;
}


/* 我们的优势 */
.advantage-container {
    margin-top: 100px;
}
.advantage-title {
    text-align: center;
}
.ac-item {
    width: 30%;
    height:362px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 30px 0px rgba(186,186,186,0.3);
    box-sizing: border-box;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
}
.ac-item-middle {
    margin: 0 5%;
}
.aci-img {
    width: 126px;
    height: 95px;
    margin: 0 auto;
}
.aci-img1 {
    background: url(../image/erp/a1.png) no-repeat center / 100% 100%;
}
.aci-img2 {
    background: url(../image/erp/a2.png) no-repeat center / 100% 100%;
}
.aci-img3 {
    background: url(../image/erp/a3.png) no-repeat center / 100% 100%;
}
.aci-title {
    text-align: center;
    font-size:20px;
    font-weight:400;
    color:rgba(37,37,37,1);
    padding: 20px 0;
}
.aci-desc {
    font-size:14px;
    font-weight:400;
    color:rgba(152,152,152,1);
    line-height:26px;
}




/* 产品说明 */
.pro-container {
    padding: 0;
    height: 568px;
    background: url(../image/erp/pro-bg.png) no-repeat center / 100% 100%;
    margin-top: 100px;
    padding-top: 50px;
}
.pro-desc {
    font-size:14px;
    font-weight:400;
    color:rgba(152,152,152,1);
    line-height:26px;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 35px;
}
.pro-btn {
    text-align: center;
    margin-top: 50px;
}



/* 产品介绍 */
.product-container {
    padding: 0;
    position: relative;
}
.card-container {
    margin-bottom: 80px;
    padding-top: 65px;
    height: 360px;
}
.card-container2 {
    margin-top: 80px;
    padding-top: 65px;
    height: 498px;
}
.card-bg {
    width: 100%;
    height: 498px;
    position: absolute;
    left: 0;
    z-index: -200;
    background: url(../image/erp/pro-bg1.png) no-repeat center / 100% 100%;
    /* background: orange; */
}
.card-bg1 {
    top: 546px;
}
.card-bg2 {
    top: 1465px;
}
.card-image {
    width: 100%;
}




/* 免费试用 */
.try-container {
    padding: 0;
    height: 403px;
    background: url(../image/erp/try-bg.png) no-repeat center / 100% 100%;
    margin-top: 35px;
    padding-top: 55px;
}
.try-title {
    font-size:60px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:100px;
    text-align: center;
}
.try-desc {
    font-size:40px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:100px;
    text-align: center;
}
.try-btn {
    text-align: center;
    margin-top: 35px;
}
