.index-container .banner {
    position: relative;
    /* 背景图不重复 水平方向居中 / cover 设置背景图片覆盖整个元素，并且保持图片的比例*/
    background: url("../imgs/index/banner.png") no-repeat 50% / cover;
    width: 100%;
    height: 700px;
}
.index-container .banner .introduce {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*width: 384px;*/
    box-sizing: border-box;
    color: #000;
}
.index-container .introduce h1 {
    margin-bottom: 9px;
    font-size: 44px;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
.index-container .introduce .introduce-font {
    margin-bottom: 32px;
    font-weight: 400;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
    font-size: 24px;
}
.index-container .introduce ul li {
    display: flex;
    margin-bottom: 12px;
}
.index-container .introduce ul span {
    position: relative;
    text-align: left;
    font-size: 20px;
    font-weight: 200;
    box-sizing: border-box;
}
/*.index-container .introduce ul span::before {*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 0;*/
/*    content: "";*/
/*    display: inline-block;*/
/*    width: 4px;*/
/*    height: 4px;*/
/*    border-radius: 50%;*/
/*    background: #fff;*/
/*}*/
.index-container .introduce .operate {
    display: flex;
    margin-top: 28px;
}

.index-container .introduce .operate a + a {
    margin-left: 20px;
}
.index-container .introduce .operate button {
    cursor: pointer;
    width: 200px;
    height: 52px;
    font-size: 20px;
    font-weight: 600;
    background: #4281FF;
}

.container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1350px;
    height: 100%;
}

.mb-48 {
    margin-bottom: 48px;
}

.advantage {
    height: 556px;
    box-sizing: border-box;
}
.advantage .title img {
    position: absolute;
    top: -34px;
    left: 0;
    width: 70px;
    height: 56px;
}
h1 {
    font-size: 32px;
}

a {
    color: inherit;
}

.justify-content-start {
    justify-content: flex-start  !important;
}

.subtitle {
    margin: 16px 0 48px;
    font-weight: normal;
}
.advantage > div {
    flex-direction: column;
    justify-content: center;
}

.advantage .advantage-wrap {
    display: flex;
}
.advantage .advantage-wrap .advantage-card .checked-img {
    display: none;
}
.advantage .advantage-wrap .advantage-card:last-child {
    margin-right: 0;
}
.advantage .advantage-wrap .advantage-card {
    position: relative;
    padding: 24px;
    margin-right: 16px;
    background-image: url("../imgs/index/advantage-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 325px;
    height: 216px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 4px;
    transition: all .3s;
    border-radius: 16px;
}
.advantage .advantage-wrap .advantage-card:hover {
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
}
.advantage .advantage-wrap .advantage-card:hover .checked-img,
.advantage .advantage-wrap .advantage-card.active .checked-img {
    display: block;
}
.advantage .advantage-card .checked-img {
    position: absolute;
    width: 100px;
    height: 132px;
    top: 42px;
    right: 0;
}
.advantage .advantage-card h4 {
    position: absolute;
    z-index: 99;
    margin: 16px 0;
    font-size: 20px;
    font-weight: bold;
}
.advantage .advantage-card .description {
    position: absolute;
    top: 133px;
    left: 24px;
    right: 24px;
    color: rgba(0, 0, 0, .55);
    z-index: 99;
    font-size: 14px;
}
.advantage .advantage-card .icon {
    width: 44px;
    height: 44px;
}

.mt-100 {
    margin-top: 100px;
}
.scheme-container .container,
.product-container .container,
.demand-container .container {
    flex-direction: column;
}
.demand-container {
    background: #f7fbff;
}
.display-card {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 100px 0 64px;
}

.display-card .card {
    display: flex;
    padding: 28px 0 28px 65px;
    width: 325px;
    height: 100px;
    cursor: pointer;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(13, 18, 26, .04);
    transition: all .3s;
    border-radius: 16px;
}

.display-card .card:hover {
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .1);
}
.display-card .card .icon {
    margin-right: 16px;
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
}

.display-card .card .num {
    font-size: 24px;
    color: #4281FF;
    font-family: Arial-BoldItalicMT, Arial;
}

.display-card .card .introduce {
    margin-top: 6px;
    font-size: 14px;
}
.demand-container .abutment-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.demand-container .abutment-wrap .task {
    margin-left: 8px;
}
.demand-container .abutment-wrap .demand {
    margin-right: 8px;
}
.demand-container .abutment-wrap > div {
    flex: 1;
}
.demand-container .abutment-wrap .head-title {
    display: flex;
    align-items: center;
}
.demand-container .abutment-wrap .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.demand-container .abutment-wrap .body {
    background-color: #fff;
    box-shadow: 0px 2px 16px 0px rgba(82,88,102,0.04);
    border-radius: 4px;
    border: 1px solid #EBEEF5;
}
.demand-container .abutment-wrap .body .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 14px 16px;
    cursor: pointer;
}
.demand-container .abutment-wrap .body .item:hover {
    background-color: #F8F9FA;
}
.demand-container .abutment-wrap .body .item:hover .content,
.demand-container .abutment-wrap .body .item:hover .content a {
    color: #4281FF;
}
.demand-container .abutment-wrap .body .item button:hover {
    background-color: #4281FF;
    color: #fff;
}
.demand-container .abutment-wrap .body .item button {
    padding: 0;
    width: 80px;
    height: 28px;
    color: #4281FF;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #4281FF;
}
.demand-container .abutment-wrap .body .item .time {
    max-width: 124px;
    width: 124px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.demand-container .abutment-wrap .body .item .content {
    flex: 1;
    max-width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.demand-container .abutment-wrap .body .item:not(:last-child)::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    width: 635px;
    height: 1px;
    background: #EBEEF5;
}
.demand-container .abutment-wrap .hint {
    margin-left: 8px;
    margin-right: 16px;
    font-size: 32px;
    font-weight: bold;
}
.demand-container .abutment-wrap .hint-img {
    width: 32px;
    height: 32px;
}
.demand-container .abutment-wrap .more {
    color: #4281FF;
}
/*.advantage .abutment-wrap .hint {*/
.price {
    background: #F7FAFF;
}
.price .container > h1 {
    display: flex;
    justify-content: space-between;
    font-size: 32px;
}
.price .container {
    display: flex;
    flex-direction: column;
    /*height: 805px;*/
    justify-content: center;
    padding: 100px 0;
}
.price .subtitle {
    margin: 16px 0 48px;
}
.price .price-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 12px;
}
.price .price-wrap .price-card {
    padding: 14px;
    margin-bottom: 15px;
    width: 99%;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0px 2px 16px 0px rgba(82,88,102,0.04);
    border-radius: 8px;
    border: 1px solid #EBEEF5;
}
.price .price-wrap .price-card .logo {
    width: 134px;
    height: 134px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #F5F6FA;
    box-sizing: border-box;
}
.price .price-wrap .price-card:nth-child(2n+3) {
    margin-left: 1%;
}
/*.price .price-wrap {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/
/*.price .price-card:last-child {*/
/*    margin-right: 0;*/
/*}*/
/*.price .price-card {*/
/*    margin-right: 16px;*/
/*    padding: 24px;*/
/*    text-align: center;*/
/*    width: 324px;*/
/*    background: #fff;*/
/*    box-shadow: 0px 2px 16px 0px rgba(82,88,102,0.04);*/
/*    border-radius: 4px;*/
/*    border: 1px solid #EBEEF5;*/
/*    box-sizing: border-box;*/
/*    cursor: pointer;*/
/*    transition: all .3s;*/
/*}*/
/*.price .price-card:hover {*/
/*    box-shadow: 0px 16px 32px 0px rgba(82,88,102,0.08);*/
/*}*/
/*.price .price-card .logo {*/
/*    width: 140px;*/
/*    height: 140px;*/
/*    object-fit: contain;*/
/*    background: #fff;*/
/*    border: 1px solid #F5F6FA;*/
/*    box-sizing: border-box;*/
/*}*/
/*.price .price-card .price-title {*/
/*    margin: 26px 0 4px;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    word-break: break-all;*/

/*    !*margin: 38px 0 4px;*!*/
/*    !*font-size: 16px;*!*/
/*    !*color: rgba(0, 0, 0, .65);*!*/
/*}*/
/*.price .price-card .price-val {*/
/*    font-size: 36px;*/
/*    font-weight: bold;*/
/*    color: #E62129;*/
/*}*/
/*.price .price-card .experience {*/
/*    margin: 16px 0 8px;*/
/*    font-size: 14px;*/
/*    color: rgba(0, 0, 0, .65);*/

/*    !*margin: 16px 0 4px;*!*/
/*    !*font-size: 16px;*!*/
/*    !*color: rgba(0, 0, 0, .65);*!*/
/*}*/
/*.price .price-card .star {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    margin-bottom: 32px;*/
/*}*/
/*.price .price-card .star img {*/
/*    margin-right: 8px;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*}*/
/*.price .price-card .description {*/
/*    padding: 16px;*/
/*    font-size: 16px;*/
/*    color: rgba(0, 0, 0, .65);*/
/*    background: #F5F9FF;*/
/*    border-radius: 4px;*/
/*    text-align: left;*/
/*    min-height: 54px;*/
/*    box-sizing: border-box;*/
/*}*/
.process .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 630px;
}
.process .container > h1 {
    display: flex;
    align-items: center;
}
.process h1 .process {
    flex: 1;
    justify-content: flex-start;
}
.process h1 .process image {
    width: 389px;
    height: 64px;
}

.process h1 .down {
    width: 70px;
    height: 56px;
}
.process .process-wrap {
    display: flex;
    align-items: center;
}
.process .process-wrap .process-line {
    margin: 0 10px;
    width: 56px;
    height: 18px;
}
.process .process-wrap .process-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 184px;
    height: 184px;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #4281FF;
    color: #4281FF;
    cursor: pointer;
}
.process .process-card h1 {
    margin-bottom: 12px;
    font-size: 32px;
}
.process .process-card h4 {
    margin-bottom: 8px;
    font-size: 20px;
}
.process .process-card .des {
    font-size: 18px;
    color: rgba(0, 0, 0, .65);
}
/*.process .process-wrap .process-card:hover,*/
/*.process .process-wrap .process-card.active {*/
/*    color: #fff;*/
/*    background: #4281FF;*/
/*}*/
/*.process .process-wrap .process-card:hover .des,*/
/*.process .process-wrap .process-card.active .des {*/
/*    color: rgba(255, 255, 255, .65);*/
/*}*/

.process .classify {
    display: flex;
    justify-content: space-between;
}

.process .classify .classify-box {
    flex: 1;
    text-align: center;
    height: 290px;
    border-radius: 16px;
    cursor: pointer;
    overflow: hidden;
}
.process .classify .classify-box img {
    margin: 42px 0 24px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
}
.process .classify .classify-box .classify-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}
.process .classify .classify-box:last-child .classify-subtitle {
    color: rgba(255, 255, 255, .55);
}
.process .classify .classify-box .classify-subtitle {
    margin: 10px 0 34px;
    font-size: 14px;
    color: rgba(0, 0, 0, .55);
}
.process .classify .classify-box .classify-title:last-child {

}
.process .classify .classify-box:last-child .classify-title {
    color: #fff;
}
.process .classify .classify-box:not(:last-child) .classify-title {
    color: #000;
}
.process .classify .classify-box:nth-child(3) button {
    color: #4281FF;
    background: #FFF;
}
.process .classify .classify-box button {
    color: #fff;
    width: 200px;
    height: 48px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
}
.process .classify .classify-box:nth-child(1) {
    background: #F9FBFF;
    border: 1px solid rgba(66,129,255,0.15);
}
.process .classify .classify-box:nth-child(2) {
    margin: 0 15px;
    background: #EFF4FF;
    border: 1px solid rgba(66,129,255,0.15);
}
.process .classify .classify-box:nth-child(3) {
    background: #4281FF;
}

.scheme-container .container {
    justify-content: flex-start;
    height: 800px;
    box-sizing: border-box;
}
.scheme-container {
    background: url("../imgs/scheme-bg.png") no-repeat;
    background-size: 100% 100%;
}
.scheme-container ul {
    display: flex;
    width: 100%;
    padding: 0 54px;
    box-sizing: border-box;
    height: 80px;
    line-height: 80px;
    background: #F7FAFF;
    border-radius: 16px 16px 0px 0px;
}
.scheme-container li {
    margin-right: 72px;
    cursor: pointer;
}
.scheme-container a li.active,
.scheme-container li.active a,
.scheme-container li.active {
    border-bottom: 4px solid #4281FF;
}
.scheme-container .content-wrap .content:first-child {
    display: block;
}
.scheme-container .content {
    position: relative;
    padding: 40px;
    border-radius: 0 0 16px 16px;
    background: #fff;
    display: none;
}
.scheme-container .content .scheme-img {
    width: 480px;
    height: 300px;
    border-radius: 4px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #F5F6FA;
    box-sizing: border-box;
}
.scheme-container .content .company-info {
    position: absolute;
    left: 400px;
    top: 70px;
    padding: 32px 40px 38px;
    width: 870px;
    box-sizing: border-box;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.05);
    border-radius: 8px;
    cursor: pointer;
}
.scheme-container .content .company-info:hover .company-title {
    color: #4281FF;
}
.scheme-container .content .company-info:hover .company-name {
    color: #000 !important;
}
.scheme-container .content .company-info .company-title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: bold;
}
.scheme-container .content .company-info .company-subtitle {
    line-height: 28px;
    box-sizing: border-box;
    font-size: 16px;
    color: rgba(0,0,0,.65);
}
.scheme-container .content .company-info .company {
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #EBEEF5;
}
.scheme-container .content .company-info .company img {
    margin-right: 8px;
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    border-radius: 2px;
}
.scheme-container .content .company-info .company .company-name {
    font-size: 14px;
    color: rgba(0,0,0,.45);
}

.advantage .container {
    justify-content: flex-start;
}
.advantage .title,
.process .title,
.product-container .title {
    color: #000 !important;
}
.product-container a:hover .subtitle1,
.product-container .subtitle1:hover {
    color: #4281FF;
}
.product-container .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 100px;
}
.product-container .product-grid .product-grid-card {
    padding: 16px;
    cursor: pointer;
    box-shadow: 0px 2px 16px 0px rgba(82,88,102,0.04);
    border: 1px solid #EBEEF5;
}
.product-container .product-grid .product-grid-card:hover {
    background-color: #F8F9FA;
}
.product-container .product-grid .product-grid-card:hover .product-title,
.product-container .product-grid a .product-grid-card:hover .product-title {
    color: #4281FF;
}
.product-container .product-grid .product-grid-card .product-img {
    margin-bottom: 12px;
    width: 100%;
    height: 305px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #F5F6FA;
    box-sizing: border-box;
}
.product-container .product-grid .product-grid-card .product-price {
    margin-bottom: 8px;
    margin-left: -2px;
    font-size: 20px;
    color: #E62129;
    font-weight: bold;
}
.product-container .product-grid .product-grid-card .product-title {
    font-size: 16px;
    font-weight: bold;
    height: 44px;
    cursor: pointer;
}
.product-container .product-grid .product-grid-card .product-type {
    display: flex;
    flex-wrap: wrap;
}
.product-container .product-grid .product-grid-card .product-type .tag {
    margin-bottom: 4px;
}
.product-container .product-grid .product-grid-card .company {
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.product-container .product-grid .product-grid-card .company img {
    margin-right: 8px;
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    border-radius: 2px;
}
.product-container .product-grid .product-grid-card .company-name {
    font-size: 14px;
    color: rgba(0,0,0,.45);
}

.public-title.title {
    margin: 100px 0 48px;
    color: #fff;
}
.public-title.title .subtitle1 {
    cursor: pointer;
}
.public-title.title .subtitle1.no-cursor {
    cursor: auto;
}
.public-title h1 {
    margin-bottom: 16px;
    font-size: 32px;
}
.public-title .subtitle1 {
    display: initial;
    font-size: 24px;
    cursor: pointer;
    color: rgba(0, 0, 0, .55);
}
.clamp-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
