/*.index-container {*/

/*.el-dialog__header {*/
    /*display: none;*/
/*}*/

/*.el-dialog__body {*/
    /*padding: 0;*/
/*}*/

/*.index-banner {*/

/*img {*/
    /*width: 100%;*/
/*}*/

/*.el-carousel {*/
    /*width: 100%;*/
/*}*/

/*}*/
.index-container .index-content {
    padding: 100px 0 80px;
}

.index-container .index-content .index-about {
    display: flex;
    justify-content: space-between;
}

.index-container .index-content .index-about-text {
    width: 565px
}
.index-container .index-content img {
    cursor: pointer
}
.index-container .index-teach {
    display: flex;
    justify-content: space-between;
    margin: 0 48px;
}

.index-container .index-teach-text {
    width: 520px;
}
.index-container .index-brand {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.index-container .index-brand-item {
    width: 376px;
    height: 409px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}

.index-container .index-brand-item img {
    display: block;
    width: 100%;
    height: 196px;
}

.index-container .index-brand-text {
    margin: 20px 24px 0;
}

.index-container .index-brand-title {
    line-height: 28px;
    height: 60px;
}

.index-container .index-brand-content, .index-container .index-brand-link {
    font-size: 14px;
    color: rgba(0, 0, 0, .4);
}

.index-container .index-brand-content {
    margin: 30px 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-container .index-brand-link {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(0, 0, 0, .4);
    margin-bottom: 30px;
    cursor: pointer;
}

.index-container .index-brand-link:hover {
    color: rgb(99,174,255);
    border-bottom-color: rgb(99, 174, 255);
}
.index-container .index-brand-item:hover {
    box-shadow: 0 6px 8px rgba(0, 0, 0, .2);
}

.dialogVideo{
    width:50%;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 1002;
}