body {}

.swiper-banner .swiper-slide img {
    width: 100%;
    /* max-width: 1200px; */
}

.swiper-banner {
    /* height: 400px; */
    overflow: hidden;
    position: relative;
}

.swiper-banner .banner-tips {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 120px;
    background-color: rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
}

.banner-tips .cn {
    font-size: 28px;
    text-align: center;
    /* line-height: 20px; */
    /* margin-bottom: 10px; */
}

.banner-tips .cn span {
    color: #EF650F;
}

.banner-tips .en {
    font-size: 18px;
}

.swiper-banner .swiper-slide {
    height: 600px;
}

.swiper-banner .swiper-slide .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.solution-box {}

.tabs-box {
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.tabs-box .tabs-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #363636;
    font-size: 18px;
    padding: 0 20px;
    margin: 0 40px;
    height: 50px;
    cursor: pointer;
    position: relative;

}

.tabs-box .tabs-item::before {
    position: absolute;
    display: none;
    content: '';
    bottom: -1px;
    left: calc(50% - 40px);
    height: 2px;
    width: 80px;
    background-color: #D70A30;
}

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

.tabs-box .tabs-item:hover,
.tabs-box .tabs-item.active {
    color: #D70A30;
}

.tabs-box .tabs-item:hover::before,
.tabs-box .tabs-item.active::before {
    display: block;
}

.tabs-box .tabs-item:hover .tabs-icon,
.tabs-box .tabs-item.active .tabs-icon {
    display: none;
}

.tabs-box .tabs-item:hover .tabs-icon-active,
.tabs-box .tabs-item.active .tabs-icon-active {
    display: block;
}

.tabs-item .tabs-icon,
.tabs-item .tabs-icon-active {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.tabs-icon-active {
    display: none;
}

.label-box {
    display: flex;
    justify-content: center;
    padding: 20px;
    flex-wrap: wrap;
}

.label-box .label-item {
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    margin: 0 10px;
    background-color: #fff;
    background: rgba(175, 175, 175, 0.10);
    border-radius: 4px;
    font-size: 18px;
    color: #363636;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.label-box .label-item:hover,
.label-box .label-item.active {
    background: #D70A30;
    color: #fff;
}

.swiper-solution {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;

}

.solution-wrapper {
    /* overflow-x: hidden; */
}

.solution-slide {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

.solution-pagination {
    bottom: 0px !important;
}

.solution-slide .solution-slide-item {
    border-radius: 4px;
    width: 32%;
    min-height: 165px;
    /* height: 300px; */
    overflow: hidden;
    position: relative;
    /* margin-right: 28px;
    margin-bottom: 30px; */
    margin-right: 2%;
    margin-bottom: 2%;
    /* padding: 20px; */
    box-sizing: border-box;
}

.solution-slide .solution-slide-item:nth-child(5),
.solution-slide .solution-slide-item:nth-child(2) {
    margin-right: 0;
}

@keyframes solutionImgChange {
    from {
        width: 100%;
        left: 0;
    }

    to {
        width: 120%;
        left: -10%;
        top: -10%;
    }
}

.solution-slide .solution-slide-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .8s ease .1s;
}

.solution-slide .solution-slide-item .slide-masking {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.solution-slide-item:hover .solution-info-check {
    background-color: #fff;
    color: #54487D;
}

.solution-slide-item:hover .solution-info-check .icon-more {
    border-left-color: #54487D;
}

.solution-slide-item:hover img {
    /* animation: solutionImgChange 1s linear 0s 1 forwards; */
    transform: scale(1.3);
}

/* 解决方案第一页 单数页 */
/* 因为swiper loop循环轮播 js在最前面插入了一列slide 原来页面的奇数变偶数*/
.solution-wrapper .solution-slide:nth-child(odd) .solution-slide-item:first-child {
    width: 66%;
}

.solution-wrapper .solution-slide:nth-child(odd) .solution-slide-item:first-child .slide-masking {
    background-image: linear-gradient(226deg, rgba(123, 121, 233, 0.89) 0%, #1BB0DE 100%);
}

.solution-wrapper .solution-slide:nth-child(odd) .solution-slide-item:nth-child(2) .slide-masking {
    background-image: linear-gradient(225deg, #FF9900 0%, #000000 100%);
}

.solution-wrapper .solution-slide:nth-child(odd) .solution-slide-item:nth-child(3) .slide-masking {
    background-image: linear-gradient(225deg, #17AFA1 0%, #09549A 100%);
}

.solution-wrapper .solution-slide:nth-child(odd) .solution-slide-item:nth-child(4) .slide-masking {
    background-image: linear-gradient(225deg, #5D57E1 0%, #4B3F7E 50%);
}

.solution-wrapper .solution-slide:nth-child(odd) .solution-slide-item:nth-child(5) .slide-masking {
    background-image: linear-gradient(225deg, #D7B81B 0%, #062D1D 100%);
}

/* 解决方案第二页 双数页*/
.solution-wrapper .solution-slide:nth-child(even) .solution-slide-item:nth-child(2) {
    width: 66%;
}

.solution-wrapper .solution-slide:nth-child(even) .solution-slide-item:first-child .slide-masking {
    background-image: linear-gradient(223deg, #D357E1 0%, #4B3F7E 91%);
}

.solution-wrapper .solution-slide:nth-child(even) .solution-slide-item:nth-child(2) .slide-masking {
    background-image: linear-gradient(225deg, #174BAF 0%, #09549A 100%);
}

.solution-wrapper .solution-slide:nth-child(even) .solution-slide-item:nth-child(3) .slide-masking {
    background-image: linear-gradient(225deg, #17AFA1 0%, #09549A 100%);
}

.solution-wrapper .solution-slide:nth-child(even) .solution-slide-item:nth-child(4) .slide-masking {
    background-image: linear-gradient(225deg, #57B6E1 0%, #4B3F7E 100%);
}

.solution-wrapper .solution-slide:nth-child(even) .solution-slide-item:nth-child(5) .slide-masking {
    background-image: linear-gradient(225deg, #1B68D7 0%, #062D1D 100%);
}

.solution-wrapper .solution-slide:nth-child(4) .solution-slide-item:first-child {
    width: 66%;
}
.solution-wrapper .solution-slide:nth-child(4) .solution-slide-item:nth-child(2) {
    width: 32%;
}
.solution-wrapper .solution-slide:nth-child(4) .solution-slide-item:nth-child(1) .slide-masking {
    background-image: linear-gradient(225deg, rgba(23,175,161,80) 0%, rgba(9,84,154,80) 100%);
}
.solution-wrapper .solution-slide:nth-child(4) .solution-slide-item:nth-child(2) .slide-masking {
    background-image: linear-gradient(225deg, rgba(93,87,255,80) 0%, rgba(75,63,126,80) 100%);
}
.solution-wrapper .solution-slide:nth-child(4) .solution-slide-item:nth-child(3) .slide-masking {
    background-image: linear-gradient(225deg, rgba(165,215,27,80) 0%, rgba(6,45,29,80) 100%);
}

.solution-info {
    color: #fff;
    font-size: 14px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 50px 20px 50px 40px;
    box-sizing: border-box;
}

.solution-info .solution-info-title {
    font-size: 24px;
}

.solution-info .solution-info-msg {
    margin: 20px 0;
    line-height: 20px;
}

.solution-info .solution-info-tag {
    display: flex;
    flex-wrap: wrap;
}

.solution-info .solution-info-tag span {
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.solution-info .solution-info-check {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 116px;
    height: 46px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 46px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-info .solution-info-check .icon-more {
    display: inline-block;
    width: 0;
    height: 0;
    border: 6px solid;
    border-right-width: 0;
    box-sizing: border-box;
    border-color: transparent transparent transparent #fff;
    margin-left: 10px;
}

/* 产品 */
.product-box {
    padding-top: 60px;
    width: 100%;
    /* margin: 0 auto; */
    /* height: 640px; */
    padding-bottom: 20px;
    margin-top: 50px;
    background: url('../img/product-bg.jpg') no-repeat center;
    background-size: cover;
    box-sizing: border-box;
}

.product-content {
    max-width: 1200px;
    margin: 0 auto;
}

.product-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}

.product-list .product-item {
    background: #FFFFFF;
    border-radius: 4px;
    /* max-width: 370px; */
    width: 31%;
    /* height: 340px; */
    box-sizing: border-box;
    padding: 20px 20px 30px 20px;
    text-align: center;
    color: #959595;
    transition: all .5s ease .1s;
    margin: 0 1% 30px 1%;
}

.product-list .product-item:hover {
    transform: translateY(-20px);
    color: #363636;
}

.product-list .product-item:hover .product-more {
    background-image: url('../img/product-arrows-active.png');

}

.product-list .product-item img {
    width: 50%;
    margin: 0 auto;
}

.product-list .product-item .product-info {
    text-align: center;
}

.product-info .product-title {
    color: #363636;
    font-size: 20px;
    margin-top: 5px;
}

.product-info .product-msg {
    font-size: 14px;
    margin-top: 15px;
    line-height: 24px;
}

.product-info .product-more {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url('../img/product-arrows.png') no-repeat;
    background-size: 20px 20px;
    margin-top: 15px;
}

/* 客户案例 */
.case-box {
    padding-top: 60px;
    background-color: #fff;
    padding-bottom: 50px;
}

.swiper-case {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 20px;
}

.case-content {
    max-width: 1200px;
    margin: 0 auto;
    /* background-color: rgba(0,0,0,0.09); */
}

.case-slide {
    display: flex;
    flex-wrap: wrap;
}

.case-slide .case-item:nth-child(2n) {
    /* margin-right: 0; */
}

.case-item {
    /* width: 570px; */
    width: calc(50% - 30px);
    box-sizing: border-box;
    /* flex: 1; */
    height: 400px;
    background: #FFFFFF;
    /* box-shadow: 0 0 2px 0 rgba(0,0,0,0.09); */
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09);
    /* border: 1px solid rgba(0, 0, 0, 0.09); */
    border-radius: 4px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
    display: flex;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    cursor: pointer;
    transition: all .5s ease .1s;
}

.case-item .case-poster-wrap {
    /* flex: 0 0 50%;  */
    flex: 0 0 270px;
    height: 300px;
    margin-left: 20px;
}

.case-item .case-poster {
    width: 100%;
    /* height: 100%; */
}

.case-item .case-info {
    flex: 1;
    overflow: hidden;
}

.case-slide .case-item:hover {
    transform: translateY(-15px);
}

.case-item .case-info .case-logo {
    font-size: 24px;
    color: #363636;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.case-item .case-info .case-check {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 14px;
    color: #D70A30;
    display: flex;
    align-items: center;

}

.case-item .case-info .case-check img {
    width: 14px;
    height: 14px;
    margin-left: 4px;
}

.case-item .case-info .case-logo img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.case-item .case-title {
    font-size: 18px;
    color: #363636;
    margin-bottom: 15px;
    line-height: 1.2em;
}

.case-item .case-msg {
    font-size: 12px;
    color: #666;
    line-height: 22px;
    text-align: justify;
}

/* 流程 */
.flow-box {
    /* height: 635px; */
    /* margin-top: 50px; */
    width: 100%;
    background: url('../img/flow/floe-bg.jpeg') no-repeat;
    background-position: center;
    background-size: cover;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 20px;
    /* width: 100vw; */
}

.flow-content {
    display: flex;
    /* width: 1000px; */
    margin: 60px auto 0;
    flex-wrap: wrap;
}

.flow-content .flow-item {
    text-align: center;
    color: #ccc;
    position: relative;
    width: 16.66%;
    margin-bottom: 40px;
    padding-right: 20px;
    box-sizing: border-box;
}

.flow-content .flow-item::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 40px;
    width: 19px;
    height: 30px;
    background-image: url('../img/flow/right.png');
}

.flow-content .flow-item:hover {
    color: #d70a30;
}

.flow-content .flow-item:hover .info-line {
    background: #d70a30;
}

.flow-content .flow-item img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.flow-content .flow-item .flow-info {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 10px;
    text-align: center;
}

.flow-content .flow-item .info-line {
    display: inline-block;
    width: 70px;
    height: 2px;
    background: #555555;
    margin: 0 auto;
}

/* 关于我们 */
.about-box {
    padding-top: 60px;
    width: 100%;
    background: url('../img/about-bg.jpeg') no-repeat;
    background-position: bottom center;
    padding-bottom: 260px;
}

.about-text {
    max-width: 1200px;
    padding: 0 20px 30px 20px;
    margin: 30px auto;
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
}

.about-text p {
    margin-bottom: 15px;
}

.about-team {
    width: 100%;
    height: 234px;
    box-sizing: border-box;
    background: url('../img/team-bg.jpeg') no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 65px 0;
}

.swiper-team {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.swiper-team .team-item {
    /* width: 220px; */
    flex: 0 0 220px;
    /* width: 20%; */
    height: 104px;
    background: url('../img/team-icon.png') no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-right: 40px;
    margin-left: 40px;
}

.team-big {
    font-size: 36px;
    color: #ffffff;
    margin: 10px 0;
    font-weight: bold;
}

.team-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/banner_dir.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 1;
    right: 0;
    background-position: -35px 0px;
}

.team-next:hover,
.team-prev:hover {
    background-image: url('../img/banner_dir_h.png')
}

.team-prev {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../img/banner_dir.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 1;
    left: 0;

}

/* 合作伙伴 */
.partner-box {
    padding-top: 60px;
    background: url('../img/partner/partner-bg.png') no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding-bottom: 150px;
}

.partner-content {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partner-content .partner-item {
    width: 16.66%;
    height: 105px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D5D5D5;
    border-left: none;
    border-bottom: none;
}

.partner-content .partner-item img {
    width: 87%;
}

/* 地图  */
.map-box {
    background: url('../img/map.jpeg') no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    height: 603px;
    padding-top: 100px;
    box-sizing: border-box;
    position: relative;
}

.map-box img {
    width: 100%;
}

.map-info {
    text-align: center;
    position: absolute;
    top: 60px;
    left: calc(50%);
    width: 100%;
    transform: translateX(-50%);
}

.map-info h1 {
    color: #fefefe;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 10px;
}

.map-info p {
    font-size: 16px;
    color: #413d3c;
    line-height: 24px;
    padding: 0 10px;
    background: #fff;
    display: block;
    width: 385px;
    border-radius: 2px;
    text-align: center;
    margin: 0 auto;
}

.info-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 90px;
    left: -5%;
}

.swiper-banner-info {
    max-width: 1200px;
    width: 85%;
    margin: 0 auto;
}

.swiper-banner-info .t1 {
    font-size: 50px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
}

.swiper-banner-info .t2 {
    font-size: 28px;
    color: #666666;
    line-height: 44px;
    width: 600px;

}

.img1 {
    background-image: url('../img/swipe-banner-1.png')
}

.img2 {
    background-image: url('../img/swipe-banner-2.png')
}

.tabs-text {
    text-align: center;
}