@charset "UTF-8";




@font-face {
    font-family: ees;
    src:url("../font/HYQiHei-55S_1.otf");
}



.experience{
    padding: 30px 0;
    background-color: #f3f3f2;
}
.experience > div{
    width: 69.9%;
    margin: auto;
    padding-bottom: 40px;
    background: white url("../img/xdbg.png") no-repeat center;
}
.experience > div .show{
    overflow: hidden;
    width:404px ;
    margin: auto;
    padding-bottom: 40px;
    border-top: 2px solid #0068b3;
    border-bottom: 2px solid #0068b3;
    z-index: 1;
}
.experience > div .show ul{
    transition: margin-left .5s;
}
.experience > div .show ul li{
    background-color: white;
}
.experience > div .show ul li h4{
    color: #0068b3;
    font-family: ees;
    font-size: 40px;
    text-align: center;
    line-height: 60px;
}
.experience > div .show ul li h4 span{
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
}
.experience > div .show ul li h4 span:nth-of-type(1){
    width:24px ;
    height: 30px;
    margin-right: 5px;
    background: url("../img/logo1.png") no-repeat center/100%;
}
.experience > div .show ul li img{
    width: 100%;
}
.experience > div .show ul li p{
    margin-top: 20px;
    color: #666;
    font-family: ees;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
}
.experience > div .time{
    overflow: hidden;
    top: -285px;
    height: 70px;
    margin: 0 70px ;
}
.experience > div .time > p{
    top: 15px;
    width: 100%;
    height: 2px;
    background-color: #c7c7c7;
}
.experience > div .time ul{
    margin-top: 5px;
    transition: margin-left .5s;
}
.experience > div .time ul li{
    margin-left: 105px;
    cursor: pointer;
    transition: .5s;
    user-select: none;
}
.experience > div .time ul li.on{
    margin-left: 430px;
    opacity: 0;
}
.experience > div .time ul li:hover p{
    color: #0068b3;
}
.experience > div .time ul li:hover div{
    transform: scale(1.2);
    border:5px solid #b2d1e8;
    background-color: #0068b3;
}
.experience > div .time ul li div{
    width: 12px;
    height: 12px;
    margin:0 auto 20px;
    border:5px solid #e1e1e1;
    background-color: #8d8d8d;
    border-radius: 50%;
    transition: .3s;
}
.experience > div .time ul li p{
    color: #333;
    font-family: ees;
    font-size: 20px;
    font-style: italic;
    text-align: center;
}
.experience > div .btn{
    width: 50%;
    top: 70%;
    left: 50%;
    transform: translate(-50%,0);
    user-select: none;
}
.experience > div .btn div{
    width:44px ;
    height: 44px;
    cursor: pointer;
}
.experience > div .btn div:nth-of-type(1){
    background: url("../img/z.png") no-repeat center/100%;
}
.experience > div .btn div:nth-of-type(2){
    background: url("../img/y.png") no-repeat center/100%;
}
.experience > div .btn div:nth-of-type(1):hover{
    background-image: url("../img/z1.png");
}
.experience > div .btn div:nth-of-type(2):hover{
    background-image: url("../img/y1.png");
}



