*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Poppins';*/
    font-weight: 300;
    color: #666;
    font-size: 16px;
    line-height: 1.6em;
    background-color: #ddd;
}
.section1{
    background-size: cover;
    background-image: linear-gradient(to right, rgba(42, 42, 42, 0.71), rgba(38, 40, 40, 0.78)), url(./../img/about/bh_3.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding-top: 70rem;
    position: relative;
}
.container{
    margin-left: auto;
    margin-right: auto;
}
.section1 h1,.section1 p{
    color: #fff;
    text-align: justify;
    width:75%;
    padding-left:10%;
}
.section1 h1{
    font-size: 6rem;
}
.section1 p{
    font-size: 2rem;
}
.section1 .container{
    position: absolute;
    top: 20rem;
    left: 0;
    width: 100%;
}
section{
    margin-bottom: 40px;
}
.section-title h1{
    margin: 0 0 30px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #444;
    line-height: 1em;
    text-align: center;
}
.divider-short{
    background: #003892;
    display: block;
    width: 100px;
    height: 2px;
    margin: 0 auto 30px;
    opacity: .4;
}
.section2{
    padding-top: 40px;
}

.scroll-container {
    overflow: hidden;
    position: relative;
    padding: 1rem 0;
    box-sizing: border-box;
}
.scroll-wrapper {
    display: flex;
    position: absolute;
    white-space: nowrap;
    will-change: transform;
}
.scroll-item {
    flex-shrink: 0;
    transition: all 0.3s ease;
    position: relative;
    margin: 0 0.75rem; /* 图片间距 */
}
.scroll-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.scroll-item:hover img {
    transform: scale(1.05);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.exhibitions .exhibitions-item .item-img{
    border: 1px solid #EBEEF5;
    padding: 10px;
    border-radius: 6px;
}
.exhibitions .exhibitions-item .item-img img{
    width: 100%;
}
.exhibitions .exhibitions-item {
    margin-bottom: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.exhibitions .exhibitions-item>div:not(:nth-child(1)){
    border-bottom: 1px solid #EBEEF5;
    line-height: 32px;
    padding: 5px;
}
.exhibitions .exhibitions-item>div span{
    font-size: 20px;
    font-weight:400;
    color: #6A6C73;
}
.exhibitions .exhibitions-item>div{
    color: #2D303B;
}
@media (max-width:640px){
    .section1{
        padding-top: 50rem;
    }
    .section1 .container{
        top: 12rem;
    }
    .section1 h1{
        font-size: 3rem;
        width:100%;
        padding-left:5px;
    }
    .section1 p{
        font-size: 2rem;
        width:100%;
        padding-left:5px;
        text-align:left;
    }
}

@media (min-width: 992px) {
    #wrapper .container {
        width:670px
    }
}

@media (min-width: 1200px) {
    #wrapper .container {
        width:870px
    }
}