@charset "UTF-8";
footer::before {
  content: "";
  width: 100%;
  height: 180%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: -250px;
  left: 0;
  transform-origin: center top;
  transform: skewY(10deg);
}

.bannerImage {
  overflow: hidden;
  position: relative;
  background: #000;
}
.bannerImage.bannerImageShow img {
  opacity: 1;
}
.bannerImage.bannerImageShow img.topimage {
  opacity: 1;
  transform: translate(0, 0);
}
.bannerImage.bannerImageShow .manbox img.man {
  opacity: 1;
}
.bannerImage.bannerImageShow .manbox img.topimage_txt {
  transform: translate(calc(-50% - 0px), 0);
  -webkit-filter: blur(0px);
  opacity: 1;
}
.bannerImage.bannerImageShow .manbox .txtbar {
  transform: translate(calc(-50% - 0px), 0);
  -webkit-filter: blur(0px);
  opacity: 1;
}
.bannerImage img {
  display: block;
  opacity: 0;
  transition: 0.9s 2s;
}
.bannerImage img.topimage {
  transition: 5s 0.6s;
  transform: translate(0, 75px);
}
.bannerImage .manbox {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 5;
}
.bannerImage .manbox .txtbar {
  width: 100%;
  max-width: 1155px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  transform: translate(-50%, 20px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 30;
  opacity: 0;
  -webkit-filter: blur(3px);
  transition: 1.6s 2.5s;
}
.bannerImage .manbox .txtbar strong {
  font-size: 45px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  width: 33.33%;
  text-shadow: 1px 2px 12px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.bannerImage .manbox .txtbar strong.left {
  padding-right: 80px;
}
.bannerImage .manbox .txtbar a.otherlink {
  display: block;
  height: 60px;
  line-height: 60px;
  background: url(https://2baf71.claudeassets.com/20250916083004im_/https://www.supermanexp.com/images/button-bg.jpg);
  position: relative;
  padding: 0 80px;
  font-size: 25px;
  font-weight: bold;
  margin-left: 50px;
  color: #fff;
  transition: 0.6s;
  box-shadow: inset 0px 0px 11px 0px rgba(0, 0, 0, 0.5);
}
.bannerImage .manbox .txtbar a.otherlink::before {
  content: "";
  background: linear-gradient(to bottom right, #a56243, #d29a60, #9a6847, #a77955);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bannerImage .manbox .txtbar a.otherlink:hover {
  box-shadow: inset 0px 0px 11px 0px rgba(0, 0, 0, 0.5), 1px 1px 20px #c28739;
}
.bannerImage .manbox img.topimage_txt {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(calc(-50% - 40px), 0);
  z-index: 9;
  -webkit-filter: blur(3px);
  transition: 1.6s 1.5s;
}
.bannerImage .manbox img.man {
  position: relative;
  z-index: 10;
  transition: 2s;
}
@media (max-width: 1160px) {
  .bannerImage .manbox .txtbar {
    width: 70vw;
  }
  .bannerImage .manbox .txtbar strong {
    width: auto;
  }
}
@media (max-width: 767px) {
  .bannerImage img.man, .bannerImage img.topimage {
    width: 200%;
  }
  .bannerImage img.topimage_txt {
    width: 150%;
  }
  .bannerImage img.man {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .bannerImage .manbox {
    width: 100%;
  }
  .bannerImage .manbox .txtbar {
    flex-direction: column;
    justify-content: center;
    transform: translate(-50%, 50px);
  }
  .bannerImage .manbox .txtbar a.otherlink {
    margin-left: 0px;
  }
}

.mainArea {
  padding: 0;
}

.selectArea {
  padding-bottom: 100px;
  z-index: 3;
  position: relative;
  transform: translate(0, 40px);
  opacity: 0;
  transition: 0.9s;
}
.selectArea.selectAreaShow {
  transform: translate(0, 0px);
  opacity: 1;
}
.selectArea .areains {
  position: relative;
  margin-bottom: 70px;
}
.selectArea .areains .slick-dots {
  bottom: -80px;
}
.selectArea .areains .slick-dots li.slick-active button {
  font-weight: bold;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #fff;
}
.selectArea .areains .slick-dots li.slick-active button::before {
  color: #fff;
  font-family: "Oswald", sans-serif;
  content: "0";
  font-size: 14px;
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  opacity: 1;
  padding: 0;
}
.selectArea .areains .slick-dots li button {
  font-weight: bold;
  color: #a1a1a1;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 5px 0;
}
.selectArea .areains .slick-dots li button::before {
  color: #a1a1a1;
  font-family: "Oswald", sans-serif;
  content: "0";
  font-size: 14px;
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  opacity: 1;
}
.selectArea div.facListCenter {
  width: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.selectArea div.facListCenter span {
  position: absolute;
  width: 17px;
  height: 17px;
  display: block;
}
.selectArea div.facListCenter span:nth-child(1) {
  top: -11px;
  left: -11px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.selectArea div.facListCenter span:nth-child(2) {
  top: -11px;
  right: -11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.selectArea div.facListCenter span:nth-child(3) {
  bottom: -11px;
  right: -11px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.selectArea div.facListCenter span:nth-child(4) {
  bottom: -11px;
  left: -11px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.selectArea div.facListCenter::before {
  content: "";
  width: calc(100% + 22px);
  height: calc(100% + 22px);
  border: 1px solid #4e2d2a;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.selectArea div.facListCenter li .item {
  overflow: hidden;
  position: relative;
}
.selectArea div.facListCenter li .item .videoArea {
  position: absolute;
  z-index: 15;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 100%;
}
.selectArea div.facListCenter li .item .videoArea .thisplay {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
}
.selectArea div.facListCenter li .item .videoArea .thisplay a {
  border: 1px solid #fff;
  border-radius: 99em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 75px;
  height: 75px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.selectArea div.facListCenter li .item .videoArea .thisplay a::before {
  content: "";
  width: 95px;
  height: 95px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(1deg);
  transition: 0.9s;
  border: 1px #fff dashed;
  border-radius: 99em;
}
.selectArea div.facListCenter li .item .videoArea .thisplay a:hover {
  animation: butvideo 800ms 1 ease-in-out;
}
.selectArea div.facListCenter li .item .videoArea .thisplay a:hover::before {
  animation: butvideoround 600ms infinite ease-in-out;
}
.selectArea div.facListCenter li .item .videoArea .thisplay svg {
  width: 30px;
}
.selectArea div.facListCenter li .item .Img {
  z-index: 1;
  position: relative;
}
.selectArea div.facListCenter li .item .Img::before {
  content: "";
  width: 100%;
  height: 150px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.selectArea div.facListCenter li .item .Img img {
  z-index: 5;
  position: relative;
  display: block;
  width: 100%;
}
.selectArea div.facListCenter li .item .Txt {
  z-index: 3;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 40px;
  text-align: center;
}
.selectArea div.facListCenter li .item .Txt h3 {
  position: relative;
  line-height: 30px;
  font-size: 17px;
}
.selectArea div.facListCenter li .item .Txt h3 a {
  color: #fff;
}
.selectArea div.facListCenter li .item .Txt p {
  font-size: 14px;
  color: #dcdcdc;
}
.selectArea ul.facList li {
  padding-bottom: 60px;
}
.selectArea ul.facList li.slick-center h3 {
  color: #fff;
}
.selectArea ul.facList li.slick-center h3::after {
  opacity: 1;
}
.selectArea ul.facList li h3 {
  font-size: 17px;
  color: #898989;
  text-align: center;
  border-bottom: 1px solid #3d2624;
  line-height: 60px;
  position: relative;
  transition: 0.6s;
}
.selectArea ul.facList li h3::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), white, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  display: block;
  opacity: 0;
  transition: 0.6s;
}
.selectArea ul.facList li .item {
  margin-top: 90px;
  overflow: hidden;
  position: relative;
}
.selectArea ul.facList li .item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
}
.selectArea ul.facList li .item .Img {
  z-index: 1;
  position: relative;
}
.selectArea ul.facList li .item .Img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
}
.selectArea ul.facList li .item .Txt {
  transform: translate(0, 100%);
  z-index: 3;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 40px;
  text-align: center;
}
.selectArea ul.facList li .item .Txt h3 {
  position: relative;
  line-height: 30px;
}
.selectArea ul.facList li .item .Txt h3 a {
  color: #fff;
}
.selectArea ul.facList li .item .Txt p {
  font-size: 14px;
  color: #dcdcdc;
}
@media (max-width: 1180px) {
  .selectArea .areains {
    margin: 0;
  }
  .selectArea ul.facList {
    display: none;
  }
  .selectArea div.facListCenter {
    position: relative;
    width: 500px;
    max-width: 80%;
    margin: 0 auto;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }
}

.newsArea {
  padding-bottom: 100px;
  z-index: 3;
  position: relative;
  transform: translate(0, 40px);
  opacity: 0;
  transition: 0.9s;
}
.newsArea.newsAreaShow {
  transform: translate(0, 0px);
  opacity: 1;
}
.newsArea::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: -50px;
  left: 0;
  transform-origin: center bottom;
  transform: skewY(-12deg);
}
.newsArea .areains {
  position: relative;
}
.newsArea .areains .arrowArea {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  z-index: 5;
  padding-left: 0px;
}
.newsArea .areains .arrowArea a.newsprev {
  position: absolute;
  left: 0;
  top: 0%;
  transform: translate(-100%, 0%);
}
.newsArea .areains .arrowArea a.newsnext {
  position: absolute;
  right: 0;
  top: 0%;
  transform: translate(100%, 0%);
}
.newsArea .arrowArea {
  padding-left: 170px;
  transform: translate(0, -100%);
}
.newsArea .slick-dots {
  bottom: -20px;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 5;
  text-align: center;
  transform: translate(0, 0%);
}
.newsArea .slick-dots li {
  margin: 0;
}
.newsArea .slick-dots li.slick-active button::before {
  background: #c19a6f;
}
.newsArea .slick-dots li button {
  position: relative;
}
.newsArea .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 99em;
  opacity: 1;
  background: transparent;
  border: 1px solid #c19a6f;
}
.newsArea ul.newsList {
  position: relative;
  z-index: 10;
}
.newsArea ul.newsList li .item {
  padding: 25px;
}
.newsArea ul.newsList li .item .Txt .topbar {
  display: flex;
  color: #cea676;
  line-height: 25px;
  padding-bottom: 20px;
}
.newsArea ul.newsList li .item .Txt .topbar .date {
  font-size: 15px;
  font-family: "Oswald", sans-serif;
}
.newsArea ul.newsList li .item .Txt .topbar .newIcon {
  font-size: 14px;
  border: 1px solid #cea676;
  padding: 0 5px;
  margin-right: 10px;
}
.newsArea ul.newsList li .item .Txt h3 {
  font-size: 17px;
  padding-bottom: 10px;
  color: #fff;
}
.newsArea ul.newsList li .item .Txt h3 a {
  color: #fff;
}
.newsArea ul.newsList li .item .Txt h3 a:hover {
  color: #c29a6f;
}
.newsArea ul.newsList li .item .Txt p {
  font-size: 14px;
  color: #b9b9b9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .newsArea {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*pop*/
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
  text-align: left;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: #fff; */
  border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #bca480;
  /* border-radius:  50%; */
}
.popWin .close::before {
  transform: rotate(45deg);
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask, .popWin.show .inner {
  opacity: 1;
}
.popWin .close::after {
  transform: rotate(-45deg);
}

@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}
.linkArea {
  z-index: 11;
  position: relative;
  padding: 0 0 40px 0;
  transform: translate(0, 40px);
  opacity: 0;
  transition: 0.9s;
}
.linkArea.linkAreaShow {
  transform: translate(0, 0px);
  opacity: 1;
}
.linkArea ul {
  border: 1px solid #3a2826;
}
.linkArea ul li:last-child .item {
  border-right: none;
}
.linkArea ul li:hover .item::before, .linkArea ul li:hover .item::after {
  opacity: 1;
}
.linkArea ul li:hover .item a::before, .linkArea ul li:hover .item a::after {
  opacity: 1;
}
.linkArea ul li .item {
  position: relative;
  border-right: 1px solid #3a2826;
}
.linkArea ul li .item::before, .linkArea ul li .item::after {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  top: 0px;
  opacity: 0;
  transition: 0.6s;
}
.linkArea ul li .item::before {
  left: 0px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.linkArea ul li .item::after {
  right: 0px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.linkArea ul li .item a {
  display: block;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 40px;
}
.linkArea ul li .item a::before, .linkArea ul li .item a::after {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  transition: 0.6s;
}
.linkArea ul li .item a::before {
  left: 0px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.linkArea ul li .item a::after {
  right: 0px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.linkArea ul li .item a em {
  font-size: 36px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  display: block;
  color: #b17f44;
  position: relative;
}
.linkArea ul li .item a em::before {
  content: attr(data-txt);
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-repeat: repeat;
  background-position: center center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to top, #3a2208 10%, #b48147 40%, #eabf8c 60%);
  text-shadow: none;
}

/*for ie10 、 ie11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .linkArea ul li .item a em {
    color: #a4774e;
  }
  .linkArea ul li .item a em::before {
    background-image: none;
  }
}
@keyframes butvideo {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes butvideoround {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.serviceArea {
  padding-bottom: 50px;
  z-index: 11;
  position: relative;
  transform: translate(0, 40px);
  opacity: 0;
  transition: 0.9s;
}
.serviceArea.serviceAreaShow {
  transform: translate(0, 0px) !important;
  opacity: 1 !important;
}
.serviceArea ul.slList {
  position: relative;
}
.serviceArea ul.slList::after {
  content: "";
  width: 60px;
  height: 1px;
  display: block;
  background: #4a2e2a;
  position: absolute;
  top: 100px;
  left: 100%;
  transform: translate(-50%, 20px);
  z-index: -1;
}
.serviceArea ul.slList li {
  margin: 20px 0 0 0;
  min-height: 500px;
  position: relative;
}
.serviceArea ul.slList li::before {
  content: "";
  width: 60px;
  height: 1px;
  display: block;
  background: #4a2e2a;
  position: absolute;
  top: 100px;
  right: 100%;
  z-index: -1;
  transform: translate(50%, 0);
}
.serviceArea ul.slList li:hover .item, .serviceArea ul.slList li.currenthis .item {
  transform: translate(0, -20px);
}
.serviceArea ul.slList li:hover .item b, .serviceArea ul.slList li.currenthis .item b {
  font-size: 23px;
}
.serviceArea ul.slList li:hover .item .Img, .serviceArea ul.slList li.currenthis .item .Img {
  width: 166px;
  height: 166px;
}
.serviceArea ul.slList li:hover .item .Img::before, .serviceArea ul.slList li.currenthis .item .Img::before {
  width: 160px;
  height: 160px;
}
.serviceArea ul.slList li:hover .item .Img::after, .serviceArea ul.slList li.currenthis .item .Img::after {
  opacity: 1;
  animation: butvideoround 900ms infinite ease-in-out;
}
.serviceArea ul.slList li:hover .item .Img img, .serviceArea ul.slList li.currenthis .item .Img img {
  width: 160px;
}
.serviceArea ul.slList li:hover .item .Img img.imgpic, .serviceArea ul.slList li.currenthis .item .Img img.imgpic {
  opacity: 1;
}
.serviceArea ul.slList li:hover .item .Txt h3, .serviceArea ul.slList li.currenthis .item .Txt h3 {
  font-size: 23px;
  color: #dd2c30;
}
.serviceArea ul.slList li:hover .item .Txt p, .serviceArea ul.slList li.currenthis .item .Txt p {
  display: block;
}
.serviceArea ul.slList li .item {
  transition: 0.6s;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.serviceArea ul.slList li .item b {
  font-size: 20px;
  color: #cea676;
  font-weight: 900;
  display: block;
  text-align: center;
  font-family: "Oswald", sans-serif;
  padding-bottom: 10px;
}
.serviceArea ul.slList li .item .Img {
  width: 124px;
  height: 124px;
  transition: 0.6s;
  position: relative;
  background: linear-gradient(to bottom right, #ab7b55, #714715, #422008, #572605);
  border-radius: 99em;
}
.serviceArea ul.slList li .item .Img::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  transition: 0.6s;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 99em;
  background: #31110a;
}
.serviceArea ul.slList li .item .Img::after {
  content: "";
  width: 190px;
  height: 190px;
  display: block;
  background: url(https://7d7e55.claudeassets.com/20250916083004im_/https://www.supermanexp.com/images/dotbg.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.6s;
}
.serviceArea ul.slList li .item .Img img {
  display: block;
  width: 100%;
  transition: 0.6s;
  border-radius: 99em;
}
.serviceArea ul.slList li .item .Img img.imgpic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  transition: 0.6s;
}
.serviceArea ul.slList li .item .Img img.imgicon {
  opacity: 1;
  position: relative;
  z-index: 2;
}
.serviceArea ul.slList li .item .Txt {
  writing-mode: tb-rl;
  font-size: 15px;
  color: #dbdbdb;
  padding-top: 20px;
}
.serviceArea ul.slList li .item .Txt h3 {
  font-size: 17;
  transition: 0.4s;
}
.serviceArea ul.slList li .item .Txt p {
  display: none;
  transition: 0.9s;
}
.serviceArea .videoArea {
  margin: 0 auto 70px auto;
  width: 100%;
  max-width: 1050px;
  position: relative;
}
.serviceArea .videoArea .thisplay {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
}
.serviceArea .videoArea .thisplay a {
  border: 1px solid #fff;
  border-radius: 99em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 75px;
  height: 75px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.serviceArea .videoArea .thisplay a::before {
  content: "";
  width: 95px;
  height: 95px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(1deg);
  transition: 0.9s;
  border: 1px #fff dashed;
  border-radius: 99em;
}
.serviceArea .videoArea .thisplay a:hover {
  animation: butvideo 800ms 1 ease-in-out;
}
.serviceArea .videoArea .thisplay a:hover::before {
  animation: butvideoround 600ms infinite ease-in-out;
}
.serviceArea .videoArea .thisplay svg {
  width: 30px;
}
.serviceArea .videoArea span {
  position: absolute;
  width: 17px;
  height: 17px;
  display: block;
}
.serviceArea .videoArea span:nth-child(1) {
  top: -11px;
  left: -11px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.serviceArea .videoArea span:nth-child(2) {
  top: -11px;
  right: -11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.serviceArea .videoArea span:nth-child(3) {
  bottom: -11px;
  right: -11px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.serviceArea .videoArea span:nth-child(4) {
  bottom: -11px;
  left: -11px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.serviceArea .videoArea::before {
  content: "";
  width: calc(100% + 22px);
  height: calc(100% + 22px);
  border: 1px solid #4e2d2a;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .serviceArea {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
     FILE ARCHIVED ON 09:56:54 Sep 07, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:52:17 Jul 30, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.577
  exclusion.robots: 0.058
  exclusion.robots.policy: 0.045
  esindex: 0.01
  cdx.remote: 194.543
  LoadShardBlock: 161.295 (3)
  PetaboxLoader3.datanode: 127.405 (4)
  load_resource: 162.575
  PetaboxLoader3.resolve: 134.063
*/