.my-slide {
    height: 100px;
}

.slide-1,
.slide-2,
.slide-3,
.slide-4,
.slide-5 {
    background-position: center 0%;

}

.h-300px {
    height: 300px;
}

.h-400px {
    height: 100px;
}

.h-500px {
    height: 100px;
}

.main {
    padding-top: 30px;
}

.top-ul {
    margin-bottom: 30px;
}

.top-ul ul {
    overflow: hidden;
    width: 300px;
    margin: auto;
}

.top-ul ul li {
    float: left;
    margin: 0 20px;
    height: 30px;
    width: 100px;
    border-radius: 15px;
    background: #ccc;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #000;
}
.top-ul ul li a{
    color: #000;
}
.top-ul ul li:hover {
    background: #ffa800;
    color: #fff;
}
.top-ul ul li:hover a{
    color: #fff;
}
.top-ul ul .clicked{
    background: #ffa800;
    color: #fff;
}
.top-ul ul .clicked a{
    color: #fff;
}
.main{
    overflow: hidden;
}
.banner{
    margin-top:95px;
}
h1 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 10px;
    margin: 30px 0 5px 0;
}
.img-content{
    background: rgba(0,0,0,0.6);
    position: absolute;
    width:100%;
    left:0;
    bottom:0;
}
.img-content p{
    color: #fff;
    text-align: left;
    padding: 0px 10px;
    margin: 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
@media screen and (max-width: 767px){
    h1{
        font-size: 28px;
    }
    .banner{
        margin-top:4px;
    }
}