.home {
    min-height: 100vh;
    background: #F6F7FB;
}


.banner-menu-box {
    background: #fff;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0px;
    z-index: 999999999;
}

.banner-menu {
    display: flex;
    justify-content: space-between;
}
.banner-menu a {
    color: #333333;
    position: relative;
}

.banner-menu span {

    cursor: pointer;
}

.banner-menu a span .active {
    position: relative;
    color: #2A7EFB;
    font-weight: bold;
}

.banner-menu span.active:after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -32px;
    width: 64px;
    height: 2px;
    background: #2A7EFB;
    border-radius: 2px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* 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;
    background: #F6F7FB;
}
.banner-items {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.sys-info {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 66px;
    padding-bottom: 54px;
    background: url("../img/sys-bg.png") no-repeat center center;
    background-size: 115% auto;
}


.sys-info h4 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.sys-info h5 {
    font-size: 18px;
    color: #666666;
    margin-bottom: 55px;
    text-align: center;
}

.sys-info .items {
    display: flex;
    justify-content: space-between;
}

.sys-info .items .item {
    background: #fff;
    width: 288px;
    border-radius: 4px;
    margin-bottom: 14px;
    padding: 20px;
    background: linear-gradient(to bottom, #F5F9FF, #fff);
}

.sys-info .items .item .title {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 18px;
    color: #333333;
    font-weight: 700;
}

.sys-info .items .item .title img {
    width: 30px;
    height: 30px;
}

.sys-info .items .item .tips {
    text-align: left;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.service-box {
    height: 500px;
    background: url("../img/service-bg.png") no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    color: #fff;
}

.service h3 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.service h5 {
    font-size: 18px;
    margin-bottom: 80px;
}

.service .service-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.service .service-list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service .service-list .item .icon {
    width: 88px;
    height: 88px;
    background: #fff;
    border-radius: 30px 30px 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.service .service-list .item .icon img {
    width: 40px;
    height: 40px;
}

.service .service-list .item .title {
    font-size: 16px;
}

.temp-box {
    background: url("../img/temp-bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.temp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.temp .title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 20px;
}

.temp .tips {
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-bottom: 48px;
}

.temp .tem-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.temp .tem-list .tem-item {
    width: 24%;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.temp .tem-list .tem-item .tem-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 20px;
}

.temp .tem-list .tem-item .tem-title img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

.temp .tem-list .tem-item .tem-img {
    height: 158px;
}

.temp .tem-list .tem-item .tem-img img {
    width: 100%;
    height: 100%;
}

.temp .a-btn {
    display: flex;
    margin-top: 20px;
}

.temp .a-btn a {
    width: 138px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #2A7EFB;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2A7EFB;
}

.tp-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/tp-bg.png") no-repeat;
    background-size: 100% 100%;
    height: 650px;
}

.tp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.tp h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.tp h4 {
    font-size: 18px;
    margin-bottom: 80px;
}

.tp .tp-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.tp .tp-line {
    display: flex;
    font-size: 14px;

    span:nth-child(1) {
        width: 80px;
        margin-right: 50px;
        margin-bottom: 36px;
    }

    span:nth-child(2) {
        text-align: left;
    }
}

.tp .tp-right {
    width: 670px;
}

.tp .tp-right .tp-len {
    background: rgba(255, 255, 255, .2);
    display: flex;
    height: 110px;
}

.tp .tp-right .tp-len-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tp .tp-right .tp-len-item > div {
    font-size: 24px;
    color: #FFEC6C;
}

.tp .tp-right .tp-len-item > div img {
    /*margin-left: -40px;*/
    margin-top: -5px;
}

.tp .tp-right .tp-len-item p {
    margin-top: 10px;
    font-size: 20px;
}

.tp .tp-list {
    display: flex;
    padding: 26px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.0952) 0%, rgba(255, 255, 255, 0) 100%);
}

.tp .tp-list > div {
    flex: 1;
    display: flex;
}

.tp .tp-list p {
    padding-left: 50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.tp .tp-list p span {
    display: inline-block;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    margin-right: 5px;
}

.tp .tp-list a {
    width: 146px;
    height: 47px;
    background: linear-gradient(140deg, #FFEC6C 0%, #FFC003 100%);
    border-radius: 25px 25px 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #AC7118;
    font-size: 16px;
    margin-right: 80px;
    margin-top: 12px;
}

.second-opening-box {
    display: flex;
    padding-bottom: 68px;
    justify-content: center;
}

.second-opening {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.second-opening h3 {
    padding-top: 100px;
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.second-opening h5 {
    font-size: 18px;
    color: #666666;
    margin-bottom: 80px;
}

.second-opening .so-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.second-opening .so-box .so-left, .second-opening .so-box .so-right {
    width: 49%;
    background: #FFFFFF;
    box-shadow: 0 0 13px 0 rgba(42, 126, 251, 0.1);
    border-radius: 4px;
    border: 1px solid #F5F5F5;
}

.second-opening .so-flex .header {
    height: 100px;
    background: linear-gradient(90deg, #F1F6FF 0%, #FFFFFF 100%);
    display: flex;
    align-items: center;
    padding-left: 24px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

.second-opening .so-flex .header span {
    display: inline-block;
    position: absolute;
    left: 24px;
    bottom: 20px;
    width: 44px;
    height: 4px;
    background: #2A7EFB;
}

.second-opening .so-flex .so-list .so-item {
    padding: 20px 26px;
}

.second-opening .so-flex .so-list .so-item .so-title {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.second-opening .so-flex .so-list .so-item .so-title img {
    width: 26px;
    height: 26px;
    margin-right: 12px;
    color: #333333;
    font-size: 16px;
}

.second-opening .so-flex .so-list .so-item .so-tips {
    font-size: 14px;
    color: #757F9F;
    padding-left: 36px;
    margin-top: 10px;
}

.sys-framework-box {
    background: url("../img/sys-framework-bg.png") no-repeat;
    background-size: 100% 100%;
    height: 890px;
    display: flex;
    justify-content: center;
}

.sys-framework {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
}

.sys-framework h3 {
    padding-top: 100px;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sys-framework h5 {
    font-size: 18px;
    margin-bottom: 60px;
}

.framework-items {
    display: flex;
}

.framework-items .items-left {
    width: 63%;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.framework-items .items-left .item {
    width: 49%;
    height: 166px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2967);
    box-shadow: inset 0 1px 3px 0 rgba(255, 255, 255, 0.5);
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 24px;
    padding: 20px 26px;
    box-sizing: border-box;
}

.framework-items .items-left .title {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.framework-items .items-left .title img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.framework-items .items-left .tips {
    line-height: 30px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.framework-items .items-right {
    width: 30%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2967);
    box-shadow: inset 0 1px 3px 0 rgba(255, 255, 255, 0.5);
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 24px;
    padding: 20px 26px;
    box-sizing: border-box;
    margin-left: 25px;
}

.framework-items .items-right .title {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.framework-items .items-right .title img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.framework-items .items-right .tips {
    font-size: 14px;
    line-height: 30px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.framework-items .items-right .line {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.framework-items .items-right .tips-btm {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}

.buy-empower-box {
    background: #fff;
    padding-bottom: 68px;
    display: flex;
    justify-content: center;
}

.buy-empower {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.buy-empower h3 {
    padding-top: 100px;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.buy-empower h5 {
    font-size: 18px;
    margin-bottom: 60px;
}

.buy-empower .buy-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.buy-empower .buy-list .but-item {
    width: 30%;
    height: 230px;
    padding: 30px;
    box-sizing: border-box;
    background: linear-gradient(0, #FFFFFF 0%, #E8F2FF 100%);
    box-shadow: inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5), 0px 2px 12px 0px rgba(0, 0, 0, 0.0809);
    border-radius: 6px 6px 6px 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.buy-empower .buy-list .but-item .title {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.buy-empower .buy-list .but-item .title img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.buy-empower .buy-list .but-item .tips {
    font-size: 14px;
    line-height: 30px;
}

.buy-empower .buy-list .but-item a {
    color: #2A7EFB;
    font-size: 16px;
}

.system-demonstration-box {
    height: 600px;
    background: url("../img/system-demonstration-bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.system-demonstration {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.system-demonstration h3 {
    padding-top: 100px;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.system-demonstration h5 {
    font-size: 18px;
    margin-bottom: 60px;
}

.system-demonstration .line {
    width: 100%;
    display: flex;
}

.system-demonstration .line .info {
    width: 50%;
    border-top: 4px solid #2A7EFB;
    background: #fff;
    border-radius: 4px;
    padding: 0 26px 20px;
}

.system-demonstration .line .info .info-cell {
    display: flex;
    padding: 15px 0;
}

.system-demonstration .line .info .header {
    padding: 20px 0;
    border-bottom: 1px solid #EDEDED;
}

.system-demonstration .line .info .header span {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.system-demonstration .info-cell span {
    color: #666666;
}

.system-demonstration .info-cell span:nth-child(1) {
    width: 140px;
}

.system-demonstration .info-cell span:nth-child(2) {
    width: 390px;
}

.system-demonstration .info-cell span:nth-child(3) {
    width: 155px;
}

.system-demonstration .info-cell span:nth-child(4) {
    width: 130px;
}

.system-demonstration .line .qr-code {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 24px;
    border-top: 4px solid #FF9C00;
    background: #fff;
    border-radius: 4px;
    padding: 0 26px 20px;
}

.system-demonstration .line .qr-code .qr-item {
    flex: 0 0 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.system-demonstration .line .qr-code .qr-item img {
    width: 145px;
    height: 145px;
    margin-bottom: 16px;
}

.system-demonstration .line .qr-code .qr-item span {
    color: #666666;
}

.technical-support-box {
    height: 820px;
    background: url("../img/technical-support-bg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.technical-support {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.technical-support h3 {
    padding-top: 100px;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.technical-support h5 {
    font-size: 18px;
    margin-bottom: 60px;
}

.technical-support .technical-support-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.technical-support-list .item {
    width: 32%;
    height: 490px;
    background: #FFFFFF;
    box-shadow: inset 0 1px 3px 0 rgba(255, 255, 255, 0.5), 0 2px 12px 0 rgba(0, 0, 0, 0.0809);
    border-radius: 6px 6px 6px 6px;
}

.technical-support-list .item .item-header {
    height: 204px;
    background: linear-gradient(90deg, rgba(65, 87, 154, 0.3328) 0%, rgba(20, 33, 72, 0.6693) 100%);
    color: #fff;
}

.technical-support-list .item .item-header p:nth-child(1) {
    padding: 58px 0 18px 30px;
}

.technical-support-list .item .item-header p:nth-child(2) {
    padding: 0 0 32px 30px;
    font-size: 24px;
    font-weight: bold;
}

.technical-support-list .item .item-header p:nth-child(2) span:nth-child(2) {
    font-size: 16px;
}

.technical-support-list .item .item-header p:nth-child(3) {
    padding: 0 0 0 30px;
    font-size: 16px;
}

.technical-support-list .item .item-header p:nth-child(3) span {
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 10px;
    background: #fff;
    color: #2A7EFB;
    text-align: center;
    line-height: 14px;
    border-radius: 100%;
    margin-left: 4px;
}

.technical-support-list .item .item-list {
    padding: 12px 24px;
    box-sizing: border-box;
}

.technical-support-list .item .item-list p {
    padding: 11px 0;
    display: flex;
    justify-content: space-between;
}

.technical-support-list .item .item-list p span:nth-child(2) {
    color: #999999;
}

.technical-support-list .item .item-list p span:nth-child(1) {
    max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
