/* slider */
.smallslider {
    position: relative;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height:calc(100vh - 180px );
}

.smallslider ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.smallslider ul li {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    height: 100%;
}

.smallslider ul li a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.smallslider ul li a img {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.smallslider h3 {
    position: absolute;
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-indent: 2%;
    line-height: 26px;
    z-index: 102;
    width: 98%;
    color: #ccc;
}

.smallslider h3 a {
    padding: 0;
    margin: 0;
    text-indent: 0;
}

.smallslider h3 a:link,
.smallslider h3 a:visited {
    text-decoration: none;
    color: #ffffff;
}

.smallslider h3 a:hover {
    text-decoration: underline;
    color: #ff6600;
}

.smallslider-btns {
    position: absolute;
    z-index: 103;
}

.smallslider-btns span {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    color: #333;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    width: 14px;
    font-family: arial;
}

.smallslider-btns span.current-btn {
    background-color: #c00100;
    border: 1px solid #a00100;
    color: white;
    font-size: 13px;
    font-weight: bold;
}

.smallslider-lay {
    position: absolute;
    background: black;
    height: 26px;
    width: 100%;
    z-index: 101;
}

.smallslider ol {
    position: absolute;
    z-index: 103;
    right: 10px;
    bottom: 4px;
}

.smallslider ol li {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    color: #333;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    width: 14px;
    font-family: arial;
    margin-right: 4px;
}

.smallslider ol li.active {
    background-color: #c00100;
    border: 1px solid #a00100;
    color: white;
    font-size: 13px;
    font-weight: bold;
}

.smallslider li img {
    border: 0;
    padding: 0;
    margin: 0;
    width: 1000px;
    height: 400px;
    display: block;
}

#top_content h1 {
    float: left;
}