@font-face {
    font-family: 'MiSans-Regular';
    src: url('/assets/fonts/MiSans/woff/MiSans-Regular.woff') format('woff');
}
body, html {
    font-family: 'MiSans-Regular';
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

* {
    box-sizing: border-box;
}

header{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    flex-wrap: nowrap;
    box-sizing: border-box;
}
header img{
    height: 50px;
    width: auto;
    padding: 4px;
    flex-shrink: 0;
}
header ul{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
header li{
    color: #666666;
    font-size: clamp(14px, 1.2vw, 18px);
    width: clamp(80px, 8vw, 138px);
    list-style: none;
    text-align: center;
    line-height: 28px;
    padding: 0 5px;
    flex-shrink: 0;
}
.maina{
    float: left;
    color: #666666;
    font-size: 18px;
    width: 138px;

    text-align: center;
    line-height: 28px;
}

header li a:hover{
    text-decoration: none;
    /* background-color: #533336; */
    color: #333;

}
.navigation{
    font-size: clamp(14px, 1.2vw, 20px);
    color:#000000;
    text-decoration: none;
    white-space: nowrap;
}
.select {
    text-decoration: none;
    background-color: #533336;
    color: #fff;

}

a:hover{
    text-decoration: none;
}
/*幻灯片*/
.Slides {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 600px;
}

.pics {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    position: relative;
}

.pics li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.pics li.active {
    display: block;
}

.pics img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#buttons {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 2;
}

#buttons span {
    cursor: pointer;
    border: 2px solid #fff;
    width: 60px;
    height: 6px;
    background: rgba(159, 159, 159, 0.5);
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

#buttons span.on {
    background: #fff;
}

#prev, #next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#prev {
    left: 20px;
}

#next {
    right: 20px;
}

#prev:hover, #next:hover {
    background-color: rgba(255,255,255,0.2);
}
/*尾部*/

.footer{
    background-color: rgb(58,57,62);
    border: 1px solid rgb(58,57,62);
    padding: 55px 0;
    width: 100%;
    box-sizing: border-box;
}
.link{
    background-color: #533336;
    margin-top: 48px;
    border-top:2px solid #fff;
}
#friendship_link{
    color: white;
    border: 2px solid #fff;
    background-color: #533336;
    line-height: 50px;
    font-size: 30px;
    width: 300px;
    text-align: center;
    margin: -25px auto 30px auto;
}
.link ul{
    width: 1080px;
    margin: 60px auto 0 auto;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #533336;
    height: 100px;
}
.link ul li{
    float: left;
    background-color: #533336;
    margin: 0 40px;
    width: 100px;
    height: 100px;
}
.copyright{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.fot{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}