@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Roboto:wght@300;400;500&display=swap");
* {
  font-family: "Noto Sans TC", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ol,
ul,
li {
  list-style-type: none;
}

p {
  margin: 0;
  line-height: 1.75;
}

::-moz-selection {
  background: #ffc380;
  color: #fff;
}

::selection {
  background: #ffc380;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}
html::-webkit-scrollbar {
  width: 8px;
  background: #eee;
}
html::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb {
  background: #ffc380;
  border-radius: 10px;
}

.text-menu-bg {
  color: #ff9114;
}

.text-main {
  color: #ff6600;
}

.text-red {
  color: #ff0000;
}

.text-left {
  text-align: left !important;
}

.section-title,
.model-section-title {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 35px 0;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section-title,
.model-section-title {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.section-title > img,
.model-section-title > img {
  width: 20%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 450px) {
  .section-title > img,
.model-section-title > img {
    top: 20%;
    width: 30%;
  }
}
.section-title p,
.model-section-title p {
  color: #ff6600;
  font-size: 30px;
  font-weight: 500;
}
.section-title p:first-child,
.model-section-title p:first-child {
  font-family: "Roboto", sans-serif;
}
.section-title p:last-child,
.model-section-title p:last-child {
  letter-spacing: 6px;
  text-indent: -6px;
  direction: rtl;
}
@media (max-width: 450px) {
  .section-title p,
.model-section-title p {
    font-size: 20px;
  }
}

.model-section-title {
  width: 100%;
  margin: 0;
  margin-bottom: 100px;
}
.model-section-title > img {
  z-index: 1;
}
.model-section-title > p {
  font-size: 24px;
  margin: 0;
  position: relative;
  z-index: 2;
}

.more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
@media (max-width: 450px) {
  .more-btn {
    padding: 0;
  }
}
.more-btn a {
  background: #ff6600;
  color: #fff;
  font-size: 20px;
  letter-spacing: 6px;
  border-radius: 30px;
  padding: 15px 100px;
}
.more-btn a:hover {
  background: #ffc380;
  transition: all 0.3s;
}
@media (max-width: 450px) {
  .more-btn a {
    padding: 15px 50px;
  }
}

.teams-swiper {
  width: 95%;
  height: 600px;
  margin: 0 auto;
}
.teams-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 450px) {
  .teams-swiper .swiper-slide {
    justify-content: flex-start;
  }
}
.teams-swiper .swiper-slide .teacher-img {
  background: #ffc380;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 15px solid #ffc380;
  overflow: hidden;
}
.teams-swiper .swiper-slide .teacher-img img {
  width: 350px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.teams-swiper .swiper-slide .name,
.teams-swiper .swiper-slide .job,
.teams-swiper .swiper-slide p {
  text-align: center;
  font-size: 20px;
  color: #ff9114;
}
.teams-swiper .swiper-slide .name,
.teams-swiper .swiper-slide .job {
  text-align: center;
  font-size: 24px;
  margin: 5px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ff6600;
}

.breadcrumb-bar {
  width: 78%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .breadcrumb-bar {
    display: none;
  }
}
.breadcrumb-bar ol {
  color: #ff6600;
  font-weight: 600;
  display: flex;
}
.breadcrumb-bar ol li {
  font-size: 20px;
  letter-spacing: 6px;
}
.breadcrumb-bar ol li a {
  color: #ff6600;
  transition: all 0.3s;
}
.breadcrumb-bar ol li a:hover {
  color: #ffc380;
}
.breadcrumb-bar ol > span {
  margin: 0 10px;
}

#pc-top-navbar {
  height: 200px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background: linear-gradient(rgba(252, 236, 203, 0.85), transparent);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}
@media (max-width: 1024px) {
  #pc-top-navbar {
    display: none;
  }
}
#pc-top-navbar .left {
  display: flex;
  align-items: center;
}
#pc-top-navbar .top-nav-phone {
  text-align: center;
  color: #ff6600;
  padding-left: 30px;
  font-weight: 600;
}
#pc-top-navbar .top-nav-phone > p:first-child {
  font-size: 20px;
}
#pc-top-navbar .top-nav-phone > p:last-child {
  font-size: 30px;
  line-height: 1;
}

.right {
  display: flex;
  align-items: center;
  text-align: center;
}
.right ul {
  display: none;
  margin: 0;
  padding: 0;
}
.right > li {
  display: block;
  margin: 0 10px;
  padding: 10px 0;
}
.right > li a {
  color: #ff6600;
  text-align: center;
  transition: all 0.3s;
}
.right > li a span {
  display: block;
}
.right > li a span:first-child {
  font-size: 18px;
  letter-spacing: 6px;
  text-indent: -6px;
  direction: rtl;
}
.right > li a span:last-child {
  font-size: 12px;
  letter-spacing: 2px;
  text-indent: -2px;
  direction: rtl;
}
.right > li a:hover {
  color: #fff;
}
.right #service-dropdown,
.right #ser01-dropdown,
.right #ser02-dropdown,
.right #ser03-dropdown,
.right #ser04-dropdown,
.right #ser05-dropdown,
.right #ser06-dropdown,
.right #ser07-dropdown,
.right #ser08-dropdown,
.right #ser09-dropdown,
.right #ser10-dropdown,
.right #case-dropdown,
.right #knowledge-dropdown {
  position: relative;
}
.right #service-menu,
.right #case-menu,
.right #knowledge-menu,
.right #ser01-menu,
.right #ser02-menu,
.right #ser03-menu,
.right #ser04-menu,
.right #ser05-menu,
.right #ser06-menu,
.right #ser07-menu,
.right #ser08-menu,
.right #ser09-menu,
.right #ser10-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  position: absolute;
  top: 55px;
  left: -20px;
  background: rgba(255, 195, 128, 0.8);
  border-radius: 20px;
  box-shadow: 1px 1px 8px #aaa;
}
.right #service-menu li,
.right #case-menu li,
.right #knowledge-menu li,
.right #ser01-menu li,
.right #ser02-menu li,
.right #ser03-menu li,
.right #ser04-menu li,
.right #ser05-menu li,
.right #ser06-menu li,
.right #ser07-menu li,
.right #ser08-menu li,
.right #ser09-menu li,
.right #ser10-menu li {
  display: block;
  width: 140px;
}
.right #service-menu li a,
.right #case-menu li a,
.right #knowledge-menu li a,
.right #ser01-menu li a,
.right #ser02-menu li a,
.right #ser03-menu li a,
.right #ser04-menu li a,
.right #ser05-menu li a,
.right #ser06-menu li a,
.right #ser07-menu li a,
.right #ser08-menu li a,
.right #ser09-menu li a,
.right #ser10-menu li a {
  padding: 10px;
  display: block;
  font-size: 18px;
}
.right #ser01-menu,
.right #ser02-menu,
.right #ser03-menu,
.right #ser04-menu,
.right #ser05-menu,
.right #ser06-menu,
.right #ser07-menu,
.right #ser08-menu,
.right #ser09-menu,
.right #ser10-menu {
  top: 0px;
  left: 135px;
}
.right #service-dropdown:hover #service-menu,
.right #case-dropdown:hover #case-menu,
.right #knowledge-dropdown:hover #knowledge-menu,
.right #ser01-dropdown:hover #ser01-menu,
.right #ser02-dropdown:hover #ser02-menu,
.right #ser03-dropdown:hover #ser03-menu,
.right #ser04-dropdown:hover #ser04-menu,
.right #ser05-dropdown:hover #ser05-menu,
.right #ser06-dropdown:hover #ser06-menu,
.right #ser07-dropdown:hover #ser07-menu,
.right #ser08-dropdown:hover #ser08-menu,
.right #ser09-dropdown:hover #ser09-menu,
.right #ser10-dropdown:hover #ser10-menu {
  display: flex !important;
}

#mobile-top-navbar {
  display: none;
}
#mobile-top-navbar ul,
#mobile-top-navbar li {
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  #mobile-top-navbar {
    display: initial;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background: linear-gradient(rgba(252, 236, 203, 0.85), transparent);
    text-align: center;
  }
  #mobile-top-navbar > a img {
    padding-top: 15px;
    max-width: 50%;
  }
  #mobile-top-navbar > button {
    position: absolute;
    top: 23px;
    right: 20px;
    background: transparent;
    border: none;
  }
  #mobile-top-navbar > button:focus-visible {
    outline: none;
  }
  #mobile-top-navbar > button i {
    font-size: 30px;
    color: #ff6600;
  }
  #mobile-top-navbar .alpha-bg {
    position: fixed;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0.1);
  }
  #mobile-top-navbar .side-menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 0 50px 0 150px;
    width: 50%;
    background: rgba(255, 195, 128, 0.9);
    box-shadow: -2px -2px 6px #aaa;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    transition: all 0.3s;
  }
  #mobile-top-navbar .side-menu .close-btn {
    position: absolute;
    top: 3.5%;
    right: 10%;
    border: none;
    background: transparent;
  }
  #mobile-top-navbar .side-menu .close-btn i {
    font-size: 30px;
    color: #fff;
  }
  #mobile-top-navbar .side-menu .l2-back-btn,
#mobile-top-navbar .side-menu .l3-back-btn {
    position: absolute;
    top: 3.5%;
    left: 10%;
    border: none;
    background: transparent;
  }
  #mobile-top-navbar .side-menu .l2-back-btn i,
#mobile-top-navbar .side-menu .l3-back-btn i {
    font-size: 30px;
    color: #fff;
  }
  #mobile-top-navbar #l1-top-menu,
#mobile-top-navbar #l2-service-menu,
#mobile-top-navbar #l2-case-menu,
#mobile-top-navbar #l2-knowledge-menu,
#mobile-top-navbar #l3-ser01-menu,
#mobile-top-navbar #l3-ser02-menu,
#mobile-top-navbar #l3-ser03-menu,
#mobile-top-navbar #l3-ser04-menu,
#mobile-top-navbar #l3-ser05-menu,
#mobile-top-navbar #l3-ser06-menu,
#mobile-top-navbar #l3-ser07-menu,
#mobile-top-navbar #l3-ser08-menu,
#mobile-top-navbar #l3-ser09-menu,
#mobile-top-navbar #l3-ser10-menu {
    right: -360px;
    opacity: 0;
  }
  #mobile-top-navbar #l2-service-menu,
#mobile-top-navbar #l2-case-menu,
#mobile-top-navbar #l2-knowledge-menu,
#mobile-top-navbar #l3-ser01-menu,
#mobile-top-navbar #l3-ser02-menu,
#mobile-top-navbar #l3-ser03-menu,
#mobile-top-navbar #l3-ser04-menu,
#mobile-top-navbar #l3-ser05-menu,
#mobile-top-navbar #l3-ser06-menu,
#mobile-top-navbar #l3-ser07-menu,
#mobile-top-navbar #l3-ser08-menu,
#mobile-top-navbar #l3-ser09-menu,
#mobile-top-navbar #l3-ser10-menu {
    padding-top: 30%;
    justify-content: start;
  }
  #mobile-top-navbar #l2-service-menu .menu-title,
#mobile-top-navbar #l2-case-menu .menu-title,
#mobile-top-navbar #l2-knowledge-menu .menu-title,
#mobile-top-navbar #l3-ser01-menu .menu-title,
#mobile-top-navbar #l3-ser02-menu .menu-title,
#mobile-top-navbar #l3-ser03-menu .menu-title,
#mobile-top-navbar #l3-ser04-menu .menu-title,
#mobile-top-navbar #l3-ser05-menu .menu-title,
#mobile-top-navbar #l3-ser06-menu .menu-title,
#mobile-top-navbar #l3-ser07-menu .menu-title,
#mobile-top-navbar #l3-ser08-menu .menu-title,
#mobile-top-navbar #l3-ser09-menu .menu-title,
#mobile-top-navbar #l3-ser10-menu .menu-title {
    margin-bottom: 20px;
  }
  #mobile-top-navbar #l2-service-menu .menu-title span,
#mobile-top-navbar #l2-case-menu .menu-title span,
#mobile-top-navbar #l2-knowledge-menu .menu-title span,
#mobile-top-navbar #l3-ser01-menu .menu-title span,
#mobile-top-navbar #l3-ser02-menu .menu-title span,
#mobile-top-navbar #l3-ser03-menu .menu-title span,
#mobile-top-navbar #l3-ser04-menu .menu-title span,
#mobile-top-navbar #l3-ser05-menu .menu-title span,
#mobile-top-navbar #l3-ser06-menu .menu-title span,
#mobile-top-navbar #l3-ser07-menu .menu-title span,
#mobile-top-navbar #l3-ser08-menu .menu-title span,
#mobile-top-navbar #l3-ser09-menu .menu-title span,
#mobile-top-navbar #l3-ser10-menu .menu-title span {
    color: #ff0000;
    display: block;
    font-size: 14px;
    font-weight: 500;
  }
  #mobile-top-navbar #l2-service-menu .menu-title span:first-child,
#mobile-top-navbar #l2-case-menu .menu-title span:first-child,
#mobile-top-navbar #l2-knowledge-menu .menu-title span:first-child,
#mobile-top-navbar #l3-ser01-menu .menu-title span:first-child,
#mobile-top-navbar #l3-ser02-menu .menu-title span:first-child,
#mobile-top-navbar #l3-ser03-menu .menu-title span:first-child,
#mobile-top-navbar #l3-ser04-menu .menu-title span:first-child,
#mobile-top-navbar #l3-ser05-menu .menu-title span:first-child,
#mobile-top-navbar #l3-ser06-menu .menu-title span:first-child,
#mobile-top-navbar #l3-ser07-menu .menu-title span:first-child,
#mobile-top-navbar #l3-ser08-menu .menu-title span:first-child,
#mobile-top-navbar #l3-ser09-menu .menu-title span:first-child,
#mobile-top-navbar #l3-ser10-menu .menu-title span:first-child {
    font-size: 20px;
    letter-spacing: 6px;
    text-indent: -6px;
    direction: rtl;
  }
  #mobile-top-navbar #l2-service-menu li,
#mobile-top-navbar #l2-case-menu li,
#mobile-top-navbar #l2-knowledge-menu li,
#mobile-top-navbar #l3-ser01-menu li,
#mobile-top-navbar #l3-ser02-menu li,
#mobile-top-navbar #l3-ser03-menu li,
#mobile-top-navbar #l3-ser04-menu li,
#mobile-top-navbar #l3-ser05-menu li,
#mobile-top-navbar #l3-ser06-menu li,
#mobile-top-navbar #l3-ser07-menu li,
#mobile-top-navbar #l3-ser08-menu li,
#mobile-top-navbar #l3-ser09-menu li,
#mobile-top-navbar #l3-ser10-menu li {
    font-size: 20px;
    letter-spacing: 6px;
    text-indent: -6px;
    direction: rtl;
    margin: 10px;
  }
  #mobile-top-navbar #l2-service-menu li a,
#mobile-top-navbar #l2-case-menu li a,
#mobile-top-navbar #l2-knowledge-menu li a,
#mobile-top-navbar #l3-ser01-menu li a,
#mobile-top-navbar #l3-ser02-menu li a,
#mobile-top-navbar #l3-ser03-menu li a,
#mobile-top-navbar #l3-ser04-menu li a,
#mobile-top-navbar #l3-ser05-menu li a,
#mobile-top-navbar #l3-ser06-menu li a,
#mobile-top-navbar #l3-ser07-menu li a,
#mobile-top-navbar #l3-ser08-menu li a,
#mobile-top-navbar #l3-ser09-menu li a,
#mobile-top-navbar #l3-ser10-menu li a {
    color: #fff;
  }
  #mobile-top-navbar #l1-top-menu .all-menu li {
    margin: 15px 0;
  }
  #mobile-top-navbar #l1-top-menu .all-menu li a span {
    color: #fff;
    display: block;
  }
  #mobile-top-navbar #l1-top-menu .all-menu li a span:first-child {
    font-size: 20px;
    letter-spacing: 6px;
    text-indent: -6px;
    direction: rtl;
  }
  #mobile-top-navbar #l1-top-menu .all-menu li a span:last-child {
    font-size: 12px;
  }
  #mobile-top-navbar #l1-top-menu .menu-statement {
    padding-top: 10%;
    padding-right: 23%;
  }
  #mobile-top-navbar #l1-top-menu .menu-statement li {
    margin: 5px 0;
  }
  #mobile-top-navbar #l1-top-menu .menu-statement li a {
    color: #eee;
    font-size: 16px;
    display: block;
    text-align: right;
  }
  #mobile-top-navbar .on {
    right: 0 !important;
    opacity: 1 !important;
  }
  #mobile-top-navbar .move-left {
    right: 300px !important;
    opacity: 0 !important;
  }
}

#footer-content {
  max-width: 100%;
  overflow: hidden;
}
#footer-content .footer-slogan {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 50px;
}
#footer-content .footer-slogan > p {
  color: #ff6600;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 10px;
  text-indent: -10px;
  direction: rtl;
}
@media (max-width: 450px) {
  #footer-content .footer-slogan > p {
    font-size: 20px;
  }
}
#footer-content .pc-footer-phone {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px 80px;
  padding: 30px 180px;
}
@media (max-width: 1024px) {
  #footer-content .pc-footer-phone {
    display: none;
  }
}
#footer-content .pc-footer-phone .phone-box {
  text-align: center;
  background-color: #ff6600;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 20px;
  transition: all 0.3s;
}
#footer-content .pc-footer-phone .phone-box:hover {
  background-color: #ffc380;
}
#footer-content .mobile-footer-phone {
  display: none;
}
@media (max-width: 1024px) {
  #footer-content .mobile-footer-phone {
    display: block;
  }
  #footer-content .mobile-footer-phone .footer-phone {
    width: 100%;
    height: 480px;
  }
  #footer-content .mobile-footer-phone .footer-phone .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #footer-content .mobile-footer-phone .footer-phone .swiper-slide .slide-title {
    font-size: 30px;
    font-weight: 600;
    color: #ff6600;
    margin-bottom: 20px;
  }
  #footer-content .mobile-footer-phone .footer-phone .swiper-slide .slide-content a {
    display: block;
    background: #ff6600;
    color: #fff;
    font-size: 34px;
    border-radius: 30px;
    margin: 10px 0;
    padding: 5px 15px;
  }
  #footer-content .mobile-footer-phone .footer-phone .swiper-pagination-horizontal {
    top: 15%;
    bottom: initial;
  }
  #footer-content .mobile-footer-phone .footer-phone .swiper-pagination-horizontal .swiper-pagination-bullet {
    background-color: #ff6600;
  }
  #footer-content .mobile-footer-phone .footer-phone .swiper-button-next,
#footer-content .mobile-footer-phone .footer-phone .swiper-button-prev {
    top: 5%;
    color: #ff6600;
  }
  #footer-content .mobile-footer-phone .footer-phone .swiper-button-next::after,
#footer-content .mobile-footer-phone .footer-phone .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 600;
  }
}
#footer-content .footer-text {
  text-align: center;
  padding: 60px 0;
}
#footer-content .footer-text > p {
  color: #ff6600;
  font-size: 20px;
  letter-spacing: 6px;
  text-indent: -6px;
  direction: rtl;
  margin-top: 14px;
}
@media (max-width: 450px) {
  #footer-content .footer-text > p {
    padding: 0 30px;
    font-size: 14px;
  }
}

#copyright {
  background: linear-gradient(#fff, #fee6cb);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
#copyright > p {
  font-size: 18px;
  color: #ff6600;
}
#copyright > p .copyright-text {
  margin: 0 10px;
  font-weight: 600;
}
#copyright .statement {
  text-align: right;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  #copyright .statement {
    display: none;
  }
}
#copyright .statement > a {
  font-size: 14px;
  color: #ff6600;
  border-left: 1px solid #ff6600;
  padding-left: 4px;
  transition: all 0.3s;
}
#copyright .statement > a:first-child {
  border: none;
}
#copyright .statement > a:hover {
  color: #ffc380;
}

.fix-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 6;
}
.fix-btn a {
  color: #fff;
}
.fix-btn a i {
  font-size: 30px;
}
.fix-btn a img {
  max-width: 40px;
}

.go-top-bnt {
  top: 90%;
  right: 1%;
}
.go-top-bnt a {
  background-color: #ff6600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50%;
}

.show-fb-bnt {
  display: none;
  background-color: #ffc380;
  top: 82%;
  right: 1%;
}
@media (max-width: 1024px) {
  .show-fb-bnt {
    display: none;
  }
}

.message-bnt {
  background-color: #ff9ac3;
  top: 66%;
  left: 1%;
}

.tel-bnt {
  background-color: #008efe;
  top: 74%;
  left: 1%;
}

.line-bnt {
  background-color: #4caf50;
  top: 82%;
  left: 1%;
}

#index-banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#index-banner #banner-bg {
  width: 100%;
  height: 100%;
  background: url("../img/Banner/index.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  #index-banner #banner-bg {
    background-position: bottom left -250px;
  }
}
#index-banner #deformation-ball {
  position: absolute;
  right: 200px;
  bottom: 50px;
  width: 1000px;
  height: 800px;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 60% 56% 47% 50%/55% 60% 52% 45%;
  transform: rotate(0deg);
  -webkit-animation: wave 10s linear infinite;
          animation: wave 10s linear infinite;
}
@media (max-width: 1024px) {
  #index-banner #deformation-ball {
    display: none;
  }
}
#index-banner #deformation-ball2 {
  display: none;
}
@media (max-width: 1024px) {
  #index-banner #deformation-ball2 {
    display: initial;
    position: absolute;
    right: -35px;
    top: 120px;
    width: 550px;
    height: 500px;
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 60% 56% 47% 50%/55% 60% 52% 45%;
    transform: rotate(0deg);
    -webkit-animation: wave2 10s linear infinite;
            animation: wave2 10s linear infinite;
  }
}
#index-banner #index-banner-text {
  width: 60%;
  height: 100vh;
  font-size: 18px;
  position: absolute;
  right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  #index-banner #index-banner-text {
    display: none;
  }
}
#index-banner #index-banner-text .banner-title {
  margin: 20px 0;
}
#index-banner #index-banner-text > h2 {
  font-size: 22px;
}
#index-banner #index-banner-text .banner-text-1,
#index-banner #index-banner-text .banner-text-2,
#index-banner #index-banner-text .banner-text-3,
#index-banner #index-banner-text .banner-text-4 {
  margin: 20px 0;
}
#index-banner #index-banner-text .banner-text-1 h4,
#index-banner #index-banner-text .banner-text-2 h4,
#index-banner #index-banner-text .banner-text-3 h4,
#index-banner #index-banner-text .banner-text-4 h4 {
  font-size: 20px;
}
#index-banner #index-banner-text .banner-text-1 p,
#index-banner #index-banner-text .banner-text-2 p,
#index-banner #index-banner-text .banner-text-3 p,
#index-banner #index-banner-text .banner-text-4 p {
  color: #666;
  text-shadow: 0 0 3px #fff;
}
#index-banner #m-index-banner-text {
  display: none;
}
@media (max-width: 1024px) {
  #index-banner #m-index-banner-text {
    width: 85%;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #666;
  }
  #index-banner #m-index-banner-text h1 {
    color: #ff6600;
  }
  #index-banner #m-index-banner-text h2 {
    font-size: 16px;
  }
  #index-banner #m-index-banner-text h4 {
    font-size: 16px;
  }
  #index-banner #m-index-banner-text .banner-text-Swiper {
    width: 100%;
    height: 40vh;
  }
  #index-banner #m-index-banner-text .banner-text-Swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #index-banner #m-index-banner-text .banner-text-Swiper .swiper-pagination {
    bottom: 0;
  }
}
#index-banner #m-index-banner-text-04 {
  display: none;
}
@media (max-width: 1024px) {
  #index-banner #m-index-banner-text-04 {
    display: initial;
    position: absolute;
    right: 25px;
    top: 70%;
  }
  #index-banner #m-index-banner-text-04 p {
    color: #ff6600;
    text-align: center;
    font-weight: 600;
    line-height: 1;
  }
  #index-banner #m-index-banner-text-04 > p:nth-child(1) {
    font-size: 26px;
  }
  #index-banner #m-index-banner-text-04 > p:nth-child(2) {
    font-size: 40px;
  }
}

@-webkit-keyframes wave {
  20% {
    width: 980px;
    height: 780px;
    border-radius: 45% 65% 57% 55%/60% 58% 42% 55%;
    transform: rotate(50deg);
  }
  40% {
    width: 990px;
    height: 790px;
    border-radius: 63% 58% 65% 57%/52% 52% 54% 60%;
    transform: rotate(30deg);
  }
  60% {
    width: 1000px;
    height: 800px;
    border-radius: 56% 51% 44% 56%/55% 50% 47% 58%;
    transform: rotate(0deg);
  }
  80% {
    width: 920px;
    height: 720px;
    border-radius: 52% 48% 58% 58%/57% 50% 60% 45%;
    transform: rotate(-30deg);
  }
  100% {
    width: 1000px;
    height: 800px;
    border-radius: 60% 56% 47% 50%/55% 60% 52% 45%;
    transform: rotate(0deg);
  }
}

@keyframes wave {
  20% {
    width: 980px;
    height: 780px;
    border-radius: 45% 65% 57% 55%/60% 58% 42% 55%;
    transform: rotate(50deg);
  }
  40% {
    width: 990px;
    height: 790px;
    border-radius: 63% 58% 65% 57%/52% 52% 54% 60%;
    transform: rotate(30deg);
  }
  60% {
    width: 1000px;
    height: 800px;
    border-radius: 56% 51% 44% 56%/55% 50% 47% 58%;
    transform: rotate(0deg);
  }
  80% {
    width: 920px;
    height: 720px;
    border-radius: 52% 48% 58% 58%/57% 50% 60% 45%;
    transform: rotate(-30deg);
  }
  100% {
    width: 1000px;
    height: 800px;
    border-radius: 60% 56% 47% 50%/55% 60% 52% 45%;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes wave2 {
  20% {
    width: 550px;
    height: 480px;
    border-radius: 45% 65% 57% 55%/60% 58% 42% 55%;
    transform: rotate(50deg);
  }
  40% {
    width: 520px;
    height: 490px;
    border-radius: 63% 58% 65% 57%/52% 49% 54% 60%;
    transform: rotate(150deg);
  }
  60% {
    width: 560px;
    height: 470px;
    border-radius: 56% 51% 44% 56%/55% 50% 47% 58%;
    transform: rotate(200deg);
  }
  80% {
    width: 510px;
    height: 490px;
    border-radius: 52% 48% 58% 58%/57% 50% 60% 45%;
    transform: rotate(280deg);
  }
  100% {
    width: 550px;
    height: 500px;
    border-radius: 60% 56% 47% 50%/55% 60% 52% 45%;
    transform: rotate(0deg);
  }
}
@keyframes wave2 {
  20% {
    width: 550px;
    height: 480px;
    border-radius: 45% 65% 57% 55%/60% 58% 42% 55%;
    transform: rotate(50deg);
  }
  40% {
    width: 520px;
    height: 490px;
    border-radius: 63% 58% 65% 57%/52% 49% 54% 60%;
    transform: rotate(150deg);
  }
  60% {
    width: 560px;
    height: 470px;
    border-radius: 56% 51% 44% 56%/55% 50% 47% 58%;
    transform: rotate(200deg);
  }
  80% {
    width: 510px;
    height: 490px;
    border-radius: 52% 48% 58% 58%/57% 50% 60% 45%;
    transform: rotate(280deg);
  }
  100% {
    width: 550px;
    height: 500px;
    border-radius: 60% 56% 47% 50%/55% 60% 52% 45%;
    transform: rotate(0deg);
  }
}
#banner-modal .btn-close {
  top: 10px;
}
#banner-modal h3 {
  color: #ff6600;
  margin-top: 15px;
}

.modal-text {
  padding-bottom: 30px;
}
.modal-text > div {
  color: #666;
  margin: 25px 0;
}
.modal-text > div p {
  margin: 10px 0;
  letter-spacing: 4px;
}
.modal-text > div span {
  color: #ddd;
}

#index-introduce {
  width: 78%;
  margin: 0px auto;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  #index-introduce {
    width: 85%;
    padding-top: 50px;
  }
}
@media (max-width: 1024px) {
  #index-introduce .pc-introduce {
    display: none;
  }
}
#index-introduce .pc-introduce h2 {
  color: #ffc380;
}
#index-introduce .pc-introduce h4 {
  font-size: 28px;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  #index-introduce .pc-introduce h4 {
    font-size: 24px;
    padding-top: 20px;
  }
}
#index-introduce .pc-introduce p {
  font-size: 20px;
  margin: 10px 0;
  letter-spacing: 4px;
}
@media (max-width: 1024px) {
  #index-introduce .pc-introduce p {
    font-size: 16px;
  }
}
#index-introduce .m-introduce {
  display: none;
}
@media (max-width: 1024px) {
  #index-introduce .m-introduce {
    display: initial;
    letter-spacing: 4px;
  }
  #index-introduce .m-introduce p {
    margin: 10px 0;
  }
  #index-introduce .m-introduce a {
    color: #ff0000;
  }
}

#index-about {
  width: 78%;
  margin: 0px auto;
  padding-top: 50px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #index-about {
    width: 100%;
    padding-top: 0px;
  }
}
#index-about .section-title img {
  width: 25%;
}
@media (max-width: 1024px) {
  #index-about .section-title img {
    width: 30%;
  }
}
#index-about .index-about-content {
  display: flex;
}
@media (max-width: 1024px) {
  #index-about .index-about-content {
    width: 85%;
    margin: 0 auto;
  }
}
#index-about .index-about-content .left-text {
  flex: 2;
}
#index-about .index-about-content .left-text h4 {
  font-size: 28px;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  #index-about .index-about-content .left-text h4 {
    font-size: 24px;
    padding-top: 0px;
  }
}
#index-about .index-about-content .left-text p {
  font-size: 20px;
  margin: 10px 0;
  letter-spacing: 4px;
}
@media (max-width: 1024px) {
  #index-about .index-about-content .left-text p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  #index-about .index-about-content .right-img {
    display: none;
  }
}
#index-about .index-about-content .right-img img {
  max-width: 100%;
}

.index-service-swiper {
  width: 95%;
  height: 600px;
  margin: 0 auto;
}
@media (max-width: 450px) {
  .index-service-swiper {
    height: 450px;
  }
}
.index-service-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .index-service-swiper .swiper-slide {
    align-items: flex-start;
  }
}
.index-service-swiper .swiper-slide > img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .index-service-swiper .swiper-slide > img {
    width: 100%;
    height: 380px;
  }
}
.index-service-swiper .swiper-slide span {
  display: block;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0.3px 0.3px 3px #000;
}
@media (max-width: 450px) {
  .index-service-swiper .swiper-slide span {
    top: 40%;
  }
}
.index-service-swiper .swiper-slide-active {
  transform: scale(1.3);
}
@media (max-width: 1024px) {
  .index-service-swiper .swiper-slide-active {
    transform: scale(1);
  }
}
.index-service-swiper .swiper-pagination {
  bottom: 0;
}

#index-process {
  width: 78%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #index-process {
    width: 100%;
  }
}
#index-process .section-title img {
  width: 25%;
}
@media (max-width: 1024px) {
  #index-process .section-title img {
    width: 30%;
  }
}
#index-process .process-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  #index-process .process-content {
    display: none;
  }
}
#index-process .process-content .up,
#index-process .process-content .down {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
#index-process .process-content .step-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#index-process .process-content .step-box span {
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: #ff6600;
  margin-top: 10px;
}
#index-process .process-content .arrow-right {
  color: #ff6600;
  font-size: 40px;
  padding-bottom: 100px;
  margin: 0 20px;
}
#index-process .process-swiper {
  display: none;
}
@media (max-width: 1024px) {
  #index-process .process-swiper {
    display: flex;
    width: 100%;
    height: 350px;
  }
  #index-process .process-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1024px) and (max-width: 450px) {
  #index-process .process-swiper .swiper-slide {
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  #index-process .process-swiper .swiper-slide .process-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  #index-process .process-swiper .swiper-slide .process-box > img {
    transform: translateX(60px);
    transition-delay: 1s;
    opacity: 0;
    transition: all 1s;
  }
  #index-process .process-swiper .swiper-slide .process-box > span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    color: #ff6600;
    transform: translateX(-60px);
    transition-delay: 1s;
    opacity: 0;
    transition: all 1s;
  }
  #index-process .process-swiper .swiper-slide .process-box > span i {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  #index-process .process-swiper .swiper-slide-active .process-box > img, #index-process .process-swiper .swiper-slide-active .process-box > span {
    transform: translateX(0);
    opacity: 1;
  }
}
#index-process .process-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6600;
}
#index-process .process-swiper .swiper-pagination-bullets {
  transform: rotate(90deg);
  left: initial;
  right: -45%;
  bottom: 55%;
}

#index-charge {
  width: 78%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #index-charge {
    width: 100%;
  }
}
#index-charge .section-title img {
  width: 25%;
}
@media (max-width: 1024px) {
  #index-charge .section-title img {
    width: 30%;
  }
}
#index-charge .charge-content {
  width: 85%;
  margin: 0 auto;
}
#index-charge .charge-content p {
  font-size: 20px;
  margin: 15px 0;
}
@media (max-width: 1024px) {
  #index-charge .charge-content p {
    font-size: 16px;
  }
}

#index-case .index-case-swiper {
  width: 95%;
  height: 600px;
  overflow: hidden;
}
@media (max-width: 450px) {
  #index-case .index-case-swiper {
    height: 350px;
  }
}
#index-case .index-case-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 450px) {
  #index-case .index-case-swiper .swiper-slide {
    align-items: flex-start;
  }
}
#index-case .index-case-swiper .swiper-slide img {
  max-width: 250px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  #index-case .index-case-swiper .swiper-slide img {
    max-width: 100%;
  }
}
#index-case .index-case-swiper .swiper-slide img:hover {
  filter: brightness(50%);
}
#index-case .index-case-swiper .swiper-slide .case-img-name {
  font-size: 24px;
  color: #fff;
  text-shadow: 0.3px 0.3px 3px #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#index-feedback .index-feedback-swiper {
  width: 80%;
  height: 800px;
  overflow: hidden;
}
#index-feedback .index-feedback-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 450px) {
  #index-feedback .index-feedback-swiper .swiper-slide {
    align-items: flex-start;
  }
}
#index-feedback .index-feedback-swiper .swiper-slide .feedback-box {
  width: 100%;
  background: #ffc380;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 30px;
}
#index-feedback .index-feedback-swiper .swiper-slide .feedback-box .user {
  font-size: 28px;
  letter-spacing: 6px;
  text-indent: -6px;
  direction: rtl;
}
#index-feedback .index-feedback-swiper .swiper-slide .feedback-box .adder {
  font-size: 18px;
  padding: 20px 0;
  letter-spacing: 6px;
  text-indent: -6px;
  direction: rtl;
}
#index-feedback .index-feedback-swiper .swiper-slide .feedback-box .feedback-text img {
  max-width: 300px;
}
#index-feedback .index-feedback-swiper .swiper-slide .feedback-box .case-class {
  width: 100%;
  color: #ff6600;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 6px;
  text-indent: -6px;
  direction: rtl;
  padding-top: 20px;
  text-align: center;
}

#page-banner {
  display: flex;
  flex-direction: column;
  position: relative;
}
#page-banner .page-banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 170px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  color: #ff6600;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
@media (max-width: 1024px) {
  #page-banner .page-banner-text {
    position: static;
    top: 0;
    transform: translateY(0%);
    left: 0;
    padding-top: 120px;
  }
}
#page-banner .page-banner-text #banner-title {
  font-size: 100px;
}
@media (max-width: 1024px) {
  #page-banner .page-banner-text #banner-title {
    font-size: 38px;
  }
}
#page-banner .page-banner-text #banner-phone {
  font-size: 100px;
}
@media (max-width: 1024px) {
  #page-banner .page-banner-text #banner-phone {
    font-size: 40px;
  }
}
#page-banner .page-banner-text #banner-slogan {
  font-size: 70px;
}
@media (max-width: 1024px) {
  #page-banner .page-banner-text #banner-slogan {
    font-size: 28px;
  }
}
#page-banner .about-page-banner-img,
#page-banner .process-page-banner-img,
#page-banner .change-page-banner-img,
#page-banner .case-page-banner-img {
  overflow: hidden;
}
#page-banner .about-page-banner-img > img,
#page-banner .process-page-banner-img > img,
#page-banner .change-page-banner-img > img,
#page-banner .case-page-banner-img > img {
  width: 100%;
}
@media (max-width: 1024px) {
  #page-banner .about-page-banner-img > img,
#page-banner .process-page-banner-img > img,
#page-banner .change-page-banner-img > img,
#page-banner .case-page-banner-img > img {
    width: 200%;
    float: right;
    padding-top: 50px;
    position: relative;
    z-index: 1;
  }
}
#page-banner .banner-mask {
  display: none;
}
@media (max-width: 1024px) {
  #page-banner .banner-mask {
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(#fff 70%, transparent);
    position: absolute;
    top: 260px;
    z-index: 2;
  }
}

#about-page-content {
  width: 78%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #about-page-content {
    width: 100%;
  }
}
#about-page-content .section-title img {
  width: 25%;
}
@media (max-width: 1024px) {
  #about-page-content .section-title img {
    width: 30%;
  }
}
#about-page-content .about-page-content-text {
  font-size: 20px;
}
@media (max-width: 1024px) {
  #about-page-content .about-page-content-text {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
  }
}
#about-page-content .about-page-content-text h4 {
  margin-bottom: 20px;
  letter-spacing: 6px;
}
#about-page-content .about-page-content-text p {
  margin: 10px 0;
  color: #666;
  letter-spacing: 6px;
}

#process-page-content {
  width: 78%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1280px) {
  #process-page-content {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #process-page-content {
    width: 100%;
  }
}
#process-page-content .section-title {
  margin-bottom: 50px;
}
#process-page-content .section-title img {
  width: 25%;
}
@media (max-width: 1024px) {
  #process-page-content .section-title img {
    width: 30%;
  }
}
#process-page-content .step-box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 60px;
}
@media (max-width: 1024px) {
  #process-page-content .step-box {
    flex-direction: column;
    padding: 0;
  }
}
#process-page-content .step-box .step-img {
  max-width: 20%;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  #process-page-content .step-box .step-img {
    max-width: 50%;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  #process-page-content .step-box .step-text {
    text-align: center;
  }
}
#process-page-content .step-box .step-text > span {
  font-size: 26px;
}
@media (max-width: 1024px) {
  #process-page-content .step-box .step-text > span {
    font-size: 38px;
    font-weight: 600;
    margin: 20px 0;
  }
}
#process-page-content .step-box .step-text > h4 {
  font-size: 24px;
  letter-spacing: 4px;
}
@media (max-width: 1024px) {
  #process-page-content .step-box .step-text > h4 {
    font-size: 22px;
  }
}
#process-page-content .step-box .step-text > p {
  font-size: 22px;
  letter-spacing: 4px;
  color: #ff9114;
}
@media (max-width: 1024px) {
  #process-page-content .step-box .step-text > p {
    font-size: 16px;
    text-align: left;
  }
}
#process-page-content .step-arrow {
  text-align: center;
}
#process-page-content .step-arrow > i {
  color: #ff0000;
  font-size: 32px;
  margin: 20px 0;
}
@media (max-width: 1024px) {
  #process-page-content .step-arrow > i {
    font-size: 48px;
    margin: 50px 0;
  }
}

.change-page-content-text {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .change-page-content-text {
    padding: 0;
  }
}
.change-page-content-text h2 {
  color: #ff6600;
  font-size: 30px;
  text-align: center;
  margin: 50px 0;
  letter-spacing: 6px;
  text-indent: -6px;
  direction: rtl;
}
.change-page-content-text p {
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .change-page-content-text p {
    padding: 0px;
  }
}
.change-page-content-text .quotation-container {
  width: 90%;
  margin: 0 auto;
}
.change-page-content-text table {
  border-spacing: 10px;
  border-collapse: separate;
}
.change-page-content-text table th,
.change-page-content-text table td {
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  padding: 12px;
  border: none;
  box-shadow: 0 0 3px 3px #ddd;
}
.change-page-content-text table thead {
  background: #ff9114;
}
.change-page-content-text table thead th {
  text-align: center;
  color: #fff;
}
.change-page-content-text table thead th:nth-child(1) {
  width: 15%;
}
.change-page-content-text table thead th:nth-child(2) {
  width: 10%;
}
.change-page-content-text table thead th:nth-child(3) {
  width: 12%;
}
.change-page-content-text table thead th:nth-child(4) {
  width: 35%;
}
.change-page-content-text table thead th:nth-child(5) {
  width: 28%;
}
.change-page-content-text table tbody tr:nth-child(n) {
  background: #fceccb;
}
.change-page-content-text table tbody tr:nth-child(2n) {
  background: #fff;
}
.change-page-content-text table tbody td:nth-child(1),
.change-page-content-text table tbody td:nth-child(2),
.change-page-content-text table tbody td:nth-child(3) {
  text-align: center;
}
@media (max-width: 1280px) {
  .change-page-content-text table {
    display: none;
  }
}

.accordion {
  display: none;
}
@media (max-width: 1280px) {
  .accordion {
    display: initial;
  }
  .accordion .accordion-item {
    border: none;
    margin: 10px 0;
    padding: 0px;
  }
  .accordion .accordion-item .accordion-header {
    font-size: 30px;
    margin: 0;
    padding: 0;
    background: #ff9114;
  }
  .accordion .accordion-item .accordion-header .accordion-button {
    display: block;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0;
    text-indent: 0;
    direction: ltr;
    background: transparent;
    margin: 0 auto;
    padding: 15px;
    color: #fff;
    position: relative;
  }
  .accordion .accordion-item .accordion-header .accordion-button::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    right: 10%;
  }
  .accordion .accordion-item .accordion-body {
    text-align: center;
  }
  .accordion .accordion-item .accordion-body .list-box {
    text-align: left;
    background: #fceccb;
    border-radius: 10px;
    margin: 10px 0;
    box-shadow: 0 1px 2px 1px #ccc;
  }
  .accordion .accordion-item .accordion-body .list-box h5 {
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    padding-top: 10px;
  }
  .accordion .accordion-item .accordion-body .list-box p {
    font-size: 16px;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .accordion .accordion-item .accordion-button:not(.collapsed) {
    display: block;
    color: #fff;
    background-color: #ff0000;
  }
  .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
  }
}

.accordion-button::after {
  background-image: url("../img/arrow.png");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/arrow.png");
}

#service-page-banner {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#service-page-banner .service-page-banner-text {
  line-height: 1.25;
  color: #ff6600;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  #service-page-banner .service-page-banner-text {
    position: static;
    top: 0;
    transform: translateY(0%);
    left: 0;
    padding-top: 120px;
  }
}
#service-page-banner .service-page-banner-text #banner-title {
  font-size: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 170px;
  z-index: 2;
}
@media (max-width: 1024px) {
  #service-page-banner .service-page-banner-text #banner-title {
    position: static;
    font-size: 38px;
  }
}
#service-page-banner .service-page-banner-text #banner-phone {
  font-size: 100px;
  position: absolute;
  top: 78%;
  transform: translateY(-50%);
  right: 225px;
  z-index: 2;
}
@media (max-width: 1024px) {
  #service-page-banner .service-page-banner-text #banner-phone {
    position: static;
    font-size: 40px;
  }
}
#service-page-banner .service-page-banner-text #banner-slogan {
  font-size: 70px;
  position: absolute;
  top: 90%;
  transform: translateY(-50%);
  right: 200px;
  z-index: 2;
}
@media (max-width: 1024px) {
  #service-page-banner .service-page-banner-text #banner-slogan {
    position: static;
    font-size: 28px;
  }
}
#service-page-banner .service-page-banner-img {
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
#service-page-banner .service-page-banner-img > img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  #service-page-banner .service-page-banner-img > img {
    max-width: 50%;
  }
}
#service-page-banner .service-page-banner-img .banner-mask {
  display: none;
}
@media (max-width: 1024px) {
  #service-page-banner .service-page-banner-img .banner-mask {
    display: block;
    width: 100%;
    height: 50px;
    background: linear-gradient(#fff 70%, transparent);
    position: absolute;
    top: 250px;
    z-index: 2;
  }
}

.service-section-title {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.service-section-title > img {
  width: 12%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1024px) {
  .service-section-title > img {
    width: 30%;
  }
}
.service-section-title .service-title {
  font-size: 28px;
  color: #ff6600;
  letter-spacing: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .service-section-title .service-title {
    font-size: 24px;
  }
}

#case-page-content {
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 50px;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  #case-page-content {
    width: 90%;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    padding-top: 0;
  }
}

.case-box {
  width: 100%;
  height: 350px;
  box-shadow: 0px 0px 10px #999;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
.case-box a {
  display: block;
  color: #000;
  transition: all 0.3s;
}
.case-box a:hover {
  color: #ff6600;
}
.case-box a img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.case-box a span {
  display: block;
  padding: 10px 20px;
}

#inner-page-content {
  max-width: 100%;
  overflow: hidden;
}
#inner-page-content .content-text {
  width: 78%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #inner-page-content .content-text {
    width: 80%;
  }
}
#inner-page-content .content-text h1 {
  text-align: center;
  font-size: 32px;
  margin: 30px 0;
}
#inner-page-content .content-text p {
  color: #333;
  font-size: 20px;
  margin: 20px 0;
}
@media (max-width: 1024px) {
  #inner-page-content .content-text p {
    font-size: 16px;
    margin: 5px 0;
  }
}
#inner-page-content .content-text .page-img {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  #inner-page-content .content-text .page-img {
    flex-direction: column;
  }
}
#inner-page-content .content-text .page-img > img {
  max-width: 30%;
  margin: 0px 25px;
}
@media (max-width: 1024px) {
  #inner-page-content .content-text .page-img > img {
    max-width: 100%;
    margin: 10px 0px;
  }
}

.inner-Page-Swiper {
  width: 75%;
  height: 500px;
}
@media (max-width: 1024px) {
  .inner-Page-Swiper {
    width: 90%;
  }
}
.inner-Page-Swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-Page-Swiper .swiper-slide .case-box {
  width: 90%;
}

.btn-close {
  width: 80px;
  height: 30px;
  position: absolute;
  right: 10px;
  background: transparent url(../img/icon/back.svg) center/50px auto no-repeat;
  opacity: 1;
  z-index: 3;
}

.modal-body {
  background: linear-gradient(#fff 85%, #fee6cb);
}

.model-content-text {
  position: relative;
}
.model-content-text .tab {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 200px;
}
.model-content-text .tab button {
  background-color: inherit;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
.model-content-text .tab button:hover {
  color: #fff;
  background-color: #ff6600;
}
.model-content-text .tab button.active {
  color: #fff;
  background-color: #ff6600;
}
.model-content-text .tabcontent {
  display: none;
  width: 95%;
  margin: 0 auto;
  padding-top: 30px;
}
.model-content-text .tabcontent > p {
  margin: 10px 0;
}
.model-content-text .tabcontent .tab-content-logo {
  text-align: center;
  padding: 20px;
}
.model-content-text .tabcontent .tab-content-copyright {
  text-align: center;
  color: #ff6600;
  padding-top: 20px;
}

@media (max-width: 1024px) {
  .hidden-text {
    display: none;
  }
}

.index-fb {
  width: 100%;
}
.index-fb .fb-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.show-fb {
  display: none;
}
@media (max-width: 1024px) {
  .show-fb {
    display: block;
  }
}

.fb-windows {
  width: 290px;
  height: 460px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 9999;
}
@media (max-width: 1024px) {
  .fb-windows {
    display: none;
  }
}
@media (max-width: 450px) {
  .fb-windows {
    bottom: 80px;
  }
}
.fb-windows .fb-content {
  position: relative;
}
.fb-windows .fb-content .closeFb-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 99;
  border-radius: 50%;
  background: #ff6600;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 450px) {
  .fb-windows .fb-content .closeFb-btn {
    top: 15px;
    right: 30px;
  }
}
.fb-windows .fb-content .closeFb-btn i {
  font-size: 16px;
  color: #fff;
  padding-bottom: 4px;
}/*# sourceMappingURL=main.css.map */