body {
    color: #1d2129;
}

.nav-bar {
    margin-bottom: -64px;
    background-color: transparent;
}

.nav-bar nav,
.nav-bar .nav-item,
.nav-bar .logo,
.nav-bar .action {
    background-color: transparent;
}

.nav-bar.fixed {
    background-color: #252d40;
}

.nav-bar.fixed nav,
.nav-bar.fixed .nav-item,
.nav-bar.fixed .logo,
.nav-bar.fixed .action {
    background-color: #252d40;
}

.sub-nav {
    opacity: 0;
}

.nav-item.active .sub-nav {
    opacity: 1;
}

.hear-banner {
    position: relative;
    width: 100%;
}

.hear-banner img {
    max-width: 100%;
    width: 100%;
    max-height: 520px;
    min-height: 420px;
    object-fit: cover;
}

.hear-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1156px;
    transform: translate(-50%, -50%);
}

.hear-banner-content .t1 {
    margin-bottom: 14px;
    color: #fff;
    line-height: 56px;
    font-weight: 500;
    font-size: 40px;
}

.hear-banner-content .t2 {
    margin-bottom: 46px;
    color: rgba(255, 255, 255, 0.6);
    width: 680px;
    line-height: 28px;
    font-weight: 400;
    font-size: 20px;
}

.hear-banner-content .banner-btn {
    border: none;
    border-radius: 4px;
    background-image: linear-gradient( 104.71deg, #ffba52 -127.1%, #fa7a5e 100.27%);
    color: #fff;
    width: 104px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.hear-banner-content .banner-btn~.banner-btn {
    margin-left: 15px;
}

.hear-banner-content .banner-btn:active {
    background: #eb8228;
}

.r-row-5 .row-title h2,
.r-row-4 .row-title h2,
.r-row-3 .row-title h2,
.r-row-2 .row-title h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #1d2129;
    line-height: 48px;
}


/* 页面一级标题 css */

.row-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #1d2129;
    line-height: 48px;
    margin: 20px auto;
}

/* 推荐阅读  start */

.left_reading {
    width: 820px;
    height: 30px;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    margin-top: 40px;
    font-weight: 500;
}

.left_rd_content {
    width: 820px;
    /* line-height: 30px; */
    height: 342px;
    margin: 0 auto;
}

.left_rd_content ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.left_rd_content ul li {
    width: 257px;
    height: 342px;
    border-radius: 6px;
    background-color: #fff;
}

.rd_img {
    margin: 16px;
    width: 223px;
    height: 142px;
    background-color: #f2f3f5;
    border-radius: 6px;
    overflow: hidden;
}

.rd_img img {
    width: 100%;
    height: 100%;
}

.rd_title {
    height: 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #1d2129;
    padding: 0 16px;
}

.rd_content {
    width: 225px;
    height: 60px;
    background: #f2f3f5;
    border-radius: 4px;
    font-size: 12px;
    color: #4e5969;
    padding: 12px;
    text-align: center;
    margin-left: 10px;
}

.rd_content p {
    width: 190px;
    height: 37px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.rd_time {
    margin-left: 15px;
    margin-top: 15px;
    color: #86909c;
    font-size: 12px;
}


/* 推荐阅读  end  */
/* row1 css */

.r-row-1 {
    padding-top: 40px;
    background-image: url("./../images/home2207/product-erp//row1-bg.png");
    background-size: cover;
}

.r-row-1 .title {
    background-image: url("./../images/home2207/product-tms/row1-title-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32% 50%;
}

.r-row-1 .title div,
.r-row-1 .title div h1 {
    padding: 30px 0 15px;
    text-align: center;
    line-height: 48px;
    font-weight: 600;
    font-size: 32px;
    color: #1d2129;
}

.row1-list {
    margin: 0 auto;
    display: flex;
    width: 1156px;
    height: 198px;
    margin-top: 50px;
}

.row1-list li {
    position: relative;
    flex: 1;
    padding: 40px;
}

.row1-list li i {
    display: none;
    position: absolute;
    top: -60px;
    right: 27px;
    width: 110px;
    height: 120px;
    background-image: url("./../images/home2207/product-tms/tms_why_1.png");
    background-size: cover;
}

.row1-list li:nth-child(2) i {
    background-image: url("./../images/home2207/product-tms/tms_why_2.png");
}

.row1-list li:nth-child(3) i {
    background-image: url("./../images/home2207/product-tms/tms_why_3.png");
}

.row1-list li.active i {
    display: block;
}

.row1-list dt {
    margin-bottom: 16px;
    line-height: 30px;
    font-weight: 500;
    font-size: 20px;
}

.row1-list dd {
    position: relative;
    margin-bottom: 8px;
    padding-left: 16px;
    color: #86909c;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
}

.row1-list dd::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #84909d;
    content: "";
}

.row1-list li.active {
    background-image: url("./../images/home2207/service/row1-card-bg.png");
    background-size: cover;
}

.row1-list li.active dt {
    color: #fff;
}

.row1-list li.active dd {
    color: rgba(255, 255, 255, 0.6);
}

.row1-list li.active dd::before {
    background: rgba(255, 255, 255, 0.6);
}


/* row2 css */

.r-row-2 {
    padding-top: 69px;
    background: #f7f8fa;
}

.row-title-text {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #4e5969;
    line-height: 24px;
    margin-top: 12px;
}

.row2-content {
    padding: 40px 0px;
    box-sizing: border-box;
}

.row2-content-items {
    width: 1156px;
    margin: 0 auto;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
}

.row2-content-item {
    width: 231px;
    border-right: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
    padding: 24px 0px 24px 40px;
    box-sizing: border-box;
}

.row2-content-item-title {
    font-size: 16px;
    font-weight: 400;
    color: #1d2129;
    line-height: 24px;
    margin-bottom: 24px;
}

.row2-content-item-title-img {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.row2-content-item-title-img img {
    width: 100%;
    height: 100%;
}

.row2-content-item-text {
    font-size: 14px;
    font-weight: 400;
    color: #86909c;
    line-height: 22px;
    margin-bottom: 12px;
}


/* row3 css */

.r-row-3 {
    padding-top: 70px;
    padding-bottom: 40px;
}

.card-inner {
    margin: 0 auto;
    width: 1156px;
}

.r-row-3 .card-inner>h3 {
    margin-bottom: 3px;
    padding: 0;
    background-image: url("./../images/home2207/requirement/title-bg.svg");
    background-position: center top;
    background-repeat: no-repeat;
    line-height: 48px;
    text-align: center;
    font-size: 32px;
}

.r-row-3 .card-inner>h4 {
    margin-bottom: 80px;
    color: #4e5969;
    text-align: center;
    font-size: 16px;
}

.card-inner-content {
    display: flex;
    justify-content: space-between;
}

.card-inner-content .a-img {
    position: relative;
}

.card-inner-content .a-img img {
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
}

.card-inner-content .a-img img.t1 {
    position: static;
    opacity: 1;
}

.r-row-3 .card-inner-content .a-img img.t1 {
    width: 580px;
}

.r-row-3 .card-inner-content .a-img img.t2 {
    top: 138px;
    left: -200px;
    width: 202px;
    opacity: 0;
}

.r-row-3 .card-inner-content .a-img img.t3 {
    top: 420px;
    left: 246px;
    width: 399px;
    opacity: 0;
}

.active.r-row-3 .card-inner-content .a-img img.t2 {
    top: 138px;
    left: -50px;
    opacity: 1;
}

.active.r-row-3 .card-inner-content .a-img img.t3 {
    top: 240px;
    left: 246px;
    opacity: 1;
}

.row3-content {
    max-width: 100%;
    width: 1156px;
    margin: 0 auto;
    display: flex;
    margin-top: 55px;
}

.solution .sidebar {
    margin-right: 15px;
    transform: translateX(-30px);
    transition: 0.5s linear all;
    width: 232px;
    box-sizing: border-box;
    padding: 20px 10px 20px 20px;
    height: 400px;
    box-shadow: none;
}

.solution .sidebar .item {
    cursor: pointer;
    height: 64px;
    line-height: 64px;
    padding-left: 30px;
    font-size: 16px;
    color: #1d2129;
    border-left: 4px solid transparent;
    transition: 0.3s ease-in-out all;
}

.solution .sidebar .item.active {
    color: #f19240;
    font-size: 20px;
    background: #fef4ec;
    border-color: #f19240;
}

.solution .sidebar .item .icon {
    opacity: 1;
    width: 30px;
    transition: 0.2s linear all;
}

.solution .sidebar .item .icon-active {
    opacity: 0;
    width: 0;
    margin-right: 0;
}

.solution .sidebar .item.active .icon {
    opacity: 0;
    width: 0;
    margin-right: 0;
}

.solution .sidebar .item.active .icon-active {
    opacity: 1;
    width: 30px;
    margin-right: 12px;
}

.solution .sidebar .icon {
    width: 30px;
    height: 30px;
    margin-top: 17px;
    margin-right: 12px;
    object-fit: contain;
}

.row3-content-l .sidebar li {
    width: 100%;
}

.row3-content-r .r-top {}

.r-top img {}

.t-bottom {
    margin-top: 30px;
    margin-left: 60px;
}

.t-bottom-title {
    font-size: 24px;
    font-weight: 500;
    color: #1d2129;
    line-height: 36px;
    margin-bottom: 12px;
}

.t-bottom-text {
    font-size: 16px;
    font-weight: 400;
    color: #4e5969;
    line-height: 24px;
}


/* row4 */

.r-row-4 {
    padding-top: 70px;
    background: #f7f8fa;
}

.r-row-4 .row-title {
    margin-bottom: 55px;
}

.row4-content {
    position: relative;
    margin: 0 auto;
    width: 970px;
}

.swiper.case {
    width: 970px;
    box-shadow: 6px 6px 12px rgba(226, 231, 239, 0.659856), -3px -3px 9px rgba(255, 255, 255, 0.66);
    overflow: hidden;
}

.swiper.case .swiper-slide {
    display: flex;
    width: 970px;
}

.swiper.case .swiper-slide .left img {
    width: 381px;
    height: 362px;
    object-fit: cover;
}

.swiper.case .swiper-slide .right {
    flex: 1;
    background-color: #fff;
    padding: 75px 65px 0;
}

.swiper.case .swiper-slide .right .case-title {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.swiper.case .swiper-slide .right .case-title img {
    margin-right: 30px;
    height: 64px;
}

.swiper.case .swiper-slide .right .case-title span {
    color: #1d2129;
    line-height: 36px;
    font-weight: 500;
    font-size: 24px;
}

.swiper.case .swiper-slide .right .case-text {
    font-size: 14px;
    line-height: 22px;
}

.row4-content .swiper-pagination {
    position: absolute;
    top: 330px;
    right: 65px;
}

.row4-content .swiper-pagination .swiper-pagination-bullet {
    margin-right: 8px;
    width: 10px;
    height: 6px;
    border-radius: 3px;
    background: #c9cdd4;
    opacity: 1;
    transition: all 0.3s;
}

.row4-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f19240;
    width: 30px;
}

.row4-content .swiper-button-next,
.row4-content .swiper-button-prev {
    top: 182px;
    right: -65px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(180deg, #f2f3f7 0%, #ffffff 100%);
    box-shadow: 3px 3px 9px rgba(226, 231, 239, 0.962986), -2px -2px 6px rgba(255, 255, 255, 0.66);
    z-index: 2;
}

.row4-content .swiper-button-prev {
    top: 182px;
    left: -65px;
    right: auto;
}

.row4-content .swiper-button-next::before,
.row4-content .swiper-button-prev::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url("./../images/home2207/about/swiper-button-1.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.row4-content .swiper-button-next::before {
    transform: rotate(-180deg);
}

.row4-content .swiper-button-next:hover::before,
.row4-content .swiper-button-prev:hover::before {
    background-image: url("./../images/home2207/about/swiper-button-2.svg");
}

.row4-content .swiper-button-next:hover::before {
    transform: rotate(0);
}

.row4-content .swiper-button-prev:hover::before {
    transform: rotate(-180deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

/*
    客户成功案例右上角角标
*/
.row4-list-bottom-Pos {
    position: relative;
}

/*
    客户成功案例右上角角标
*/
.rightT-tag {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fef4ec;
    color: #f19240;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}


/* row5 */

.r-row-5 {
    padding-top: 70px;
    padding-bottom: 60px;
}

.link-button {
    z-index: 2;
}

.row5-content {
    text-align: center;
    margin-top: 40px;
    font-size: 12px;
    font-weight: 400;
    color: #4e5969;
    line-height: 18px;
}

.row5-content-tl {
    display: flex;
    justify-content: center;
}

.row5-content-tl1 {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fbdec6;
    border-radius: 2px;
    margin-right: 8px;
}

.row5-content-tl2 {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #f19240;
    border-radius: 2px;
    margin-right: 8px;
}

.row5-content-text {
    margin-right: 32px;
    display: flex;
    align-items: center;
}

.row5-content-bt {
    width: 950px;
    height: 340px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.row5-content-bt-l {
    height: 100%;
    width: 168px;
    padding: 15px 24px 15px 0px;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #1d2129;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row5-content-bt-r {
    height: 100%;
    width: 782px;
}

.row5-content-bt-r img {
    width: 100%;
    height: 100%;
}

.link-button-box.text-center {
    display: flex;
    justify-content: center;
}

.link-button2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 182px;
    height: 40px;
    border: 1px #f4c59d solid;
    border-radius: 4px;
    color: #f19240;
    font-weight: 500;
    font-size: 14px;
}

.link-button2 i {
    position: relative;
    top: 1px;
    margin-left: 2px;
    font-size: 16px;
}

.link-button2:hover {
    color: #fff;
    background-color: #f19240;
}

.link-button2:active {
    color: #fff;
    background-color: #eb8228;
}