* {padding: 0;margin: 0;}
/*body {background: #f3f3f3;}*/
.content{position: relative;margin: 50px 0;}
.conbox{width: 80%; margin-left: 10%;overflow: hidden;position: relative}
.Box_con .btnl{
    width: 8px;
    height: 15px;
    position: absolute;
    left: 8%;
    top: 22%;
}
.Box_con .btnr{
    width: 8px;
    height: 15px;
    position: absolute;
    right: 8%;
    top: 22%;
}

.conbox ul{
    width: 400%;
    display: -ms-flex; /* 兼容IE */
	display: flex;
    display: -webkit-flex;
    align-items:center;
    justify-content: flex-start
}
.conbox li{
    width: 6.25%;
    padding-top: 6.25%;
    position: relative;
}
.conbox li img{
    position: absolute;
    width: 50%;
    height: 50%;
    top: 0;
    left: 25%;
    border-radius: 50%;
}
.conbox li div{
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    text-align: center;
}
.conbox li h1{
    font-size:14px;
    font-family:Source Han Sans CN;
    line-height:34px;
    color:rgba(60,60,60,1);
}
.conbox li p{
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:24px;
    color:rgba(179,179,179,1);
}