* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #F0F2F5;
}
.container{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #F0F2F5;
}
.header{
  width: 100%;
  height: 6.02rem;
  box-sizing: border-box;
  background-image: url(../image/19.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 0.3rem;
}
.nav{
  width: 9.2rem;
  height: 0.7rem;
  background: #00120B;
  border-radius: 0.45rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0.49rem 0 0.26rem;
}
.navLeft{
  font-family: Inter-Italic_Black, Inter-Italic_Black;
  font-weight: bold;
  font-size: 20px;
  font-size: 0.2rem;
  color: #FFFFFF;
  font-style: italic;
}
.navRight{
  box-sizing: border-box;
}
.navRight ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3rem;
}
.navRight ul li a{
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #6D7975;
  display: block;
  padding: 0.1rem 0;
  position: relative;
  transition: color 0.3s ease;
}
.navRight ul li a::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.04rem;
  background: #008751;
  border-radius: 0.02rem;
  transition: width 0.3s ease;
}
.navRight ul li a.active{
  color: #FFFFFF;
}
.navRight ul li a.active::after{
  width: 50%;
}

.foot{
  width: 100%;
  height: 4.51rem;
  background: #00120B;
  box-sizing: border-box;
  padding-top: 1rem;
}
.footBox{
  width: 12rem;
  margin: 0 auto;
  color: #6D7975;
  display: flex;
}
.footBoxLeft{
  font-family: Inter-Italic_Black, Inter-Italic_Black;
  font-weight: bold;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.24rem;
  text-align: left;font-style: italic;
}
.footBoxMid{
  margin-left: 0.77rem;
}
.footBoxMid div{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #6D7975;
  line-height: 0.2rem;
  font-style: normal;
  margin-bottom: 0.1rem;
}
.footBoxRight{
  margin-left: 1.57rem;
}
.footLine{
  width: 12rem;
  height: 0.01rem;
  background: #6D7975;
  border-radius: 0.01rem;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.copy{
  width: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.14rem;
  color: #6D7975;
  line-height: 0.2rem;
  margin-top: 0.4rem;
  text-align: center;
}
.works{
  width: 100%;
  box-sizing: border-box;
  height: 4.93rem;
  background: #44DDA0;
}
.worksBox{
  width: 12rem;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  padding-top: 0.64rem;
}
.worksBoxTitle{
  font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
  font-weight: bold;
  font-size: 0.4rem;
  color: #00120B;
  line-height: 0.15rem;
  text-align: left;
  font-style: normal;
  position: absolute;
  top: 0.4rem;
}
.worksContent{
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.worksContentLabel{
  width: 2.7rem;
  height: 2.89rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
}
.worksContentLabels{
  margin-top: 0.4rem;
}
.worksContentLabelss{
  margin-top: 1rem;
}
.worksContentLabelsss{
  margin-top: -0.2rem;
}
.worksContentLabel{
  box-sizing: border-box;
  padding: 0.3rem 0.3rem 0 0.3rem;
  position: relative;
}
.worksContentLabelTitle{
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.22rem;
  color: #00120B;
  line-height: 0.26rem;
  text-align: left;
  font-style: normal;
}
.worksContentLabelText{
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.16rem;
  color: #6D7975;
  line-height: 0.2rem;
  text-align: left;
  font-style: normal;
  margin-top: 0.1rem;
}
.worksContentLabelImg{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 1.2rem;
}
.worksContentLabelImg img{
  width: 1.4rem;
  height: 1.4rem;
}
.key{
  width: 100%;
  height: 8.64rem;
  box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1.2rem;
  background-color: #FFFFFF;
}
.keyTitle{
  width: 100%;
  box-sizing: border-box;
  font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
  font-weight: bold;
  font-size: 0.4rem;
  color: #00120B;
  line-height: 0.54rem;
  text-align: center;
  font-style: normal;
}
.keyTitleLine{
  width: 1.52rem;
  height: 0.08rem;
  box-sizing: border-box;
  background-image: url(../image/30.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}
.keyBox{
  width: 12rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.keyBoxLabel{
  width: 3.8rem;
  height: 2.6rem;
  background: #FFFFFF;
  box-shadow: 0px 0.1rem 3rem 0px rgba(0,69,41,0.1);
  border-radius: 0.5rem;
  box-sizing: border-box;
  margin-bottom: 0.3rem;
  padding: 0.4rem;
  text-align: center;
}
.keyBoxLabel img{
  width: 0.6rem;
  height: 0.6rem;
}
.keyBoxLabelText{
  margin-top: 0.1rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.22rem;
  color: #00120B;
  line-height: 0.3rem;
  text-align: center;
  font-style: normal;
}
.our{
  width: 100%;
  height: 3.59rem;
  box-sizing: border-box;
  background-image: url(../image/29.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 1rem;
}
.ourTitle{
  width: 100%;
  text-align: center;
  font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
  font-weight: bold;
  font-size: 0.4rem;
  color: #00120B;
  line-height: 0.54rem;
  text-align: center;
  font-style: normal;
}
.ourTitleLine{
  width: 1.52rem;
  height: 0.08rem;
  box-sizing: border-box;
  background-image: url(../image/30.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}
.ourText{
  width: 100%;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #6D7975;
  line-height: 0.25rem;
  font-style: normal;
}
.progress{
  width: 100%;
  height: 6.38rem;
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding-top: 1rem;
}
.progressBox{
  width: 12rem;
  height: 4.38rem;
  box-sizing: border-box;
  background-image: url(../image/31.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  padding: 0.5rem;
  display: flex;
  align-items: center;
}
.progressBoxLeftText{
  width: 5.73rem;
  font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
  font-weight: bold;
  font-size: 0.4rem;
  color: #00120B;
  line-height: 0.54rem;
  text-align: left;
  font-style: normal;
}
.progressBoxLeftTextLine{
  width: 1.52rem;
  height: 0.08rem;
  box-sizing: border-box;
  background-image: url(../image/30.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0.3rem;
}
.progressBoxRight{
  width: 5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.progressBoxRightLabel{
  width: 2.38rem;
  height: 0.66rem;
  border-radius: 0.33rem;
  background-color: #DFF8EB;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.07rem;
}
.progressBoxRightLabel img{
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.08rem;
}
.progressBoxRightLabel span{
  font-family: LexendDeca, LexendDeca;
  font-weight: 900;
  font-size: 0.25rem;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  font-style: italic;
}