
/*轮播图*/
#home {
    width: 100%;
}

#home >.banner {
    width: 100%;
    height: 668px;
}

/*“帮助自由职业者
完成税务合规数字化转型”*/

#home > .sloganBox {
    width: 1200px;
    margin:   80px auto;
    height: 380px;
    display: flex;
    justify-content: space-between;
}

#home > .sloganBox >.sloganContent {
    width:calc(100% - 620px - 20px);
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;

}

#home > .sloganBox >.sloganContent > h2 {
    width: 450px;
    font-size: 36px;
    color: #212D42;
    line-height: 50px;
}
#home > .sloganBox >.sloganContent > p {
    width: 100%;
    font-size: 16px;
    color: rgba(42,57,80,.8);
    line-height: 22px;
    margin-top: 20px;
}

#home > .sloganBox >.sloganImage {
    width: 620px;
    height: 100%;
}

/*provide*/
#home > .provideBox {
    width: 100%;
    height: 700px;
    background: #F8F8F8;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#home > .provideBox > h2 {
    font-size: 46px;
    font-weight: 500;
    color: #2A3950;
    line-height: 65px;
}

#home > .provideBox > p {
    font-size: 18px;
    color: rgba(42,57,80,.8);
    line-height: 25px;
    margin-top: 16px;
}

#home > .provideBox > .provideContent {
    width: 1200px;
    height: 360px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
#home > .provideBox > .provideContent > li {
    width: 282px;
    height: 360px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    position: relative;
}
#home > .provideBox > .provideContent > li >h2 {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 500;
    color: #212D42;
    line-height: 28px;
}
#home > .provideBox > .provideContent > li >p {
    box-sizing: border-box;
    width: 100%;
    height: 126px;
    padding: 0 12px 12px 12px;
    font-size: 14px;
    color: rgba(42,57,80,.8);
    line-height: 20px;
    text-align: center;
}

#home > .provideBox > .provideContent > li > .svgImg {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 124px;
    right: 12px;
}

/*industry*/
#home > .industry {
    width: 100%;
    margin-bottom: 60px;
}

#home > .industry > h2 {
    font-size: 46px;
    font-weight: 500;
    color: #2A3950;
    line-height: 65px;
    text-align: center;
    margin-top: 82px;
}

#home > .industry > p {
    text-align: center;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(42,57,80,.8);
    line-height: 25px;
}

#home > .industry > .industrySwiper {
    width: 1200px;
    margin: 64px auto;
}

#home > .industry > .industrySwiper > .swiper-container-industrySwiper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

#home > .industry > .industrySwiper > .swiper-wrapper >.swiper-slide {
    position: relative;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#home > .industry > .industrySwiper > .swiper-wrapper >.swiper-slide > .industryTitle {
    position: absolute;
    display: inline-block;
    width: 36px;
    height: 25px;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 25px;
}

