.po {
  position: relative;
}
.int-wrap {
  overflow: hidden;
  padding-top: 90px;
  background: url("../images/int-bg.png") no-repeat top center;
  background-size: 100% auto;
}
.int-wrap .content {
  margin-top: 45px;
}
.int-wrap .top .yc {
  color: #fecc64;
}
.int-wrap .bot .box {
  width: 100px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
.int-wrap .bot .box::after {
  width: 0;
  height: 0;
  border-width: 1rem;
  border-style: solid;
  border-color: transparent transparent #f5f5f5 transparent;
  position: absolute;
  content: "";
  display: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.int-wrap .bot .box .name {
  color: #aaaaaa;
  font-size: 20px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  text-align: center;
  padding-bottom: 50px;
}
.int-wrap .bot .box.active .img-box img:first-child {
  display: none;
}
.int-wrap .bot .box.active .img-box img:last-child {
  display: block;
}
.int-wrap .bot .box.active .name {
  color: #10a155;
}
.int-wrap .bot .box.active::after {
  display: block;
}
.int-wrap .bot .img-box {
  position: relative;
  width: 100%;
  height: 80px;
}
.int-wrap .bot .img-box img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.int-wrap .bot .img-box img:first-child {
  display: block;
}
.int-wrap .bot .img-box img:last-child {
  display: none;
}
.int-wrap .int-op {
  padding: 30px 0 60px 0;
  background: url("../images/int-op.png") no-repeat right bottom;
  background-color: #f5f5f5;
}
.int-wrap .int-op .t {
  font-size: 18px;
}
.int-wrap .int-op .t p:not(:first-child) {
  display: none;
}
.serve-wrap {
  overflow: hidden;
  background: url("../images/ser-bg.png") no-repeat bottom center;
  background-size: 100% auto;
}
.serve-wrap .ser-sw {
  padding: 100px 0 60px 0;
}
.serve-wrap .content .box {
  width: 100%;
  padding-bottom: 121.21212121%;
  height: 0;
  position: relative;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
}
.serve-wrap .content .box > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.serve-wrap .content .box .bg-box {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 0%;
  position: absolute;
  opacity: 0;
  bottom: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.serve-wrap .content .box .wb {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0rem 1rem;
  opacity: 0;
}
.serve-wrap .content .box .wb .more {
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
}
.serve-wrap .content .name {
  border-style: solid;
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-width: 0 1px 1px 1px;
  border-color: #10a155;
}
.serve-wrap .content .item {
  padding-bottom: 2px;
}
.serve-wrap .content .item:hover .name {
  opacity: 0;
}
.serve-wrap .content .item:hover .box {
  -webkit-transform: scaleY(1.1);
      -ms-transform: scaleY(1.1);
          transform: scaleY(1.1);
}
.serve-wrap .content .item:hover .box > img {
  -webkit-transform: scale(1.1, 1);
      -ms-transform: scale(1.1, 1);
          transform: scale(1.1, 1);
}
.serve-wrap .content .item:hover .box .bg-box {
  height: 100%;
  opacity: 1;
}
.serve-wrap .content .item:hover .box .wb {
  opacity: 1;
  -webkit-transform: scale(1, 0.9);
      -ms-transform: scale(1, 0.9);
          transform: scale(1, 0.9);
}
.serve-wrap .page .swiper-button-next::after,
.serve-wrap .page .swiper-button-prev::after {
  display: none;
}
.food-wrap {
  overflow: hidden;
  background: url("../images/food-bg.png") no-repeat center center;
  background-size: auto 100%;
}
.food-wrap .f-hr {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 60px;
  position: relative;
  width: 80%;
}
.food-wrap .f-hr::after,
.food-wrap .f-hr::before {
  width: 45%;
  width: -webkit-calc(50% - 50px);
  width: calc(50% - 50px);
  display: block;
  content: "";
  height: 1px;
  background-color: #fff;
  top: 20px;
  position: absolute;
}
.food-wrap .f-hr::after {
  left: 0;
}
.food-wrap .f-hr::before {
  right: 0;
}
.food-wrap .food-sw {
  position: absolute;
  width: 100%;
  height: 100%;
}
.food-wrap .swiper-slide {
  height: -webkit-calc((100% - 30px)/2);
  height: calc((100% - 30px)/2);
}
.food-wrap .swiper-slide:hover .bg-box {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.food-wrap .swiper-slide .bg-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 95%;
  height: 95%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: rgba(0, 0, 0, 0.5);
}
.food-wrap .swiper-slide .bg-box .name {
  position: absolute;
  top: 30%;
  width: 100%;
}
.food-wrap .swiper-slide .bg-box .more {
  position: absolute;
  bottom: 5%;
  width: 100%;
}
.food-wrap .page {
  width: 140px;
  height: 45px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}
.food-wrap .page .f-next,
.food-wrap .page .f-prev {
  color: #aaaaaa;
}
.food-wrap .page .f-next::after,
.food-wrap .page .f-prev::after {
  font-size: 28px;
}
.food-wrap .page .f-next:hover,
.food-wrap .page .f-prev:hover {
  color: #10a155;
}
.food-wrap .page .ck-more {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px #aaaaaa solid;
  border-radius: 50%;
  position: relative;
}
.food-wrap .page .ck-more .nav-switch {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.eight-wrap {
  overflow: hidden;
  background: url("../images/eight-bg.png") no-repeat top center;
}
.eight-wrap .top .yc {
  color: #fecc64;
}
.eight-wrap .content .item {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin-top: 60px;
}
.eight-wrap .content .item.active {
  color: #10a155 !important;
}
.eight-wrap .content .item.active .icon {
  border-color: #10a155;
}
.eight-wrap .content .item.active .icon img:first-child {
  opacity: 0;
}
.eight-wrap .content .item.active .icon img:last-child {
  opacity: 1;
}
.eight-wrap .title {
  font-size: 24px;
  letter-spacing: 10px;
}
.eight-wrap .subtitle {
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  letter-spacing: 3px;
}
.eight-wrap .title-desc {
  font-size: 1rem;
  line-height: 1.5rem;
}
.eight-wrap .l-list .icon-img {
  padding-right: 20px;
}
.eight-wrap .r-list .icon-img {
  padding-left: 20px;
}
.eight-wrap .icon-img .icon {
  width: 100px;
  height: 100px;
  border: 1px dashed #aaaaaa;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.eight-wrap .icon-img img {
  width: 70%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.eight-wrap .icon-img img:first-child {
  opacity: 1;
}
.eight-wrap .icon-img img:last-child {
  opacity: 0;
}
.eight-wrap .mid .title {
  font-size: 32px;
  color: #10a155;
  letter-spacing: 5px;
  font-family: "行楷", STXingkai;
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
.eight-wrap .mid .mid-box-img img:not(:first-child) {
  display: none;
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.about-wrap {
  background: url("../images/about-bg.png") no-repeat top center;
  background-size: 100% auto;
  padding-top: 180px;
  overflow: hidden;
}
.about-wrap .title {
  font-size: 54px;
  line-height: 1;
  font-style: italic;
  color: rgba(21, 208, 110, 0.7);
}
.about-wrap .title .hline {
  width: 120px;
  height: 1px;
  background-color: #10a155;
  display: inline-block;
  -webkit-transform: translateY(-0.4em);
      -ms-transform: translateY(-0.4em);
          transform: translateY(-0.4em);
}
.about-wrap .a-change img:not(:first-child) {
  display: none;
}
.about-wrap .content {
  position: absolute;
  width: 56%;
  height: -webkit-calc(100% - 54px);
  height: calc(100% - 54px);
  background-color: #fff;
  bottom: 0;
  right: 0;
  padding: 40px 25px 0 25px;
}
.about-wrap .content .more {
  margin-top: 10px;
}
.about-wrap .content .wb {
  font-size: 1rem !important;
}
.about-wrap .content .wb img {
  display: none;
}
.about-wrap .content .wb p,
.about-wrap .content .wb span {
  display: inline;
  font-size: inherit !important;
}
.about-wrap .content .about-op .box {
  cursor: pointer;
}
.about-wrap .content .about-op .box.active .img {
  border-color: #10a155;
  -webkit-animation: turn 1s linear;
          animation: turn 1s linear;
}
.about-wrap .content .about-op .box.active img:first-child {
  display: none;
}
.about-wrap .content .about-op .box.active img:last-child {
  display: block;
}
.about-wrap .content .about-op .box.active p {
  color: #10a155;
}
.about-wrap .content .about-op .box .img {
  margin: 0 auto;
  border: 1px #aaaaaa solid;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.about-wrap .content .about-op .box img {
  max-width: 80%;
}
.about-wrap .content .about-op .box img:first-child {
  display: block;
}
.about-wrap .content .about-op .box img:last-child {
  display: none;
}
.coop-wrap {
  padding-top: 60px;
  overflow: hidden;
}
.coop-wrap .top .subtitle {
  font-size: 24px;
  letter-spacing: 3px;
  font-style: italic;
  line-height: 36px;
  color: #10a155;
}
.coop-wrap .content {
  padding: 0 48px;
  margin-top: 60px;
  position: relative;
}
.coop-wrap .content .coop-swiper {
  padding: 1px;
}
.coop-wrap .content .coop-swiper .box {
  border: 1px #f5f5f5 solid;
}
.coop-wrap .content .coop-swiper .box:hover .bg-box {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.coop-wrap .content .coop-swiper .box:hover p {
  opacity: 1;
}
.coop-wrap .content .coop-swiper .box p {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: white;
  letter-spacing: 2px;
}
.coop-wrap .content .coop-swiper .bg-box {
  background-color: rgba(0, 0, 0, 0.7);
  width: 0%;
  height: 0;
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.coop-wrap .content .coop-next,
.coop-wrap .content .coop-prev {
  color: #aaaaaa;
}
.coop-wrap .content .coop-next::after,
.coop-wrap .content .coop-prev::after {
  font-size: 30px;
}
.coop-wrap .content .page {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
}
.coop-wrap .content .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.case-wrap {
  overflow: hidden;
  padding-bottom: 140px;
  background: url("../images/case-bg.png") no-repeat right bottom;
}
.case-wrap .bg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.case-wrap .case-swiper {
  padding-top: 100px;
  padding-bottom: 80px;
}
.case-wrap .case-swiper .item-top {
  width: 50%;
  margin: 0 2%;
}
.case-wrap .case-swiper .title {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  padding: 5px 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #ffffff;
}
.case-wrap .case-swiper .item-top {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  border: 1px transparent solid;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.case-wrap .case-swiper .item-top.swiper-slide-active {
  border: 1px #10a155 solid;
}
.case-wrap .case-swiper .item-top.swiper-slide-active:hover {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}
.case-wrap .case-swiper .item-top.swiper-slide-active .bg-box {
  background: none;
}
.case-wrap .case-swiper .item-top.swiper-slide-active .title {
  opacity: 1;
}
.case-wrap .item {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border: 1px transparent solid;
}
.case-wrap .swiper-slide-thumb-active {
  border: 1px #10a155 solid;
}
.case-wrap .swiper-slide-thumb-active .bg-box {
  background: none;
}
.case-wrap .case-scroll {
  background-color: #aaaaaa;
  width: 100%;
  bottom: 0;
  left: 0;
}
.case-wrap .case-scroll .swiper-scrollbar-drag {
  background-color: #10a155;
}
.case-wrap .page .swiper-button-next::after,
.case-wrap .page .swiper-button-prev::after {
  display: none;
}
.contact-wrap {
  overflow: hidden;
  padding-bottom: 60px;
  background: url("../images/contact-bg.png") no-repeat left bottom;
  background-size: 55% auto;
  background-color: #f8f9fa;
}
.contact-wrap .top {
  margin-bottom: 20px;
}
.contact-wrap .top .subtitle {
  font-size: 24px;
  letter-spacing: 3px;
  font-style: italic;
  line-height: 36px;
  color: #10a155;
}
.contact-wrap .content {
  padding-top: 20px;
}
.contact-wrap .content .form {
  margin-top: 20px;
}
.contact-wrap .content label {
  width: auto !important;
  padding-left: 20px !important;
  letter-spacing: 3px;
  color: #666;
}
.contact-wrap .content label img {
  height: 30px;
  padding-right: 1rem;
}
.contact-wrap .content textarea {
  height: 145px;
  background-color: rgba(255, 255, 255, 0.7);
}
.contact-wrap .content .form-button {
  margin-left: 0;
  margin-right: 0;
}
.contact-wrap .content .label-op::after {
  opacity: 0;
}
.contact-wrap .content .button {
  padding-left: 45px;
  padding-right: 46px;
}
.contact-wrap .content .form .input-group,
.contact-wrap .content .form fieldset > .input-group {
  margin-bottom: 40px;
}
.contact-wrap .content .input {
  border: solid 1px #aaaaaa;
  background-color: rgba(255, 255, 255, 0.7);
}
.contact-wrap .content .box {
  width: 100%;
  padding-bottom: 300/570*100%;
  height: 0;
  position: relative;
}
.contact-wrap .content .box > img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.contact-wrap .content .box:hover .bg-box {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.contact-wrap .content .bg-box {
  -webkit-transition: all 0.5S linear;
  transition: all 0.5S linear;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  top: 50%;
  left: 50%;
  background-color: rgba(50, 219, 61, 0.5);
  width: 95%;
  height: 95%;
  opacity: 0;
}
.contact-wrap .content .text-box {
  width: 100%;
}
.contact-wrap .content .tel {
  font-size: 45px;
  text-shadow: #666 4px 4px 2px;
}
.contact-wrap .content .tel-hr {
  position: relative;
  font-size: 28px;
  text-shadow: #666 2px 2px 2px;
}
.contact-wrap .content .tel-hr::before,
.contact-wrap .content .tel-hr::after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 0;
  border: 1px #ffffff solid;
  top: 25px;
}
.contact-wrap .content .tel-hr::before {
  left: 20%;
}
.contact-wrap .content .tel-hr::after {
  right: 20%;
}
.news-wrap {
  overflow: hidden;
  padding-top: 90px;
  background: url("../images/news-bg.png") no-repeat center bottom;
}
.news-wrap .content .news-change {
  margin-top: 80px;
}
.news-wrap .content .news-swiper .a {
  display: block;
}
.news-wrap .content .news-swiper .box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -moz-box-sizing: 0 0 5px #ddd;
       box-sizing: 0 0 5px #ddd;
}
.news-wrap .content .news-swiper .n-top {
  background-color: #ffffff;
  padding: 30px;
}
.news-wrap .content .news-swiper .n-top .day {
  font-size: 45px;
  line-height: 1;
}
.news-wrap .content .news-swiper .n-top .time {
  font-weight: bold;
}
.news-wrap .content .news-swiper .n-top .title {
  margin: 5px 0;
  color: #666666;
  font-size: 18px;
}
.news-wrap .content .page {
  width: 140px;
  height: 45px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}
.news-wrap .content .page .n-next,
.news-wrap .content .page .n-prev {
  color: #aaaaaa;
}
.news-wrap .content .page .n-next::after,
.news-wrap .content .page .n-prev::after {
  font-size: 28px;
}
.news-wrap .content .page .n-next:hover,
.news-wrap .content .page .n-prev:hover {
  color: #10a155;
}
.news-wrap .content .page .ck-more {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  position: relative;
  background-color: #10a155;
}
.news-wrap .content .page .ck-more .nav-switch {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
}
.link-wrap {
  background-color: #10a155;
  color: #ffffff;
}
@media (min-width: 1620px) {
  .eight-wrap .content .item {
    margin-top: 80px;
  }
  .l-list .icon-img {
    padding-right: 30px;
  }
  .r-list .icon-img {
    padding-left: 30px;
  }
  .about-wrap {
    padding-top: 220px;
  }
  .contact-wrap {
    background-size: auto;
  }
  .about-wrap .content .about-op {
    margin-top: 75px;
  }
}
@media (max-width: 1619px) {
  .eight-wrap .icon-img .icon {
    width: 90px;
    height: 90px;
  }
  .eight-wrap .l-list .icon-img {
    padding-right: 1rem;
  }
  .about-wrap .content {
    padding: 34px 25px 0 25px;
  }
}
@media (max-width: 1232px) {
  .eight-wrap .icon-img .icon {
    width: 60px;
    height: 60px;
  }
  .eight-wrap .title {
    font-size: 20px;
    letter-spacing: 5px;
  }
  .eight-wrap .subtitle {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  .eight-wrap .mid .title {
    font-size: 26px;
  }
  .eight-wrap .r-list .icon-img {
    padding-left: 10px;
  }
  .eight-wrap .l-list .icon-img {
    padding-right: 10px;
  }
  .about-wrap .content .wb {
    -webkit-line-clamp: 3;
  }
  .about-wrap .title {
    font-size: 30px;
  }
  .about-wrap {
    padding-top: 120px;
  }
  .about-wrap .content {
    padding-top: 20px;
  }
  .news-wrap .content .news-swiper .n-top {
    background-color: #ffffff;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .int-wrap {
    padding-top: 50px;
    background: url(../images/int-bg.png) no-repeat top center;
    background-size: auto 100%;
  }
  .serve-wrap .page .swiper-button-next,
  .case-wrap .page .swiper-button-next,
  .serve-wrap .page .swiper-button-prev,
  .case-wrap .page .swiper-button-prev {
    display: none;
  }
  .food-wrap .content .s-box21 {
    width: 100%;
    padding-bottom: 70%;
    height: 0;
    position: relative;
  }
  .eight-wrap .r-list .icon-img .icon,
  .eight-wrap .l-list .icon-img .icon {
    margin-top: 10px;
    width: 60px;
    height: 60px;
  }
  .eight-wrap .title {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .eight-wrap .title-desc {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .int-wrap {
    padding-top: 20px;
  }
  .int-wrap .content {
    margin-top: 1rem;
    line-height: 1.5 !important;
  }
  .int-wrap .bot .box .name {
    font-size: 14px;
  }
  .int-wrap .int-op .t {
    font-size: 14px;
  }
  .int-wrap .int-op .t p {
    text-align: center !important;
  }
  .int-wrap .bot .box .name {
    padding-bottom: 20px;
  }
  .int-wrap .int-op {
    padding: 20px 0 20px 0;
    background-size: 100% auto;
  }
  .serve-wrap .ser-sw {
    padding: 30px 0 20px 0;
  }
  .food-wrap .content .s-box21 {
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    position: relative;
  }
  .contact-wrap .content label {
    padding-left: 0 !important;
  }
  .contact-wrap .content textarea {
    height: 80px;
  }
  .contact-wrap .content .form .input-group,
  .contact-wrap .content .form fieldset > .input-group {
    margin-bottom: 1rem;
  }
  .contact-wrap .p {
    text-align: left;
  }
  .news-wrap {
    padding-top: 25px;
  }
  .news-wrap .content .news-change {
    margin-top: 1rem;
  }
  .case-wrap .case-swiper .item-top {
    width: 70%;
  }
  .case-wrap {
    padding-bottom: 30px;
  }
  .case-wrap .case-swiper {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .eight-wrap .title {
    font-size: 1rem;
    letter-spacing: 2px;
  }
  .eight-wrap .title-desc {
    font-size: 12px;
  }
  .eight-wrap .subtitle {
    font-size: 14px;
    line-height: 1rem;
    letter-spacing: 1px;
  }
  .eight-wrap .r-list .icon-img .icon,
  .eight-wrap .l-list .icon-img .icon {
    width: 60px;
    height: 60px;
  }
  .eight-wrap .r-list .icon-img .icon {
    margin-right: 20px;
  }
  .eight-wrap .l-list .icon-img .icon {
    margin-left: 20px;
  }
  .eight-wrap .content .item {
    margin-top: 20px;
  }
  .about-wrap .content {
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    bottom: auto;
    right: auto;
  }
  .about-wrap .content .about-op .box .img {
    width: 60px;
    height: 60px;
  }
  .about-wrap .content .about-op .box .img img {
    width: 70%;
  }
  .about-wrap .content .about-op .box p {
    font-size: 12px;
  }
  .about-wrap {
    background: none;
    padding-top: 20px;
  }
  .about-wrap .content {
    font-size: 14px;
  }
  .coop-wrap .content {
    margin-top: 20px;
  }
  .coop-wrap .content {
    padding: 0;
  }
  .coop-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .coop-wrap .swiper-button-prev {
    left: 0;
  }
  .coop-wrap .swiper-button-next {
    right: 0;
  }
  .coop-wrap .content .page {
    display: none;
  }
  .news-wrap .content .page {
    margin-top: 12px;
  }
}
