@import url('font.css');

* {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.w1520 {
    width: 1520px;
    margin: 0 auto;
}

.page-title {
    padding: 94px 0 52px;
    text-align: center;
}

.page-title .bc-title {
    font-family: MiSans-Semibold;
    font-weight: 600;
    font-size: 32px;
    color: #1D2129;
}

.page-title .bc-sub-title {
    width: 400px;
    font-family: MiSans-Semibold;
    font-weight: 600;
    font-size: 16px;
    color: #2B6DED;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.page-title .bc-sub-title::after,
.page-title .bc-sub-title::before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #D9D9D9;
    position: absolute;
    top: 50%;

}

.page-title .bc-sub-title::after {
    right: 0;
}

.bc-intro {
    width: 100%;
    height: 326px;
    background: linear-gradient(90deg, #286BED 0%, #FFFFFF 100%);
    position: relative;
}

.bc-intro .intro-img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.bc-intro-box {
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.1);
    height: 100%;
    padding-top: 50px;
}

.bc-intro-left {
    width: 247px;
}

.bc-intro-left .intro-title,
.bc-intro-left .intro-sub-title {
    margin-left: 14px;
    font-family: MiSans-Semibold;
    font-weight: 600;
    color: #FFFFFF;
    text-align: left;
}

.bc-intro-left .intro-title {
    font-size: 32px;
}

.bc-intro-left .intro-sub-title {
    font-size: 16px;
}

.bc-intro-left .intro-slogan {
    width: 100%;
    box-sizing: border-box;
    padding-left: 14px;
    height: 29px;
    line-height: 29px;
    background: rgba(255, 255, 255, 0.3);
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-align: left;
    margin-top: 53px;
    font-family: MiSans-Semibold;
}

.bc-intro-left .intro-contact {
    display: block;
    margin-left: 14px;
    margin-top: 47px;
    width: 126px;
    height: 34px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-family: MiSans-Medium;
}

.bc-intro-right {
    flex: 1;
    height: 293px;
    background: #FFFFFF;
    box-shadow: 0px 24px 60px 0px rgba(207, 215, 229, 0.2);
    border-radius: 24px 24px 24px 24px;
    box-sizing: border-box;
    padding: 29px;
}

.bc-intro-right .intro-content-title {
    font-family: MiSans-Semibold;
    font-weight: 600;
    font-size: 20px;
    color: #1D2129;
    margin-bottom: 27px;
}

.bc-intro-right .intro-content-title::before {
    content: '';
    display: block;
    width: 45px;
    height: 1px;
    background: #2B6DED;
    margin-bottom: 17px;
}

.bc-intro-right .intro-content-text {
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #1D2129;
    text-align: left;
    margin-bottom: 18px;
}

.bc-service {
    margin-top: 115px;
}

.bc-service-title,
.bc-advantage-title,
.bc-service-flow-title,
.bc-partner-title,
.bc-solution-title,
.bc-faq-title {
    font-family: MiSans-Semibold;
    font-weight: 600;
    font-size: 24px;
    color: #1D2129;
    text-align: center;
}

.page-title .bc-title::before,
.bc-service-title::before,
.bc-advantage-title::before,
.bc-service-flow-title::before,
.bc-partner-title::before,
.bc-solution-title::before,
.bc-faq-title::before {
    content: attr(content);
    display: block;
    font-family: MiSans-Semibold;
    font-weight: 600;
    font-size: 16px;
    color: #EFEFEF;
    text-align: center;
    margin-bottom: -7px;
}

.bc-service-box {
    margin-top: 49px;
    background-color: #fff;
}

.service-category {
    height: 70px;
    width: 100%;
    background: #FFFFFF;
    border-bottom: 1px solid #D9D9D9;
    box-sizing: border-box;

}

.service-category ul {
    display: flex;
}

.service-category li {
    flex: 1;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    color: #1D2129;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    font-family: MiSans-Semibold;
}

.service-category li.active::after {
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    height: 3px;
    background: #2B6DED;
    bottom: -1px;
    z-index: 111;
    left: 50%;
    transform: translateX(-50%);
}

.service-content-list {
    height: 456px;
    background: #FFFFFF;
    box-shadow: 0px 24px 60px 0px rgba(207, 215, 229, 0.2);
    border-radius: 24px;
}

.service-content-item {
    padding: 40px 22px 38px 48px;
    box-sizing: border-box;
    display: none;
    justify-content: space-between;
}

.service-content-item.active {
    display: flex;
}

.service-content {
    width: 458px;
    box-sizing: border-box;
    position: relative;
}

.service-img {
    width: 914px;

}

.service-content-item .service-content-title {
    font-family: MiSans-Demibold;
    font-weight: 600;
    font-size: 14px;
    color: #1D2129;
}

.service-content-item .service-content-title:not(:first-child) {
    margin-top: 34px;
}

.service-content-item .service-content-text {
    margin-top: 12px;
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #1D2129;
    text-align: left;
}

.service-content-item .consult-btn {
    display: block;
    width: 160px;
    height: 36px;
    background: rgba(43, 109, 237, 0.05);
    border-radius: 17px;
    font-family: MiSans-Demibold;
    font-weight: 600;
    font-size: 16px;
    color: #2B6DED;
    line-height: 36px;
    letter-spacing: 3px;
    text-align: center;
    position: absolute;
    bottom: 0;
    text-decoration: none;
}

.bc-advantage {
    margin-top: 85px;
}

.bc-advantage-list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.bc-advantage-item {
    width: 363px;
    height: 395px;
    background: #FFFFFF;
    box-shadow: 0px 24px 60px 0px rgba(207, 215, 229, 0.2);
    border-radius: 24px;
    box-sizing: border-box;
    padding: 24px;
}

.bc-advantage-item .advantage-item-title {
    font-family: MiSans-Semibold;
    font-weight: 600;
    font-size: 20px;
    color: #1D2129;
}

.bc-advantage-item .advantage-item-title::after {
    content: "";
    display: block;
    width: 45px;
    height: 1px;
    background: #2B6DED;
    margin-top: 10px;
}

.bc-advantage-item .advantage-item-img {
    margin: 14px 0 20px;
}

.bc-advantage-item .advantage-item-desc {
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #1D2129;
    text-align: left;
}

.bc-service-flow {
    margin-top: 85px;
}

.bc-service-flow-content {
    background-image: url(../img/b&c/service-flow-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 495px;
    position: relative;
}

.bc-partner {
    margin-top: 100px;
}

.bc-partner-content {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bc-partner-content img {
    box-shadow: 0px 24px 60px 0px rgba(207, 215, 229, 0.2);
    margin-bottom: 15px;
}

.bc-solution {
    margin-top: 90px;
}

.bc-solution-content {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
}

.bc-solution-content .solution-item {
    display: flex;
    justify-content: space-between;
}

.solution-item-left {
    margin-right: 28px;
    width: 120px;
    text-align: center;
    margin-top: 20px;
}

.solution-item-left img {
    border-radius: 50%;
}

.solution-item-left .solution-item-title {
    font-family: MiSans-Semibold;
    font-weight: 600;
    font-size: 16px;
    color: #1D2129;
    text-align: center;
}

.solution-item-left .solution-item-sub-title {
    font-family: MiSans-Semibold;
    font-weight: 600;
    font-size: 12px;
    color: #1D2129;
    text-align: center;
}

.solution-item-right {
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 24px 60px 0px rgba(207, 215, 229, 0.2);
    border-radius: 24px;
    box-sizing: border-box;
    padding: 0 24px;
}

.solution-item-text-title,
.solution-item-text {
    font-weight: 400;
    font-size: 14px;
    color: #1D2129;
    text-align: left;
}

.solution-item-text-title {
    font-family: MiSans-Demibold;
    margin-top: 20px;
    font-weight: 600;
}

.solution-item-text {
    font-family: MiSans-Regular;
    margin-top: 10px;
    font-size: 12px;
}

.bc-faq {
    margin-top: 80px;
    padding-bottom: 80px;
}

.bc-faq-content {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.bc-faq-content .faq-item {
    width: 743px;
    min-height: 552px;
    background: #FFFFFF;
    box-shadow: 0px 24px 60px 0px rgba(207, 215, 229, 0.2);
    border-radius: 24px;
    box-sizing: border-box;
    padding: 32px;
}

.faq-item .faq-item-card {
    width: 160px;
    height: 36px;
    border-radius: 17px 17px 17px 17px;
    font-family: MiSans-Demibold;
    line-height: 36px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 20px;
}

.faq-item-card.faq-desc {
    background: rgba(185, 185, 185, 0.2);
    color: #2B2F37;
}

.faq-item-card.faq-solve {
    background: rgba(43, 109, 237, 0.05);
    color: #2B6DED;
    margin-top: 30px;
}

.faq-item .faq-item-desc,
.faq-item .faq-solve-title {
    text-indent: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #1D2129;
    text-align: left;
    font-family: MiSans-Demibold;
}

.faq-item .answer-list {
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #1D2129;
    line-height: 28px;
    text-align: left;
    margin-top: 12px;
    padding-left: 20px;
    line-height: 24px;
}