.mod-body {
  position: relative;
  min-height: 800px;
  background: #fff;
}
.mod-banner {
  position: relative;
  height: 420px;
  background: url("../images/banner.png")/*tpa=http://www.apppark.cn/activity/20230217/images/banner.png*/ center no-repeat;
}
.mod-banner .banner-content {
  width: 1000px;
  padding: 115px 0 120px 60px;
  margin: 0 auto;
  box-sizing: border-box;
}
.mod-banner .banner-content h1 {
  font-size: 52px;
  color: #232323;
  font-weight: normal;
}
.mod-banner .banner-content h2 {
  font-size: 36px;
  color: #232323;
  font-weight: normal;
}
.btn-link {
  margin-top: 24px;
}
.btn-link .contact {
  width: 180px;
  height: 48px;
  background: linear-gradient(90deg, #d5430d, #fe6c01);
  border-radius: 24px;
  color: #ffbf44;
  font-size: 16px;
  line-height: 36px;
  border: none;
}
.btn-link .contact:hover {
  background: linear-gradient(90deg, #c13b0a, #e06205);
  color: #ffbf44;
}
.btn-link .link {
  background-color: transparent;
  color: #232323;
  border: none;
}
.mod-sect {
  padding: 100px 0 60px;
}
.mod-sect .mod-title {
  font-size: 36px;
  color: #333;
  text-align: center;
  font-weight: normal;
  padding-bottom: 40px;
}
.mod-sect .mod-content {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
.sect-about {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
  overflow: hidden;
}
.sect-about .mod-content {
  width: 100%;
}
.sect-about .mod-content .item-list {
  padding: 0 60px;
  display: flex;
  justify-content: space-evenly;
  align-items: top;
}
.sect-about .mod-content .item-list .item {
  padding: 24px 36px;
  text-align: center;
}
.sect-about .mod-content .item-list .item img {
  width: 128px;
  height: 128px;
}
.sect-about .mod-content .item-list .item h4 {
  margin-top: 24px;
  font-size: 24px;
  font-weight: normal;
  color: #333;
}
.sect-about .mod-content .item-list .item p {
  margin-top: 8px;
  font-size: 14px;
  color: #999;
}
.sect-funtcion {
  padding-bottom: 0;
}
.sect-funtcion .mod-content {
  width: auto;
}
.sect-funtcion .function-list .item {
  padding: 0 168px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.sect-funtcion .function-list .item:nth-child(even) {
  flex-direction: row-reverse;
  background-color: #fffbee;
}
.sect-funtcion .function-list .item:nth-child(even) .image {
  margin-top: -120px;
}
.sect-funtcion .function-list .item .text {
  width: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sect-funtcion .function-list .item .text h3 {
  font-size: 24px;
  color: #232323;
  margin-bottom: 16px;
}
.sect-funtcion .function-list .item .text p {
  width: 320px;
  font-size: 14px;
  color: #999;
}
.sect-funtcion .function-list .item .image {
  width: 600px;
  height: 600px;
  flex: 0 0 600px;
}
.sect-funtcion .function-list .item .image img {
  width: 100%;
  height: 100%;
}
.sect-contact {
  padding-top: 60px;
  background: linear-gradient(90deg, #fec958, #ffb533);
}
.sect-contact .mod-title {
  padding: 12px;
}
.sect-contact .mod-title h3 {
  color: #232323;
  font-weight: normal;
}
.sect-contact .mod-title h4 {
  font-size: 24px;
  margin-top: 12px;
  color: #232323;
  font-weight: normal;
}
.sect-contact .mod-content {
  text-align: center;
}
.sect-contact .mod-content .price {
  margin-top: 24px;
  color: #232323;
}
.sect-contact .mod-content .tips {
  color: #232323;
}
.sect-gallery {
  background-color: #2D2D2D;
}
.sect-gallery .mod-title {
  color: #fff;
}
.mod-slider {
  position: relative;
  width: 966px;
  height: 651px;
  margin: 0 auto 60px;
  overflow: hidden;
}
.mod-slider ul {
  width: 5000px;
  height: 651px;
  position: absolute;
  left: 0;
  top: 0;
}
.mod-slider ul li {
  width: 302px;
  height: 651px;
  margin: 0 10px;
  float: left;
  overflow: hidden;
  text-align: center;
  background: #2d2d2d;
}
.mod-slider ul li img {
  width: 300px;
  vertical-align: middle;
  background: #fff;
}
.mod-slider ul li::after,
.mod-slider ul li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}
.mod-slider .slider-ctrl a {
  position: absolute;
  top: 50%;
  margin-top: -44px;
  display: block;
  height: 88px;
  width: 40px;
  border-radius: 20px;
  background: #2d2d2d;
  opacity: 0.8;
}
.mod-slider .slider-ctrl a:hover {
  opacity: 1;
}
.mod-slider .slider-ctrl a.prev {
  left: 20px;
  background: url("../images/left@2x.png")/*tpa=http://www.apppark.cn/activity/20230217/images/left@2x.png*/ no-repeat;
  background-size: contain;
}
.mod-slider .slider-ctrl a.next {
  right: 20px;
  background: url("../images/right@2x.png")/*tpa=http://www.apppark.cn/activity/20230217/images/right@2x.png*/ no-repeat;
  background-size: contain;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx), (min-resolution: 192dpi) {
  .mod-banner {
    background: url("../images/banner@2x.png")/*tpa=http://www.apppark.cn/activity/20230217/images/banner@2x.png*/ center no-repeat;
    background-size: 2000px 420px;
  }
}
