/*
* @Author: jiangyang
* @Date:   2020-09-20 14:20:44
* @Last Modified by:   jiangyanglove
* @Last Modified time: 2020-09-22 23:31:40
*/

.new-innovateehs {
    padding: 80px 80px 150px;
}
.new-innovateehs .balls {
    position: relative;
}
.new-innovateehs .balls img {
    width: 100%;
}
.new-innovateehs .ball .t {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    font-family: "SH-Bold";
    text-align: center;
}
.new-innovateehs .ball .p {
    font-size: 20px;
    line-height: 1.5;
}
.new-innovateehs .ball .t,
.new-innovateehs .ball .p {
    position: absolute;
}
.new-innovateehs .ball1 .t {
    left: 5%;
    top: 63%;
    width: 10%;
}
.new-innovateehs .ball2 .t {
    left: 23%;
    top: 26%;
    width: 13%;
}
.new-innovateehs .ball3 .t {
    width: 13%;
    left: 44%;
    top: 60%;
}
.new-innovateehs .ball4 .t {
    left: 64%;
    top: 23%;
    width: 13%;
}

.new-innovateehs .ball5 .t {
    left: 84%;
    top: 54%;
    width: 13%;
}

.new-innovateehs .ball1 .p {
    left: 0%;
    top: 107%;
    width: 24%;
}
.new-innovateehs .ball2 .p {
    left: 18%;
    top: -30%;
    width: 23%;
}
.new-innovateehs .ball3 .p {
    width: 30%;
    left: 37%;
    top: 100%;
}
.new-innovateehs .ball4 .p {
    left: 60%;
    top: -30%;
    width: 20%;
}

.new-innovateehs .ball5 .p {
    left: 82%;
    top: 93%;
    width: 20%;
}

.innovateehs {
    display: none;
}

@media only screen and (max-width: 997px) and (min-width: 768px) {
    .new-innovateehs .ball .t {
        font-size: 14px;
        line-height: 1.4;
        font-weight: bold;
        font-family: "SH-Bold";
        text-align: center;
    }
    .new-innovateehs .ball .p {
        font-size: 12px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 767px) {
    .new-innovateehs {
        display: none;
    }
    .innovateehs {
        display: block;
    }
    .dtcr {
        flex-shrink: 0;
    }
    .crbox .smdesc, .crbox .smtit {
        text-align: left;
    }
}
