/* tab */

.room-tab-box {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
    /* margin-top: 80px; */
}

.room-tab-box a {
    font-size: 18px;
    color: #666666;
}

.room-tab-box a.tabs {
    color: #2EA0D3;
}

.room-tab-box a:hover {
    opacity: 1;
    color: #2EA0D3;
    text-decoration: none;
}

.room-tab-box .line {
    margin: 0 38px;
    color: #e5e5e5;
}

.core .top-text-box {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #e5e5e5;
}

.core .top-text-box .title-text {
    font-size: 36px;
    color: #333333;
}

.core .top-text-box .right {
    width: 776px;
}

.core .top-text-box .right .right-text {
    font-size: 18px;
    color: #666666;
}

.core .top-text-box .right .right-text .right-text-bottom+.right-text-bottom {
    margin-top: 20px;
}

.core .top-text-box .right .data-top {
    margin-top: 71px;
    box-sizing: border-box;
    color: #333333;
    display: flex;
    justify-content: space-between;
    /* border-bottom: solid 1px #e5e5e5; */
    padding-right: 234px;
    box-sizing: border-box;
    margin-bottom: 118px;
}

.core .top-text-box .right .data-bottom {
    margin-top: 32px;
    color: #333333;
    display: flex;
    justify-content: space-between;
}

.core .top-text-box .num {
    font-size: 36px;
    color: #333333;
    font-weight: 700;
}

.core .top-text-box .use {
    margin-top: 15px;
    color: #999999;
}

.core .desire {
    height: 510px;
    border-bottom: solid 1px #e5e5e5;
    margin-top: 61px;
}

.core .desire .title-text {
    font-size: 36px;
    color: #333333;
}

.core .desire .desire-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 59px;
}

.core .desire .desire-list li {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.core .desire .desire-list li .img-box {
    width: 380px;
    height: 259px;
    overflow: hidden;
}

.core .desire .desire-list li .img-box img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.core .desire .desire-list li:hover .img-box img {
    transition: 1s;
    transform: scale(1.1);
}

.core .desire .desire-list li .text-content {
    width: 100%;
    height: 64px;
    position: absolute;
    top: 97px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.core .desire .desire-list li .text-content .title {
    font-size: 30px;
    color: #FFF;
}

.core .desire .desire-list li .text-content .describe {
    /* margin-top: 10px; */
    font-size: 18px;
    color: #FFF;
}

.core .desire .desire-list li .text-bottom {
    color: #666666;
    margin-top: 25px;
}

.core .cradImg-box {
    margin-top: 69px;
}

.core .cradImg-box .cradImg-box-top li {
    cursor: pointer;
}

.core .cradImg-box .cradImg-box-top .cradImg-box-img {
    width: 580px;
    height: 345px;
}

.core .cradImg-box .cradImg-box-img {
    width: 380px;
    height: 255px;
    overflow: hidden;
}

.core .cradImg-box .cradImg-box-img img {
    transition: 1s;
}

.core .cradImg-box .cradImg-box-img img:hover {
    transform: scale(1.1);
    transition: 1s;
}

/* 大图文字 */

.core .cradImg-box .cradImg-box-top .cradImg-box-text {
    width: 580px;
    height: 66px;
}

/* 小图文字 */

.core .cradImg-box .cradImg-box-text {
    width: 380px;
    height: 66px;
    background-color: #eeeeee;
    text-align: center;
    line-height: 66px;
    color: #666666;
}

.core .cradImg-box .cradImg-box-top {
    display: flex;
    justify-content: space-between;
}

.core .cradImg-box .cradImg-box-bottom {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.core .cradImg-box .cradImg-box-bottom li {
    flex: 0 0 380px;
    cursor: pointer;
}

.core .cradImg-box .cradImg-box-bottom li.mt20 {
    margin-top: 20px;
}

/* h5 */

.core .line {
    width: 51px;
    height: 4px;
    background: #5290C7;
    margin-top: 27px;
}

.industry {
    padding-top: calc(120vw / 19.2);
    height: calc(972vw / 19.2);
    background: url(../images/xckc-bg-2.png) no-repeat;
    background-size: 100% 100%;
}

.industry-tips {
    margin-top: calc(67vw / 19.2);
    font-weight: 400;
    font-size: calc(18vw / 19.2);
    /* color: #3D4864; */
    line-height: calc(24vw / 19.2);
    text-align: justify;
}

.industry-introduce {
    margin-top: calc(64vw / 19.2);
    font-size: calc(28vw / 19.2);
    color: #13232F;
    font-weight: bold;
}

.industry-introduce-item {
    position: relative;
    padding-left: calc(32vw / 19.2);
}

.industry-introduce-item::after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    content: '';
    width: calc(20vw / 19.2);
    height: calc(20vw / 19.2);
    background: url(../images/xckc-icon-1.png) no-repeat;
}

.industry-introduce-item+.industry-introduce-item {
    margin-top: calc(40vw / 19.2);
}

@media all and (max-width:1330px) and (min-width:990px) {
    .content {
        width: 93vw;
    }
    .core .top-text-box {
        width: 93vw;
    }
    .core .desire .desire-list li .img-box {
        width: calc(380vw / 13);
    }
    .core .cradImg-box .cradImg-box-top .cradImg-box-img {
        width: calc(580vw / 13);
    }
    .core .cradImg-box .cradImg-box-top .cradImg-box-text {
        width: calc(580vw / 13);
    }
    .core .cradImg-box .cradImg-box-bottom li {
        flex: 0 0 calc(380vw / 13);
    }
    .core .cradImg-box .cradImg-box-img {
        width: calc(380vw / 13);
    }
    .core .cradImg-box .cradImg-box-text {
        width: calc(380vw / 13);
    }
}

@media all and (max-width:990px) {
    .banner {
        margin-top: calc(99vw / 7.5);
    }
    .room-tab-box {
        height: calc(99vw / 7.5);
        font-size: calc(24vw / 7.5);
    }
    .room-tab-box a {
        font-size: calc(24vw / 7.5);
    }
    .room-tab-box .room-tab-box a.tabs {
        /* font-weight: bold; */
    }
    .content {
        width: 93vw;
    }
    .core .top-text-box {
        /* width: 93vw; */
        flex-direction: column;
        height: auto;
        margin-top: calc(80vw / 7.5);
    }
    .core .top-text-box>div:nth-of-type(1) {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .core .top-text-box>div>div:nth-of-type(2) {
        /* width: calc(51vw / 7.5); */
    }
    .core .line {
        margin-top: calc(10vw / 7.5);
        width: calc(51vw / 7.5);
        height: calc(4vw / 7.5);
    }
    .core .top-text-box>div>div:nth-of-type(2) img {
        width: 100%;
    }
    .core .top-text-box .title-text {
        font-size: calc(36vw / 7.5);
    }
    .core .top-text-box .right .right-text .right-text-bottom {
        font-size: calc(24vw / 7.5);
        line-height: calc(36vw / 7.5);
    }
    .core .top-text-box .right {
        width: 100%;
    }
    .core .top-text-box .right .data-top {
        padding: 0;
        width: 100%;
        justify-content: left;
        margin-top: calc(60vw / 7.5);
        font-size: calc(24vw / 7.5);
    }
    .core .top-text-box .right .data-top li:nth-of-type(2) {
        margin-left: calc(200vw / 7.5);
    }
    .core .top-text-box .num {
        font-size: calc(48vw / 7.5);
    }
    .core .top-text-box .use {
        margin-top: 0;
    }
    .core .desire {
        margin-top: calc(88vw / 7.5);
        height: auto;
    }
    .desire>div:nth-of-type(1) {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .core .desire .title-text {
        font-size: calc(36vw / 7.5);
    }
    .desire .line {
        margin-top: calc(10vw / 7.5);
    }
    .core .desire .desire-list {
        margin-top: calc(40vw / 7.5);
        flex-direction: column;
    }
    .core .desire .desire-list li .img-box {
        width: 100%;
        height: calc(300vw / 7.5);
    }
    .core .desire .desire-list li .text-content {
        top: calc(300vw / 7.5 / 2);
        transform: translate(-50%, -50%);
    }
    .core .desire .desire-list li .text-content .title {
        font-size: calc(30vw / 7.5);
        font-weight: bold;
    }
    .core .desire .desire-list li .text-content .describe {
        font-size: calc(24vw / 7.5);
    }
    .core .desire .desire-list li .text-bottom {
        margin-top: calc(30vw / 7.5);
        font-size: calc(30vw / 7.5);
    }
    .core .desire .desire-list li+li {
        margin-top: calc(66vw / 7.5);
    }
    /*层级不够*/
    .core .cradImg-box .cradImg-box-top {
        flex-direction: column;
    }
    .core .cradImg-box .cradImg-box-top li+li {
        margin-top: calc(30vw / 7.5);
    }
    .core .cradImg-box .cradImg-box-top .cradImg-box-img {
        width: 93vw;
        height: calc(412vw / 7.5);
    }
    .core .cradImg-box .cradImg-box-img img {
        width: 100%;
        height: 100%;
    }
    .core .cradImg-box .cradImg-box-top .cradImg-box-text {
        width: 93vw;
        height: calc(79vw / 7.5);
        font-size: calc(24vw / 7.5);
        line-height: calc(79vw / 7.5);
    }
    /*层级不够   结束*/
    .core .cradImg-box {
        flex-direction: column;
        margin-top: calc(74vw / 7.5);
    }
    .core .cradImg-box .cradImg-box-bottom li {
        flex: 0 0 93vw;
    }
    .core .cradImg-box li+li {
        margin-top: calc(30vw / 7.5);
    }
    .core .cradImg-box .cradImg-box-img {
        width: 93vw;
        height: calc(412vw / 7.5);
    }
    .core .cradImg-box .cradImg-box-img img {
        width: 100%;
        height: 100%;
    }
    .core .cradImg-box .cradImg-box-text {
        width: 93vw;
        height: calc(79vw / 7.5);
        font-size: calc(24vw / 7.5);
        line-height: calc(79vw / 7.5);
    }
    .industry {
        background-image: url(h5images/xckc-bg-2-h5.png);
    }
    .industry-tips {
        margin-top: calc(64vw / 7.5);
        font-size: calc(28vw / 7.5);
        line-height: calc(46vw / 7.5);
        overflow: hidden;
    }
    .industry-introduce {
        margin-top: calc(64vw / 7.5);
        font-size: calc(26vw / 7.5);
    }
    .industry-introduce-item {
        padding-left: calc(32vw / 7.5);
    }
    .industry-introduce-item+.industry-introduce-item {
        margin-top: calc(40vw / 7.5);
    }
    .industry-introduce-item::after {
        width: calc(16vw / 7.5);
        height: calc(14vw / 7.5);
    }
}

