:root {
  --primary: #FF7100; /* 主色 */
  --mysecondary: #FF8C4B; /* 辅助色 */
  --accent: #ffc700; /* 强调色 */
  --background: #f9f9f9; /* 背景色 */
  --background-white: #fff; /* 白色背景色 */

  --mytext-primary: #000; /* 主文本颜色 */
  --mytext-secondary: #5f5f5f; /* 次要文本颜色 */
  --mytext-dec:#666; /* 副标题颜色 */
  --mytext-light: #ccc; /* 亮色文本颜色 */
  --mytext-dark: #333; /* 暗色文本颜色 */
  --text--black: #000; /* 黑色文本颜色 */
  --text--white: #fff; /* 白色文本颜色 */
  scroll-behavior: smooth;
  --background-black:#000; /* 黑色背景色 */

}

/*--------------------------------------------------------------
# 橙色主题
---------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color:#000;
  font-family:var(--font-primary);
}
body {
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
}
a {
  color: var(--mytext-primary);
  text-decoration: none;
}

a:hover {
  color: var(--primary);
}

button {
  border: none;
  padding: 10px 20px;
  font-family: var(--font-secondary);
  cursor: pointer;
}
/*--背景图---*/
.bg-pro{background-color:#f5f5f5 !important}

.bigadstext {
  font-family: Georgia, 'Times New Roman', Times, serif; 
}
.highlight {
  background-color: var(--accent);
  color: var(--mytext-dark);
  padding: 5px 10px;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
/*** Button ***/
.btn {
  transition: .5s;
  font-weight: 500;
  overflow: hidden;
  position: relative;
}
.btn span {
  position: relative;
  z-index: 10;
}
.btn.btn-solid {
  background: var(--mysecondary);
  color: #ffffff;
  -webkit-transition: background .3s ease ;
          transition: background .3s ease ;

}
.btn.btn-solid::after {
  background: #fff;
  content: "";
  height: 155px;
  width: 100%;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}
.btn.btn-solid:focus {
  color: #ffffff;
}
.btn.btn-solid:hover {
  color: #ffffff;
  background: var(--accent);
}
.btn.btn-solid:hover::after {
  left: 120%;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-primary,
.btn-outline-primary:hover {
  color: var(--text--white);
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}


.topbar-right {
  position: relative;
  background: var(--primary);
}

.topbar-right::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  top: 0;
  left: -15px;
  transform: skewX(-30deg);
  background-color: var(--primary);
}

.bg-hover-primary {
  background-color: #fefefe;
  transition: .3s; 
  color: #aaa;
  border: 1px solid #dedede;
  border-radius: 4px;font-size: 0.8rem;
  cursor: pointer;
}

.bg-hover-primary:hover {
  background-color:#666;    
}


.text-size14{ font-size: 14px; }
.text-hs, .text-hs a {
  color: var(--mytext-dec); font-size: 0.9rem;
}
.text-hs a:hover{
  color: var(--primary);
  font-size: 1.0rem;
}

.text-hs-desc {
  color:#ccc; font-size: 0.9rem;
}
.text-orange{
  color: var(--primary);
}

.mouse-hover {
 
  transition: .3s;
}
.mouse-hover:hover {
  letter-spacing: 1px; color: var(--primary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.sections-bg {
  background-color:var(--background);
}

.section-header {
  text-align: center;
  padding-bottom: 60px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header p {
  margin-bottom: 0;
  color:var(--text-secondary);
}
/*--------------------------------------------------------------
# 移动禁用
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header & topbar
--------------------------------------------------------------*/
.topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  padding: 0;
}

#translate select{ width:150px; background-color:var(--background-white); border: 1px solid #ccc; border-radius: 4px; padding: 5px; }
.header {
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
  background: #fff;
}

.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.header .logo img {
  max-height:60px;
  margin-right: 6px;
}

.sticked-header-offset {
  margin-top: 70px;
}

section {
  scroll-margin-top: 70px;
}

/*--------------------------------------------------------------
# 导航栏 Navigation
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .navbar {padding: 0;}

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    color:#999;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-secondary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--primary)
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background: var(--background-white);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {min-width: 200px;}

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    color:var(--primary);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-secondary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 768px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 360px;
    bottom: 0;
    transition: 0.3s;
    z-index: 997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(120,120,120,0.8);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 600;
    color: rgba(0,0,0, 0.9);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--primary)
  }


  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color: rgba(240, 240, 240, 0.8);

  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: rgba(20, 20, 20, 0.8);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: var(--mytext-dark);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999;
  }

  .mobile-nav-active {  overflow: hidden;  }

  .mobile-nav-active .navbar {  right: 0;  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(200, 200, 200, 0.7);
    z-index: 996;
  }
}


/*** Search ***/

.searchBox {
  height: 40px; 
}
.searchBox input {
  height: 100%;
  width: 0;
  padding: 0 40px 0 15px;
  border: none;
  outline: none;
  background: transparent;
  border-radius:20px 0 0 20px;
  transition: .4s cubic-bezier(0, 0.8, 0, 1);
  position: absolute;
  top: 10;color:var(--text--white);
  z-index: 2;
}
.searchBox input:focus {
  width: 300px;height: 40px;
  z-index:0;
  background:#666; right:-20px; 
}
.searchBox button {
  background: #666;
  border: none;
	height: 40px;
	width:40px;
	text-shadow: 0 0 12px #eee;
	padding: 0 10px 0 10px;
	border-radius:20px;
  position: absolute;
  top: 10;
  cursor: pointer;
}
.searchBox button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color:var(--text--white);z-index:3;
}
@media screen and (max-width: 799px) {
  .searchBox {
    height: 40px; text-align: center;padding-top: 6px;
  }
  .searchBox .searchInput {
    width:auto;
    padding: 5px 8px;
    background-color: #000;border-radius:5px;
    position:static;
    top: auto;
    left: auto;
    right: auto; 
    z-index: auto;
    
  }.searchBox input:focus {
    width:auto;
    z-index:auto;
    background:#000; right:auto; 
  }
  .searchBox .searchButton {
    background-color: #000;
    padding: 0px;
    position:static;  
    top: auto;
    left: auto;
    right: auto; z-index: auto;
  }
}

/*--------------------------------------------------------------
# Header banner
-*/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--primary);
  border: 15px solid var(--primary);
  border-radius: 3.5rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
      position: relative;
      min-height: 450px;
  }
  
  #header-carousel .carousel-item img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
}
/*home 快速入口*/

.quick-entry span {
  font-size: 60px;
  color: #eeeeee; 
  margin-left:40px; 
  text-align: right;
}

.quick-entry i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  background-color: var(--primary); 
  color:var(--text--white);
  border-radius: 5px;
  font-size: 24px;
}

.quick-entry h5 {
  margin-top: 10px;
  color: var(--mytext-dark);   
}

.quick-big {
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease;  z-index: 0;background-color:#fbfbfb;
  border: 1px solid #dedede;
}

.quick-big::before { 
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
	width:176%;height:160%;
  background:var(--mytext-light);
  z-index: -1;
  transition: transform .3s;
	transform:skew(-45deg);
}
.quick-big p{ font-size: 0.9rem;}
.quick-big:hover {
  color:#eee;
  box-shadow:0 0 10px rgba(0,0,0,.4);
	transform:translateY(5px);
}

.quick-big:hover::before {
  left: -50%;
  background-color:var(--primary);transition:.4s left ease-in-out;
}

.shape {
  position: relative;
  display: inline-block;
  line-height: 1;
  z-index: 2;  color:var(--primary);
}

.shape::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background:#fff;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: -1;
}


/*--------------------------------------------------------------
# 首页about
-*/
.about-but,
.about-but a {
  color: var(--text--white);
  background-color: var(--mytext-secondary);
  position: relative;
  overflow: hidden; padding:10px 20px;
}


.about-but a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
  transform: translateX(-100%);
  transition: transform 0.4s ease-in-out;
  z-index: 0;
}



.about-but a:hover {
  transform: translateX(0%); box-shadow: 0 0 20px rgba(0, 0, 0, .5);
  background: linear-gradient(to bottom, rgba(255, 113, 0, 0.922), rgb(255, 154, 3));
}


/*** top product ***/
.swiper-container {padding: 0 50px;overflow: hidden;}
.mySwiper {overflow: hidden;width: 100%;}
.swiper-wrapper .swiper-slide:last-of-type {margin-right: 0;}
.swiper-button-next,.swiper-button-prev{ color:#ccc;}
.product-item {position: relative;height: auto;overflow:hidden; }
.proimg-item {
  position: relative;
  overflow:hidden;
}

.proimg-img {
  position: relative;
}

.proimg-img img {
  object-fit: cover;
}

.proimg-cat {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height:12%; line-height:about;
  background-color:rgb(50, 50,50, 0.6);
  color: white;
  display: flex;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
  z-index: 2;
  padding-left: 5px;font-size: 0.9rem;
}

.product-item:hover .proimg-cat {
  transform: translateX(50%);  
}

.protit-item p{ margin-top: 6px;
  display:-webkit-box;
  overflow: hidden; 
  word-break: break-word;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:4;  
  white-space: pre-line;

  overflow-wrap: break-word;
  word-wrap: break-word; 
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
 
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.product-item:hover .protit-item {
  background-color:#f5f5f5; }
.product-item:hover .protit-item a { color: var(--primary);}

/*--------choose us-----------------*/
.chooseus .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  border: 1px solid #eee;
  height: 200px;
  position: relative;
  background: #faf9f8;
}
.chooseus .icon-box::before {
  content: "";
  position: absolute;
  background:#faf9f8;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.chooseus .icon-box:hover::before {
  background:var(--primary);
  top: 0;
  border-radius: 0px;
}
.chooseus .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 72px;
  height: 72px;
  background:var(--primary);
}

.chooseus .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}


.chooseus h4 a { color: #343a40;}
.chooseus .icon-box:hover .icon {
  background: #fff;
  border: 2px solid var(--primary);
}

.chooseus .icon-box:hover .icon i{color:var(--mysecondary);}
.chooseus .icon-box:hover h4 a, .chooseus .icon-box:hover p{color:var(--text--white);}



/*--------------------------------------------------------------
# free quote&FQA
# quote Section
--------------------------------------------------------------*/
.contact .info-container {
  background-color: var(--color-primary);
  height: 100%;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.contact .info-item {
  width: 100%;
  background-color: var(--primary);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  color: var(--text--white);
}

.contact .info-item:last-child {
  margin-bottom: 0;
}

.contact .info-item i {
  font-size: 20px;
  color: var(--text--white);
  float: left;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item:hover i {
  background:var(--background-white);
  color: var(--color-primary);
}

.contact .php-email-form {
  width: 100%;
  height: 100%;
  background: var(--background-white);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 0 10px 10px 0;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}


.contact .php-email-form .sent-message {
  display: none;
  color: var(--text--white);
  background: var(--primary);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--primary);
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--primary);
  border: 0;
  padding: 14px 45px;
  color: var(--text--white);
  transition: 0.4s; width: 100%;
}

.contact .php-email-form button[type=submit]:hover {
  background:var(--mysecondary)
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*-- FQA Section --*/
.faq{  background-size: cover;
  background: linear-gradient(rgba(250, 250, 250, 0.95), rgba(250, 250, 250, 0.95)), url('../img/pro-bg.webp') no-repeat 0% 20%/ cover;
}
.faq .accordion-item {
  border: 0;
  margin-bottom: 10px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.06);

}

.faq .accordion-item:last-child { margin-bottom: 0;}
.faq .accordion-collapse { border: 0;}

.faq .accordion-button {
  padding: 16px 50px 16px 20px;
  border: 0;
  font-size: 1.1rem;
  line-height: 24px;
  color: var(--color-default);
  text-align: left;
  background: #fff;
}

.faq .accordion-button .num {
  padding-right: 10px;
  font-size: 20px;
  line-height: 0;
  color: var(--color-primary);
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none;
}

.faq .accordion-button:after {
  position: absolute;
  right: 20px;
  top: 20px;
}

.faq .accordion-body {
  padding: 0 40px 30px 45px;
  border: 0;
  background: #fff;
  box-shadow: none;
  color:var(--mytext-dec);
  font-size: 0.9rem;
}

/*--------------------------------------------------------------
# Home Latest Blog Section
-*/
.pinned-post {
   overflow: hidden;
   background-color: rgba(240, 240, 240, 0.8);
}
.pinned-post .img-wrapper {
  position: relative;
  overflow: hidden;
}
.pinned-post .img-wrapper img {
  -webkit-transition: -webkit-transform .2s ease;
          transition: transform .2s ease;
}
.pinned-post .img-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 240px;
  font-size: 26px;
  color: #ffffff;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .2s ease;
          transition: transform .2s ease;
  z-index: 10;
}
.pinned-post .img-wrapper .overlay i {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.pinned-post h4:hover,
.pinned-post h4:focus {
  color: var(--mysecondary);
}
.pinned-post:hover .img-wrapper img {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
.pinned-post:hover .img-wrapper .overlay {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pinned-post:hover .img-wrapper .overlay i {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
@media screen and (max-width: 991px) {
  .pinned-post {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# page 公用元素 styles
--------------------------------------------------------------*/

.hero-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
}
.hero-bg.overlay {position: relative; }
.hero-bg.overlay:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.4);
}
.overlay .breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

.overlay .breadcrumb-item,
.overlay .breadcrumb-item a {
  font-size: 14px;
  color: var(--light);
}

.sec-title {
  margin-bottom: 50px;
}
.sec-title h2 {
  text-transform: uppercase;
  color: #373737;
  font-size: 28px;
  margin: 0;
  border-bottom: 1px solid #E6E6E6;
  display: block;
  padding-bottom: 25px;
}
.sec-title h2:after {
  content: '';
  width: 70px;
  height: 2px;
  display: block;
  background:var(--mysecondary);
  position: relative;
  top: 27px;
}
.sec-title span { font-weight: 300;}
.sec-title p {
  color: #898989;
  margin: 0;
  margin-top: 20px;
}
/*--------------------------------------------------------------
# About Us styles
--------------------------------------------------------------*/
   .about-info-box {
    background: #ffffff url(../img/bg-2.png) bottom right no-repeat;
  }

  .about-info-box .about-title {
    border-left: 2px solid var(--mysecondary);
    padding-left: 20px;
    margin-bottom: -10px;
  }
 
  .about-info-box .about-title h3 {
    font-size: 40px;
    margin: 0;
    color: var(--mytext-light);
    text-transform: uppercase;
    font-weight: 900;
  }
  

  .single-editor .img-box,
  .single-editor .content-box {
    display: table-cell;
    vertical-align: top;
  }
  .single-editor .img-box {
    width:40%;
  }
  .single-editor .content-box  {
    background: #fff;
    border-top: 1px solid var(--mysecondary);
    padding: 0 21px 0 30px;
    padding-top: 30px;
  }
 
 
  .single-editor .content-box .social {
    text-align: left;
    background: #FF8C4B;
    margin-left: -80px;
    margin-right: -18px;
    position: relative;
    z-index: 99;
    padding: 10px 0;
    padding-left: 30px;
    margin-top: 20px;
  }
 
  .single-editor .content-box .social a {
    font-size: 16px; color: #fff;
  }

  /*--------------------------------------------------------------
# contact styles
-*/
.contact-detail {
  text-align: center;background-color: #f9f9f9;
}
.contact-detail .icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: var(--mysecondary);
  color: #ffffff;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.contact-detail .icon::after {
  position: absolute;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .3s ease;
          transition: transform .3s ease;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid var(--mysecondary);
}
.contact-detail .name {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #222222;
  margin-bottom: 12px;
}
.contact-detail .info {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #999999;
}
.contact-detail.bordered {
  padding: 55px 0;
  border: 1px solid #dddddd;
}
.contact-detail:hover .icon,
.contact-detail.focus .icon {
  background: #ffffff;
  color: var(--mysecondary);
}
.contact-detail:hover .icon::after,
.contact-detail.focus .icon::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 600px) {
  .contact-detail {
    width: 100%;
    margin-bottom: 45px;
  }
}


/*--------------------------------------------------------------
# products page item Section
--------------------------------------------------------------*/
.sub-pro-item {   
  transition: transform 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;overflow: hidden;
}
.sub-pro-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(200,200, 200, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translateY(-60%);
            transition: transform 0.5s ease-in-out;
}
.sub-pro-item:hover::before {
  opacity: 1; transform: translateY(0);box-shadow: 0 4px 8px rgba(50, 50, 50, 0.1);
}
.sub-pro-item:hover {
  transform: translateY(-5px);color: var(--primary);
}
.sub-pro-item a p{ color:#80807F;}
.sub-pro-item a:hover h6,.sub-pro-item a:hover p{
  color: var(--primary);
}
.sub-pro-img {
  position: relative;
  overflow: hidden;
}
.sub-pro-img img { transition: transform 0.3s ease;}
.sub-pro-img:hover img { transform: scale(1.1);}
.sub-pro-img::before {  transition: opacity 0.3s ease;}
.sub-pro-img:hover::before {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pageer 分类页分页 与上一页下一页 Section
----   */
.pager .pagination,
.pager .pager { margin: 0;}
.pager li {
  margin: 0 0.4em;
  display: inline-block;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
  padding: 0.5em 1.2em;
}
.pager li {
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  padding: 0.5em 0.93em;
}

.pager .active {
  background:var(--primary);
  color: #ffffff;
}
.pager li:hover,
.pager li:focus {
  background: var(--primary);
  color: #ffffff;
}
.pager li a { color: #333;}

.prev-next i {
  font-size: 50px;

}
.prev-next a:hover {
  color: var(--mysecondary);
}
.prev-next a i {
  margin-right: 5px;
}


/*--------------news list page-------------*/
.single-blog-post .date-box,
.single-blog-post .content-box {
  display: table-cell;
  vertical-align: middle;
}
.single-blog-post .date-box  {
  width: 78px;
  height: 78px;
  color: #A3A3A3;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-right: 3px solid #ECECEC;
}
.single-blog-post .date-box b {
  font-size: 28px;
  display: block;
}
.single-blog-post .content-box h3 {
  color: #2A2A2A;
  font-weight: bold;
  text-transform: none;
  font-size: 24px;
  text-transform: uppercase;
}

.single-blog-post .content-box .post-links span a {
  color: #A1A1A1;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #D1D1D1;
  transition: all .3s ease;
}

.single-blog-post .content-box .post-links a:hover,
.single-blog-post .content-box .post-links a:hover span i {
  color:var(--accent);
}
.single-blog-post .content-box .post-links span a i {
  color:var(--primary);
  font-size: 16px;
  transition: all .3s ease;
}


.article-text img {
  max-width: 100%;
  height: auto;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-color: var(--background-black);
  padding: 50px 0;
  color:var(--mytext-secondary);
}
.footer a{color:var(--mytext-secondary);}


.footer .footer-info p {
  font-size: 14px;
  font-family: var(--font-primary);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #6f6f6f;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  background-color:var(--mysecondary);
}

.footer h5 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 12px;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f054";
  font-family: "FontAwesome";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--mysecondary);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright { color: var(--mytext-secondary);
    border-top: 1px solid rgba(255, 255, 255, .1);}


    
/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.floating-icons {
    position: fixed; /* 固定定位 */
    right: 20px; /* 距离右边20px */
    bottom: 20px; /* 距离底部20px */
    z-index: 1000; /* 强制在其他元素之上 */
}

.float-icon {
    display: block; /* 以块级元素显示 */
    margin: 10px 0; /* 上下间距 */
    text-align: center; /* 中心对齐 */
}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 20px;
  z-index: 99999;
  background: var(--primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background:var(--mysecondary);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #6f6f6f;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}


/* 浮动窗口样式 */
.float-contact {
  position: fixed;
  right: 15px;
  bottom: 80px;
  z-index: 99998;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 255, 255, 0.9);  /* 添加半透明白色背景 */
  padding: 10px;                         /* 添加内边距 */
  border-radius: 10px;                   /* 圆角边框 */
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
}

.float-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}

.float-contact a:hover {
  background-color: #6f6f6f;
  color: #fff;
  transform: translateY(-2px);  /* 添加悬停时的上移效果 */
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 20px;
  z-index: 99999;
  background: var(--primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background:var(--mysecondary);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}