/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap");

body {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #1D1E28;
  font-size: 16px;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #7354ff;
  text-decoration: none;
}

a,
button {
  color: #7354ff;
  outline: medium none;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-weight: 700;
  color: #262339;
  margin-top: 0px;
  font-style: normal;
  line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  color: #1D1E28;
  margin-bottom: 15px;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

hr {
  border-bottom: 2px solid #ff646a5c;
  border-top: 0 none;
  margin: 35px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.clr {
  clear: both;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.theme-overlay {
  position: relative;
}

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 10px;
  font-style: normal;
  margin-left: 0;
}

/* button style */
.btn {
  background: #7354ff;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  padding: 10px 30px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: 0.3s;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  box-shadow: none !important;
  border-radius: 30px;
}

.btn:hover {
  /* background: #000b22; */
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  color: #fff;
  /* border-color: #022d8a; */
}

.solution-btn {
  background: #ffffff00;
  color: #000000;
  border-color: #63dbf9;
}

.active-btn {
  background: #000b22;
  color: #fff;
  border-color: #000b22;
}

.btn:not(:disabled):not(.disabled):active,
:focus {
  color: #7354ff;
}

.btn:focus {
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  color: #ffffff;
  /* border-color: #000b22; */
}

.btn:active {
  color: inherit;
  background: inherit;
}

.theme-bg {
  background: #F3F2F7;
}

.black-bg {
  background: #242e49;
}

.bg-white {
  background-color: #ffffff;
}

.breadcrumb>.active {
  color: #888;
}

.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel .owl-nav div:hover {
  background: #2B96CC;
  color: #fff;
}

blockquote {
  margin: 50px 0;
  background: #E8F9FB;
  padding: 60px 30px;
  border-left: 4px solid #24b5f1;
  padding-bottom: 45px;
}

/* back to top */
#scroll a {
  position: fixed;
  right: 10px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #00b4ff;
  list-style-type: none;
  background: transparent;
  margin-right: 20px;
  border: 2px solid #00e4ff;
  border-radius: 50%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

#scroll a:hover {
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  color: #ffffff;
  border-color: transparent;
}

/* 2. Preloader */
#loading {
  background-color: #000b22;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
}

.object {
  width: 25px;
  height: 25px;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  margin-right: 50px;
  float: left;
  margin-bottom: 50px;
}

.object:nth-child(2n+0) {
  margin-right: 0px;
}

#object_one {
  -webkit-animation: object_one 2s infinite;
  animation: object_one 2s infinite;
}

#object_two {
  -webkit-animation: object_two 2s infinite;
  animation: object_two 2s infinite;
}

#object_three {
  -webkit-animation: object_three 2s infinite;
  animation: object_three 2s infinite;
}

#object_four {
  -webkit-animation: object_four 2s infinite;
  animation: object_four 2s infinite;
}

@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes object_one {
  25% {
    transform: translate(75px, 0) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translate(75px, 75px) rotate(-180deg);
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
  }

  75% {
    transform: translate(0, 75px) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes object_two {
  25% {
    transform: translate(0, 75px) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translate(-75px, 75px) rotate(-180deg);
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
  }

  75% {
    transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes object_three {
  25% {
    transform: translate(0, -75px) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translate(75px, -75px) rotate(-180deg);
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
  }

  75% {
    transform: translate(75px, 0) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes object_four {
  25% {
    transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translate(-75px, -75px) rotate(-180deg);
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
  }

  75% {
    transform: translate(0, -75px) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/* 3. ============================= header-area ======================*/
.header-area {
  background: #fff;
}

.header-area.sticky {
  background: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.header-area .main-menu {
  text-align: start;
}

.header-area .main-menu ul li {
  display: inline-block;
  margin: 0 16px;
  position: relative;
}

.navChecked {
  border-bottom: 2px solid #039bf9;
}

.header-area .main-menu ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #353535;
  padding: 22px 0;
  display: block;
}

.header-area .main-menu ul li a i::before {
  font-size: 8px;
  color: #888888;
  font-weight: 600;
}

.header-area .main-menu ul li .sub-menu {
  position: absolute;
  width: 8rem;
  background-color: #FFF;
  top: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 11;
  margin-left: -38px;
}

.header-area .main-menu ul li .sub-menu.case {
  margin-left: -45px;
}

.header-area .main-menu ul li .sub-menu li {
  margin: 0;
  padding: 0;
  display: inline;
}

.header-area .main-menu ul li .sub-menu li a {
  font-size: 14px;
  font-weight: 400;
  color: #353535;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

.header-area .main-menu ul li .sub-menu li a:hover {
  /* background-color: #7354ff; */
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  color: #fff;
}

.header-area .main-menu ul li .sub-menu li:last-child a {
  border: none;
}

.header-area .main-menu ul li:hover a {
  color: #00e4ff;
}

.header-area .main-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.header-area .header-action-button {
  display: flex;
}

.header-area .header-action-button .header-btn {
  padding: 10px 30px;
}

.header-area .header-action-button .login {
  margin-right: 14px;
}

.header-2 .header-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background: none;
  padding: 10px 0px;
}

.header-2 .header-area .color-logo {
  display: none;
}

.header-2 .header-area.sticky {
  background: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 0;
}

.header-2 .header-area.sticky .color-logo {
  display: block;
}

.header-2 .header-area.sticky .white-logo {
  display: none;
}

.header-2 .header-area.sticky .main-menu ul li a {
  color: #000000;
}

.header-2 .header-area.sticky .main-menu ul li a i::before {
  color: #000000;
}

.header-2 .header-area .main-menu ul li a {
  color: #fff;
}

.header-2 .header-area .main-menu ul li a i::before {
  color: #fff;
}

.phone-area>div span {
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 4. ============================= slider-area ======================*/
.slider-area {
  position: relative;
  padding-top: 120px;
  padding-bottom: 200px;
  width: 100%;
  height: 727px;
  background: linear-gradient(90.54deg, #7354ff 0.42%, #000b22 102.71%);
  -webkit-background: linear-gradient(90.54deg, #7354ff 0.42%, #000b22 102.71%);
  -moz-background: linear-gradient(90.54deg, #7354ff 0.42%, #000b22 102.71%);
}

.slider-area.slider-2 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.slider-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-position: center center;
  bottom: 0;
  /* background: url(assets/img/index-banner.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%; */
}

.slider-area .slider-imge {
  text-align: center;
}

.slider-area .slider-content h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.slider-area .slider-content h3 {
  font-size: 35px;
  font-weight: 500;
}

.slider-area .slider-content p {
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 25px;
  padding-right: 40px;

}

.slider-area .slider-content .slider-button {
  display: flex;
  margin-top: 5rem;
}

.slider-area .slider-content .slider-button .slider-btn {
  margin-top: 2rem;
  padding: 12px 30px;
  border-radius: 5px;
}

.slider-area .slider-content .slider-button .service {
  margin-right: 14px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
}

.slider-area .slider-content .slider-button .service:hover {
  color: black;
  background-image: linear-gradient(to right, #00b4ff, #00e4ff);
}

/* 5. ============================= counter_wrapper ======================*/
.counter_wrapper {
  margin-top: -100px;
}


.counter_wrapper .count_box {
  padding: 15px 0;
  border-radius: 5px 5px 30px 30px;
  text-align: center;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.counter_wrapper .count_box i::before {
  font-size: 60px;
  color: #353535;
  transition: 0.3s;
}

.counter_wrapper .count_box h3 {
  font-size: 35px;
  font-weight: 500;
  color: #353535;
  margin: 15px 0;
  transition: 0.3s;
}

.counter_wrapper .count_box p {
  font-size: 13px;
  font-weight: 500;
  color: #353535;
  transition: 0.3s;
  min-height: 50px;
}

.counter_wrapper .count_box:hover h6 {
  color: #ffffff;
}

.counter_wrapper .count_box:hover i::before {
  color: #ffffff;
}

.counter_wrapper .count_box:hover p {
  color: #ffffff;
}

.counter_wrapper .count_box:hover {
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
}

/* 定义抖动动画 */
@keyframes shake {
  0% {
    transform: translateX(0) scale(1.2);
  }

  25% {
    transform: translateX(-5px) scale(1.2);
  }

  50% {
    transform: translateX(5px) scale(1.2);
  }

  75% {
    transform: translateX(-5px) scale(1.2);
  }

  100% {
    transform: translateX(0) scale(1.2);
  }
}

.counter_wrapper .count_box:active {
  /* 点击时放大 */
  transform: scale(1.2);
  /* 应用抖动动画 */
  animation: shake 0.8s ease-in-out;
}

/* 12. ============================= fotter-area ======================*/
.fotter-area .fotter-widget {
  margin-bottom: 30px;
}

.fotter-area .fotter-widget .fotter-logo {
  margin-bottom: 30px;
}

.fotter-area .fotter-widget p {
  font-size: 14px;
  font-weight: 400;
  color: #b4bacc;
}

.fotter-area .fotter-widget .social-icon {
  margin-top: 30px;
}

.fotter-area .fotter-widget .social-icon li {
  display: inline-block;
  margin-right: 20px;
}

.fotter-area .fotter-widget .social-icon li a {
  background: #7354ff;
  padding: 8px 8px;
  border-radius: 5px;
  transition: 0.3s;
}

.fotter-area .fotter-widget .social-icon li a i::before {
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
  transition: 0.3s;
}

.fotter-area .fotter-widget .social-icon li a:hover {
  background: #fff;
}

.fotter-area .fotter-widget .social-icon li a:hover i::before {
  color: #7354ff;
}

.fotter-area .fotter-widget .fotter-subtitle {
  margin-bottom: 10px;
}

.fotter-area .fotter-widget .fotter-subtitle h5 {
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
}

.fotter-area .fotter-widget .fotter-link li {
  margin-bottom: 5px;
}

.fotter-area .fotter-widget .fotter-link li a {
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  color: #B6B6B6;
}

.fotter-area .fotter-widget .fotter-link li a:hover {
  color: #7354ff;
}

.fotter-area .fotter-widget .contact-info {
  margin-top: 15px;
}

.fotter-area .fotter-widget .contact-info li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  display: flex;
  color: #B6B6B6;
}

.fotter-area .fotter-widget .contact-info li i::before {
  font-size: 14px;
  margin-right: 10px;
  color: #B6B6B6;
}

.fotter-area .fotter-widget .subscibe-area {
  margin-top: 30px;
}

.fotter-area .fotter-widget .subscibe-area input::placeholder {
  color: #fff;
  font-size: 14px;
  opacity: 1;
}

.fotter-area .fotter-widget .subscibe-area .subscribe-btn {
  padding: 12px 20px;
}

.fotter-area .link-area {
  border-top: 1px solid #3f475f;
}

.fotter-area .link-area span {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #b4bacc;
}

.fotter-area .link-area span a {
  color: #b4bacc;
}

.copy-right-area {
  border-top: 1px solid #3f475f;
  background-color: #0f2435;
  padding: 10px;
}

.copy-right-area span {
  font-size: 14px;
  color: #5c657d;
}

.fotter-area .fotter-widget table {
  border-radius: 6px;
  background-color: #2d3852;
  border: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}

.fotter-area .fotter-widget table tr {
  color: #b4bacc;
}

.fotter-area .fotter-widget table tr .service {
  float: right;
  margin-right: 20px;
  border-radius: 5px;
  background-color: #00e4ff;
}

.fotter-area .fotter-widget table tr .service:hover {
  color: #000000;
}


.fotter-area .fotter-widget table td {
  padding: 10px;
  text-align: start;
  color: #b4bacc;
}

.fotter-area .fotter-widget input {
  width: 53%;
  color: #B6B6B6;
  border: none;
  border-radius: 5px;
  outline: none;
  background: rgba(159, 159, 159, 0.34);
}

.fotter-area .fotter-widget textarea {
  width: 85%;
  vertical-align: top;
  color: #B6B6B6;
  border: none;
  border-radius: 5px;
  outline: none;
  background: rgba(159, 159, 159, 0.34);
}


.fotter-area .table-responsive .table thead tr th {
  border-top: none;
}

.fotter-area .table-responsive .table thead tr th a {
  font-size: 14px;
  color: #b4bacc;
}

.fotter-area .table-responsive .table tbody tr td {
  border: none;
  font-size: 13px;
  color: #b4bacc;
}

.fotter-area .table-responsive .table tbody tr td h5 {
  border: none;
  font-size: 18px;
  color: #b4bacc;
  padding-left: 35px;
}


/* 22. ======== portfolio-area ===========*/

/**五等分**/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }

  .carousel-area .container {
    max-width: 80%;
  }
}

.portfolio-area .item-menu button {
  border: 0;
  font-size: 16px;
  font-weight: 500;
  background: none;
  color: #6D6D6D;
  padding: 0;
  /* margin: 0 20px; */
  padding: 10px 20px;
  border-radius: 3px;
  transition: 0.3s;
}

.portfolio-area .section-title h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

.portfolio-area .section-title p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #353535;
  max-width: 580px;
  width: 100%;
  margin: 15px auto 0px auto;
}

.portfolio-area .item-menu::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  bottom: 0;
  left: 0;
  margin: auto;
}

.portfolio-area .item-menu button:hover {
  /* background: #7354ff; */
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
}

.portfolio-area .item-menu button:hover h4 {
  /* background: #7354ff; */
  color: #fff;
}

@keyframes clippath {

  0%,
  100% {
    clip-path: inset(0 0 98% 0);
  }

  25% {
    clip-path: inset(0 98% 0 0);
  }

  50% {
    clip-path: inset(98% 0 0 0);
  }

  75% {
    clip-path: inset(0 0 0 98%);
  }
}

.portfolio-area .item-menu button.is-checked {
  --bRadius: 10px;
  position: relative;
  text-align: center;
  font-size: 24px;
  border: 2px solid rgb(179, 191, 231);
  border-radius: var(--bRadius);
  transition: all .3s;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
}

.portfolio-area .item-menu button.is-checked h4 {
  /* background: #7354ff; */
  color: #fff;
}

.portfolio-area .item-menu button.is-checked::before,
.portfolio-area .item-menu button.is-checked::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid grey;
  transition: all .5s;
  border-radius: var(--bRadius);
  animation: clippath 3s infinite linear;
}

.portfolio-area .item-menu button.is-checked::after {
  animation: clippath 3s infinite -1.5s linear;
}

.portfolio-area .col-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-area .col-1 .backDiv {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-area .col-1 .backDiv:hover {
  background-color: lightgrey;
}

.portfolio-area .col-1 .backDiv img {
  width: 20px;
  height: 30px;
}

.portfolio-area .waterDiv {
  display: flex;
}

.portfolio-area .waterDiv .textDiv {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-area .waterDiv .textDiv .slider-content {
  padding: 20px;
}

.portfolio-area .waterDiv .textDiv .slider-content h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.portfolio-area .waterDiv .textDiv .slider-content h3 {
  font-size: 35px;
  font-weight: 500;
}

.portfolio-area .waterDiv .textDiv .slider-content p {
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 25px;
  padding-right: 40px;
}

.portfolio-area .waterDiv .textDiv .slider-content .slider-button {
  display: flex;
  margin-top: 2rem;
}

.portfolio-area .waterDiv .textDiv .slider-content .slider-button .slider-btn {
  margin-top: 2rem;
  padding: 12px 30px;
  border-radius: 5px;
}

.portfolio-area .waterDiv .textDiv .slider-content .slider-button .service {
  margin-right: 14px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
}

.portfolio-area .waterDiv .textDiv .slider-content .slider-button .service:hover {
  color: black;
  background-image: linear-gradient(to right, #00b4ff, #00e4ff);
}

.portfolio-area .waterDiv .imgDiv {
  padding: 10px;
  text-align: center;
}


.news-area {
  background-color: #e5f3ff;
}

.news-area .section-title {
  padding: 30px;
  margin: auto;
  width: 80%;
  position: relative;
  text-align: center;
  font-size: 24px;
}

@keyframes clipPath {

  0%,
  100% {
    clip-path: inset(0 0 95% 0);
  }

  25% {
    clip-path: inset(0 0 0 95%);
  }

  50% {
    clip-path: inset(95% 0 0 0);
  }

  75% {
    clip-path: inset(0 95% 0 0);
  }
}

.news-area .section-title h2::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 150px;
  right: 150px;
  bottom: 10px;
  border: 2px solid rgb(17, 36, 100);
  transition: all .5s;
  animation: clipPath 3s infinite linear;
}

/* .news-area .section-title h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  width: 20%;
  height: 75px;
  margin: auto;
  border-bottom: 2px solid #00b4ff;
} */

/* .news-area .section-title h2::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 113px;
  background-color: #15bdfa;
  bottom: 0;
  margin: auto;
} */

.news-area .thumb .thumb-content span {
  display: block;
  /* text-indent: 2em; */
  text-align: start;
}

/* 23. ======== single-work ===========*/
.single-work {
  margin-bottom: 20px;
}

.single-work .wrapper .thumb {
  min-height: 430px;
}

.single-work .wrapper .thumb img {
  width: 99%;
  min-height: 160px;
}

.single-work .wrapper .thumb::before {
  position: absolute;
  content: "";
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); */
  opacity: 0.55;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  border-radius: 5px;
}

.single-work .wrapper .thumb .thumb-content {
  position: absolute;
  /* top: 90%;
  transform: translateY(-90%); */
  left: 0;
  right: 0;
  transition: 0.3s;
}

.single-work .wrapper .thumb .thumb-content p {
  font-size: 16px;
  font-weight: 400;
  /* color: #fff; */
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  min-height: 50px;
}

.single-work .wrapper .thumb .thumb-content span {
  font-size: 14px;
  font-weight: 500;
  /* color: #fff; */
}

.single-work .wrapper .thumb .thumb-content span.timeSpan {
  color: gray;
}

.single-work .wrapper .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.single-work .wrapper .content p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.single-work .wrapper .content span {
  display: block;
  font-size: 16px;
  color: #fff;
}

.single-work .wrapper .content .project-btn {
  margin-top: 30px;
  background: #fff;
  background-image: linear-gradient(to right, #00b4ff, #00e4ff);
  padding: 13px 35px;
  font-size: 18px;
  border-radius: 10px;
}

.single-work .wrapper .content .project-btn:hover {
  color: #fff;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
  /* border-color: #7354ff; */
}

.single-work .wrapper:hover .thumb::before {
  background: linear-gradient(0deg, #FF363D 0%, #000000 100%);
  opacity: 0.7;
}

.single-work .wrapper:hover .thumb-content {
  display: none;
}

.single-work .wrapper:hover .content {
  visibility: visible;
  opacity: 1;
}


/* 4. ============================= 轮播器 carousel-area ======================*/
.carousel-area .container {
  height: 500px;
}

.carousel-area .carousel-control-prev-icon,
.carousel-area .carousel-control-next-icon {
  width: 40px;
  height: 40px;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: LightGray;
  margin: auto;
}

.carousel-area {
  position: relative;
  /* padding-top: 100px;
  padding-bottom: 100px; */
  width: 100%;
  /* background: linear-gradient(90.54deg, #7354ff 0.42%, #000b22 102.71%);
  -webkit-background: linear-gradient(90.54deg, #7354ff 0.42%, #000b22 102.71%);
  -moz-background: linear-gradient(90.54deg, #7354ff 0.42%, #000b22 102.71%); */
}

.carousel-area .slider-imge {
  text-align: center;
}

.carousel-area .slider-content h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.carousel-area .slider-content h3 {
  font-size: 25px;
  font-weight: 400;
  color: #00b4ff;
}

.carousel-area .slider-content p {
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 25px;
  padding-right: 40px;

}

.carousel-area .slider-content .slider-button {
  display: flex;
  margin-top: 5rem;
}

.carousel-area .slider-content .slider-button .slider-btn {
  margin-top: 2rem;
  padding: 12px 30px;
  border-radius: 5px;
}

.carousel-area .slider-content .slider-button .service {
  margin-right: 14px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #00e4ff, #00b4ff);
}



/*# sourceMappingURL=style.css.map */