html {
  font-size: 5.20833333vw;
}
header {
  padding: 0.33rem 2.4rem;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  background: #fff;
}
header img {
  height: 0.41rem;
}
header .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .title div {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
header a {
  font-weight: 600;
  font-size: 0.24rem;
  color: #4F4F4F;
}
#home {
  background: #FFD769;
  padding: 2.4rem 2.4rem 2.26rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home > img {
  width: 6.56rem;
  height: 6.14rem;
  display: block;
}
#home .text {
  width: 7.25rem;
}
#home .text p {
  font-family: Gilroy, Gilroy;
  font-weight: 900;
  font-size: 0.4rem;
  color: #000000;
  margin-bottom: 0.24rem;
}
#home .text .info {
  font-weight: 400;
  font-size: 0.32rem;
  color: #000000;
  text-align: left;
}
#home .text img {
  display: block;
  width: 2.64rem;
  height: 0.78rem;
  margin-bottom: 0.24rem;
}
#home .text .btns {
  display: flex;
  font-size: 0.16rem;
  margin-top: 0.4rem;
}
#home .text .btns img:first-child {
  margin-right: 0.32rem;
}
#about {
  padding: 0 2.4rem;
  margin-top: -1.5rem;
}
#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: 25%;
  background-image: url('../image/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 3.9rem;
}
#about .middle .top {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  font-weight: bold;
  height: 0.81rem;
  margin: 0.43rem 0.17rem 0.3rem 0.64rem;
}
#about .middle .top img {
  width: 0.55rem;
  height: 0.6rem;
  margin-right: 0.08rem;
}
#about .middle .text {
  margin-left: 0.64rem;
  line-height: 0.4rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #112106;
  text-align: left;
}
#data {
  padding: 0.82rem 2.4rem 0;
  background: #F6F6F6;
}
#data .content-wrap {
  display: flex;
}
#data .left {
  background: #fff;
  padding: 0.24rem;
  margin: 1rem 1.24rem 1rem 0;
  min-width: 7rem;
  box-sizing: border-box;
}
#data .left .title {
  font-size: 0.48rem;
  font-weight: bold;
  margin-bottom: 0.48rem;
}
#data .left ul {
  padding-left: 0.48rem;
}
#data .left ul > li {
  font-size: 0.32rem;
  line-height: 0.64rem;
  list-style-type: disc;
}
#data .section_title {
  font-size: 0.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.9rem;
}
#data img {
  width: 7.58rem;
}
#data .btn {
  width: calc(100% - 0.48rem);
  font-weight: bold;
  font-size: 0.4rem;
  color: #17191C;
  background: #FFD769;
  border-radius: 0.13rem;
  text-align: center;
  margin-top: 0.24rem;
  padding: 0.21rem 0;
}
#contact {
  padding: 1.26rem 2.4rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact > img {
  width: 6.08rem;
  height: 6.66rem;
  margin-right: 0.69rem;
}
#contact .title {
  text-align: left;
  font-weight: bold;
  font-size: 0.7rem;
  color: #252525;
  margin-bottom: 0.24rem;
}
#contact .list {
  display: flex;
  flex-direction: column;
}
#contact .list img {
  width: 0.82rem;
  height: 0.82rem;
  margin-right: 0.24rem;
}
#contact .list > div {
  display: flex;
  margin-bottom: 0.27rem;
  align-items: center;
}
#contact .list .content .top {
  font-size: 0.32rem;
  font-weight: bold;
}
#contact .list .content .bottom {
  color: #112106;
  font-size: 0.24rem;
}
#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;
}
#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.61rem 2.4rem;
}
#conosco > .title {
  font-family: Gilroy, Gilroy;
  font-weight: 900;
  font-size: 0.7rem;
  color: #000000;
  line-height: 0.56rem;
  margin-bottom: 0.32rem;
}
#conosco .info {
  font-size: 0.4rem;
  color: #252525;
  margin-bottom: 0.57rem;
}
#conosco img {
  width: 6.77rem;
  height: 5.29rem;
}
#conosco .bottom {
  display: flex;
  justify-content: space-between;
}
#conosco .bottom .right {
  padding: 0.55rem 0.53rem;
  background: #112106;
  border-radius: 0.57rem;
  margin-left: 0.57rem;
}
#conosco .bottom .right .time {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#conosco .bottom .right .time > div:first-child {
  font-weight: bold;
  padding: 0.28rem 0;
  text-align: center;
  width: 4.28rem;
  background: #fff;
  border-radius: 0.67rem;
}
#conosco .bottom .right .time > div:last-child {
  transform: skewY(-1deg);
  margin-top: -0.2rem;
  margin-left: 1.5rem;
  padding: 0.28rem 0;
  text-align: center;
  width: 4.96rem;
  background: #17BEDF;
  color: #fff;
  font-weight: bold;
  border-radius: 0.67rem;
}
#conosco .bottom .right > div {
  display: flex;
  align-items: center;
  height: 0.7rem;
  line-height: 0.7rem;
  padding: 0 0.24rem;
}
#conosco .bottom .right img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.08rem;
}
#conosco .bottom .right .email,
#conosco .bottom .right .phone {
  background: #fff;
  border-radius: 0.48rem;
  margin-bottom: 0.32rem;
}
#conosco .bottom .right .time {
  font-size: 0.4rem;
}
#conosco .bottom .right .title {
  font-size: 0.32rem;
  margin-right: 0.24rem;
}
#conosco .bottom .right .value {
  font-size: 0.32rem;
  font-weight: bold;
}
footer {
  padding: 0.3rem 2.4rem;
  background: #112106;
}
footer > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .info {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0.12rem;
}
footer ul {
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.28rem;
}
footer ul li {
  list-style-type: disc;
  margin-bottom: 0.08rem;
}
footer .left > img {
  height: 0.64rem;
  display: block;
  margin-bottom: 0.12rem;
}
footer .left .btns {
  display: flex;
}
footer .left .btns img {
  width: 1.07rem;
  height: 0.31rem;
  display: block;
  margin-right: 0.13rem;
}
.copright {
  text-align: center;
  color: #fff;
  height: 0.47rem;
  line-height: 0.47rem;
  font-size: 0.2rem;
  font-family: PingFang SC, PingFang SC;
}
#del {
  background: #FFD769;
  padding: 0.9rem 2.4rem;
}
#del .title {
  text-align: center;
  font-size: 0.7rem;
  font-weight: bold;
  margin-bottom: 1.05rem;
}
#del > .bottom {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.6rem;
  padding: 0.83rem 0.77rem;
}
#del > .bottom img {
  width: 4.15rem;
  height: 3.94rem;
  margin-right: 1.32rem;
}
#del > .bottom .top {
  margin-bottom: 0.48rem;
}
#del > .bottom > .text {
  font-size: 0.24rem;
}
#del > .bottom > .text .bottom {
  display: flex;
  flex-direction: column;
}
#del > .bottom .value {
  font-weight: bold;
}
