@keyframes jump {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.notScroll {
  overflow: hidden;
}
#app {
  max-width: 750px;
  margin: 0 auto;
  font-family: Arial;
  padding-top: 0.9rem;
}
#app .top {
  background: #F7F7F7;
  display: flex;
  justify-content: space-between;
  padding: 0.2rem;
  align-items: center;
  position: fixed;
  top: 0;
  height: 0.9rem;
  width: 7.5rem;
  z-index: 99;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
}
#app .top img {
  width: 2rem;
}
#app .top .navList {
  display: flex;
  color: #000;
}
#app .top .navList .clickNav {
  font-size: 0.24rem;
  margin: 0 0.1rem;
  font-weight: 700;
}
#app .banner {
  height: 5rem;
  position: relative;
}
#app .banner img {
  height: 5rem;
  max-width: 750px;
  width: 7.5rem;
  object-fit: cover;
}
#app .banner .banner-content {
  width: 100%;
  position: absolute;
  font-size: 0.36rem;
  font-weight: 700;
  color: #FFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#app .banner .banner-content .banner-desc {
  width: 100%;
  font-size: 0.28rem;
  margin-top: 0.1rem;

}
#app .banner .banner-content .banner-title {
  width: 100%;
 
}
#app .banner .banner-content button {
  margin-top: 0.3rem;
  background-image: linear-gradient(to right, #FFA895, #FF1148);
  color: #FFF;
  width: 2rem;
  height: 0.6rem;
  font-size: 0.32rem;
  border-radius: 0.3rem;
  cursor: pointer;
}
#app .coreBusiness {
  background: #F7F7F7;
  padding-bottom: 0.15rem;
}
#app .coreBusiness .coreBusiness-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0.15rem;
  padding-top: 0.5rem;
}
#app .coreBusiness .coreBusiness-box .coreBusiness-item {
  box-sizing: border-box;
  padding: 0.25rem;
  width: 3.48rem;
  margin: 0.06rem;
  background: #FFF;
  text-align: center;
}
#app .coreBusiness .coreBusiness-box .coreBusiness-item img {
  width: 0.7rem;
}
#app .coreBusiness .coreBusiness-box .coreBusiness-item h1 {
  font-size: 0.3rem;
  color: #000;
  font-weight: 700;
}
#app .coreBusiness .coreBusiness-box .coreBusiness-item p {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  color: #FF1A4B;
}
#app .coreBusiness .coreBusiness-info {
  padding: 0.5rem;
  width: 6.9rem;
  background: #FFF;
  box-sizing: border-box;
  margin: 0.3rem;
  margin-top: 0.5rem;
}
#app .coreBusiness .coreBusiness-info h1 {
  font-size: 0.38rem;
  font-weight: 700;
  color: #000;
}
#app .coreBusiness .coreBusiness-info h2 {
  margin-top: 0.2rem;
  line-height: 0.42rem;
  font-size: 0.3rem;
  color: #000;
}
#app .coreBusiness .coreBusiness-info .introduction {
  font-size: 0.24rem;
  line-height: 0.4rem;
  margin-top: 0.2rem;
}
#app .coreBusiness .coreBusiness-info .introduction .redDot {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: red;
  border-radius: 50%;
  margin-right: 0.2rem;
}
#app .coreBusiness .coreBusiness-info img {
  width: 5.9rem;
}
#app .coreBusiness .coreBusiness-info .back {
  color: #FF194A;
  font-size: 0.28rem;
  /* float: left; */
  margin-bottom: 0.2rem;
}
#app .case-showcase {
  width: 7.5rem;
  overflow: hidden;
}
#app .case-showcase h1 {
  font-size: 0.38rem;
  text-align: center;
  margin: 0.35rem;
  color: #000;
  font-weight: 700;
}
#app .case-showcase .service .swiper-wrapper {
  display: flex;
}
#app .case-showcase .service .service-contetnt {
  width: 6.6rem;
  text-align: center;
}
#app .case-showcase .service .service-img {
  width: 100%;
  margin: 0 auto;
  height: 220px;
  /* height: 3rem; */
}
#app .case-showcase .service .service-title {
  width: calc(100% - 0.2rem);
  height: 40px;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
}
#app .case-showcase .service .service-desc {
  width: calc(100% - 0.2rem);
  font-size: 0.24rem;
  text-align: left;
  color: #242424;
  margin: 0 auto;
  line-height: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CECECE;
}
#app .case-showcase .service .service-data {
  width: calc(100% - 0.2rem);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  margin: 20px 0;
}
#app .case-showcase .service .service-data-item{
  flex: 1;
}
#app .case-showcase .service .service-data-num {
  color: red;
  font-size: 18px;
  font-weight: 900;
}

#app .case-showcase .service .service-data-title {
  font-size: 0.28rem;
  color: #242424;

}
#app .case-showcase .service .service-title img {
  /* width: 100%; */
  height: 100%;
}
#app .case-showcase .service .service-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#app .case-showcase .swiper-pagination {
  position: static;
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: center;
}
#app .case-showcase .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.1rem;
  color: #000 !important;
  width: auto;
  font-size: 0.24rem;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  outline: none;
  padding-bottom: 0.1rem;
}
#app .case-showcase .swiper-pagination .swiper-pagination-bullet-active {
  border-bottom: 0.04rem solid #FC2A58;
}
#app .case-showcase .swiper-button-prev,
#app .case-showcase .swiper-button-next {

  background: #D2D2D2;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  /* left: 0; */
  position: absolute;
  opacity: 0.8;
  display: flex
  ;
      align-items: center;
      justify-content: center;
  
}
/* .swiper-button-prev:after {
  content: '<';
}

.swiper-button-next:after {
  content: '>';
} */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 25px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
#app .cooperative {
  background: #F7F7F7;
}
#app .cooperative .cooperative-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0.18rem;
  padding-top: 0.5rem;
}
#app .cooperative .cooperative-box img {
  width: calc(25% - 10px); /* 每行4个图片 */
  /* height: 1rem; */
 /* 右侧留间隙 */
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow:0 7px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
#app .cooperative .cooperative-box img:nth-child(4n) {
  width:25%;
  margin-right: 0; /* 每行最后一个图片右侧不留间隙 */
}
#app .cooperative .cooperative-bottom {
  color: #FF1C4C;
  font-size: 0.28rem;
  text-align: center;
  background: #F7F7F7;
  padding: 0.1rem 0 0.8rem;
}
#app .contactUs {
  width: 7.1rem;
  margin: 0.2rem;
  background: #FF1F4E;
  padding: 0.2rem 0.3rem;
  box-sizing: border-box;
  position: relative;
}
#app .contactUs h1 {
  font-size: 0.3rem;
  color: #FFF;
}
#app .contactUs .link {
  width: 1.5rem;
  height: 0.1rem;
  background: #FFF;
  margin: 0.15rem 0;
}
#app .contactUs p {
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  color: #FFF;
}
#app .contactUs p img {
  width: 0.5rem;
  margin-right: 0.2rem;
}
#app .contactUs .yuan {
  position: absolute;
  right: 0.2rem;
  top: -0.1rem;
  width: 2.4rem;
}
#app .employees .title {
  background: #FFF;
  color: #FF1C4C;
  font-weight: 700;
  font-size: 0.38rem;
}
#app .employees .employees_box .kol-input {
  display: flex;
  margin: 0 0.5rem;
  align-items: center;
  box-shadow: 0 0 0.2rem 0.01rem #dbdbdb;
  border-radius: 0.1rem;
  overflow: hidden;
  padding: 0 0.2rem;
}
#app .employees .employees_box .kol-input input {
  flex: 1;
  font-size: 0.28rem;
  height: 0.8rem;
}
#app .employees .employees_box .kol-input input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
#app .employees .employees_box .kol-input img {
  width: 0.4em;
  height: 0.4rem;
}
#app .employees .employees_box .search_result {
  margin: 0.35rem 0.5rem 0rem;
  font-size: 0.28rem;
}
#app .employees .employees_box .search_result.error {
  color: red;
}
#app .employees .employees_box .search_result.success {
  color: #27bb27;
}
#app .employees .employees_box button {
  width: 6.5rem;
  margin: 0 0.5rem;
  font-size: 0.32rem;
  padding: 0.24rem 0;
  background: #FF1D4E;
  color: #FFF;
  font-weight: 700;
  border-radius: 0.2rem;
}
#app .footer {
  background: url(../image/wei.png) no-repeat;
  background-size: cover;
  text-align: center;
  padding-bottom: 0.2rem;
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}
#app .footer .item {
  margin: 0 0.2rem;
}
#app .footer img {
  width: 1.8rem;
  margin-top: 0.3rem;
}
#app .footer p {
  color: #FFF;
  font-size: 0.32rem;
}
#app .copyright {
  background: #000;
  padding: 0.2rem;
  color: #FFF;
  font-size: 0.2rem;
  line-height: 0.4rem;
  text-align: center;
}
#app .title {
  background: #FF1C4C;
  color: #FFF;
  text-align: center;
  font-size: 0.38rem;
  padding: 0.3rem 0;
}
#app .triangle {
  position: absolute;
  width: 0px;
  height: 0px;
  border: 0.4rem solid transparent;
  border-top-color: #FF1C4C;
  margin-top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
#app .qualification{

}
#app .qualification .qualification-box{
  font-size: 0.38rem;
  text-align: center;
  margin: 0.35rem;
  color: #000;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .qualification .qualification-box .qualification-box-left{
  /* width: 25px; */
  height: 20px;
  margin-right: 50px;
}
#app .qualification .qualification-box .qualification-box-left img{
  /* width: 100%; */
  height: 100%;
}
#app .qualification .qualification-box .qualification-box-right{
  /* width: 25px; */
  height: 20px;
  margin-left: 50px;
}
#app .qualification .qualification-box .qualification-box-right img{
  /* width: 100%; */
  height: 100%;
}
#app .qualification .qualification-content{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  gap: 12px;
}
#app .qualification .qualification-content .qualification-content-item{
  display: flex;
  flex-direction: column;
  width: 48%;
  height: 50px;
  align-items: center;
  justify-content: center;
}
#app .qualification .qualification-content .qualification-content-item-img{
  height: 25px;
  display: flex;
}
#app .qualification .qualification-content .qualification-content-item-img img{
  height: 100%;
}
#app .qualification .qualification-content .qualification-content-item-title{
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
#app .OurStrengths{ 
  margin-bottom: 0.35rem;
}
#app .OurStrengths .OurStrengths-box{
  display: flex;
  flex-wrap: wrap;
  padding: 0.18rem;
  padding-top: 0.5rem;
}

#app .OurStrengths .OurStrengths-box{
  font-size: 0.38rem;
  text-align: center;
  margin: 0.35rem;
  color: #000;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .OurStrengths .OurStrengths-box .OurStrengths-box-left{
  /* width: 25px; */
  height: 20px;
  margin-right: 50px;
}
#app .OurStrengths .OurStrengths-box .OurStrengths-box-left img{
  /* width: 100%; */
  height: 100%;
}
#app .OurStrengths .OurStrengths-box .OurStrengths-box-right{
  /* width: 25px; */
  height: 20px;
  margin-left: 50px;
}
#app .OurStrengths .OurStrengths-box .OurStrengths-box-right img{
  /* width: 100%; */
  height: 100%;
}
#app .OurStrengths .OurStrengths-content{
  height: 200px;
  position: relative;
}
#app .OurStrengths .OurStrengths-content img{
  width: 100%;
  height: 100%;
  position: relative;
}
#app .OurStrengths .OurStrengths-content .OurStrengths-content-data{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#app .OurStrengths .OurStrengths-content .OurStrengths-content-data-item .OurStrengths-content-data-item-num{
  color: red;
    font-size: 0.62rem;
    font-weight: 700;
}
#app .OurStrengths .OurStrengths-content .OurStrengths-content-data-item .OurStrengths-content-data-item-title{
  font-size: 0.28rem;
  color: #000;

}
