/* CSS Document */
body {
  background-color: #fff3ed;
}

header {
  position: relative;
  border-bottom: 0.01rem solid #dadada;
}

header img {
  width: 100%;
  height: 0.88rem;
}

header .jt {
  position: absolute;
  left: 0.32rem;
  top: 50%;
  transform: translateY(-50%);
}

header .jt img {
  width: 0.48rem;
  height: 0.48rem;
}

header .nav {
  position: absolute;
  right: 0.32rem;
  top: 50%;
  transform: translateY(-50%);
}

header .nav img {
  width: 0.48rem;
  height: 0.48rem;
}

.banner_nav {
  display: flex;
  align-items: center;
  padding: 0 0.32rem;
  background-color: #ffffff;
  height: 0.68rem;
  width: 100%;
}

.banner_nav p {
  font-size: 0.26rem;
  color: #000000;
}

.banner_nav ul {
  display: flex;
  align-items: center;
}

.banner_nav ul li a {
  display: flex;
  align-items: center;
  font-size: 0.26rem;
  color: red;
}

.banner_nav ul li a img {
  width: 0.3rem;
}

.one {
  position: relative;
  background-image: url(../images/one_bg.png);
  width: 100%;
  height: 4.94rem;
  background-size: 100% 100%;
}

.one .title {
  padding-top: 0.44rem;
}

.one .title p {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.12rem;
  background: linear-gradient(90deg, #ffffff 0%, #ffd288 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.one .title span {
  display: block;
  margin-top: 0.12rem;
  text-align: center;
  font-size: 0.36rem;
  font-weight: 500;
  color: #ffffff;
}

.one .box {
  padding-left: 0.44rem;
  padding-right: 0.42rem;
  position: absolute;
  left: 50%;
  top: 2.74rem;
  transform: translateX(-50%);
  background-image: url(../images/one_bg1.png);
  width: 6.86rem;
  height: 5.34rem;
  background-size: 100% 100%;
}

.one .box .title1 {
  margin-top: 0.42rem;
  font-size: 0.32rem;
  font-weight: 500;
  color: #333333;
}

.one .box p {
  margin-top: 0.12rem;
  text-align: justify;
  font-size: 0.26rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.6rem;
}

.one .box p span {
  color: red;
}

.two {
  margin-top: 3.54rem;
}

.two .title {
  margin: 0 auto;
  background-image: url(../images/title.png);
  width: 4.93rem;
  height: 0.34rem;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

.two .title p {
  margin: 0 auto;
  font-size: 0.36rem;
  font-weight: 600;
  color: #333333;
}

.two .title p span {
  color: red;
}

.two .box {
  padding-top: 0.28rem;
  margin: 0.32rem auto 0;
  width: 6.86rem;
  height: 6.76rem;
  background: #ffffff;
  border-radius: 0.16rem;
}

.two .box .title1 {
  margin: 0 auto;
  background-image: url(../images/title_bg.png);
  width: 6.48rem;
  height: 0.46rem;
  background-size: 100% 100%;
}

.two .box .title1 p {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
}

.two .box .title1 p span {
  color: red;
}

.two .box .content {
  position: relative;
}

.two .box .content img {
  position: relative;
  z-index: 1;
  margin: 0.22rem auto 0;
  width: 5.62rem;
  height: 5.62rem;
}

.two .box .content .pic {
  position: absolute;
  left: 50%;
  top: 1.55rem;
  transform: translateX(-50%);
}

.two .box .content .pic img {
  width: 2.03rem;
  height: 2.04rem;
}

.two .box .content .x {
  position: absolute;
  left: 3rem;
  top: 0.4rem;
  z-index: 2;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
}

.two .box .content .l {
  position: absolute;
  right: 1.1rem;
  top: 2.4rem;
  z-index: 2;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
}

.two .box .content .c {
  position: absolute;
  right: 3rem;
  bottom: 0.5rem;
  z-index: 2;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
}

.two .box .content .p {
  position: absolute;
  left: 1.1rem;
  bottom: 2.4rem;
  z-index: 2;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
}

.two .box .content .s1 {
  position: absolute;
  left: 4.3rem;
  top: 0.4rem;
  z-index: 2;
  font-size: 0.4rem;
  font-weight: 600;
  color: #ffffff;
}

.two .box .content .s2 {
  position: absolute;
  right: 1.1rem;
  top: 3.55rem;
  z-index: 2;
  font-size: 0.4rem;
  font-weight: 600;
  color: #ffffff;
}

.two .box .content .s3 {
  position: absolute;
  right: 4.3rem;
  bottom: 0.5rem;
  z-index: 2;
  font-size: 0.4rem;
  font-weight: 600;
  color: #ffffff;
}

.two .box .content .s4 {
  position: absolute;
  left: 1.1rem;
  bottom: 3.65rem;
  z-index: 2;
  font-size: 0.4rem;
  font-weight: 600;
  color: #ffffff;
}

.two .box1 {
  padding-top: 0.28rem;
  margin: 0.32rem auto 0;
  width: 6.86rem;
  height: 4.4rem;
  background: #ffffff;
  border-radius: 0.16rem;
}

.two .box1 .title1 {
  margin: 0 auto;
  background-image: url(../images/title_bg.png);
  width: 6.48rem;
  height: 0.46rem;
  background-size: 100% 100%;
}

.two .box1 .title1 p {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
}

.two .box1 .title1 p span {
  color: red;
}

.two .box1 .swiper {
  margin-top: 0.28rem;
  overflow: hidden;
  width: 100%;
  height: 2.68rem;
}

.two .box1 .swiper-slide {
  text-align: center;
  font-size: 18px;
}

.two .box1 .swiper-slide img {
  display: block;
  width: 5.37rem;
  height: 2.68rem;
  object-fit: cover;
}

.two .box1 .xia {
  margin-top: 0.12rem;
  text-align: center;
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
}

.three {
  margin-top: 0.32rem;
}

.three .title {
  margin: 0 auto;
  background-image: url(../images/title.png);
  width: 4.93rem;
  height: 0.34rem;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

.three .title p {
  margin: 0 auto;
  font-size: 0.36rem;
  font-weight: 600;
  color: #333333;
}

.three .title p span {
  color: red;
}

.three .box {
  padding-top: 0.28rem;
  margin: 0.24rem auto 0;
  width: 6.86rem;
  height: 6.26rem;
  background: #ffffff;
  border-radius: 0.16rem;
  border: 0.02rem solid #eeeeee;
}

.three .box .title1 {
  margin: 0 auto;
  background-image: url(../images/title_bg.png);
  width: 6.48rem;
  height: 0.46rem;
  background-size: 100% 100%;
}

.three .box .title1 p {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
}

.three .box .title1 p span {
  color: red;
}

.three .box .kuai {
  position: relative;
  background-image: url(../images/three_bg.png);
  width: 5.1rem;
  height: 3.4rem;
  background-size: 100% 100%;
}

.three .box .kuai .top {
  display: flex;
  justify-content: space-between;
}

.three .box .kuai .top p {
  margin-top: 0.16rem;
  margin-left: 0.38rem;
  font-size: 0.3rem;
  font-weight: 500;
  color: #ffffff;
}

.three .box .kuai .top span {
  display: block;
  margin-top: 0.18rem;
  font-size: 0.42rem;
  font-weight: 400;
  color: #ff8568;
  opacity: 0.5;
}

.three .box .kuai .bottom ul {
  margin-left: 0.16rem;
  margin-top: 0.1rem;
}

.three .box .kuai .bottom ul li {
  height: 0.45rem;
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: #333333;
}

.three .box .kuai .bottom ul li img {
  width: 0.24rem;
  height: 0.24rem;
}

.three .box .kuai .bottom .anniu {
  margin-left: 0.48rem;
  margin-top: 0.2rem;
  width: 1.4rem;
  height: 0.4rem;
  border-radius: 0.24rem;
  border: 0.02rem solid #ff8566;
}

.three .box .kuai .bottom .anniu a {
  display: block;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #ff6c47;
}

.three .box .kuai .fu {
  position: absolute;
  right: 0.12rem;
  top: 0.14rem;
}

.three .box .kuai .fu img {
  width: 2.3rem;
  height: 3.18rem;
}

.three .box .zi p {
  text-align: center;
  margin-top: 0.34rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
}

.three .box .t1 {
  margin-top: 0.24rem;
  display: flex;
  justify-content: center;
}

.three .box .t1 li {
  margin: 0 0.05rem;
  width: 1.71rem;
  height: 0.42rem;
  background: #e82b2f;
  border-radius: 0.22rem;
  border-image: linear-gradient(180deg, #ffdbdb, #ff794f) 2 2;
}

.three .box .t1 li a {
  display: block;
  text-align: center;
  line-height: 0.42rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #ffffff;
}

.three .swiper {
  margin-top: 0.28rem;
  overflow: hidden;
  width: 100%;
  height: 3.4rem;
}

.three .swiper-slide {
  text-align: center;
  font-size: 18px;
}

.three .swiper-slide img {
  display: block;
  object-fit: cover;
}

.four {
  margin-top: 0.32rem;
}

.four .title {
  margin: 0 auto;
  background-image: url(../images/title.png);
  width: 4.93rem;
  height: 0.34rem;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

.four .title p {
  margin: 0 auto;
  font-size: 0.36rem;
  font-weight: 600;
  color: #333333;
}

.four .title p span {
  color: red;
}

.four .box {
  padding-top: 0.28rem;
  margin: 0.24rem auto 0;
  width: 6.86rem;
  height: 4.84rem;
  background: #ffffff;
  border-radius: 0.16rem;
}

.four .box .title1 {
  margin: 0 auto;
  background-image: url(../images/title_bg.png);
  width: 6.48rem;
  height: 0.46rem;
  background-size: 100% 100%;
}

.four .box .title1 p {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
}

.four .box .title1 p span {
  color: red;
}

.four .box .content {
  position: relative;
  margin-top: 0.54rem;
  margin-left: 0.16rem;
}

.four .box .content img {
  position: relative;
  z-index: 1;
  width: 3.3rem;
  height: 3.1rem;
}

.four .box .content .a {
  z-index: 99;
  position: absolute;
  left: 1.6rem;
  bottom: 0.05rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #ffffff;
}

.four .box .content .a1 {
  position: absolute;
  left: 3.2rem;
  bottom: 0.05rem;
  display: flex;
  align-items: center;
}

.four .box .content .a1 .bold {
  width: 0.54rem;
  border: 0.02rem dashed;
  border-image: linear-gradient(90deg, #ffe6e6, #ff2525) 2 2;
}

.four .box .content .a1 .dian {
  width: 0.12rem;
  height: 0.12rem;
  background: #ffffff;
  border: 0.02rem solid #e82b2f;
  border-radius: 50%;
}

.four .box .content .a1 p {
  margin-left: 0.1rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #e82b2f;
}

.four .box .content .b {
  z-index: 99;
  position: absolute;
  left: 1.6rem;
  bottom: 0.58rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #ffffff;
}

.four .box .content .b1 {
  position: absolute;
  left: 2.91rem;
  bottom: 0.58rem;
  display: flex;
  align-items: center;
}

.four .box .content .b1 .bold {
  width: 0.82rem;
  border: 0.02rem dashed;
  border-image: linear-gradient(90deg, #ffe6e6, #ff2525) 2 2;
}

.four .box .content .b1 .dian {
  width: 0.12rem;
  height: 0.12rem;
  background: #ffffff;
  border: 0.02rem solid #e82b2f;
  border-radius: 50%;
}

.four .box .content .b1 p {
  margin-left: 0.1rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #e82b2f;
}

.four .box .content .c {
  z-index: 99;
  position: absolute;
  left: 1.6rem;
  bottom: 1.15rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #ffffff;
}

.four .box .content .c1 {
  position: absolute;
  left: 2.6rem;
  bottom: 1.15rem;
  display: flex;
  align-items: center;
}

.four .box .content .c1 .bold {
  width: 1.14rem;
  border: 0.02rem dashed;
  border-image: linear-gradient(90deg, #ffe6e6, #ff2525) 2 2;
}

.four .box .content .c1 .dian {
  width: 0.12rem;
  height: 0.12rem;
  background: #ffffff;
  border: 0.02rem solid #e82b2f;
  border-radius: 50%;
}

.four .box .content .c1 p {
  margin-left: 0.1rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #e82b2f;
}

.four .box .content .d {
  z-index: 99;
  position: absolute;
  left: 1.6rem;
  bottom: 1.7rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #ffffff;
}

.four .box .content .d1 {
  position: absolute;
  left: 2.32rem;
  bottom: 1.7rem;
  display: flex;
  align-items: center;
}

.four .box .content .d1 .bold {
  width: 1.42rem;
  border: 0.02rem dashed;
  border-image: linear-gradient(90deg, #ffe6e6, #ff2525) 2 2;
}

.four .box .content .d1 .dian {
  width: 0.12rem;
  height: 0.12rem;
  background: #ffffff;
  border: 0.02rem solid #e82b2f;
  border-radius: 50%;
}

.four .box .content .d1 p {
  margin-left: 0.1rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #e82b2f;
}

.four .box .content .e {
  z-index: 99;
  position: absolute;
  left: 1.6rem;
  bottom: 2.3rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #ffffff;
}

.four .box .content .e1 {
  position: absolute;
  left: 2.03rem;
  bottom: 2.3rem;
  display: flex;
  align-items: center;
}

.four .box .content .e1 .bold {
  width: 1.7rem;
  border: 0.02rem dashed;
  border-image: linear-gradient(90deg, #ffe6e6, #ff2525) 2 2;
}

.four .box .content .e1 .dian {
  width: 0.12rem;
  height: 0.12rem;
  background: #ffffff;
  border: 0.02rem solid #e82b2f;
  border-radius: 50%;
}

.four .box .content .e1 p {
  margin-left: 0.1rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #e82b2f;
}

.four .box1 {
  padding-top: 0.28rem;
  margin: 0.24rem auto 0;
  width: 6.86rem;
  height: 6.18rem;
  background: #ffffff;
  border-radius: 0.16rem;
}

.four .box1 .title1 {
  margin: 0 auto;
  background-image: url(../images/title_bg.png);
  width: 6.48rem;
  height: 0.46rem;
  background-size: 100% 100%;
}

.four .box1 .title1 p {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
}

.four .box1 .title1 p span {
  color: red;
}

.four .box1 .content {
  margin-top: 0.2rem;
}

.four .box1 .content ul li {
  margin-top: 0.24rem;
  display: flex;
}

.four .box1 .content ul li .left {
  margin-left: 0.08rem;
}

.four .box1 .content ul li .left img {
  width: 1.08rem;
  height: 1.08rem;
}

.four .box1 .content ul li .right {
  margin-left: 0.54rem;
}

.four .box1 .content ul li .right span {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
}

.four .box1 .content ul li .right p {
  margin-top: 0.1rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #999999;
}

.five {
  margin-top: 0.32rem;
}

.five .title {
  margin: 0 auto;
  background-image: url(../images/title.png);
  width: 4.93rem;
  height: 0.34rem;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

.five .title p {
  margin: 0 auto;
  font-size: 0.36rem;
  font-weight: 600;
  color: #333333;
}

.five .title p span {
  color: red;
}

.five .box {
  padding-top: 0.28rem;
  margin: 0.24rem auto 0;
  width: 6.86rem;
  height: 8.1rem;
  background: #ffffff;
  border-radius: 0.16rem;
}

.five .box .title1 {
  margin: 0 auto;
  background-image: url(../images/title_bg.png);
  width: 6.48rem;
  height: 0.46rem;
  background-size: 100% 100%;
}

.five .box .title1 p {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
}

.five .box .content {
  padding-top: 0.16rem;
}

.five .box .content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.five .box .content ul .p1 {
  margin-top: 0.16rem;
}

.five .box .content ul .p1 .pic {
  background-image: url(../images/five_pic1.png);
  width: 3.34rem;
  height: 3.34rem;
  background-size: 100% 100%;
  padding-top: 1.22rem;
}

.five .box .content ul .p1 .pic img {
  margin: 0 auto;
  width: 0.9rem;
  height: 0.9rem;
}

.five .box .content ul .p2 {
  margin-top: 0.16rem;
}

.five .box .content ul .p2 .pic {
  background-image: url(../images/five_pic2.png);
  width: 3.34rem;
  height: 3.34rem;
  background-size: 100% 100%;
  padding-top: 1.22rem;
}

.five .box .content ul .p2 .pic img {
  margin: 0 auto;
  width: 0.9rem;
  height: 0.9rem;
}

.five .box .content ul .p3 {
  margin-top: 0.16rem;
}

.five .box .content ul .p3 .pic {
  background-image: url(../images/five_pic3.png);
  width: 3.34rem;
  height: 3.34rem;
  background-size: 100% 100%;
  padding-top: 1.22rem;
}

.five .box .content ul .p3 .pic img {
  margin: 0 auto;
  width: 0.9rem;
  height: 0.9rem;
}

.five .box .content ul .p4 {
  margin-top: 0.16rem;
}

.five .box .content ul .p4 .pic {
  background-image: url(../images/five_pic4.png);
  width: 3.34rem;
  height: 3.34rem;
  background-size: 100% 100%;
  padding-top: 1.22rem;
}

.five .box .content ul .p4 .pic img {
  margin: 0 auto;
  width: 0.9rem;
  height: 0.9rem;
}

.footer {
  margin-top: 0.32rem;
}

.footer p {
  margin-top: 0.16rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: #999999;
}

.footer img {
  margin: 0.16rem auto 0.36rem;
  width: 2rem;
  height: 0.5rem;
}
