#menu {
  display: none;
}
.header {
  display: flex;
  height: 50px;
  align-items: center;
  line-height: 50px;
  justify-content: space-between;
}
.header h1 {
  font-size: 24px;
  color: #1b1b1b;
  font-weight: 800;
}
.header .avatar i {
  color: #b08870;
}
.banner {
  min-height: 600px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("../img/bg.webp");
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  position: relative;
}
.banner .icon {
  position: absolute;
  top: -42px;
  left: 47%;
  color: #fff;
  font-size: 60px;
}
.banner .content {
  height: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .content .w-l {
  flex: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner .content .w-l p {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  letter-spacing: 1px;
  color: aliceblue;
}
.banner .content .w-l h1 {
  font-size: 50px;
  line-height: 1.42;
  overflow-wrap: break-word;
  font-family: 'League Spartan', arial, helvetica, sans-serif;
  color: #fff;
  padding: 20px 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.banner .content .w-l .sec {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.banner .content .w-l .sec .service {
  font-size: 16px;
  border-radius: 0px;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  padding: 15px 30px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.banner .content .w-r {
  width: 58%;
}
.about .title {
  text-align: center;
  margin: 70px 0 58px 0;
  box-sizing: inherit;
  font-size: 36px;
  color: #a69085;
  line-height: 1.27;
  overflow-wrap: break-word;
}
.about .about-list {
  display: flex;
  justify-content: space-between;
}
.about .about-list .item {
  width: 32%;
}
.about .about-list .item .img {
  width: 100%;
}
.about .about-list .item h4 {
  font-size: 24px;
  margin: 30px 0;
  text-align: center;
}
.about .about-list .item p {
  line-height: 1.75;
  text-align: center;
  color: #1b1b1b;
  font-size: 18px;
}
.electrical .title {
  text-align: center;
  margin: 70px 0 58px 0;
  box-sizing: inherit;
  font-size: 36px;
  color: #a69085;
  line-height: 1.27;
  overflow-wrap: break-word;
}
.electrical .smallBanner .cardBox {
  width: 1200px;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.electrical .smallBanner .cardBox .imgBox {
  width: 7200px;
  height: 600px;
  transition: all 1s;
  transform: translateX(0px);
}
.electrical .smallBanner .cardBox .imgBox .item {
  width: 1200px;
  height: 600px;
  float: left;
}
.electrical .smallBanner .cardBox .imgBox .item img {
  width: 100%;
}
.electrical .smallBanner .cardBox .size {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #1b1d21;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.electrical .smallBanner .cardBox .btn {
  width: 20px;
  height: 20px;
  top: calc(50% - 20px);
  border-right: solid white;
  border-top: solid white;
  position: absolute;
  z-index: 99;
  opacity: 0.6;
  background-color: #1b1d21;
  cursor: pointer;
}
.electrical .smallBanner .cardBox .btn:hover {
  opacity: 1;
}
.electrical .smallBanner .cardBox .left {
  left: 15px;
  transform: rotate(-135deg);
}
.electrical .smallBanner .cardBox .right {
  right: 15px;
  transform: rotate(45deg);
}
.electrical .smallBanner .pointBox {
  display: flex;
  margin-top: 20px;
}
.electrical .smallBanner .pointBox li {
  width: 100px;
  height: 80px;
  margin: 0 10px;
  cursor: pointer;
}
.electrical .smallBanner .pointBox li img {
  width: 100%;
  height: 100%;
}
.electrical .miniBanner {
  display: none;
}
.Appointments {
  margin-top: 30px;
}
.Appointments .title {
  text-align: center;
  margin: 70px 0 58px 0;
  box-sizing: inherit;
  font-size: 36px;
  color: #a69085;
  line-height: 1.27;
  overflow-wrap: break-word;
}
.Appointments p {
  text-align: center;
  margin: 0px 0 58px 0;
  box-sizing: inherit;
  font-size: 20px;
  line-height: 1.27;
  overflow-wrap: break-word;
}
.discover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("../img/dis.webp");
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: normal;
  background-position: center;
}
.discover .c {
  height: 280px;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.discover .c p {
  font-size: 36px;
  margin: 56px 0;
  line-height: 1.27;
  color: #fff;
}
.discover .c .Reviews {
  width: 60%;
  background-color: rgba(22, 22, 22, 0.5);
}
.discover .c .Reviews h5 {
  color: #fff;
  font-size: 24px;
  padding: 10px 0;
}
.trusted {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trusted .title {
  text-align: center;
  margin: 70px 0 58px 0;
  box-sizing: inherit;
  font-size: 36px;
  color: #a69085;
  line-height: 1.27;
  overflow-wrap: break-word;
}
.trusted p {
  text-align: center;
  width: 72%;
  color: #5e5e5e;
  box-sizing: inherit;
  font-size: 24px;
  line-height: 1.33;
  overflow-wrap: break-word;
}
.trusted a {
  margin-top: 40px;
  font-size: 20px;
  background-color: transparent;
  letter-spacing: 1px;
  display: inline-flex;
  border-bottom: 1px solid #5e5e5e;
  text-transform: uppercase;
  justify-content: center;
  border-color: currentColor;
}
.product {
  margin: 100px 0;
  height: 500px;
}
.product .c-b-content {
  display: flex;
  justify-content: space-between;
  margin: 8px;
}
.product .c-b-content .box-right-img {
  margin: 8px;
  height: 450px;
  width: 31.3%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.product .c-b-content .box-right-img:hover .img img {
  transform: scale(1.1);
}
.product .c-b-content .box-right-img .img {
  position: relative;
  height: 100%;
}
.product .c-b-content .box-right-img .img:after {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product .c-b-content .box-right-img .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.product .c-b-content .box-right-img .content {
  position: absolute;
  top: 35%;
  left: 10%;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product .c-b-content .box-right-img .content h3 {
  color: #fff;
  font-size: 36px;
}
.product .c-b-content .box-center-img {
  margin: 8px;
  height: 450px;
  width: 31.3%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.product .c-b-content .box-center-img:hover .img img {
  transform: scale(1.1);
}
.product .c-b-content .box-center-img .img {
  position: relative;
  height: 100%;
}
.product .c-b-content .box-center-img .img:after {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product .c-b-content .box-center-img .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.product .c-b-content .box-center-img .content {
  position: absolute;
  top: 35%;
  left: 10%;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
}
.product .c-b-content .box-center-img .content h3 {
  color: #fff;
  font-size: 36px;
}
.product .c-b-content .box-left-img {
  margin: 8px;
  height: 450px;
  width: 30.3%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.product .c-b-content .box-left-img:hover .img img {
  transform: scale(1.1);
}
.product .c-b-content .box-left-img .img {
  position: relative;
  height: 100%;
}
.product .c-b-content .box-left-img .img:after {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product .c-b-content .box-left-img .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.product .c-b-content .box-left-img .content {
  position: absolute;
  top: 35%;
  left: 10%;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product .c-b-content .box-left-img .content h3 {
  color: #fff;
  font-size: 36px;
}
.expertelectrician {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.expertelectrician .title {
  text-align: center;
  margin: 70px 0 58px 0;
  box-sizing: inherit;
  font-size: 36px;
  color: #a69085;
  line-height: 1.27;
  overflow-wrap: break-word;
}
.expertelectrician .experList {
  display: flex;
  flex-direction: column;
  width: 70%;
}
.expertelectrician .experList .item h2 {
  font-size: 24px;
}
.expertelectrician .experList .item p {
  font-size: 18px;
  margin: 30px 0;
}
.contactUs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactUs .title {
  text-align: center;
  margin: 70px 0 58px 0;
  box-sizing: inherit;
  font-size: 36px;
  color: #a69085;
  line-height: 1.27;
  overflow-wrap: break-word;
}
.contactUs .contactList {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactUs .contactList h1 {
  font-size: 24px;
}
.contactUs .contactList p {
  text-align: center;
  margin: 30px 0;
}
.contactUs .contactList h2 {
  font-size: 24px;
  line-height: 1.45;
}
.contactUs .contactList h3 {
  font-size: 24px;
  line-height: 1.45;
  margin: 40px 0;
}
.contactUs .contactList .showTimer .isDay .isDayContent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactUs .contactList .showTimer .isDay .isDayContent h4 {
  font-size: 18px;
  font-weight: 600;
}
.contactUs .contactList .showTimer .isDay .isDayContent #show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactUs .contactList .showTimer .isDay .isDayContent #show p {
  font-size: 18px;
  padding-left: 5px;
}
.contactUs .contactList .showTimer .isDay .isDayContent #show i {
  padding-left: 5px;
  cursor: pointer;
}
.contactUs .contactList .showTimer .isTime .timerContent {
  display: flex;
  flex-direction: column;
}
.contactUs .contactList .getFree {
  font-weight: 700;
  margin: 30px 0;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
}
.freequote {
  display: flex;
  margin-bottom: 50px;
  flex-direction: column;
  align-items: center;
}
.freequote .title {
  text-align: center;
  margin: 70px 0 58px 0;
  box-sizing: inherit;
  font-size: 32px;
  line-height: 1.27;
  overflow-wrap: break-word;
}
.freequote .freequoteInput {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.freequote .freequoteInput .inputL {
  width: 48%;
}
.freequote .freequoteInput .inputL .input-container {
  position: relative;
  width: 100%;
  margin: 30px 0;
}
.freequote .freequoteInput .inputL .input-container input[type="text"] {
  padding: 10px;
  font-size: 16px;
  border: none;
  /* 移除默认边框 */
  transition: border-color 0.3s ease;
  /* 添加过渡效果 */
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #ccc;
  background: transparent;
}
.freequote .freequoteInput .inputL .input-container .border-box {
  position: absolute;
  top: 40%;
  left: 2%;
  color: #333;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  /* 初始状态下边框透明 */
  transition: border-color 0.3s ease, transform 0.3s ease;
  /* 添加过渡效果 */
  pointer-events: none;
  /* 让鼠标事件穿透此元素 */
}
.freequote .freequoteInput .inputL .input-container input[type="text"]:focus + .border-box {
  /* 聚焦时显示边框 */
  transform: translateY(-20px);
  /* 边框上移10像素 */
  font-size: 12px;
  left: 2%;
  color: #bbb;
}
.freequote .freequoteInput .inputL .input-container input[type="text"]:focus {
  border: 1px solid #000;
}
.freequote .freequoteInput .textareaR {
  width: 48%;
}
.freequote .freequoteInput .textareaR .input-container {
  position: relative;
  width: 100%;
  margin: 0px 0;
}
.freequote .freequoteInput .textareaR .input-container textarea {
  padding: 10px;
  font-size: 16px;
  border: none;
  /* 移除默认边框 */
  transition: border-color 0.3s ease;
  /* 添加过渡效果 */
  width: 100%;
  height: 135px;
  border-bottom: 1px solid #ccc;
  background: transparent;
}
.freequote .freequoteInput .textareaR .input-container textarea:focus {
  border: 1px solid #000;
}
.freequote .freequoteInput .textareaR .file {
  display: flex;
  justify-content: space-between;
}
.freequote .freequoteInput .textareaR .file .uploadFiles span {
  font-size: 16px;
  color: #b08870;
}
.freequote .freequoteInput .textareaR .file span {
  font-size: 12px;
}
.freequote p {
  font-size: 12px;
  color: #b08870;
}
.freequote .submit {
  margin-top: 30px;
}
.freequote .submit input[type=submit] {
  background-color: #000;
  padding: 20px 35px;
  border-radius: 2px;
  color: #fff;
}
.freequote .submit span {
  color: #b08870;
  border-bottom: 1px solid #b08870;
  cursor: pointer;
}
.Subscribe {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), url("../img/ds2.webp");
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: normal;
  background-position: center;
  position: relative;
}
.Subscribe .icon {
  position: absolute;
  top: 82%;
  left: 47%;
  color: #fff;
  transform: rotate(180deg);
  font-size: 60px;
}
.Subscribe .c {
  height: 350px;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.Subscribe .c h2 {
  line-height: 1.27;
  font-size: 36px;
  margin-top: 50px;
  color: #fff;
}
.Subscribe .c p {
  font-size: 16px;
  margin: 46px 0;
  line-height: 1.27;
  color: #fff;
}
.Subscribe .c .search {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.Subscribe .c .search .input-container {
  position: relative;
  width: 80%;
}
.Subscribe .c .search .input-container input[type="text"] {
  padding: 10px;
  font-size: 16px;
  border: none;
  /* 移除默认边框 */
  transition: border-color 0.3s ease;
  /* 添加过渡效果 */
  width: 80%;
  height: 55px;
  border-bottom: 1px solid #fff;
  background: transparent;
}
.Subscribe .c .search .input-container .border-box {
  position: absolute;
  top: 40%;
  left: -26%;
  color: #fff;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  /* 初始状态下边框透明 */
  transition: border-color 0.3s ease, transform 0.3s ease;
  /* 添加过渡效果 */
  pointer-events: none;
  /* 让鼠标事件穿透此元素 */
}
.Subscribe .c .search .input-container input[type="text"]:focus + .border-box {
  /* 聚焦时显示边框 */
  transform: translateY(-15px);
  /* 边框上移10像素 */
  font-size: 12px;
  left: -30%;
}
.Subscribe .c .search .input-container input[type="text"]:focus {
  border: 1px solid #fff;
}
.Subscribe .c .search button {
  width: 15%;
  font-weight: 700;
  font-size: 16px;
}
.footer {
  display: flex;
  height: 100px;
  justify-content: space-between;
  align-items: center;
}
.footer p {
  color: #595959;
}
.cookies {
  background-color: #edddd5;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: -300px;
  left: 80%;
  transform: translateX(-50%);
  width: 400px;
  height: 300px;
  color: #fff;
  text-align: center;
  transition: bottom 0.5s ease;
  padding: 30px;
}
.cookies h3 {
  font-size: 24px;
  color: #000;
}
.cookies p {
  color: #000;
}
.cookies a {
  height: 35px;
  line-height: 35px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  background-color: #000;
}
.cookies.show {
  bottom: 50px;
}
.el .title {
  height: 30px;
  margin: 30px 20px;
}
.el .title img {
  width: 25px;
  height: 25px;
}
.el .nav-list {
  padding: 0px 30px;
}
.el .nav-list li {
  margin-top: 10px;
}
.el .nav-list .on {
  border-bottom: 1px solid #ccc;
}
.el .nav-list .on a {
  color: #1b1d21;
}
