@keyframes scaling {
  0% {
    transform: scale(0.7);
    border-color: #5f449b;
  }
  100% {
    transform: scale(2);
    border-color: rgba(95, 68, 155, 0);
  }
}
@keyframes bganimate {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100vw 100%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes menu {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.serviceDetBann {
  padding: 50px 0;
  background: linear-gradient(270deg, #B699FF 0%, #5F36C9 100%);
}
.serviceDetBann .flex {
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .serviceDetBann .flex {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.serviceDetBann .flex .col1 {
  flex: 0 1 59%;
  max-width: 59%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .serviceDetBann .flex .col1 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.serviceDetBann .flex .col2 {
  flex: 0 1 39%;
  max-width: 39%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .serviceDetBann .flex .col2 {
    display: none;
  }
}
.serviceDetBann .content {
  max-width: 572px;
}
.serviceDetBann .content h1, .serviceDetBann .content p, .serviceDetBann .content li {
  color: var(--white);
}
.serviceDetBann .content h1 {
  margin-bottom: 11px;
}
.serviceDetBann .content p {
  margin: 0 0 25px;
}
.serviceDetBann .content ul {
  margin: 0 0 0;
}
.serviceDetBann .content ul li {
  margin-bottom: 6px;
  position: relative;
  padding: 6px 0;
  padding-left: 34px;
}
.serviceDetBann .content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: url("../../icon/che.png");
  width: 20px;
  height: 18px;
}
.serviceDetBann .content li {
  font-weight: 500;
}

.serviceDetInPage {
  background: #f6f6f6;
}

.projDetailSection {
  padding: 40px 0;
}
.projDetailSection .asideLeft {
  flex: 0 1 70%;
  max-width: 70%;
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .projDetailSection .asideLeft {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.projDetailSection .asideRight {
  flex: 0 1 30%;
  max-width: 30%;
  width: 100%;
  padding-left: 25px;
}
@media only screen and (max-width: 1024px) {
  .projDetailSection .asideRight {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 860px) {
  .projDetailSection .asideRight {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.projDetailSection .quckEnqForm .form .form-head {
  padding: 17px;
}

.projDetailLis {
  position: relative;
  padding-left: 40px;
}
@media only screen and (max-width: 675px) {
  .projDetailLis {
    padding-left: 0;
  }
}
.projDetailLis::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--purple);
}
@media only screen and (max-width: 675px) {
  .projDetailLis::after {
    display: none;
  }
}
.projDetailLis .redmore button.btnred {
  display: inline-block;
}
.projDetailLis .redmore button.btnred span, .projDetailLis .redmore button.btnred img {
  display: inline-block;
  vertical-align: middle;
  color: var(--purple);
  font-size: 16px;
  font-weight: 500;
}
.projDetailLis .redmore button.btnred span {
  margin-right: 5px;
}
.projDetailLis .section {
  margin-bottom: 20px;
  position: relative;
}
.projDetailLis .section::before {
  content: "";
  position: absolute;
  left: -43px;
  border: 20px solid rgba(255, 255, 255, 0);
  top: 40px;
  border-right-color: white;
  border-bottom-width: 13px;
  border-top-width: 13px;
  border-right-width: 23px;
}
@media only screen and (max-width: 675px) {
  .projDetailLis .section::before {
    display: none;
  }
}
.projDetailLis .section::after {
  content: "";
  position: absolute;
  left: -49px;
  top: 41px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: var(--white);
  border: 3px solid var(--purple);
  z-index: 1;
}
.projDetailLis .section .item .card {
  padding: 22px;
  background: var(--white);
  border-radius: 5px;
  border: 1px solid #E0E0E0;
}
.projDetailLis .section .item .card .card-head {
  position: relative;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #CCCCCC;
}
.projDetailLis .section .item .card .card-head h5 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
.projDetailLis .section .item .card .card-head .rar {
  font-size: 16px;
  font-weight: 400;
  color: var(--purple);
  position: absolute;
  right: 0;
  top: 10px;
}
.projDetailLis .section .item .card .card-head .rar span {
  font-weight: 500;
  color: var(--black);
}
.projDetailLis .section .item .card .card-bod {
  padding: 20px 0 0;
}
.projDetailLis .section .item .card .card-bod p {
  color: var(--text);
  line-height: 24px;
  margin-bottom: 20px;
  text-align: justify;
}
.projDetailLis .section .item .card .card-bod .content > ul {
  margin-bottom: 20px;
  padding-left: 30px;
}
.projDetailLis .section .item .card .card-bod .content > ul li {
  display: block;
  line-height: 24px;
  margin: 6px 0;
  color: var(--text);
  position: relative;
}
.projDetailLis .section .item .card .card-bod .content > ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: var(--purple);
  border-radius: 20px;
}/*# sourceMappingURL=service.css.map */