.pover-title{
    margin: 3% auto 2%;
}
.pover-title h3{
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px 10px;
    font-weight: bold;
    font-size:46px;
    line-height:70px;
    color: #212121;
}
.pover-title h3::after{
    position: absolute;
    left: 0%;
    top: 10%;
    height:80%;
    width:4px;
    content: "";
    background-color: #1b4e94;
}
.pover-title span{
    display: block;
    width: 50%;
    float: right;
    text-align: right;
}
.pover-title span img{
    width:60px;
    margin-left: calc(100% - 60px);
    display: block;
}
.pover-strenght p{
    margin: 2% auto;
}
.pover-strenght ul{
    margin: 2% auto 4%;
}
.pover-strenght ul li{
    width: 25%;
    float: left;
    overflow: hidden;
}
.pover-workshop-fl strong,
.pover-strenght ul li strong{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #1b4e94;
}
.pover-workshop{
    position: relative;
    padding: 1px 0px;
    box-shadow: 0px 0px 6px 1px #0000002d;
}
.pover-workshop::after{
    position: absolute;
    width: 35%;
    height:51%;
    right: 0%;
    bottom: 0%;
    content: "";
    background: url(../images/pover_workshop_icon.png) no-repeat;
    background-size: 100%;
}
.pover-workshop-fl{
    width:35%;
    float:right;
    padding: 2%;
    letter-spacing: 2px;
    text-align: center;
    box-sizing: border-box;
}
.pover-workshop-fl strong{
    text-align: center;
    margin:7% auto;
    display: block;
}
.pover-workshop-fl p{
    font-size: 22px;
    line-height:70px;
    color: #454545;
}
.pover-workshop-fr{
    width:65%;
    float:left;
}



.pover-item ul li{
    width: 31%;
    float: left;
    overflow: hidden;
    margin-right:3.5%;
    transition: all .4s;
}
.pover-item ul li:nth-of-type(3){
    margin-right: 0%;
}
.pover-item ul li:hover{
    box-shadow: 0px 0px 10px 1px #0000002d;
}
.pover-item ul li span{
    display: block;
    height: auto;
    padding:16px 16px 6px;
    box-sizing: border-box;
}

.pover-item ul li span p{
    margin:2% auto;
    letter-spacing: 2px;
}
.pover-success{
    background-color: #f2f5fa;
}
.container-h{
    display: flex;
    height: 700px;
    /* 溢出隐藏 */
    overflow: hidden;
    margin-bottom: 4%;
}
.item{
    position: relative;
    width: 12%;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    transition: 0.5s cubic-bezier(0.05,0.61,0.41,0.95);
    overflow: hidden;
}
.item .shadow{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    transition: 0.5s cubic-bezier(0.05,0.61,0.41,0.95);
}
.item .content{
    display: flex;
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 10px;
    height: 40px;
    transition: 0.5s cubic-bezier(0.05,0.61,0.41,0.95);
}
.item .content .icon{
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ff9913;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.item .content .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    color: #fff;
    width: 100%;
}
.item .content .text div{
    /* 超出显示省略号（需要设置width） */
    width: calc(100% - 70px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.item .content .text .tit{
    font-weight: bold;
    font-size: 18px;
}
.item .content .text .sub{
    /* 设置过渡效果延迟时间 */
    transition-delay: 0.1s;
}
/* 选中态样式 */
.item.active{
    flex: 1;
    margin: 0;
}
.item.active .shadow{
    background: linear-gradient(to top,rgba(0,0,0,0.35) 65%,transparent);
}
.item.active .content{
    bottom: 20px;
    left: 20px;
}
.item.active .content .text div{
    opacity: 1;
}






.pover-item ul li span,
.pover-item ul li figure,
.pover-workshop-fr figure{
    width: 100%;
    transition: all .6s;
    overflow: hidden;
}
.pover-item ul li figure img,
.pover-workshop-fr .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pover-item ul li span p,
.pover-strenght ul li font,
.pover-strenght p,
.pover-title span font{
    font-size: 20px;
    line-height:40px;
    color: #666;
}

.pover-item ul li span strong,
.pover-strenght strong{
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    display: block;
}
.pover-item ul li span strong{
    color: #212121;
    font-weight: 400;
}
.pover-item{
    margin-bottom: 4%;
}
.pover-item ul li{
    border-radius: 10px;
}


@media screen and (max-width:1200px){
    .pover-item ul li span p,
    .pover-strenght ul li font,
    .pover-strenght p,
    .pover-title span font{
        font-size: 18px;
        line-height: 36px;
    }
    .pover-workshop-fl p{
        font-size: 20px;
        line-height: 40px;
    }
    .container-h{
        height: 600px;
    }
}
@media screen and (max-width:992px){
    .pover-item ul li span strong,
    .pover-strenght strong{
        font-size: 26px;
        line-height: 40px;
    }
    .pover-title h3{
        font-size: 40px;
    }
}
@media screen and (max-width:768px){
    .pover-title{
        margin: 30px auto 20px;
    }
    .pover-item,
    .pover-strenght ul{
        margin-bottom: 30px;
    }
    .pover-item ul li span p,
    .pover-strenght ul li font,
    .pover-strenght p,
    .pover-title span font{
        font-size: 16px;
        line-height: 30px;
    }
    .pover-item ul li span strong,
    .pover-strenght strong{
        font-size: 22px;
    }
    .pover-workshop-fl p{
        font-size: 18px;
        line-height:36px;
    }
    .pover-title h3,
    .pover-workshop-fl strong, .pover-strenght ul li strong{
        font-size: 30px;
        line-height: 40px;
    }
    .pover-title span img {
        width: 30px;
        margin-left: calc(100% - 30px);
    }
    .container-h{
        height: 500px;
    }
}
@media screen and (max-width:640px){
    .pover-workshop-fl p {
        font-size: 16px;
        line-height: 30px;
    }
    .item {
        width: 30px;
        margin: 4px;
    }
    .item .content .icon {
        min-width: 16px;
        width: 16px;
        height: 16px;
        margin-top:3%;
    }
    .item.active .content {
        left: 6px;
    }
}
@media screen and (max-width:560px){
    .pover-workshop-fr {
        width: 57%;
    }
    .pover-workshop-fl{
        width: 43%;
    }
    .pover-workshop-fr figure{
        height: 216px;
    }
    .pover-item ul li{
        width: 100%;
        float: left;
        margin-bottom: 20px;
        margin-right: 0%;
        box-shadow: 0px 0px 6px 1px #0000002d;
    }
    .pover-item ul li:nth-of-type(3){
        margin-bottom: 0%;
    }
    .pover-item ul li figure{
        margin-top: -9%;
    }
    .pover-item ul li:nth-of-type(2) figure{
        margin-top: -25%;
    }
 
    
    .container-h{
        height:400px;
    }
}
@media screen and (max-width:460px){
    .pover-strenght ul li{
        width: 50%;
        margin-top: 20px;
    }
    .pover-title h3, 
    .pover-workshop-fl strong, 
    .pover-strenght ul li strong{
        font-size: 26px;
    }
    .pover-workshop-fl,
    .pover-workshop-fr{
        width: 100%;
        float: none;
    }
    .pover-workshop-fr figure{
        height: auto;
    }
    .pover-workshop-fl p br{
        display: none;
    }
    .pover-workshop-fl strong, .pover-strenght ul li strong{
        margin: 10px auto;
    }
}
@media screen and (max-width:380px){
    .pover-strenght strong {
        font-size: 20px;
        line-height: 30px;
    }
    .item {
        width: 18px;
        margin:0px 4px;
    }
    .container-h{
        height: 300px;
    }
}














