.home-banner {
    width: 100%;
    min-width: 1200px;
    height: 33.33vw;
    min-height: 400px;
}
.home-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-power {
    width: 1200px;
    padding: 90px 140px 120px;
    background-color: #fff;
    margin: -120px auto 100px;
    position: relative;
    z-index: 10;
}
.home-power-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-power-item {
    width: 376px;
    font-size: 0;
    border: 2px solid transparent;
    transition: 300ms;
}
.home-power-item img {
    width: 100%;
    height: 284px;
}
.home-power-item div {
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #F1F5FE;
    transition: 300ms;
}
.home-power-item span {
    color: #333;
    font-size: 24px;
    transition: 300ms;
}
.home-power-item:hover {
    border-color: #3F86FF!important;
    background-color: #3F86FF;
    transform: scale(1.1);
}
.home-power-item:hover div {
    background-color: #3F86FF!important;
}
.home-power-item:hover span {
    color: #fff!important;
}
.home-ability-main {
    width: 1920px;
    min-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.home-ability {
    width: 1567px;
    height: 440px;
    padding: 30px 40px 0;
    box-sizing: border-box;
    background-color: #F1F5FE;
    margin: 0 auto;
    display: flex;
}
.home-ability-l {
    float: right;
    margin-bottom: 100px;
}
.home-ability-r {
    float: left;
    margin-bottom: 286px;
    justify-content: flex-end;
}
.home-ability img {
    width: 710px;
    height: 440px;
    object-fit: cover;
}
.home-ability-box {
    width: 574px;
    height: 166px;
    background-color: rgba(63, 134, 255, .68);
    margin-top: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}
.home-ability-box p {
    width: 50%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.home-ability-box p:nth-child(2) {
    text-align: right;
}
.home-ability-l .home-ability-box {
    margin-left: -54px;
}
.home-ability-r .home-ability-box {
    margin-right: -54px;
}
.home-platform {
    width: 100%;
    padding: 80px 0;
    box-sizing: border-box;
    background-color: #F1F5FE;
}
.home-device {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.home-device-l {
    margin-right: 120px;
}
.home-device img {
    width: 226px;
    height: auto;
}
.home-device-r {
    flex: 1;
}
.home-intro {
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-intro p {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
.home-intro span {
    color: #666;
    font-size: 24px;
}
.home-device-box {
    height: 648px;
}
.home-device-box img {
    width: 618px!important;
}
.home-tv {
    width: 100%;
    padding: 160px 0;
    box-sizing: border-box;
    background-color: #F1F5FE;
    margin-bottom: 90px;
}
.home-tv .home-device-l {
    margin-right: 34px!important;
}
.home-tv img {
    width: 636px!important;
}