.page .bannerContent {
    width: 100%;
    height: 480px;
    position: absolute;
    background-image: url(../Images/zhongyinggaoke.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.page .mainTitle, .page .subTitle {
    width: 1180px;
    margin-left: calc(50% - 590px);
    color: white;
    position: relative;
}
.page .mainTitle {
    font-size: 40px;
    font-family: Source Han Sans SC-Bold, Source Han Sans SC;
    font-weight: 700;
    padding-top: 165px;
}
.page .searchInput {
    width: 590px;
    margin-left: calc(50% - 590px);
    height: 60px;
    margin-top: 21px;
    padding-top: 10px;
    background: linear-gradient(180deg, #eef1f8, #fff);
    box-shadow: 0 3px 6px 1px rgba(212, 222, 238, .5);
    border-radius: 3px 3px 3px 3px;
    position: relative;
}
.search-box {
    margin-bottom: 20px;
}
.search-box .autocomplete-box {
    position: relative;
    width: 100%;
}
.el-input {
    position: relative;
    font-size: 14px;
}

.el-color-picker__icon, .el-input, .el-textarea {
    display: inline-block;
    width: 100%;
}
.page .searchInput .el-input__inner {
    background: transparent;
    border: 0;
}

.el-input--suffix .el-input__inner {
    padding-right: 30px;
}
.el-input__inner {
    border-radius: 0;
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-Image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

.el-input-group__append .el-button, .el-input-group__append .el-input, .el-input-group__prepend .el-button, .el-input-group__prepend .el-input, .el-input__inner {
    font-size: inherit;
}

.el-input__inner, .el-textarea__inner, .el-transfer-panel {
    -webkit-box-sizing: border-box;
}

button, input, select, textarea {
    font: 14px "Microsoft yahei", Verdana, Helvetica, Arial, sans-serif;
}
.el-input__suffix {
    height: 100%;
    right: 5px;
    transition: all .3s;
    pointer-events: none;
}

.el-input__prefix, .el-input__suffix {
    position: absolute;
    top: 0;
    text-align: center;
}

.el-input__prefix, .el-input__suffix {
    -webkit-transition: all .3s;
    color: #c0c4cc;
}
.el-input__suffix-inner {
    pointer-events: all;
}
.page .searchInput .el-input__icon {
    color: #00f;
    font-size: 20px;
    margin-right: 22px;
}

.el-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    transition: all .3s;
    line-height: 40px;
}
.page .importantSolutions {
    position: relative;
    width: 924px;
    margin-left: calc(50% - 590px);
    width: unset;
    height: 184px;
    margin-top: 24px;
    display: flex;
}
.page .importantSolutions .soluion-card-warpper {
    display: flex;
    flex-wrap: wrap;
    width: 1124px;
    background: #fff;
    box-shadow: 0 6px 12px 1px rgba(7, 106, 255, .1);
    border-radius: 3px;
    cursor: pointer;
}
.page .importantSolutions .importantSolutionCard {
    height: 92px;
    width: 33%;
}
.page .importantSolutions .importantSolutionCard .importantSolutionTitle {
    width: 100%;
    font-size: 14px;
    margin: 20px auto 0;
    display: flex;
}
div.importantSolutionTitleName{
    text-indent:3ch;
}
.page .importantSolutions .importantSolutionCard .importantSolutionTitle .cheaperSolution {
    width: 40px;
    height: 20px;
    margin-left: 12px;
    padding-left: 7px;
    padding-top: 2px;
    background: linear-gradient(136deg, #f85353, #e02020);
    box-shadow: 1px 1px 3px 1px rgba(248, 83, 83, .4);
    border-radius: 1px 1px 1px 1px;
    font-size: 12px;
    font-family: Source Han Sans SC-Regular, Source Han Sans SC;
    font-weight: 400;
    color: #fff;
}
.page .importantSolutions .importantSolutionCard .importantSolutionDesc {
    width: 100%;
    font-size: 14px;
    margin: 12px auto 0;
    font-family: Source Han Sans SC-Regular, Source Han Sans SC;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-indent: 3ch;
}
.page  {
    width: 100%;
    margin: 60px auto 0;
}
.page .solutionTabs .el-tabs__header {
    margin-bottom: 48px;
}
.el-tabs__header {
    padding: 0;
    position: relative;
    margin: 0 0 15px;
}
.el-tabs__nav-wrap.is-scrollable {
    padding: 0 20px;
    box-sizing: border-box;
}

.el-tabs__nav-wrap {
    overflow: hidden;
    margin-bottom: -1px;
    position: relative;
}
.el-tabs__nav {
    white-space: nowrap;
    position: relative;
    transition: transform .3s;
    float: left;
    z-index: 2;
}
.page .solutionTabs .el-tabs__active-bar {
    width: 284px;
    height: 3px;
    background: #076aff;
}

.el-tabs__active-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #409eff;
    z-index: 1;
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
    list-style: none;
}
.page .solutionTabs .el-tabs__item {
    font-size: 24px;
    font-family: Source Han Sans SC-Bold, Source Han Sans SC;
    font-weight: 700;
    color: #262626;
    line-height: 28px;
    width: 284px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2), .el-tabs--bottom .el-tabs__item.is-top:nth-child(2), .el-tabs--top .el-tabs__item.is-bottom:nth-child(2), .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
    padding-left: 0;
}

.el-tabs__item.is-active {
    color: #409eff;
}

.el-tabs__item {
    padding: 0 20px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative;
}
.el-tabs__nav-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #e4e7ed;
    z-index: 1;
}
.page   .solutionTabs .el-tabs__content {
    overflow: unset;
}

.el-tabs__content {
    overflow: hidden;
    position: relative;
}
.page   .solutionContent {
    display: flex;
    flex-direction: row-reverse;
}
.page   .solutionContent .right {
    width: 960px;
}
.titleContainer{
    display: flex;
    align-items: flex-end;
}
.titleContainer .tag{
    width: 4px;
    background: #076aff;
    border-radius: 0 0 0 0;
    opacity: 1;
    margin-right: 16px;
    display: inline-block;
    margin-bottom: 5px;
}
.titleContainer .title{
    font-size: 32px;
    font-family: Source Han Sans SC-Bold, Source Han Sans SC;
    font-weight: 700;
}
.page   .solutionContent .solutions {
    display: flex;
    grid-gap: 12px;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.page   .solutionContent .solutions .solution {
    width: 28%;
    height: 112px;
    background: #fff;
    border-radius: 0 0 0 0;
    opacity: 1;
    border: 1px solid #d4deee;
    padding: 20px;
    cursor: pointer;
    position: relative;
}
.page   .solutionContent .solutions .solution .title {
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page   .solutionContent .solutions .solution .desc {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.page   .solutionContent .solutions .solution .isHidden {
    display: none;
}
.page   .solutionContent .solutions .solution .mark {
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: transparent #076aff #076aff transparent;
    border-style: solid;
    border-width: 12px 20px;
}
.page   .solutionContent .left {
    width: 220px;
    height: 600px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.page   .solutionContent .left .categoryTitle {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 36px;
}
.el-tabs--left, .el-tabs--right {
    overflow: hidden;
}
.page   .solutionContent .left .tab .el-tabs__header {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 40px;
}
.page   .solutionTabs .el-tabs__header {
    margin-bottom: 48px;
}
.page   .solutionContent .isFixed {
    position: sticky;
    left: 0;
    top: 70px;
    margin-bottom: 40px;
}
.el-tabs--right .el-tabs__header.is-right {
    float: right;
    margin-bottom: 0;
    margin-left: 10px;
}

.el-tabs--left .el-tabs__header.is-left, .el-tabs--left .el-tabs__header.is-right, .el-tabs--left .el-tabs__nav-scroll, .el-tabs--left .el-tabs__nav-wrap.is-left, .el-tabs--left .el-tabs__nav-wrap.is-right, .el-tabs--right .el-tabs__header.is-left, .el-tabs--right .el-tabs__header.is-right, .el-tabs--right .el-tabs__nav-scroll, .el-tabs--right .el-tabs__nav-wrap.is-left, .el-tabs--right .el-tabs__nav-wrap.is-right {
    height: 100%;
}
.el-tabs--right .el-tabs__nav-wrap.is-right {
    margin-left: -1px;
}

.el-tabs--left .el-tabs__nav-wrap.is-left, .el-tabs--left .el-tabs__nav-wrap.is-right, .el-tabs--right .el-tabs__nav-wrap.is-left, .el-tabs--right .el-tabs__nav-wrap.is-right {
    margin-bottom: 0;
}

.el-tabs--left .el-tabs__header.is-left, .el-tabs--left .el-tabs__header.is-right, .el-tabs--left .el-tabs__nav-scroll, .el-tabs--left .el-tabs__nav-wrap.is-left, .el-tabs--left .el-tabs__nav-wrap.is-right, .el-tabs--right .el-tabs__header.is-left, .el-tabs--right .el-tabs__header.is-right, .el-tabs--right .el-tabs__nav-scroll, .el-tabs--right .el-tabs__nav-wrap.is-left, .el-tabs--right .el-tabs__nav-wrap.is-right {
    height: 100%;
}
.el-tabs--right .el-tabs__nav-wrap.is-right:after {
    left: 0;
    right: auto;
}
.el-tabs--left .el-tabs__nav-wrap.is-left:after, .el-tabs--left .el-tabs__nav-wrap.is-right:after, .el-tabs--right .el-tabs__nav-wrap.is-left:after, .el-tabs--right .el-tabs__nav-wrap.is-right:after {
    height: 100%;
    width: 2px;
    bottom: auto;
    top: 0;
}
.el-tabs--left .el-tabs__nav.is-left, .el-tabs--left .el-tabs__nav.is-right, .el-tabs--right .el-tabs__nav.is-left, .el-tabs--right .el-tabs__nav.is-right {
    float: none;
}
.page   .solutionContent .left .tab .el-tabs__header .el-tabs__active-bar {
    width: 3px;
    height: 24px;
    background: #076aff;
}
.page   .solutionTabs .el-tabs__active-bar {
    width: 284px;
    height: 3px;
    background: #076aff;
}

.el-tabs--right .el-tabs__active-bar.is-right {
    left: 0;
}

.el-tabs--left .el-tabs__active-bar.is-left, .el-tabs--left .el-tabs__active-bar.is-right, .el-tabs--right .el-tabs__active-bar.is-left, .el-tabs--right .el-tabs__active-bar.is-right {
    top: 0;
    bottom: auto;
    width: 2px;
    height: auto;
}

.el-tabs__active-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #409eff;
    z-index: 1;
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
    list-style: none;
}
.page   .solutionContent .left .tab .el-tabs__header .el-tabs__nav .is-active {
    font-weight: 700;
}
.page   .solutionContent .left .tab .el-tabs__header .el-tabs__nav .el-tabs__item {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 45px;
    height: 45px;
}

.el-tabs--bottom.el-tabs--border-card > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom .el-tabs--left > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item:nth-child(2) {
    padding-left: 20px;
}
.el-tabs--left .el-tabs__item.is-left, .el-tabs--left .el-tabs__item.is-right, .el-tabs--right .el-tabs__item.is-left, .el-tabs--right .el-tabs__item.is-right {
    display: block;
}

.el-tabs__item.is-active {
    color: #409eff;
}

.el-tabs__item {
    padding: 0 20px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative;
}
.page .solutionContent .left .tab .el-tabs__header .el-tabs__nav .is-active {
    font-weight: 700;
}
body{
    margin-top:-60px;
}
@media (min-width: 1200px){
    .page{
        width:1180px;
    }
}
@media (max-width: 1024px){
    .page .mainTitle, .page .subTitle,.page .searchInput  {
        margin-left: calc(50% - 490px);
    }
    .page .importantSolutions {
        margin-left: calc(50% - 520px);
    }
    .page .mainTitle, .page .subTitle {
        width: 100%;
    }
}
@media (max-width: 800px){
    .page .mainTitle, .page .subTitle,.page .searchInput  {
        margin-left: calc(50% - 390px);
    }
    .page .importantSolutions {
        margin-left: calc(50% - 420px);
    }
}