.basePagination {
    height: 56px;
    padding: 12px 16px;
}

.basePagination .totalCount {
    float: right;
    line-height: 34px;
    color: #4d4d4d;
    margin-right: 10px;
}

.basePagination .el-pagination {
    float: right;
}

.basePagination .el-pagination.border .btn-next,
.basePagination .el-pagination.border .btn-prev,
.basePagination .el-pagination.border .el-pager li {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}

.basePagination .el-pagination.download .btn-next,
.basePagination .el-pagination.download .btn-prev,
.basePagination .el-pagination.download .el-pager li {
    border: 1px solid #ccc;
    border-radius: 2px;
}

.basePagination .el-pagination .el-pager li {
    border: 1px solid transparent;
}

.basePagination .el-pagination .el-pager li:hover {
    background-color: #fff;
}

.basePagination .el-pagination .el-pager li.active {
    background: rgba(247, 105, 0, 0.06) !important;
    border: 1px solid #836b48;
}

.basePagination .el-pagination .btn-next .el-icon,
.basePagination .el-pagination .btn-prev .el-icon {
    display: none;
}

.basePagination .btn-prev {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAO5JREFUWAljOH/+vBfDAIEzZ854D5DVo9aOhsBoCIyGwHALgSVLlvDNmjVrCTn+YiJHE7IeoMVWX79+vfj///9oZHFi2SzEKkRXt2rVKuaPHz/WAC2uBcoxo8sTyyfLAfPnz1f48OHDUqDlVsRahEsdyVEADPLoX79+gYKcYstBjiLZAbh8Qq44yQ5IS0tbysbGps/IyHiMXEuR9ZHsAJDmxMTEBwICAnZAZiPQIX+RDSSVTZYDQJaEhYX9TU9PbwAyQQ55AMRkAbIdALMNGCXHuLm5QVGyFCY2So+GwGgIjIbAaAiQFAID2UUG2Q0AmB1BgXSLLxoAAAAASUVORK5CYII=);
}

.basePagination .btn-prev:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAPBJREFUWAljOH/+vBfDAIEzZ854D5DVo9aOhsBoCIyGwHALgf+5DHzfsxiWkOMvJnI0Iev5ncVg9fMPw0WG/wzRyOLEslmIVYiu7v8qBuZfBxhq/v5nqP3PwMCMLk8snywHfC9gUPhxgGEp0NdWxFqESx3JUfAziyGa8Rc4yCm2HOQokh2AyyfkipPsAPZpDEv/szHoMzAyHCPXUmR9JDsApJlzAsMDDgcGO6AjGhkZGP4iG0gqG6ifMgDKhsCcsBSYExQ4pwOdRCIgKwSQ7WCdxnCMnQUcJUuRxUfZoyEwGgKjITAaAkSHwEB2kUF2AwA/UTRSoX2CCAAAAABJRU5ErkJggg==);
}

.basePagination .btn-next {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAONJREFUWAljOH/+vBfDAIEzZ854D5DVo9aOhsBoCIyGwFAPgVmzZi0BAj5q+IOJHEP+//8f/fXr14tAh1iRox9ZD1kOgBqgAKQPzZ49u37VqlXMyIaSwqbEAQzAkGD+9+9fw4cPHw7Nnz8f5CCSAUUOgNkGdIjVr1+/QFESDRMjlqaKA4i1DJs6FmyCpIoxMjIeY2VljU5MTHxAql6KQgBo8V+ghY0CAgJ25FgOciwlIfAAqD86PT39GMggcgFZDgD6fCkXF1dWTEzMJ3ItHtU3GgKjITAaAqMhAA+Bgewig+wGAOcTQEjCLcIvAAAAAElFTkSuQmCC);
}

.basePagination .btn-next:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAO1JREFUWAntlzEOgkAQRf8KKpVn4Ab2VNba23ADEhNvoIkewIoTaOMpDAUVCeEG3AJRcQQxhIKCXUiIyWy1mczM+7zQLMIwXGKgEwTBaiA0Y9kAG2AD/24gcXCmDWZ9fMdIaQnBTl+Ing4spfnakFqAfAEBZkbwUgc7ukKr7ZS6KgcoKHkI7U3Y32/wki1MKfKvuVOACkiwxANRbsOuai0v/QRoCWtq05uK0jUBnyawjRNi2dlOAQSQkcDRWOAg1shk4UW/coAcHmsC9tiFD1cFXc6o/QMCl6mO+ReuzuZJNsAG2AAbKA0M+UQu2B9tnDWBvrCD0wAAAABJRU5ErkJggg==);
}

.basePagination .basePagination .el-pagination.border .el-pager li.active {
    color: #836b48;
    background-color: rgba(247, 105, 0, 0.06) !important;
    border: 1px solid #836b48;
}

.basePagination .el-input__inner:focus,
.basePagination .el-input__inner:hover {
    border-color: #836b48;
}

.basePagination .el-input__suffix-inner {
    pointer-events: none;
}

.banner[data-v-945f7976] {
    height: 560px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    position: relative;
}

.banner a[data-v-945f7976] {
    width: 100%;
    height: 100%;
    position: absolute;
}

.banner a.no-cursor[data-v-945f7976] {
    cursor: default;
}

.banner a img[data-v-945f7976] {
    width: auto;
    display: block;
    margin: 0 auto;
}

.banner a img[data-v-945f7976] {
    height: 490px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.grid-container[data-v-945f7976] {
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(24, 24, 24, 0.2);
    position: absolute;
    left: 0;
}

.grid-container .banner-text[data-v-945f7976] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 100%;
    color: #fff;
}

.grid-container .text-table-center[data-v-945f7976] {
    width: calc(100% - 30px);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grid-container .banner-slogan[data-v-945f7976] {
    margin-bottom: 16px;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 66px;
    padding-top: 10px;
}

.grid-container .banner-body[data-v-945f7976] {
    margin-bottom: 36px;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
}

.solution-content[data-v-945f7976] {
    width: 100%;
    padding: 37px 0 172px 0;
}

.solution-content .solution-wrap[data-v-945f7976] {
    width: 1200px;
    margin: 0 auto;
}

.solution-content .content-wrap[data-v-945f7976] {
    margin-top: 45px;
    width: 100%;
    min-height: 316px;
}

.solution-content .content-wrap ul[data-v-945f7976] {
    overflow: hidden;
    margin-left: -24px;
}

.solution-content .content-wrap ul li[data-v-945f7976] {
    float: left;
    width: 408px;
    height: 286px;
    padding: 8px;
    padding-left: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.solution-content .content-wrap ul li .con[data-v-945f7976] {
    height: calc(100% + 16px);
    width: 100%;
    cursor: pointer;
}

.solution-content .content-wrap ul li .con .img-wrap[data-v-945f7976] {
    border: 1px solid #dedede;
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.solution-content .content-wrap ul li .con .img-wrap img[data-v-945f7976] {
    border: 1px solid #fff;
    border-bottom: none;
    height: 100%;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.solution-content .content-wrap ul li .con .img-wrap .p-brief[data-v-945f7976] {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -140px;
    width: 100%;
    height: 140px;
    padding: 0 40px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(#000)
    );
    background-image: linear-gradient(180deg, transparent, #000);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.solution-content
    .content-wrap
    ul
    li
    .con
    .img-wrap
    .p-brief
    .p-body[data-v-945f7976] {
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 24px;
}

.solution-content .content-wrap ul li .con .text-p[data-v-945f7976] {
    margin: 0 1px;
    width: calc(100% - 2px);
    height: 66px;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-top: none;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    padding: 20px 24px 17px;
    text-align: center;
    font-size: 22px;
    line-height: 29px;
    color: #1f1f1f;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 382px;
}

.solution-content .content-wrap ul li .con[data-v-945f7976]:active {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
}

.solution-content .content-wrap ul li .con:active img[data-v-945f7976] {
    border: 1px solid hsla(0, 0%, 59.2%, 0.85);
    border-bottom: none;
}

.solution-content .content-wrap ul li .con:active .text-p[data-v-945f7976] {
    border: 1px solid hsla(0, 0%, 59.2%, 0.85);
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.solution-content .content-wrap ul li .con[data-v-945f7976]:hover {
    border: none;
}

.solution-content .content-wrap ul li .con:hover img[data-v-945f7976] {
    border: 1px solid #8c8c8c;
    border-bottom: none;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.solution-content .content-wrap ul li .con:hover .text-p[data-v-945f7976] {
    font-weight: 700;
    font-size: 22px;
    color: #1f1f1f;
    letter-spacing: 0;
    text-align: center;
    border: 1px solid #8c8c8c;
    border-top: none;
}

.solution-content .content-wrap ul li .con:hover .p-brief[data-v-945f7976] {
    bottom: 0;
}

.text-overflow-style {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.best-page.en-type .more-page .more-title[data-v-2c1ab84f] {
    text-transform: uppercase;
    margin-bottom: 31px;
}

.best-page.en-type .more-page .base-line[data-v-2c1ab84f] {
    display: none;
}

.banner[data-v-2c1ab84f] {
    height: 490px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    width: 100%;
}

.banner a[data-v-2c1ab84f] {
    width: 100%;
    height: 100%;
}

.banner .banner-container[data-v-2c1ab84f] {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 105;
}

.banner .bg-container[data-v-2c1ab84f] {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 102;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner .bg-container .left[data-v-2c1ab84f] {
    position: absolute;
    width: 889px;
    height: 100%;
    left: 0;
    opacity: 0.68;
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        color-stop(11%, transparent),
        color-stop(67%, #000)
    );
    background-image: linear-gradient(-90deg, transparent 11%, #000 67%);
}

.banner .bg-container .right[data-v-2c1ab84f] {
    position: absolute;
    width: 1106px;
    height: 100%;
    right: 0;
    opacity: 0.38;
    background-image: linear-gradient(
        26deg,
        rgba(1, 40, 71, 0) 2%,
        #012847 92%
    );
}

.grid-container[data-v-2c1ab84f] {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}

.grid-container .banner-text[data-v-2c1ab84f] {
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    height: 100%;
    color: #fff;
}

.grid-container .banner-slogan[data-v-2c1ab84f] {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 161px;
    color: #fafafa;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 66px;
    padding-top: 10px;
    font-size: 52px;
}

.grid-container .banner-body[data-v-2c1ab84f] {
    margin-bottom: 36px;
    color: #e0e0e0;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
}

.grid-container .player-wrap[data-v-2c1ab84f] {
    margin-top: 24px;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0.6;
    border-radius: 50%;
    cursor: pointer;
}

.grid-container .player-wrap .play-logo[data-v-2c1ab84f] {
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiPjxkZWZzPjxzdHlsZS8+PC9kZWZzPjxwYXRoIGQ9Ik04OTMuMDM1IDQ2My44MjJjLTU0LjAyNy0zNC4xMjMtNjgyLjQ1LTQzNS4wNjMtNzEzLjczLTQ1NC45NjctMzkuODEtMjUuNTkyLTc5LjYxOSA4LjUzLTc5LjYxOSA0OC4zNHY5MDkuOTM0YzAgNDUuNDk3IDQyLjY1MyA2OC4yNDUgNzYuNzc2IDQ4LjM0IDQ1LjQ5Ni0yOC40MzUgNjc2Ljc2My00MjkuMzc1IDcxNi41NzMtNDU0Ljk2NyAzNC4xMjMtMjIuNzQ4IDM0LjEyMy03Ni43NzYgMC05Ni42OHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)
        no-repeat 21px;
}

.solution-content[data-v-2c1ab84f] {
    width: 100%;
    padding: 37px 0 172px 0;
}

.solution-content .solution-wrap[data-v-2c1ab84f] {
    width: 1200px;
    margin: 0 auto;
}

.solution-content .content-wrap[data-v-2c1ab84f] {
    margin-top: 45px;
    width: 100%;
    min-height: 316px;
}

.solution-content .content-wrap ul[data-v-2c1ab84f] {
    overflow: hidden;
    margin-left: -24px;
}

.solution-content .content-wrap ul li[data-v-2c1ab84f] {
    float: left;
    width: 408px;
    height: 286px;
    padding-left: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.solution-content .content-wrap ul li .con[data-v-2c1ab84f] {
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.solution-content .content-wrap ul li .con .img-wrap[data-v-2c1ab84f] {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.solution-content .content-wrap ul li .con .img-wrap img[data-v-2c1ab84f] {
    height: 100%;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.solution-content .content-wrap ul li .con .text-p[data-v-2c1ab84f] {
    width: 100%;
    height: 66px;
    border: 1px solid #dedede;
    border-top: none;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    padding: 20px 24px 17px;
    text-align: center;
    font-size: 22px;
    line-height: 29px;
    color: #1f1f1f;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.solution-content .content-wrap ul li .con:hover img[data-v-2c1ab84f] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.solution-content .content-wrap ul li .con:hover .text-p[data-v-2c1ab84f] {
    color: #c11a20;
}

.page-header[data-v-2c1ab84f] {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.83);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.12);
}

.page-header.fixed-header[data-v-2c1ab84f] {
    position: fixed;
    z-index: 888;
    top: 64px;
}

.content-text[data-v-2c1ab84f] {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 80px 0;
}

.content-text.fixed-header[data-v-2c1ab84f] {
    margin-top: 118px;
}

.content-text.cus-text[data-v-2c1ab84f] {
    padding-bottom: 165px;
}

.more-page[data-v-2c1ab84f] {
    width: 100%;
    padding-top: 80px;
    text-align: center;
}

.more-page .more-title[data-v-2c1ab84f] {
    display: inline-block;
    font-size: 40px;
    color: #252525;
    position: relative;
    border-bottom: 8px solid #836b48;
    line-height: 33px;
}

.more-page .more-title[data-v-2c1ab84f]:before {
    left: -5px;
    border-left: 5px solid transparent;
}

.more-page .more-title[data-v-2c1ab84f]:after,
.more-page .more-title[data-v-2c1ab84f]:before {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: -8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    width: 0;
    border-bottom: 8px solid #836b48;
}

.more-page .more-title[data-v-2c1ab84f]:after {
    right: -5px;
    border-right: 5px solid transparent;
}

.more-page .base-line[data-v-2c1ab84f] {
    margin-top: 7px;
    font-family: ArialMT;
    font-size: 18px;
    color: #8b8b8b;
    letter-spacing: 0;
}

.more-page .more-wrap[data-v-2c1ab84f] {
    padding: 34px 0 128px 0;
}

.more-page .more-wrap ul[data-v-2c1ab84f] {
    overflow: hidden;
    margin-left: -24px;
}

.more-page .more-wrap ul li[data-v-2c1ab84f] {
    width: 408px;
    height: 356px;
    float: left;
    padding-left: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.more-page .more-wrap .more-container[data-v-2c1ab84f] {
    height: 100%;
    background: #f7f7f7;
    border: 2px solid #dedede;
    border-radius: 2px;
}

.more-page .more-wrap .more-container .top[data-v-2c1ab84f] {
    height: 288px;
    position: relative;
}

.more-page .more-wrap .more-container .top img[data-v-2c1ab84f] {
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.more-page .more-wrap .more-container .bottom[data-v-2c1ab84f] {
    font-weight: 700;
    font-size: 28px;
    color: #262626;
    text-align: center;
}

.group-page[data-v-2c1ab84f] {
    padding-bottom: 165px;
    background-color: #f8f9fa;
}

.group-page .group-wrap[data-v-2c1ab84f] {
    margin-top: 48px;
}

.my-btn {
    border-color: #836b48;
    background-color: #836b48;
    color: #fff;
}

.my-btn:hover:not(.is-disabled) {
    border-color: #836b48;
    background: #836b48;
    color: #fff;
}

.solution-wrap .el-tabs__nav.is-dark,
.solution-wrap .el-tabs__nav.is-light {
    height: 48px;
}

.solution-wrap .el-tabs__item.is-light {
    height: 48px;
    line-height: 48px;
    letter-spacing: 0;
    text-align: center;
    font-size: 18px;
    color: #666;
}

.solution-wrap .el-tabs__item.is-active.is-light {
    font-size: 20px;
    color: #836b48;
}

.solution-wrap .is-dark.el-tabs__nav-next,
.solution-wrap .is-dark.el-tabs__nav-prev,
.solution-wrap .is-light.el-tabs__nav-next,
.solution-wrap .is-light.el-tabs__nav-prev {
    line-height: 48px;
    height: 48px;
}

.solution-wrap .el-tabs__active-bar {
    height: 3px;
}

.group-wrap .productImg {
    background-position: 0 80px;
}

.group-wrap .demo,
.group-wrap .swiper-link {
    cursor: default !important;
}

.enContainer .navLeft > li {
    width: 140px;
}

.enContainer .navLeft > li:first-child {
    margin-left: 14px;
    margin-right: 8px;
}

.enContainer .navLeft > li:nth-child(2) {
    margin-left: -18px;
}

.enContainer .navLeft > li:nth-child(3) {
    margin-left: -6px;
}

.enContainer .navLeft > li:nth-child(4) {
    margin-left: -10px;
}

.content-text ul li {
    list-style: inherit !important;
    list-style-position: inside !important;
}

.content-text ul li p {
    display: inline-block !important;
}
