

.nav-container {
    background-color:white;
	width:100%
}

.nav-container__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
	width:100%
    
}
body {
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

head{
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

.logo {
            float: left;
            width: 18vw;
            height: auto;
      }
	  
		
.top-nav{
    display: flex;
    list-style-type: none;
    text-transform: uppercase;
    letter-spacing: 0.03vw;
}

.top-nav li a{
    display: block;
    padding: 0.6vw;
    color: black;
    text-decoration: none;
    border-radius: 0.5vw;
	font-size: 2vw;
    
}

.top-nav li:not(:last-child){
    margin-right:4vw;
    
}

.top-nav li a  {
    color: black;
    text-decoration: none;
    text-decoration: none;
    background-color: white;
}
.webtitle
	{ 
	margin-bottom: 2.5vw;
    background-size: cover;
	}
	
.hero {
    margin: 2.5vw;
	text-align: center;
    
}

.hero a{
    margin: 2.5vw 1vw;
	text-align: center;
	font-size: 2vw;
}


.hero h2 {
    font-size: 5vw;
	text-align: center;
	margin-bottom: 1vw;
}


.button:hover{
    background-color: #5fc69a;
    color: white;
}


.container {
  display: flex;
  align-items: center;
  
}

.containerStory {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 2vw;
}

.containerStory img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
	margin: auto;
}

.NameCompany {
	
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size:2vw
}

.row {
    display: flex;
}

.cell {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
	margin: 1.2vw;
}

.containerD {
    position: relative;
}

.imageD img {
    width: 100%;
    height: auto;
}

.floating-Dbox {
    position: absolute;
	width: 20vw;
    top: 50%;
    right: 25%;
    transform: translate(50%, -50%);
    background-color: rgba(0, 0, 0, 0.7); /* 文字框的背景色，可根据需要调整 */
    color: white; /* 文字颜色，可根据需要调整 */
    padding:4vw;
    text-align: center;
    box-shadow: 0 0 2vw rgba(0, 0, 0, 0.5); /* 可添加阴影效果 */
}

.text-Dbox {
	padding: 0.6vw;
    text-decoration: none;
    border-radius: 1vw;
	font-size: 2vw;
}

.text-Dbox a{
	padding: 0.6vw;
}

.text-Dbox button {
	font-size: 1vw;
	padding: 0.2vw;
}


footer {
  max-height:430px;
  text-align: center;
  position: relative;
}

.footer-content {
  position: relative;
}

.footer-content img {
  width: 100%;
  max-height: auto;
}
.footer-content h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2vw;
  color:white;
}

.footer-content p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3vw;
  color:white;
}

.donation {
    margin: 2.5vw;
	text-align: center;
    
}

.donation a{
    margin: 1vw;
	text-align: center;
	font-size: 2.2vw;
}


.donation h2 {
    font-size: 3vw;
	text-align: center;
}

.donation-content {
  position: relative;
}

.donation-content img {
  width: 50vw;
  max-height: auto;
}
.donation-content h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2vw;
  color:white;
}


.donation-content p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2vw;
  color:white;
}

.rowDonation {
    display: flex;
}

.cellDonation {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
	margin-left: 1.2vw;
	margin-right: 1.2vw;
}

.cellDonation h2 {
	font-size: 3.5vw
}

.cellDonation a {
	font-size: 2vw
}
.containerDonation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 2vw;
	margin:2vw auto;
}

.containerDonation img {
    max-width: 100%;
    max-height: 100%;
    width: 50vw;
    height:auto;
	margin: auto;
}

.storyDetailContainer {
    margin: 2vw auto;
	width:100%;
	font-size:2vw
}

.sDleft {
    float: left;
	clear:both;
	width: 35vw;
	margin-right:1.2vw;
	margin-left:1.2vw;
}


.storyDetailContainer img {
   width: 35vw;
    height: auto;
}
.workDetailContainer {
    margin: 2vw auto;
	width:100%;
	font-size:2vw;
}

.wDleft {
    float: left;
	clear:both;
	width: 50%;
	margin-right:1.5vw
}


.workDetailContainer img {
    width: 100%;
    height: auto;
}




.sDhero {
    margin: 2.5vw;
	text-align: center;
    
}

.sDhero a{
    margin: 2.5vw;
	text-align: center;
	font-size: 1.5vw;
}



.sDhero h2 {
    font-size: 5vw;
	text-align: center;
	
}

.banner-content {
  position: relative;
}

.banner-content img {
  width: 50vw;
  max-height: auto;
}
.banner-content h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2vw;
  color:white;
}

.banner-content p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3vw;
  color:white;
}

.fBanner-content {
  position: relative;
}

.fBanner-content img {
  width: 100%;
  max-height: auto;
}
.fBanner-content h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2vw;
  color:white;
}

.fBanner-content p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3vw;
  color:white;
}

.logo-container_D {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 创建3列 */
    grid-gap: 2vw; /* 网格间隙 */
}

.logo_D {
    width: 100%; /* 使logo填满单元格 */
    height: auto;
    justify-self: center;
}

/* 第一行和第三行第三个元素隐藏 */
.logo_D:nth-child(1), .logo:nth-child(2), 
.logo_D:nth-child(6), .logo:nth-child(7) {
    grid-column: span 2; /* 占据两列 */
}

/* 调整大小以适应网格 */
.logo_D:nth-child(n+5) {
    width: 80%;
}

.containerEvent {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 2vw;
}

.containerEvent img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
	margin: auto;
}


.rowEvent {
    display: flex;
}

.cellEvent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
	margin: 1.2vw;
}