/* tab栏目 */
.tradeSolution-wrap{
    width: 100%;
    height:  auto;
    background: #F4F6F6;
    padding: 93px 0 178px;
}
.tradeSolution-box{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
.tradeSolution-list{
    width: 100%;
    height: 80px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tradeSolution-item{
    cursor: pointer;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tradeSolution-title{
    margin-left: 10px;
    font-size: 18px;
    color: #666666;
}
.tradeSolution-itemOn{
    position: relative;
}
.tradeSolution-itemOn::after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #90C42F;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.tradeSolution-itemOn .tradeSolution-title{
    color: #90C42F;
}
.solution1{
    display: inline-block;
    width: 26px;
    height: 35px;
    background: url(../image/sceneSolution/i1.png) no-repeat;
    background-size: 100% 100%;
}
.tradeSolution-itemOn .solution1{
    background: url(../image/sceneSolution/i1-a.png) no-repeat;
    background-size: 100% 100%;
}
.solution2{
    display: inline-block;
    width: 33px;
    height: 34px;
    background: url(../image/sceneSolution/i2.png) no-repeat;
    background-size: 100% 100%;
}
.tradeSolution-itemOn .solution2{
    background: url(../image/sceneSolution/i2-a.png) no-repeat;
    background-size: 100% 100%;
}
.solution3{
    display: inline-block;
    width: 29px;
    height: 32px;
    background: url(../image/sceneSolution/i3.png) no-repeat;
    background-size: 100% 100%;
}
.tradeSolution-itemOn .solution3{
    background: url(../image/sceneSolution/i3-a.png) no-repeat;
    background-size: 100% 100%;
}
.solution4{
    display: inline-block;
    width: 33px;
    height: 30px;
    background: url(../image/sceneSolution/i4.png) no-repeat;
    background-size: 100% 100%;
}
.tradeSolution-itemOn .solution4{
    background: url(../image/sceneSolution/i4-a.png) no-repeat;
    background-size: 100% 100%;
}
/* 内容列表 */
.solutionContent-list{
    margin-top: 32px;
}
.solutionContent-item{
    display: none;
    background-color: white;
}
.solutionContent-itemOn{
    display: block;
}
.solutionContent-img{
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.solutionContent-img img{
    width: 100%;
    height: auto;
}
.solutionContent-text{
    padding: 30px 59px 52px 42px;
}
.solutionContentText-title{
    width: 100%;
    height: auto;
    font-weight: bold;
    text-align: center;
    color: #333333;
    font-size: 24px;
    position: relative;
}
.solutionContentText-title::after{
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #90C42F;
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.solutionContentText-text{
    margin-top: 40px;
}
.solutionContentText-text p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    letter-spacing: 1.4px;
}
/* 中间图 */
.banner2-wrap{
    width: 100%;
    height:  auto;
}
.banner2-box{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.banner2-box img{
    /*width: 100%;*/
}
/* 方案优势 */
.program-wrap{
    width: 100%;
    height:  632px;
    padding-top: 100px;
    background: url(../image/tradeSolution/info-backgorund.png) no-repeat;
    background-size: 100% 100%;
}
.program-box{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
.program-list{
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.program-item{
    width: 410px;
    height: 350px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 55px;
    padding-left: 80px;
    padding-right: 80px;
    align-content: flex-start;
    justify-content: center;
}
.program-item:nth-child(2){
    padding-left: 40px;
    padding-right: 40px;
}
.program-item:hover{
    background-color: white;
}
.program-title{
    width: 100%;
    margin-top: 30px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.program-text{
    width: 100%;
    margin-top: 31px;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.programIcon1{
    display: inline-block;
    width: 84px;
    height: 84px;
    background: url(../image/tradeSolution/program1.png) no-repeat;
    background-size: 100% 100%;
}
.programIcon2{
    display: inline-block;
    width: 89px;
    height: 89px;
    background: url(../image/tradeSolution/program2.png) no-repeat;
    background-size: 100% 100%;
}
.programIcon3{
    display: inline-block;
    width: 90px;
    height: 90px;
    background: url(../image/tradeSolution/program3.png) no-repeat;
    background-size: 100% 100%;
}
/* 相关产品 */
.product-wrap{
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: #F6F6F6;
}
.product-box{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.productSwiper{
    width: 100%;
    margin-top: 55px;
    padding-bottom: 62px;
}
.productSwiper .swiper-slide{
    background: white;
    padding-bottom: 33px;
}
.productSwiper .swiper-slide .productImg{
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.productSwiper .swiper-slide .productText{
    margin-top: 40px;
    font-size: 16px;
    color: #333333;
}
.productSwiper .swiper-slide .product-link{
    display: inline-block;
    margin-top: 27px;
    text-decoration: underline;

}
/* 数字化转型故事 */
.numEvent-wrap{
    width: 100%;
    height: auto;
    padding: 100px 0;
}
.numEvent-box{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
.numEventSwiper{
    padding: 0 50px;
    margin-top: 50px;
    position: relative;
    background-color: white;
}
.swiper-slide{
    text-align: center;
}
.swiper-button-prev {
    color: #010101;
    width: 23px;
    height: 43px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 20;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.swiper-button-next {
    color: #010101;
    width: 23px;
    height: 43px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 20;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.eventImg{
    display: flex;
    align-content: center;
    justify-content: center;
    overflow: hidden;
}
.eventText{
    margin-top: 20px;
}
@media screen and (max-width:768px){
    .tradeSolution-wrap{
        padding: 50px 0;
    }
    .tradeSolution-list{
        display: none;
    }
    .solutionContent-item{
        display: block;
        margin-top: 30px;
    }
    .solutionContent-text {
        padding: 30px 20px;
    }
    .program-wrap{
        width: 100%;
        height: auto;
    }
    .program-list{
        display: flex;
        flex-wrap: wrap;
    }
    .program-item{
        width: 100%;
    }

    .numEventSwiper {
         padding: 0;
         margin-top: 0;
        position: relative;
        background-color: white;
    }
    .eventImg {
        display: unset;
    }
}