/* CSS Document */
@-webkit-keyframes an_01 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  50% {
    transform: translateY(-0.02rem);
    -webkit-transform: translateY(-0.02rem);
    -moz-transform: translateY(-0.02rem);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}
@keyframes an_01 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  50% {
    transform: translateY(-0.02rem);
    -webkit-transform: translateY(-0.02rem);
    -moz-transform: translateY(-0.02rem);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}
/*common*/
/* CSS Document */
.fyw p {
  line-height: inherit;
  text-align: justify;
}

.fyw .wrap_c {
  max-width: 1200px;
}

.fyw_01 {
  overflow: hidden;
}

.fyw_01 img {
  width: 100%;
  display: block;
}

.fyw_02 {
  overflow: hidden;
  background-color: #fbfcfd;
  -moz-box-shadow: 0px 8px 10px rgba(207, 207, 207, 0.38);
  -webkit-box-shadow: 0px 8px 10px rgba(207, 207, 207, 0.38);
  box-shadow: 0px 8px 10px rgba(207, 207, 207, 0.38);
  position: relative;
}

.fyw_02::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("../upimg/in_01.jpg") 0% 50% no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  pointer-events: none;
  font-size: 14px;
}

.fyw_02::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("../upimg/in_02.jpg") 100% 50% no-repeat;
  background-size: auto 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  pointer-events: none;
}

.fyw_02 ul {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.fyw_02 ul li {
  display: inline-block;
  height: 90px;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
}

.fyw_02 ul li a {
  color: #7b7b7b;
}

.fyw_02 ul li i {
  width: 2px;
  height: 22px;
  background-color: #d4d5d6;
  margin: 0px 40px;
}

.fyw_02 ul li a:hover {
  color: #6eb92b;
}

.fyw_03 {
  overflow: hidden;
  background-color: #f1f3f5;
  padding: 60px 0px;
}

.fyw_03 .p {
  width: 100%;
  overflow: hidden;
}

.fyw_03 .pc {
  margin-top: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  color: #2c2c2d;
  overflow: visible;
}

.fyw_03 .pc .img {
  width: 58.33%;
  overflow: hidden;
  position: relative;
}

.fyw_03 .pc .img img {
  width: 100%;
  display: block;
}

.fyw_03 .pc .img i {
  width: 89.57%;
  height: 69.25%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 2%;
  top: 2%;
  z-index: 2;
  -moz-box-shadow: 0 0 10px rgba(110, 185, 43, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(110, 185, 43, 0.5);
  box-shadow: 0 0 10px rgba(110, 185, 43, 0.5);
}

.fyw_03 .pc .img img.img2 {
  cursor: pointer;
}

.fyw_03 .pc .img img.img3 {
  display: block;
  position: absolute;
  right: 4%;
  top: 25%;
  z-index: 3;
  width: 10%;
  -webkit-animation: an_01 2.1s linear infinite;
  animation: an_01 2.1s linear infinite;
}

.fyw_03 .pc .img img.img4 {
  display: block;
  position: absolute;
  left: 4%;
  bottom: 0%;
  z-index: 3;
  width: 17.14%;
  -webkit-animation: an_01 4.1s linear infinite;
  animation: an_01 4.1s linear infinite;
}

.fyw_03 .pc .txt {
  width: calc(41.67% - 50px);
  overflow: visible;
}

.fyw_03 .pc .txt .p1 {
  font-weight: bold;
  line-height: 1.6;
  margin-top: 20px;
}

.fyw_03 .pc .txt .p2 {
  margin-top: 20px;
  line-height: 1.8;
}

.fyw_03 .pc .txt .p3 {
  margin-top: 60px;
  overflow: visible;
}

.fyw_03 .pc .txt .p3 a {
  display: inline-block;
  line-height: 50px;
  padding: 0px 26px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #fff;
  background: linear-gradient(to right, #8ac650, #6ba43b);
  background: -webkit-linear-gradient(to right, #8ac650, #6ba43b);
  background: -o-linear-gradient(to right, #8ac650, #6ba43b);
  background: -moz-linear-gradient(to right, #8ac650, #6ba43b);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.fyw_04 {
  overflow: hidden;
  position: relative;
}

.fyw_04 .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.fyw_04 .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.fyw_04 .nr {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 80px 0px;
}

.fyw_04 .p {
  width: 100%;
  overflow: hidden;
}

.fyw_04 .pc {
  margin-top: 40px;
  overflow: visible;
}

.fyw_04 .pc img {
  /*width: 100%;*/
  display: block;
}

.fyw04_slide {
  width: 90%;
  overflow: visible;
  margin: 0px auto;
  padding: 0px;
}

.fyw04_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.fyw04_slide .swiper-slide img {
  width: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.fyw_05 {
  overflow: hidden;
  position: relative;
}

.fyw_05 .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.fyw_05 .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.fyw_05 .nr {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 80px 0px;
}

.fyw_05 .p {
  width: 100%;
  overflow: hidden;
}

.fyw_05 .pc {
  overflow: visible;
  padding-top: 60px;
}

.fyw_05 .pc ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}

.fyw_05 .pc ul li {
  width: 100%;
  overflow: visible;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.fyw_05 .pc ul li img.img1 {
  height: 170px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
}

.fyw_05 .pc ul li .txt {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px 40px 60px 40px;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: rgab(255, 255, 255, 0.2);
  border: 2px solid #fff;
  margin-top: 30px;
  height: calc(100% - 30px);
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  -moz-transition: 0.8s;
}

.fyw_05 .pc ul li .txt .p1 {
  line-height: 1;
  font-weight: bold;
}

.fyw_05 .pc ul li .txt .p1 i {
  display: inline-block;
  background: linear-gradient(180deg, rgba(110, 185, 43, 0.5) 10%, rgba(110, 185, 43, 0) 90%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.fyw_05 .pc ul li .txt .p2 {
  color: #000;
  font-weight: bold;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.fyw_05 .pc ul li .txt .p3 {
  margin-top: 10px;
  line-height: 1.7;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.fyw_05 .pc ul li .txt .p4 {
  position: absolute;
  right: 40px;
  bottom: 20px;
  text-align: right;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.fyw_05 .pc ul li .txt .p4 a {
  display: inline-block;
  color: #6eb92b;
  background: url("../upimg/in_07.png") 100% 50% no-repeat;
  background-size: 14px;
  padding-right: 24px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.fyw_05 .pc ul li:hover .txt {
  background: linear-gradient(to bottom, #8cc961, #aede8c);
  background: -webkit-linear-gradient(to bottom, #8cc961, #aede8c);
  background: -o-linear-gradient(to bottom, #8cc961, #aede8c);
  background: -moz-linear-gradient(to bottom, #8cc961, #aede8c);
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.fyw_05 .pc ul li:hover .txt .p1 i {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 90%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fyw_05 .pc ul li:hover .txt .p2 {
  color: #fff;
}

.fyw_05 .pc ul li:hover .txt .p3 {
  color: #fff;
}

.fyw_05 .pc ul li:hover .txt .p4 a {
  color: #fff;
  background-image: url("../upimg/in_08.png");
}

.fyw_06 {
  overflow: hidden;
  position: relative;
}

.fyw_06 .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.fyw_06 .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.fyw_06 .nr {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 80px 0px;
}

.fyw_06 .p {
  width: 100%;
  overflow: hidden;
}

.fyw_06 .pc {
  overflow: visible;
  padding-top: 60px;
}

.fyw_06 .pc ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.fyw_06 .pc ul li {
  width: 230px;
  overflow: hidden;
}

.fyw_06 .pc ul li .p1 {
  text-align: center;
}

.fyw_06 .pc ul li .p1 .img {
  width: 186px;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
  padding: 0px;
}

.fyw_06 .pc ul li .p1 .img img {
  width: 100%;
  display: block;
}

.fyw_06 .pc ul li .p1 .img i {
  display: inline-block;
  width: 129px;
  height: calc(100% - 7px - 5px);
  position: absolute;
  left: 50%;
  top: 5px;
  z-index: 9;
  margin-left: -64.5px;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #6eb92b;
}

.fyw_06 .pc ul li .p2 {
  margin-top: 20px;
  text-align: center;
  color: #2c2c2d;
  font-weight: bold;
}

.fy06_slide {
  width: 100%;
  overflow: hidden;
}

.fy06_slide .swiper-slide {
  width: 252px;
  overflow: hidden;
}

.fy06_slide .swiper-slide .li {
  width: 252px;
  overflow: hidden;
}

.fy06_slide .swiper-slide .li .p1 {
  text-align: center;
}

.fy06_slide .swiper-slide .li .p1 .img {
  width: 186px;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
  padding: 0px;
}

.fy06_slide .swiper-slide .li .p1 .img img {
  width: 100%;
  display: block;
}

.fy06_slide .swiper-slide .li .p1 .img i {
  display: inline-block;
  width: 145px;
  height: calc(100% - 7px - 5px);
  position: absolute;
  left: 45%;
  top: 5px;
  z-index: 9;
  margin-left: -64.5px;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #6eb92b;
}

.fy06_slide .swiper-slide .li .p2 {
  margin-top: 20px;
  text-align: center;
  color: #7b7b7b;
}

.fy06_slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.fyw_07 {
  overflow: hidden;
  position: relative;
}

.fyw_07 .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.fyw_07 .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.fyw_07 .nr {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 80px 0px;
}

.fyw_07 .p {
  width: 100%;
  overflow: hidden;
}

.fyw_07 .pc {
  overflow: visible;
  padding-top: 60px;
}

.fyw_07 .fyw07_spfr {
  width: 100%;
  overflow: hidden;
}

.fyw_07 .fyw07_spfr span {
  width: 10px;
  height: 10px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background: url("../upimg/in_17.png") 50% no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}

.fyw_07 .fyw07_spfr span.swiper-pagination-bullet-active {
  background-image: url("../upimg/in_18.png");
}

.fyw07_slide {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.fyw07_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.fyw07_slide .swiper-slide a {
  width: 100%;
  overflow: hidden;
  display: block;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.fyw07_slide .swiper-slide .img {
  width: 51.67%;
  overflow: hidden;
  position: relative;
}

.fyw07_slide .swiper-slide .img img {
  width: 100%;
  display: block;
}

.fyw07_slide .swiper-slide .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
  background: linear-gradient(rgba(255, 255, 255, 0), #95d368 80%);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #95d368 80%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0), #95d368 80%);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), #95d368 80%);
}

.fyw07_slide .swiper-slide .txt {
  width: calc(48.33% - 40px);
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.fyw07_slide .swiper-slide .txtc {
  width: 100%;
  overflow: hidden;
}

.fyw07_slide .swiper-slide .p1 {
  text-align: right;
  font-weight: bold;
  color: #000;
}

.fyw07_slide .swiper-slide .p2 {
  margin-top: 20px;
  line-height: 1.8;
  color: #000;
}

.fyw07_slide .swiper-slide .p3 {
  text-align: right;
  margin-top: 40px;
}

.fyw07_slide .swiper-slide .p3 i {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background: linear-gradient(to right, #8ac650, #6ba43b);
  background: -webkit-linear-gradient(to right, #8ac650, #6ba43b);
  background: -o-linear-gradient(to right, #8ac650, #6ba43b);
  background: -moz-linear-gradient(to right, #8ac650, #6ba43b);
  color: #fff;
}

.fyw_08 {
  overflow: hidden;
  position: relative;
}

.fyw_08 .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: #343434;
}

.fyw_08 .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.fyw_08 .nr {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 80px 0px;
}

.fyw_08 .p {
  width: 100%;
  overflow: hidden;
}

.fyw_08 .pc {
  overflow: visible;
  margin-top: 60px;
  position: relative;
}

.fyw08_slide {
  width: 100%;
  overflow: hidden;
}

.fyw08_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.fyw08_slide .swiper-slide ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 60px;
  grid-row-gap: 0px;
}

.fyw08_slide .swiper-slide ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0px;
}

.fyw08_slide .swiper-slide ul li:nth-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.fyw08_slide .swiper-slide ul li:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.fyw08_slide .swiper-slide ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.fyw08_slide .swiper-slide ul li span {
  color: #fff;
}

.fyw08_slide .swiper-slide ul li i {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  padding: 7px 24px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.fyw08_slide .swiper-slide ul li a:hover i {
  background-color: #6eb92b;
  border: 1px solid #6eb92b;
}

.ptit {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.ptit .p1 {
  text-align: center;
  text-transform: uppercase;
}

.ptit .p1 {
  font-weight: bold;
  line-height: 1;
}

.ptit .p1 i {
  display: inline-block;
  background: linear-gradient(180deg, rgba(110, 185, 43, 0.5) 10%, rgba(110, 185, 43, 0) 90%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ptit .p2 {
  line-height: 1;
  font-weight: 500;
  position: relative;
  margin-top: -20px;
}

.ptit .p2_color1 {
  color: #fff;
}

.zft120 {
  font-size: 114px;
}

.zft50 {
  font-size: 44px;
}

.zft40 {
  font-size: 34px;
}

.zft30 {
  font-size: 24px;
}

.zft28 {
  font-size: 22px;
}

.zft26 {
  font-size: 20px;
}

.zft24 {
  font-size: 18px;
}

.zft20 {
  font-size: 18px;
}

.zft18 {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .fyw_02 ul {
    display: block;
    padding: 0.14rem 0px;
  }
  .fyw_02 ul li:nth-child(2) {
    display: none;
  }
  .fyw_02 ul li:nth-child(4) {
    display: none;
  }
  .fyw_02 ul li:nth-child(6) {
    display: none;
  }
  .fyw_02 ul li:nth-child(8) {
    display: none;
  }
  .fyw_02 ul li:nth-child(10) {
    display: none;
  }
  .fyw_02 ul li:nth-child(12) {
    display: none;
  }
  .fyw_02 ul li {
    width: 33.3333333333%;
    text-align: center;
    float: left;
    height: 0.6rem;
  }
  .fyw_03 {
    padding: 0.6rem 0px;
  }
  .fyw_03 .pc {
    margin-top: 0.4rem;
    display: block;
  }
  .fyw_03 .pc .txt {
    width: 100%;
  }
  .fyw_03 .pc .img {
    width: 100%;
    margin-top: 0.4rem;
  }
  .fyw_03 .pc .txt .p3 {
    margin-top: 0.6rem;
  }
  .fyw_03 .pc .txt .p3 a {
    line-height: 0.7rem;
    padding: 0px 0.4rem;
  }
  .fyw_04 .nr {
    padding: 0.8rem 0px;
  }
  .fyw_04 .pc {
    margin-top: 0.4rem;
  }
  .fyw_05 .nr {
    padding: 0.8rem 0px;
  }
  .fyw_05 .pc {
    padding-top: 0.6rem;
  }
  .fyw_05 .pc ul {
    grid-template-columns: 100%;
  }
  .fyw_05 .pc ul li img.img1 {
    height: 1.7rem;
  }
  .fyw_05 .pc ul li .txt {
    padding: 0.2rem 0.4rem 0.6rem 0.4rem;
  }
  .fyw_05 .pc ul li .txt .p4 {
    right: 0.4rem;
    bottom: 0.2rem;
  }
  .fyw_06 .nr {
    padding: 0.8rem 0px 0.4rem 0px;
  }
  .fyw_06 .pc {
    padding-top: 0.6rem;
  }
  .fyw_06 .pc ul {
    display: block;
  }
  .fyw_06 .pc ul li {
    width: 50%;
    float: left;
    margin-bottom: 0.4rem;
  }
  .fyw_07 .nr {
    padding: 0.8rem 0px;
  }
  .fyw_07 .pc {
    padding-top: 0.6rem;
  }
  .fyw07_slide .swiper-slide a {
    display: block;
  }
  .fyw07_slide .swiper-slide .img {
    width: 100%;
  }
  .fyw07_slide .swiper-slide .txt {
    width: 100%;
    margin-top: 0.4rem;
  }
  .fyw07_slide .swiper-slide .p3 {
    margin-top: 0.4rem;
    text-align: left;
  }
  .fyw07_slide .swiper-slide .p1 {
    text-align: left;
  }
  .fyw_08 .nr {
    padding: 0.8rem 0px;
  }
  .fyw_08 .pc {
    margin-top: 0.6rem;
  }
  .fyw08_slide .swiper-slide ul {
    grid-template-columns: 100%;
  }
  .zft120 {
    font-size: 1.2rem;
  }
  .zft50 {
    font-size: 0.5rem;
  }
  .zft40 {
    font-size: 0.4rem;
  }
  .zft30 {
    font-size: 0.3rem;
  }
  .zft28 {
    font-size: 0.28rem;
  }
  .zft26 {
    font-size: 0.26rem;
  }
  .zft24 {
    font-size: 0.24rem;
  }
  .zft20 {
    font-size: 0.2rem;
  }
  .zft18 {
    font-size: 0.18rem;
  }
}












