/* 页面详情轮播 */
.carousel-wrap{
    width: 100%;
    height: auto;
}
.carousel-box{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
.carousel {
    margin-top: 50px;
    width:100%;
    overflow:hidden;
}
.large_box {
    margin-bottom:10px;
    width:100%;
    height:350px;
    overflow:hidden;
}
.carousel-item{
    width: 100%;
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    display: none;
}
.carousel-item:first-child{
    display: flex;
}
.carouselImg{
    display: flex;
    width: 628px;
    height: 350px;
    overflow: hidden;
    justify-content: center;
    align-content: center;
    background-color: white;
}
.carouselImg img{
    width: 100%;
    height: auto;
}
.carouselText{
    width: calc(100% - 628px);
    padding: 93px 150px 0 93px;
}
.carouselText-title{
    font-size: 30px;
    color: #333333;
}
.carouselText-text{
    margin-top: 32px;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1.5px;
}
.small_box {
    width:530px;
    height:73px;
    overflow:hidden;
}
.small_list {
    position:relative;
    float:left;
    width:480px;
    height:73px;
    overflow:hidden;
}
.small_list ul {
    height:73px;
    overflow:hidden;
}
.small_list ul li {
    position:relative;
    float:left;
    margin-right:10px;
    width:110px;
}
.small_list ul li img {
    display:block;
}
.small_list ul li .bun_bg {
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:110px;
    height:73px;
    border: 2px solid #90C42F;
}
.small_list ul li.on .bun_bg {
    display:block;
}
.btn {
    display:block;
    width:20px;
    height:73px;
    background-color:#777;
    background-repeat:no-repeat;
    background-position:center center;
    cursor:pointer;
}
.left_btn {
    float:left;
    margin-right:10px;
    background-image:url(../image/left_btn.png);
}
.right_btn {
    float:right;
    background-image:url(../image/right_btn.png);
}
/* 特点与优势 */
.traitAdvantage-wrap{
    margin-top: 150px;
    background: white url(../image/productCenterDetail/banner2.png) no-repeat;
    background-size: 100% auto;
}
.traitAdvantage-list{
    display: flex;
    margin-top: 24px;
    align-content: center;
    justify-content: center;
}
.traitAdvantagetitle .title-hanzi{
    color: white;
    padding-top: 14px;
    margin-bottom: 5px;
}
.traitAdvantagetitle .title-letter{
    color: white;
}
@keyframes animationTop{
    from{
        top: 0;
    }
    to{
        top: -20px;
    }
}
@keyframes animationBottom{
    from{
        top: -20px;
    }
    to{
        top: 0px;
    }
}
.traitAdvantage-item{
    position: relative;
    top: 0;
    animation: animationBottom 0.8s;
    -webkit-animation: animationBottom 0.8s;
    width: 291px;
    height: 410px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    margin-left: 30px;
    padding: 125px 30px 0;
    border-radius: 10px;
    background-color: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.traitAdvantage-item:first-child{
    margin-left: 0;
}
.traitAdvantage-itemOn{
    position: relative;
    top: -20px;
    padding: 74px 30px 0;
    animation: animationTop 0.8s;
    -webkit-animation: animationTop 0.8s;
    background-color: #90C42F;
    box-shadow: 2px 4px 7px 0px rgba(152,147,153,1);
}
.traitAdvantageIcon1{
    display: inline-block;
    width: 68px;
    height: 68px;
    background: url(../image//productCenterDetail/traitAdvantageIcon1.png) no-repeat;
    background-size: 100% 100%;
}
.traitAdvantage-itemOn .traitAdvantageIcon1{
    background: url(../image//productCenterDetail/traitAdvantageIcon1-a.png) no-repeat;
    background-size: 100% 100%;
}
.traitAdvantageIcon2{
    display: inline-block;
    width: 69px;
    height: 69px;
    background: url(../image//productCenterDetail/traitAdvantageIcon2.png) no-repeat;
    background-size: 100% 100%;
}
.traitAdvantage-itemOn .traitAdvantageIcon2{
    background: url(../image//productCenterDetail/traitAdvantageIcon2-a.png) no-repeat;
    background-size: 100% 100%;
}
.traitAdvantageIcon3{
    display: inline-block;
    width: 67px;
    height: 68px;
    background: url(../image//productCenterDetail/traitAdvantageIcon3.png) no-repeat;
    background-size: 100% 100%;
}
.traitAdvantage-itemOn .traitAdvantageIcon3{
    background: url(../image//productCenterDetail/traitAdvantageIcon3-a.png) no-repeat;
    background-size: 100% 100%;
}
.traitAdvantageText-title{
    margin-top: 46px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #333333;
}
.traitAdvantage-itemOn .traitAdvantageText-title{
    color: white;
}
.traitAdvantageText-text{
    margin-top: 37px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.traitAdvantage-itemOn .traitAdvantageText-text{
    color: white;
}
/* 选择适合您的行业方案 */
.industrySolution-wrap{
    width: 100%;
    height: auto;
    padding-top: 100px;
}
.industrySolution-box{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
.industrySolution-list{
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.industrySolution-item{
    position: relative;
    max-width: 682px;
    width: calc((100% - 20px) / 2);
    height: 271px;
    margin-top: 25px;
}
.industrySolutionImg{
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.industrySolutionText{
    width: 100%;
    height: auto;
    padding: 36px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.industrySolutionText p{
    display: inline-block;
    width: 100%;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.industrySolutionText-title{
    font-size: 24px;
}
.industrySolutionText-text{
    font-size: 16px;
    margin-top: 10px;
}
/* 数字化转型故事 */
.numEvent-wrap{
    width: 100%;
    height: auto;
    padding: 100px 0;
}
.numEvent-box{
    max-width: 1400px;
    margin: 0 auto;
}
.numEventSwiper{
    padding: 0 45px;
    margin-top: 50px;
    position: relative;
    background-color: white;
}
.swiper-slide{
    text-align: center;
}
.eventText{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.swiper-button-prev {
    width: 23px;
    height: 43px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 20;
    background: url(../image/productCenterDetail/Btnleft.png) no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.swiper-button-next {
    width: 23px;
    height: 43px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 20;
    background: url(../image/productCenterDetail/Btnright.png) no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.eventImg{
    width: 100%;
    margin: 0 auto;
}
.eventText{
    margin-top: 20px;
}
@media screen and (max-width:768px){
    .large_box{
        height: auto;
    }
    .carousel-item{
        flex-wrap: wrap;
    }
    .carouselImg{
        width: 100%;
        height: auto;
    }
    .carouselImg img{
        width: 100%;
        height: auto;
    }
    .carouselText{
        width: 100%;
        padding: 20px 0;
    }
    .small_box{
        width: 100%;
        display: flex;
    }
    .small_list{
        width: calc(100% - 40px);
    }
    .small_list ul{
        width: 100%!important;
    }
    .small_list ul li{
        width: calc((100% - 40px) / 4);
    }
    .small_list ul li img{
        width: 100%;
        object-fit: cover;
    }
    .small_list ul li .bun_bg{
        width: 100%;
    }
    /* 特点与优势 */
    .traitAdvantage-wrap {
        margin-top: 50px;
        background:  url(../image/productCenterDetail/banner2.png) no-repeat;
        background-size: auto;
        background-position: center top;
    }
    .industrySolution-item{
        width: 100%;
    }
    .traitAdvantage-list{
        flex-wrap: wrap;
        margin-top: 40px;
        width: 90%;
        margin: 0 auto;
    }
    .traitAdvantage-item{
        width: calc((100% - 20px) / 3);
        margin-left: 10px;
        height: auto;
        padding: 74px 0 20px;
        background-color: #ffffff;
        box-shadow: 2px 4px 7px 0px rgba(152,147,153,1);
    }
    .traitAdvantage-itemOn{
        background-color: #90C42F;
    }
    .traitAdvantageText-title{
        margin-top: 37px;
        font-size: 14px;
    }
    .traitAdvantageText-text{
        margin-top: 30px;
        font-size: 12px;
        text-align: center;
        line-height: 20px;
    }
.traitAdvantage-item:first-child{
       margin-left:0;
}
    .numEventSwiper{
        padding: 0;
    }
}