p,h1,h2,h3,h4,h5,ul,li,div{
    margin: 0;
    padding: 0;
    list-style: none;
}
.experience-banner{
    width: 100%;
    height: 3.71rem;
    background:  url("../../images/experience/1.jpg") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.experience-banner-text{
    font-size:0.38rem;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(255,255,255,1);
    margin-top: 1.26rem;
    margin-left: 3.27rem;
}
.experience-box{
    min-height: 8.05rem;
    width: 100%;
    background-color: #ECFAFF;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 0.5rem;
}
.experience-box>h3{
    color: #292929;
    font-size: 0.5rem;
    width: 12.51rem;
    margin: 0 auto;
    margin-bottom: 1.06rem;
    margin-top: 0.6rem;
  }
  .experience-box>h3::after{
    content: "";
    display: block;
    font-size: 0;
    width: .88rem;
    height: .03rem;
    background: #3DD2C5;
    margin-top: 0.2rem;
}
.experience-timeline{
    display: flex;
    width: 12.51rem;
    margin: 0 auto;
    align-items: center;
}
.experience-timeline>img:nth-child(1),.experience-timeline>img:nth-child(3){
    width: 0.54rem;
    height: 0.54rem;
    position: relative;
    top: 0.22rem;
    cursor: pointer;
}
.experience-timeline>img:nth-child(2){
    width: 11.19rem;
}
.experience-content{
    width: 11.43rem;
    margin: 0 auto;
    display: flex;
    margin-top: 0.2rem;
}
.experience-content-item{
    width: 2.32rem;
    margin-right: 0.68rem;
}
.experience-content-item>span{
    font-size:0.6rem;
    font-family:DIN Condensed;
    font-weight:bold;
    color:rgba(33,211,205,1);
}
.experience-content-item>ul p{
    font-size:0.14rem;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(103,103,103,1);
    margin-bottom: 0.64rem;
}
.experience-content-item>ul span{
    font-size:0.24rem;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(103,103,103,1);
    position: relative;
    display: inline-block;
    margin: 0.28rem 0 0.28rem 0.1rem;
}
.experience-content-item>ul span::before{
    content: "";
    display: block;
    font-size: 0;
    width: .06rem;
    height: .06rem;
    background: #3DD2C5;
    position: absolute;
    top: 0.13rem;
    left: -0.1rem;
}









