.not_banner{
  height: 540px;
  min-height: 540px;
}
.not_banner .wrap{
  height: 100%;
}
.not_banner > img{
  height: 540px;
  min-height: 540px;
}
.service .wrap {
  width: 1167px;
  margin: 87px auto 54px;
    max-width: 90%;
}
.service .wrap .top {
  margin: 0 0 92px 0;
}
.service .wrap .top .headline {
  font-size: 28px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #373737;
  margin: 0 0 104px 0;
  text-align: center;
}
.service .wrap .top .content .flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.service .wrap .top .content .swiper {
  width: 1050px;
  margin: auto;
}
.service .wrap .top .content .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .wrap .top .content .swiper .swiper-slide .item {
  width: 211px;
  height: 193px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.service .wrap .top .content .swiper .swiper-slide .item:not(:last-child) {
  border-right: 1px solid #eeeeee;
}
.service .wrap .top .content .swiper .swiper-slide .item .img {
  width: 120px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 23px 0;
  transition: 1s;
}

.service .wrap .top .content .swiper .swiper-slide .item .text {
  font-size: 16px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #121212;
  transition: 0.6s;
}
.service .wrap .top .content .swiper .swiper-slide .item:hover .text,.service .wrap .top .content .swiper .swiper-slide .item.on .text {
  color: #ec6816;
}
.service .wrap .top .content .swiper .swiper-slide .item:hover .img,.service .wrap .top .content .swiper .swiper-slide .item.on .img {
  transform: translateY(-10px);
}

.service .wrap .top .content .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service .wrap .top .content .button img {
  cursor: pointer;
}
.service .wrap .top .content .swiper-pagination {
  position: static;
  width: fit-content;
  margin: 51px auto 0;
}
.service .wrap .top .content .swiper-pagination span {
  background: #BFBFBF;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 12px 0 0;
  transition: 0.7s;
}
.service .wrap .top .content .swiper-pagination span:last-child {
  margin: 0!important;
}
.service .wrap .top .content .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ec6816;
  opacity: 1;
}
.service .wrap .bottom .lump {
  display: flex;
  justify-content: space-between;
  height: 224px;
}
.service .wrap .bottom .lump .list {
  width: 375px;
  background: #F7F7F7;
  padding: 40px 49px 25px 48px;
  position: relative;
  display: block;
}
.service .wrap .bottom .lump .list .code {
  width: 100px;
  left: 45px;
  top: 33px;
  position: absolute;
  opacity: 0;
  transform: translateY(-50px);
  transition: 1s;
}
.service .wrap .bottom .lump .list .text span {
  font-size: 24px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #373737;
  display: block;
  margin: 0 0 21px 0;
  transition: 1s;
  transition-delay: 0.3s;
}
.service .wrap .bottom .lump .list .text p {
  width: 266px;
  font-size: 14px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #545454;
  opacity: 0.8;
  max-width: 90%;
  transition: 1s;
  transition-delay: 0.3s;
}
.service .wrap .bottom .lump .list .more {
  display: flex;
  align-items: center;
  margin: 44px 0 0 0;
  transition: 1s;
  transition-delay: 0.3s;
}
.service .wrap .bottom .lump .list .more p {
  font-size: 12px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #545454;
  margin: 0 7px 0 0;
  transition: 0.63s;
}
.service .wrap .bottom .lump .list .more img {
  transition: 1s;
}
.service .wrap .bottom .lump .list:hover .more p {
  color: #ec6816;
}
.service .wrap .bottom .lump .list:hover .more img {
  transform: translateX(5px);
}
.service .wrap .bottom .lump .list:nth-child(2):hover .code {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.service .wrap .bottom .lump .list:nth-child(2):hover .text span {
  opacity: 0;
  transform: translateY(62px);
  transition-delay: unset;
}
.service .wrap .bottom .lump .list:nth-child(2):hover .text p {
  transform: translateY(62px);
  transition-delay: unset;
}
.service .wrap .bottom .lump .list:nth-child(2):hover .more {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: unset;
}
.service .wrap .bottom .content {
  display: flex;
  justify-content: space-between;
  height: 470px;
  margin: 22px 0 0 0;
}
.service .wrap .bottom .content .map {
  width: 771px;
  height: 100%;
  position: relative;
}
.service .wrap .bottom .content .map .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.service .wrap .bottom .content .map .position {
  position: absolute;
  left: 48px;
  top: 65px;
  z-index: 2;
}
.service .wrap .bottom .content .map .position .text {
  margin: 127px 0 86px 0;
}
.service .wrap .bottom .content .map .position .text span {
  font-size: 24px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #373737;
  display: block;
  margin: 0 0 21px 0;
}
.service .wrap .bottom .content .map .position .text p {
  width: 266px;
  font-size: 14px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #545454;
  line-height: 21px;
  opacity: 0.8;
}
.service .wrap .bottom .content .map .position .more {
  display: flex;
  align-items: center;
}
.service .wrap .bottom .content .map .position .more p {
  font-size: 12px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #545454;
  margin: 0 7px 0 0;
  transition: 0.6s;
}
.service .wrap .bottom .content .map .position .more img {
  transition: 1s;
}
.service .wrap .bottom .content .map .position .more:hover p {
  color: #ec6816;
}
.service .wrap .bottom .content .map .position .more:hover img {
  transform: translateX(5px);
}
.service .wrap .bottom .content .map .point {
  position: absolute;
  right: 210px;
  top: 187px;
}
.service .wrap .bottom .content .map .point .iconfont {
  color: #ec6816;
  font-size: 26px;
  position: relative;
  z-index: 3;
  animation: 1s top infinite linear;
}
.service .wrap .bottom .content .map .point .circle {
  position: relative;
  transform: translateY(-4px);
}
.service .wrap .bottom .content .map .point .circle:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 7px;
  background: #ec6818;
  opacity: 0.5;
  border-radius: 50%;
  left: 49%;
  transform: translateX(-50%);
  animation: big 2s infinite linear;
}
.service .wrap .bottom .content .map .point .circle:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 7px;
  background: #ec6818;
  opacity: 0.5;
  border-radius: 50%;
  left: 49%;
  transform: translateX(-50%);
  animation: big 2s infinite linear;
  animation-delay: 1s;
}
.service .wrap .bottom .content .make {
  width: 374px;
  height: 100%;
  background: #F7F7F7;
  padding: 58px 38px 38px 38px;
}
.service .wrap .bottom .content .make .code {
  width: 102px;
  margin: 0 0 68px 0;
}
.service .wrap .bottom .content .make .text span {
  font-size: 24px;
  font-family: ZauriSans;
  font-weight: normal;
  color: #373737;
  display: block;
  margin: 0 0 21px 0;
}
.service .wrap .bottom .content .make .text > p {
  width: 266px;
  font-size: 14px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #545454;
  line-height: 21px;
  opacity: 0.8;
}
.service .wrap .bottom .content .make .text .tel {
  margin: 32px 0 0 0;
  display: flex;
  align-items: center;
}
.service .wrap .bottom .content .make .text .tel h2 {
  font-size: 20px;
  font-family: HelveticaNeueLT;
  font-weight: bold;
  color: #EC6716;
  margin: 0 0 0 7px;
}
.service .wrap .bottom .content .make .text .more {
  display: flex;
  align-items: center;
  margin: 40px 0 0 0;
}
.service .wrap .bottom .content .make .text .more p {
  font-size: 12px;
  font-family: X-ZhongHei;
  font-weight: normal;
  color: #545454;
  margin: 0 7px 0 0;
  transition: 0.6s;
}
.service .wrap .bottom .content .make .text .more img {
  transition: 1s;
}
.service .wrap .bottom .content .make .text .more:hover p {
  color: #ec6816;
}
.service .wrap .bottom .content .make .text .more:hover img {
  transform: translateX(5px);
}
@keyframes big {
  0% {
    opacity: 0.5;
    transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(3);
  }
}
@keyframes top {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}

@media screen and (max-width: 1900px) {
    .service .wrap .top .content .swiper{
        max-width: 100%;
    }
    .service .wrap{
        max-width: 90%;
    }
    .service .wrap .bottom .lump .list{
        width: 32%;
    }
    .service .wrap .bottom .content .map{
        width: 66%;
    }
    .service .wrap .bottom .content .make{
        width: 32%;
    }
}
@media screen and (max-width: 1500px) {
    .not_banner{
        height: auto;
        min-height: auto;
    }
    .service .wrap .bottom .lump .list .text p{
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media screen and (max-width: 1023px) {
    body .not_banner{
        min-height: auto;
    }
    body .not_banner .wrap > img{
        min-height: 250px;
    }
    body .not_banner .content span{
        font-size: 19px;
        margin: 0;
    }
    body .not_banner .content .banner_search{
        width: 100%;
        margin: 17px auto 0;
    }
    body .not_banner .content .banner_search input{
        font-size: 12px;
    }
    body .not_banner .content .banner_search .click{
        width: 16px;
    }
    .service .wrap {
        margin: 41px auto 25px;
    }
    .service .wrap .top .headline{
        font-size: 22px;
        margin: 0 0 30px 0;
    }
    .service .wrap .top .content .swiper .swiper-slide{
        display: grid;
        grid-template-columns: repeat(5,1fr);
    }
    .service .wrap .top .content .swiper .swiper-slide .item:not(:last-child) {
        border-right: none;
    }
    .service .wrap .top .content .button{
        display: none;
    }
    .service .wrap .top .content .swiper .swiper-slide .item .text{
        font-size: 12px;
    }
    .service .wrap .top .content .swiper .swiper-slide .item .img{
        width: 37px;
        height: 37px;
        margin: 0 auto 12px;
        transform: none!important;
    }
    .service .wrap .top .content .swiper .swiper-slide .item{
        width: 100%;
        height: auto;
    }
    .service .wrap .top {
        margin: 0 0 27px 0;
    }
    .service .wrap .bottom .lump{
        height: auto;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 20px 0;
    }
    .service .wrap .bottom .lump .list{
        width: 100%;
        margin: 0!important;
        padding: 30px 5%;
    }
    .service .wrap .bottom .lump .list .text span{
        font-size: 18px;
    }
    .service .wrap .bottom .lump .list .text p {
        font-size: 12px;
        line-height: 21px;
    }

    .service .wrap .bottom .lump .list .more{
        margin: 33px 0 0 0;
    }
    .service .wrap .top .content .swiper-pagination{
        display: none;
    }
    .service .wrap .bottom .content .map .point{
        display: none;
    }
    .service .wrap .bottom .content{
        margin: 20px 0 0 0;
        flex-direction: column;
        height: auto;
    }
    .service .wrap .bottom .content .map{
        width: 100%;
        height: auto;
    }
    .service .wrap .bottom .content .map .position{
        top: 0;
        left: 0;
        position: relative;
        z-index: 45;
        padding: 30px 5%;
    }
    .service .wrap .bottom .content .map .position .text span{
        font-size: 22px;
    }
    .service .wrap .bottom .content .map .position .text p{
        font-size: 12px;
        line-height: 21px;
        width: 100%;
        max-width: 100%;
    }
    .service .wrap .bottom .content .make{
        width: 100%;
        margin: 20px 0 0 0;
        padding: 30px 5%;
    }
    .service .wrap .bottom .content .map .position .text {
        margin: 26px 0 24px 0;
    }
    .service .wrap .bottom .content .make .code {
        width: 72px;
        margin: 0 0 21px 0;
    }
    .service .wrap .bottom .lump .list .code {
        width: 72px;
        left: 5%;
        top: 20px;
    }
    .service .wrap .bottom .content .make .text span{
        font-size: 22px;
    }
    .service .wrap .bottom .content .make .text > p{
        max-width: 100%;
        font-size: 12px;
    }
    .service .wrap .bottom .content .make .text .tel h2{
        font-size: 18px;
    }
    .service .wrap .bottom .content .make .text .tel{
        margin: 20px 0 0 0;
    }

}
/*# sourceMappingURL=service.css.map */
