.container {
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container > img {
    height: 70px;
}

.container > div {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.container > div:nth-child(3) > div {
    height: 100%;
}

.container_lang {
    width: 50px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
}

.container_lang > a, .container_lang > div {
    /* color: var(--color4); */
	color: var(--color2);
}

.container_lang img {
    height: 20px;
}

.header_nav {
    gap: 10px;
}

.navbar_main {
    /* 导航栏背景色 */
    /*overflow: hidden;*/
    /* 防止内容溢出 */
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999999;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #858585;
}

/* 品牌名称样式 */
.navbar-brand {
    color: white;
    /* 文本颜色 */
    font-size: 24px;
    /* 字体大小 */
    float: left;
}

/* 导航链接样式 */
.nav-link {
    display: block;
    padding: 0 20px;
    min-width: 60px;
    text-align: center;
    height: 100%;
    line-height: 90px;
    font-size: 16px;
    position: relative;
}

.nav-link a {
    color: #ffffff;
    height: 100%;
    display: inline-block;
    width: 100%;
}

.nav-link a:hover {
    color: var(--color5) !important;
}

.nav-link > span {
    display: none;
}

.nav-link:hover {
    /*background-color: #ddd !important;*/
    /*color: black !important;*/
}

.main1 {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-gallery {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* 允许内容换行 */
    justify-content: left;
    /* 内容在行内居中 */
    gap: 30px;
}

.image-wrapper {
    position: relative;
    width: 446px;
    /* 考虑到外边距调整宽度 */
    /*margin: 10px;*/
    height: 450px;
    overflow: hidden;
}

.image-item {
    /* 减去间距后的宽度 */
    object-fit: cover;
    height: 450px;
    width: 100%;
}

.image-item:hover {
    transform: scale(1.2);
    transition: all ease 0.5s;
}

.image-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    /* 文字居中 */
}

/* 关于我们 */
.main2 {
    /*width: 1920px;*/
    width: 100%;
    height: 700px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: url("/static/image/bg_2.png");
    background-position: center center;
    background-size: 100% 100%;
}

.main2-1 {
    width: 800px;
    height: 400px;
    background-color: rgba(241, 235, 235, 0.877); /* 黑色半透明 */
    color: #000;
    position: relative;
    right: 10%;
    top: 15%;
    padding: 30px;
}

.main2-1 > div:nth-child(1) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 330px;
    font-size: 16px;
    line-height: 30px;
}

.main-2 {
    width: calc(100% - 80px);
    height: 110px;
    background-color: #FDCD21;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    z-index: 99;
    margin-top: 50px;
}

.main-2 p {
}

.main-2 .p1 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.main-2 .p2 {
    color: #FD0402;
    font-size: 30px;
    font-weight: bold;
}

.main-2 a {
    display: block;
    width: 110px;
    line-height: 40px;
    border: 1px solid #333;
    text-align: center;
    color: #000;
    font-size: 15px;
    user-select: none;

}

.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    gap: 20px;
}

.image-container > a {
    display: inline-block;
    width: 675px;
    height: 450px;
}

.image-container > a > div:nth-child(1) {
    overflow: hidden;
}

.image-container > a > div:nth-child(2) {
    position: relative;
    margin-top: -50px;
    margin-left: 50px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.image-item2 {
    width: 675px;
    height: 450px;
}

.image-item2:hover {
    transform: scale(1.2);
    transition: all ease 0.5s;
}

.gallery {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

.image-wrapper2 {
    width: 330px;
}

.image-wrapper2 > div:nth-child(1) {
    width: 330px;
    height: 300px;
    overflow: hidden;
}

.caption > div:nth-child(1) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.image-wrapper2 img {
    width: 330px;
    height: 300px;
}

.image-wrapper2 img:hover {
    transform: scale(1.2);
    transition: all ease 0.5s;
}

.caption {
    background: #F2F2F2;
    padding: 10px;
    width: calc(100% - 20px);
}

.caption > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.caption > div:nth-child(2) > div {
    color: #beb8b8;

}

.caption1 {
    font-size: 12px;
}

.caption2 {
    font-size: 12px;
}

.footer {
    margin-top: 50px;
    width: 100%;
    text-align: center;
    background-color: black;
    padding: 20px 0;
    box-sizing: border-box;
}

.footer p {
    color: white;
}