* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
    font-family: 'MongolianBaiti';
    src: url('../../images/MONBAITI.TTF') format('truetype');
}

body {
    font-family: 'MongolianBaiti', sans-serif;
    overflow-x: hidden;
}

/* 轮播图容器 */
.carousel-container {
  position: relative;
  width: 100vw;
  height: 100px;
  overflow: hidden;
}

/* 导航栏 */
.navbar {
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: 10;
    display: flex;
    gap: 30px;
}

.nav-item {
    color:#000;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    /* font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); */
}

.nav-item2 {
    color:#9c9c9c;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    /* font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); */
}

/* Logo */
.logo {
    position: absolute;
    top: 10px;
    left: 50px;
    z-index: 10;
    width: 250px;
}

.boby-title {
    position: relative;
    padding: 90px 10%;
    text-align: left;
    border-top: 1px solid #ddd;
}

.boby-title-top{
    position: absolute;
    top: 30px;
    left: 10%;
    font-size: 2rem;
    color: var(--primary-color);
    line-height: 50px;
}

.boby-title-title{
    position: absolute;
    top: 85px;
    left: 10%;
    font-size: 22px;
    color: var(--primary-color);
}
.boby-title-desc{
    position: absolute;
    top: 115px;
    left: 10%;
    font-size: 15px;
    color: var(--primary-color);
    line-height: 50px;
}

.boby-img {
    position: relative;
    width: 80vw;
    max-width: 1500px;
    height: 800px;
    overflow: hidden;
    text-align: center;
    margin-left: 10vw;
}



/* 内容区域 */
.content {
    padding: 30px 10% 60px 10%;
    text-align: left;

}
.content .point{
    font-size: 14px;
    color:#9c9c9c;
    line-height: 18px;
}


/* 页脚 */
.footer {
  background: #f5f5f5;
  padding: 40px ;
  text-align: center;

}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
