.index-video {
    position: relative;
}

.index-video > video {
    width: 100%;
    background: url(/static/image/index/banner.png) center/100% no-repeat;
    z-index: 1;
}

.index-video > .msg {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    max-width: 1680px;
    margin: 0 auto;
    z-index: 2;
}

.index-video > .msg > .inner {
    margin: 0 10%;
    padding: 1rem 0;
    font-family: 'dw-bold';
    font-size: 1rem;
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .2);
    overflow: hidden;
}

.index-video > .tips {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    padding: 0 15%;
    font-family: 'dw-light';
    font-size: .8rem;
    text-align: center;
    z-index: 2;
}

.index-business {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    max-width: 1680px;
    margin: 3rem auto 0 auto;
    padding: 0 10%;
}

.index-business > .item {
    margin: 0 .8rem 0 0;
    padding: 1rem;
    text-align: left;
    color: #000000;
    border-top: 3px solid #07C160;
    border-radius: 10px;
    background-color: #FFFFFF;
    z-index: 2;
}

.index-business > .item:nth-last-child(1) {
    margin-right: 0;
}

.index-business > .item:hover,
.index-culture > .intro > img,
.index-partner > .inner > .item {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.index-business > .item:hover {
    margin-top: -.6rem;
}

.index-business > .item .dw-icon {
    margin-right: .8rem;
    font-size: 2.2rem;
}

.index-business > .item .title {
    margin-bottom: .4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index-business > .item .inner {
    font-size: .7rem;
}

.index-business > .item .inner > div {
    width: 33.33%;
    margin-bottom: .4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index-data,
.index-information,
.index-culture,
.index-partner {
    position: relative;
    margin-bottom: 3rem;
}

.index-data {
    margin: 6rem 0;
}

.index-data > .item {
    position: relative;
}

.index-data > .item > .inner {
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    font-size: 2rem;
    text-align: center;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgba(60, 60, 60, 1);
}

.index-data > .item:nth-child(1) > .inner {
    background: -webkit-linear-gradient(to bottom, #203025 0%, #151516 100%);
    background: linear-gradient(to bottom, #203025 0%, #151516 100%);
}

.index-data > .item:nth-child(3) > .inner {
    background: -webkit-linear-gradient(to right bottom, #1f224b 0%, #2d5d85 100%);
    background: linear-gradient(to right bottom, #1f224b 0%, #2d5d85 100%);
}

.index-data > .item:nth-child(2) > .inner,
.index-data > .item:nth-child(4) > .inner {
    background-color: rgba(30, 30, 30, .72);
}

.index-data > .item:hover > .inner {
    color: #07C160;
    box-shadow: 2px 2px 10px rgb(7, 193, 96);
}

.index-data > .item > .inner > small {
    font-size: .6rem;
}

.index-data > .item > .tips {
    margin-top: .8rem;
    color: #999999;
    font-size: .75rem;
    text-align: center;
}

.index-data > .item > .icon {
    position: absolute;
    top: 10%;
    right: 0;
    min-width: 3rem;
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 .4rem;
    color: #666666;
    font-family: 'dw-light';
    font-size: .6rem;
    text-align: center;
    border-radius: 5px;
    background-color: #000;
    z-index: 2;
}

.index-data > .item:hover > .icon {
    color: #07C160;
}

.index-information > .inner > .title {
    margin-bottom: 1rem;
    padding: 1px 0 .6rem 0;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, .72) 16%, rgba(30, 30, 30, .72) 85%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, .72) 16%, rgba(30, 30, 30, .72) 85%, rgba(0, 0, 0, 0) 100%);
}

.index-information > .inner > .title > .dw-title {
    margin: .8rem 0;
}

.index-information > .inner > .title > .tips {
    margin-bottom: 1rem;
    color: #07C160;
    font-family: 'dw-light';
    font-size: 1rem;
    text-align: center;
}

.index-information > .inner .fx-1 {
    padding: 1rem;
    margin: 0 1rem 1rem 0;
    text-align: left;
    border-radius: 10px;
    background-color: rgba(30, 30, 30, .72);
}

.index-information > .inner .fx-1:nth-child(2) {
    background: -webkit-linear-gradient(to right top, #071931 0%, #33274f 50%, #661e43 100%);
    background: linear-gradient(to right top, #071931 0%, #33274f 50%, #661e43 100%);
}

.index-information > .inner .fx-1:hover {
    background: -webkit-linear-gradient(to right bottom, #1f224b 0%, #2d5d85 100%);
    background: linear-gradient(to right bottom, #1f224b 0%, #2d5d85 100%);
}

.index-information > .inner .fx-1 > .tips {
    position: relative;
    margin: .6rem 0;
    font-size: 1rem;
}

.index-information > .inner .fx-1 > .tips:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 3rem;
    border-bottom: 2px solid #07C160;
}

.index-information > .inner .fx-1 > p {
    margin-bottom: .6rem;
    font-size: .75rem;
}

.index-information > .inner .fx-1:nth-last-child(1) {
    margin-right: 0;
}

.index-culture {
    margin-top: 3rem;
}

.index-culture > .intro,
.index-culture > .content {
    position: relative;
    padding: 2rem;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
}

.index-culture > .intro {
    margin-right: 1rem;
    background-color: rgba(30, 30, 30, .72);
}

.index-culture > .intro > img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.index-culture > .intro:hover > img {
    opacity: 0;
}

.index-culture > .intro > .inner {
    position: absolute;
    top: 2rem;
    left: 2rem;
    bottom: 2rem;
    right: 2rem;
    font-size: 2rem;
    overflow: hidden;
    z-index: -1;
}

.index-culture > .intro > .inner > .dw-title {
    margin-top: 0;
    text-align: left;
}

.index-culture > .intro > .inner > .info {
    margin: 1rem 0;
    font-family: 'dw-light';
    font-size: 1rem;
    color: #07C160;
}

.index-culture > .intro > .inner > p {
    line-height: 2;
    margin-bottom: .6rem;
    font-size: .75rem;
}

.index-culture > .content {
    background: -webkit-linear-gradient(to right top, #071931 0%, #33274f 50%, #661e43 100%);
    background: linear-gradient(to right top, #071931 0%, #33274f 50%, #661e43 100%);
}

.index-culture > .content > .inner {
    display: block;
}

.index-culture > .content .dw-title {
    margin-top: 0;
    text-align: left;
}

.index-culture > .content .info {
    font-family: 'dw-light';
    margin-bottom: .6rem;
    font-size: 1rem;
    color: #07C160;
}

.index-culture > .content p {
    font-size: .75rem;
    margin-bottom: .8rem;
}

.index-partner {
    margin-bottom: 2rem;
}

.index-partner > .inner > .item {
    width: calc(25% - .75rem);
    margin: 0 1rem 1rem 0;
    padding: 1rem;
    border-radius: 10px;
    background-color: rgba(30, 30, 30, .72);
}

.index-partner > .inner > .item:nth-child(4n) {
    margin-right: 0;
}

.index-partner > .inner > .item:hover {
    background-color: rgba(255, 255, 255, .5);
}

.index-partner > .inner > .item > img {
    width: 6rem;
    max-height: 2rem;
}

@media only screen and (max-width: 768px) {
    .index-video > .msg {
        top: 40%;
    }

    .index-video > .msg > .inner {
        margin: 0 .8rem;
        padding: .5rem;
        font-size: .85rem;
    }

    .index-video > .tips {
        bottom: 20%;
    }

    #business1 {
        display: none;
    }

    #business2 {
        position: relative;
        margin-top: 1rem;
        padding: 0;
    }

    #business2 > .item {
        width: calc(50% - .4rem);
        margin: 0 .8rem .6rem 0;
        padding: .8rem;
        color: #FFFFFF;
        border-top: none;
        border-left: 1px solid #07C160;
        background-color: rgba(30, 30, 30, .72);
        z-index: 2;
    }

    #business2 > .item:nth-child(2n) {
        margin-right: 0;
    }

    #business2 > .item .title {
        display: inline-block;
        margin-bottom: .2rem;
        font-size: .6rem;
        text-align: center;
    }

    #business2 > .item .dw-icon {
        margin-right: .2rem;
        font-size: .85rem;
    }

    #business2 > .item .inner {
        font-size: .5rem;
    }

    #business2 > .item .inner > div {
        width: 50%;
        margin-bottom: .2rem;
    }

    .index-data,
    .index-information,
    .index-culture,
    .index-partner {
        margin: 1rem 0;
    }

    .index-data > .item {
        width: calc(50% - .2rem);
        margin-bottom: .2rem;
        border-radius: 5px;
        background-color: rgba(30, 30, 30, .72);
    }

    .index-data > .item > .inner {
        width: 100%;
        height: 4rem;
        line-height: 4rem;
        color: #07C160;
        font-size: 1rem;
        text-align: center;
        border: none;
        box-shadow: none;
        background: transparent !important;
    }

    .index-data > .item:hover > .inner {
        box-shadow: none;
    }

    .index-data > .item > .tips {
        position: absolute;
        bottom: .4rem;
        left: 0;
        right: 0;
        margin: 0;
        font-size: .6rem;
    }

    .index-data > .item > .icon {
        display: none;
    }

    .index-information > .inner > .title > .tips {
        margin-bottom: .4rem;
        font-size: .85rem;
    }

    .index-information > .inner > .dw-fx-full-center {
        display: block;
    }

    .index-information > .inner .fx-1 {
        margin-right: 0;
    }

    .index-culture {
        display: block;
        position: relative;
    }

    .index-culture > .intro,
    .index-culture > .content {
        padding: .8rem;
        border-radius: 10px;
    }

    .index-culture > .intro {
        margin: 0 0 1rem 0;
    }

    .index-culture > .intro > .inner {
        position: absolute;
        top: .8rem;
        left: .8rem;
        bottom: .8rem;
        right: .8rem;
        z-index: -1;
    }

    .index-culture > .intro > .inner > .dw-title {
        margin: 0 0 .2rem 0;
        text-align: left;
    }

    .index-culture > .intro > .inner > .info {
        margin: .6rem 0;
        font-family: 'dw-light';
        font-size: .85rem;
        color: #07C160;
    }

    .index-culture > .intro > .inner > p {
        line-height: 2;
        margin-bottom: .2rem;
        font-size: .6rem;
    }

    .index-culture > .content > .inner {
        display: flex;
    }

    .index-culture > .content > .inner > .item {
        width: 50%;
    }

    .index-culture > .content .info {
        font-size: .85rem;
    }

    .index-culture > .content p {
        font-size: .6rem;
    }

    .index-partner > .inner > .item {
        width: calc(25% - .6rem);
        margin: 0 .8rem .8rem 0;
        padding: 1rem;
        border-radius: 10px;
        background-color: rgba(30, 30, 30, .72);
    }
}

@media only screen and (min-width: 769px) {
    .index-video > .msg > .inner {
        font-size: 1.5rem;
    }

    #business2 {
        display: none;
    }

    .index-culture .dw-title {
        margin-bottom: 1rem;
    }

    .index-culture > .inner > .info {
        margin-bottom: .2rem;
        font-size: .9rem;
    }

    .index-culture > .inner > p {
        font-size: .75rem;
        margin-bottom: .4rem;
    }
}

@media only screen and (min-width: 1024px) {
    .index-video > .msg > .inner {
        font-size: 2rem;
    }

    .index-culture > .inner > .info {
        margin-bottom: .4rem;
        font-size: 1.2rem;
    }

    .index-culture > .inner > p {
        font-size: .85rem;
        margin-bottom: .8rem;
    }
}