.banner {
    height: 490px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    position: relative
}

.banner a {
    width: 100%;
    height: 490px;
    position: absolute
}

.banner a.no-cursor {
    cursor: default
}

.banner a img {
    width: auto;
    display: block;
    margin: 0 auto
}

.banner a img, .grid-container {
    height: 490px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.grid-container {
    width: 1200px;
    z-index: 10
}

.grid-container .banner-text {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 15px;
    padding-left: 15px;
    width: 710px;
    height: 100%;
    color: #fff
}

.grid-container .text-table-center {
    width: calc(100% - 30px);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.grid-container .banner-slogan {
    margin-bottom: 16px;
    color: #fafafa;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 66px;
    font-family: Microsoft YaHei;
    padding-top: 10px
}

.grid-container .banner-body {
    margin-bottom: 36px;
    color: #e0e0e0;
    font-size: 18px;
    line-height: 26px;
    font-family: Microsoft YaHei;
    letter-spacing: 0
}

.solution-content {
    width: 100%;
    padding: 37px 0 172px 0
}

.solution-content .solution-wrap {
    width: 1200px;
    margin: 0 auto
}

.solution-content .content-wrap {
    margin-top: 45px;
    width: 100%;
    min-height: 316px
}

.solution-content .content-wrap ul {
    overflow: hidden;
    margin-left: -24px
}

.solution-content .content-wrap ul li {
    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 {
    height: calc(100% + 16px);
    width: 100%;
    cursor: pointer
}

.solution-content .content-wrap ul li .con .img-wrap {
    border: 1px solid #dedede;
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative
}

.solution-content .content-wrap ul li .con .img-wrap img {
    border: 1px solid #fff;
    border-bottom: none;
    height: 100%;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.solution-content .content-wrap ul li .con .img-wrap .p-brief {
    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 .6s ease-in-out;
    transition: all .6s ease-in-out
}

.solution-content .content-wrap ul li .con .img-wrap .p-brief .p-body {
    font-family: Microsoft YaHei;
    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 {
    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, .2);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .2);
    padding: 20px 24px 17px;
    text-align: center;
    font-family: Microsoft YaHei;
    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:active {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .5)
}

.solution-content .content-wrap ul li .con:active img {
    border: 1px solid hsla(0, 0%, 59.2%, .85);
    border-bottom: none
}

.solution-content .content-wrap ul li .con:active .text-p {
    border: 1px solid hsla(0, 0%, 59.2%, .85);
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.solution-content .content-wrap ul li .con:hover {
    border: none
}

.solution-content .content-wrap ul li .con:hover img {
    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 {
    font-family: Microsoft YaHei;
    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 {
    bottom: 0
}

.text-overflow-style {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.best-page.en-type .more-page .more-title {
    text-transform: uppercase;
    margin-bottom: 31px
}

.best-page.en-type .more-page .base-line {
    display: none
}

.banner {
    height: 490px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    width: 100%
}

.banner a {
    width: 100%;
    height: 100%
}

.banner .banner-container {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 105
}

.banner .bg-container {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 102;
    background-color: rgba(0, 0, 0, .5)
}

.banner .bg-container .left {
    position: absolute;
    width: 889px;
    height: 100%;
    left: 0;
    opacity: .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 {
    position: absolute;
    width: 1106px;
    height: 100%;
    right: 0;
    opacity: .38;
    background-image: linear-gradient(26deg, rgba(1, 40, 71, 0) 2%, #012847 92%)
}

.grid-container {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 100%
}

.grid-container .banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    height: 100%;
    color: #fff
}

.grid-container .banner-slogan {
    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;
    font-family: Microsoft YaHei;
    padding-top: 10px;
    font-size: 52px
}

.grid-container .banner-body {
    margin-bottom: 36px;
    color: #e0e0e0;
    font-size: 18px;
    line-height: 26px;
    font-family: Microsoft YaHei;
    letter-spacing: 0;
    text-align: center
}

.grid-container .player-wrap {
    margin-top: 24px;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .6);
    opacity: .6;
    border-radius: 50%;
    cursor: pointer
}

.grid-container .player-wrap .play-logo {
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiPjxkZWZzPjxzdHlsZS8+PC9kZWZzPjxwYXRoIGQ9Ik04OTMuMDM1IDQ2My44MjJjLTU0LjAyNy0zNC4xMjMtNjgyLjQ1LTQzNS4wNjMtNzEzLjczLTQ1NC45NjctMzkuODEtMjUuNTkyLTc5LjYxOSA4LjUzLTc5LjYxOSA0OC4zNHY5MDkuOTM0YzAgNDUuNDk3IDQyLjY1MyA2OC4yNDUgNzYuNzc2IDQ4LjM0IDQ1LjQ5Ni0yOC40MzUgNjc2Ljc2My00MjkuMzc1IDcxNi41NzMtNDU0Ljk2NyAzNC4xMjMtMjIuNzQ4IDM0LjEyMy03Ni43NzYgMC05Ni42OHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat 21px
}

.solution-content {
    width: 100%;
    padding: 37px 0 172px 0
}

.solution-content .solution-wrap {
    width: 1200px;
    margin: 0 auto
}

.solution-content .content-wrap {
    margin-top: 45px;
    width: 100%;
    min-height: 316px
}

.solution-content .content-wrap ul {
    overflow: hidden;
    margin-left: -24px
}

.solution-content .content-wrap ul li {
    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 {
    height: 100%;
    width: 100%;
    cursor: pointer
}

.solution-content .content-wrap ul li .con .img-wrap {
    width: 100%;
    height: 220px;
    overflow: hidden
}

.solution-content .content-wrap ul li .con .img-wrap img {
    height: 100%;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.solution-content .content-wrap ul li .con .text-p {
    width: 100%;
    height: 66px;
    border: 1px solid #dedede;
    border-top: none;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .2);
    padding: 20px 24px 17px;
    text-align: center;
    font-family: Microsoft YaHei;
    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 {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.solution-content .content-wrap ul li .con:hover .text-p {
    color: #c11a20
}

.page-header {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid hsla(0, 0%, 100%, .83);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .12);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .12)
}

.page-header.fixed-header {
    position: fixed;
    z-index: 888;
    top: 64px
}

.content-text {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 80px 0
}

.content-text.fixed-header {
    margin-top: 118px
}

.content-text.cus-text {
    padding-bottom: 165px
}

.more-page {
    width: 100%;
    padding-top: 80px;
    text-align: center
}

.more-page .more-title {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 40px;
    color: #252525;
    position: relative;
    border-bottom: 8px solid #f76900;
    line-height: 33px
}

.more-page .more-title:before {
    left: -5px;
    border-left: 5px solid transparent
}

.more-page .more-title:after, .more-page .more-title: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 #f76900
}

.more-page .more-title:after {
    right: -5px;
    border-right: 5px solid transparent
}

.more-page .base-line {
    margin-top: 7px;
    font-family: ArialMT;
    font-size: 18px;
    color: #8b8b8b;
    letter-spacing: 0
}

.more-page .more-wrap {
    padding: 34px 0 128px 0
}

.more-page .more-wrap ul {
    overflow: hidden;
    margin-left: -24px
}

.more-page .more-wrap ul li {
    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 {
    height: 100%;
    background: #f7f7f7;
    border: 2px solid #dedede;
    border-radius: 2px
}

.more-page .more-wrap .more-container .top {
    height: 288px;
    position: relative
}

.more-page .more-wrap .more-container .top img {
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.more-page .more-wrap .more-container .bottom {
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 28px;
    color: #262626;
    text-align: center
}

.group-page {
    padding-bottom: 165px;
    background-color: #f8f9fa
}

.group-page .group-wrap {
    margin-top: 48px
}

.my-btn {
    border-color: #f76900;
    background-color: #f76900;
    color: #fff
}

.my-btn:hover:not(.is-disabled) {
    border-color: #f76900;
    background: #f76900;
    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;
    font-family: Microsoft YaHei;
    letter-spacing: 0;
    text-align: center;
    font-size: 18px;
    color: #666
}

.solution-wrap .el-tabs__item.is-active.is-light {
    font-size: 20px;
    color: #005197
}

.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
}