html {
  font-size: 5.20833333vw;
}
header {
  padding: 0.11rem 2.59rem;
}
header img {
  height: 0.41rem;
}
header .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .title div {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
header a {
  font-weight: 600;
  font-size: 0.24rem;
  color: #4F4F4F;
}
#home {
  background: #FDF4F3;
  padding: 0.64rem 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home > img {
  height: 3.52rem;
  display: block;
}
#home .text {
  width: 5.08rem;
}
#home .text p {
  font-family: Gilroy, Gilroy;
  font-weight: 900;
  font-size: 0.24rem;
  color: #000000;
  margin-bottom: 0.24rem;
}
#home .text .info {
  font-weight: 400;
  font-size: 0.14rem;
  color: #000000;
  text-align: left;
}
#home .text img {
  display: block;
  width: 1.63rem;
  height: 0.48rem;
  margin-bottom: 0.24rem;
}
#home .text .btns {
  display: flex;
  justify-content: space-between;
  font-size: 0.16rem;
  margin-top: 0.4rem;
}
#home .text .btns .candia {
  width: 2rem;
  height: 0.56rem;
  line-height: 0.56rem;
  background: #4E7D3E;
  border-radius: 0.12rem;
  font-weight: 500;
  font-size: 0.16rem;
  color: #FFFFFF;
  text-align: center;
}
#home .text .btns .como {
  width: 2rem;
  height: 0.56rem;
  line-height: 0.56rem;
  background: #93DF73;
  border-radius: 0.12rem;
  font-weight: 500;
  font-size: 0.16rem;
  color: #FFFFFF;
  text-align: center;
}
#about {
  padding: 0.64rem 2.4rem;
  background: #FDF4F3;
}
#about .title {
  text-align: center;
  font-family: Abril Fatface, Abril Fatface;
  font-weight: bold;
  font-size: 0.24rem;
  color: #000000;
  margin-bottom: 0.33rem;
}
#about .middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about .middle > div {
  width: 3.14rem;
  min-height: 5.16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border-radius: 0.16rem;
  padding: 0.16rem 0.2rem 0;
}
#about .middle p {
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  margin-bottom: 0.16rem;
  text-align: center;
}
#about .middle .text {
  font-weight: 400;
  font-size: 0.12rem;
  color: #5D5959;
  text-align: left;
}
#about .middle .text > div {
  margin-bottom: 0.16rem;
}
#about .middle img {
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 0.16rem;
}
#contact {
  padding: 0.64rem 2.4rem;
  background: #fff;
}
#contact .title {
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  text-align: center;
  margin-bottom: 0.24rem;
}
#contact .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact .list > div {
  width: 48%;
  padding: 0.24rem 0.24rem 0.63rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.12rem;
  box-sizing: border-box;
  margin-bottom: 0.33rem;
  color: #fff;
}
#contact .list > div img {
  width: 0.47rem;
  height: 0.43rem;
}
#contact .list > div .text {
  font-size: 0.14rem;
}
#contact .list > div .title {
  margin: 0.16rem 0;
  color: #fff;
  text-align: left;
}
#contact .list > div:first-child {
  background: #4E7D3E;
}
#contact .list > div:nth-child(2) {
  background: #93DF73;
}
#contact .list > div:nth-child(3) {
  background: #17BEDF;
}
#contact .list > div:nth-child(4) {
  background: #F58F2E;
}
#risk {
  padding: 0.64rem 2.4rem;
  background: #DAF3E9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.68rem;
}
#risk img {
  width: 1.48rem;
  height: 1.94rem;
}
#risk .title {
  font-family: Gilroy, Gilroy;
  font-weight: 900;
  font-size: 0.48rem;
  color: #000000;
  line-height: 0.56rem;
  margin-bottom: 0.48rem;
}
#risk .info {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.28rem;
  text-align: left;
  margin-bottom: 0.72rem;
}
#risk .btn {
  width: 5.9rem;
  background: #EF9400;
  border-radius: 0.13rem;
  font-weight: 500;
  font-size: 0.24rem;
  color: #17191C;
  text-align: center;
  line-height: 0.89rem;
}
.section4 {
  padding: 0.64rem 2.4rem;
  background: #F4F4F4;
}
.section4 .section_title {
  text-align: center;
  font-family: Gilroy, Gilroy;
  font-weight: 900;
  font-size: 0.48rem;
  color: #000000;
  line-height: 0.56rem;
  margin-bottom: 0.48rem;
}
.section4 > ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.section4 > ul > li {
  margin-right: 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section4 > ul > li:last-child {
  margin-right: 0;
  margin-top: 0.56rem;
}
.section4 > ul > li .tab {
  width: 100%;
  color: #000;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.56rem;
}
.section4 > ul > li .tab.eg {
  margin-bottom: 0;
}
.section4 > ul > li .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #dedfe5;
  font-size: 15px;
}
.section4 > ul > li .tab-label:hover {
  border-radius: 8px 8px 8px 8px;
}
.section4 > ul > li .tab-label::after {
  content: "❯";
  width: 1em;
  text-align: center;
  transition: all 0.35s;
}
.section4 > ul > li .tab-content {
  max-height: 0;
  transition: all 0.35s;
  border-top: none;
  border-bottom: none;
  font-size: 13px;
}
.section4 > ul > li input {
  height: 0;
  display: inline-block;
  position: absolute;
  top: 0;
}
.section4 > ul > li input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.section4 > ul > li input:checked ~ .tab-content {
  max-height: 100vh;
  border: 1px solid #dedfe5;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 0.24rem;
  box-sizing: border-box;
}
#service {
  display: flex;
  padding: 0.24rem 2.4rem;
  align-items: center;
  justify-content: space-between;
}
#service .left {
  max-width: 6.26rem;
  padding: 0.24rem 0;
}
#service .title {
  font-weight: bold;
  font-size: 0.24rem;
  color: #000000;
  text-align: left;
  margin-bottom: 0.2rem;
}
#service img {
  width: 3.81rem;
  height: 3.81rem;
}
#service .text {
  font-size: 0.14rem;
}
#service div {
  margin-bottom: 0.16rem;
}
#conosco {
  padding: 0.32rem 2.4rem;
  background: #FDF4F3;
}
#conosco .title {
  text-align: center;
  font-family: Gilroy, Gilroy;
  font-weight: 900;
  font-size: 0.48rem;
  color: #000000;
  line-height: 0.56rem;
  margin-bottom: 0.48rem;
}
#conosco .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#conosco .bottom img {
  width: 2.42rem;
  height: 3.17rem;
}
#conosco .bottom .right {
  flex: 1;
}
#conosco .bottom .right > div {
  background: #fff;
  border-radius: 0.12rem;
  margin-bottom: 0.24rem;
  padding: 0 0.32rem;
  height: 1.18rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#conosco .bottom .right .label {
  font-family: Abril Fatface, Abril Fatface;
  font-weight: bold;
  font-size: 0.16rem;
  color: #000000;
  text-align: left;
}
#conosco .bottom .right .value {
  font-family: Abril Fatface, Abril Fatface;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  text-align: left;
}
#conosco .bottom .right .img-wrap {
  background: #F3F3F3;
  border-radius: 0.16rem;
  padding: 0.2rem;
  height: 0.76rem;
  width: 0.76rem;
  box-sizing: border-box;
  position: relative;
}
#conosco .bottom .right img {
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
}
footer {
  padding: 0.3rem 2.4rem;
  background: #4E7D3E;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer ul {
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.28rem;
}
footer ul li {
  list-style: disc;
  margin-bottom: 0.24rem;
  list-style: none;
}
footer img {
  height: 0.83rem;
}
.copright {
  text-align: center;
  color: #fff;
  height: 0.47rem;
  line-height: 0.47rem;
  background: #1A2512;
  font-size: 0.12rem;
  font-family: PingFang SC, PingFang SC;
}
