body {
    cursor: default;
}

.line {
    margin: 55px 0 60px;
    border-bottom: 1px solid #BDBDBD;
}

.item1 img {
    width: 100%;
    height: 60vh;
    margin-top: 50px;
}

.item1 img {
    width: 100%;
}


/* 2222 */

.item2 {
    padding: 60px 0 150px;
    text-align: center;
    background-color: #f5f5f7;
}

.title {
    font-size: 35px;
}

.title2 {
    font-weight: 700;
    font-size: 18px;
    color: #a8a8a8;
}

.item2 .content {
    margin-top: 40px;
    text-align: left;
}

.item2 .content h3 {
    font-size: 24px;
}

.item2 .content .text {
    text-align: justify;
    color: #777777;
}


/* 3333 */

.item5,
.item3 {
    padding: 100px 0 150px;
    text-align: center;
}

.item3 .content {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.item3 .box {
    width: 23%;
    padding: 45px 70px;
    min-height: 400px;
    position: relative;
}

.item3 .box:hover {
    box-shadow: 3px 3px 30px 26px rgb(112 161 204 / 10%);
}

.box .icon {
    font-size: 100px;
    line-height: 115px;
}

.box .icon-gongping {
    font-size: 120px;
    line-height: 115px;
    position: relative;
    top: 6px;
}

.box-title {
    font-size: 24px;
    color: #4E6AD9;
}

.box-text {
    font-size: 16px;
    color: #a8a8a8;
    margin-top: 15px;
}


/* 444 */

.item4 {
    padding: 100px 0 150px;
    text-align: center;
    background-color: #f5f5f7;
}

.item4 .content {
    display: flex;
}

.item4 .right,
.item4 .left {
    flex: 1;
}

.item4 .left {
    /* height: 300px; */
    background-color: #777777;
    overflow: hidden;
}

.item4 .left:hover img {
    transform: scale(1.1);
}

.item4 .left img {
    width: 100%;
    transform: scale(1);
    transition: all .5s;
}

.item4 .right {
    padding: 0 30px 30px;
    text-align: justify;
    font-size: 22px;
    color: #777777;
}


/* 555 */

.thead-blue {
    background-color: #4E6AD9;
}

.table {
    margin-top: 30px;
}

td,
tr {
    text-align: left;
}

.i5-text {
    color: #a8a8a8;
}

@media screen and (max-width: 1500px) {
    .home {
        width: 100%;
    }
    .item5,
    .item4,
    .item3,
    .item2 {
        padding: 10vw 0 12vw;
    }
    /* 222 */
    .item2 .content {
        margin: 2vw 2vw 0;
    }
    .item2 .content h3 {
        font-size: 2vw;
    }
    .item2 .content .text {
        font-size: 1.4vw;
    }
    /* 33 */
    .item3 .content {
        margin: 0 2vw;
    }
    .box-title {
        font-size: 2vw;
    }
    .box-text {
        font-size: 1.2vw;
        margin-top: 1vw;
    }
    .item3 .box {
        padding: 2vw 3vw 6vw;
        min-height: 25vw;
    }
    .box .icon {
        font-size: 6vw;
        line-height: 9vw;
    }
    .box .icon-gongping {
        font-size: 7vw;
        line-height: 9vw;
    }
    /* 4 */
    .item4 .content {
        margin: 0 2vw;
    }
    .item4 .right {
        padding: 0 3vw 3vw;
        font-size: 1.4vw;
    }
    /* 5 */
    .table {
        width: 100%;
        padding: 3vw 2vw 0;
        margin: 0;
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 993px) {
    .item5,
    .item4,
    .item3,
    .item2 {
        padding: 15vw 0 20vw;
    }
    /* 2 */
    .item2 .content h3 {
        font-size: 3vw;
    }
    .item2 .content .text {
        font-size: 2vw;
    }
    /* 3 */
    .item3 .content {
        flex-wrap: wrap;
    }
    .item3 .box {
        width: 49%;
        min-height: 43vw;
        margin-bottom: 2vw;
        padding: 5vw 5vw 7vw;
        box-shadow: 3px 3px 14px rgba(78, 106, 217, 0.1);
    }
    .item3 .box:hover {
        box-shadow: 3px 3px 21px 8px rgb(112 161 204 / 10%);
    }
    .box .icon {
        font-size: 8vw;
        line-height: 11vw;
    }
    .box .icon-gongping {
        font-size: 9vw;
        line-height: 11vw;
    }
    .box-title {
        font-size: 3vw;
    }
    .box-text {
        font-size: 2vw;
    }
    .item4 .content {
        flex-direction: column;
        margin: 0 5vw;
    }
    .item4 .right {
        font-size: 2vw;
        padding: 4vw 0 0;
    }
    /* 5 */
    .table {
        padding: 6vw 2vw 0;
        font-size: 2vw;
    }
}

@media screen and (max-width: 445px) {
    .item5,
    .item4,
    .item3,
    .item2 {
        padding: 22vw 0 20vw;
    }
    /* 2 */
    .item2 .content h3 {
        font-size: 5vw;
        font-weight: 700;
    }
    .item2 .content .text {
        font-size: 3vw;
    }
    .item2 .content {
        margin: 4vw 5vw 0;
    }
    /* 3 */
    .item3 .box {
        width: 48%;
        margin-bottom: 4vw;
        background-color: #fff;
        transform: scale(1);
        transition: all .5s;
        box-shadow: 0px 0px 5px 1px rgb(78 106 217 / 7%);
    }
    .item3 .box:hover {
        transform: scale(1.05);
        z-index: 99;
        box-shadow: 0px 0px 25px 5px rgb(78 106 217 / 10%);
    }
    .box .icon {
        font-size: 14vw;
        line-height: 20vw;
    }
    .box .icon-gongping {
        font-size: 16vw;
        line-height: 20vw;
        top: 4px;
    }
    .box-text {
        font-size: 3vw;
    }
    .box-title {
        font-size: 4.5vw;
    }
    .item3 .box {
        min-height: 55vw;
        padding: 5vw 5vw 8vw;
    }
    .item4 .right {
        font-size: 3vw;
    }
    .table {
        padding: 8vw 2vw 0;
        font-size: 3.5vw;
    }
    td,
    th {
        min-width: 40vw;
    }
}