@import '//at.alicdn.com/t/c/font_4022772_a3ut5xpcdk6.css';

* {
  margin: 0;
  padding: 0;
}

html {
  --main-bg-color: #f0f0f0;
  --main-color: #0F7BF9;
  --main-active-color: #F0A700;
  --main-text-color: #37474f;
  --main-nav-active-color: #4bcd00
}


html,
body {
  font-size: 16px;
  font-family: 'arial', 'Segoe UI', 'Microsoft YaHei', sans-serif;
  color: var(--main-text-color);
  font-weight: normal;
  background-color: var(--main-bg-color);
}

@font-face {
  font-family: 'League Spartan';
  src: url('https://fonts.gstatic.com/s/leaguespartan/v10/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMGYPZA81d.woff2');
  font-style: normal;
  font-weight: 700;
}

.container {
  width: 100% !important;
  max-width: 1400px;
}

section {
  padding: 5rem 0;
  overflow-x: hidden;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#fenye {
  clear: both;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
  width: 100%;
}

#fenye a {
  text-decoration: none;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  line-height: 2;
  font-size: 12px;
  margin: 0.25rem;
  border: 1px solid #ddd;
  color: #333;
}

#fenye a.curr {
  border: 1px solid #ff8300;
  color: #ff8300;
}

#fenye span {
  font-size: 12px;
}

.location {
  padding: 1rem 0;
  line-height: 2;
}

.location a {
  color: var(--main-text-color);
  text-decoration: none;
}

.location i {
  margin: 0 0.5rem;
}

.location a>i {
  margin: 0 0.25rem 0 0;
}

.location a:hover,
.location a:first-child {
  color: var(--main-color);
}

.title {
  text-align: center;
  margin-bottom: 3.125rem;
}

.title em {
  font-size: 3.125rem;
  line-height: 3.125rem;
  color: #0085ec;
  font-family: Impact;
  margin-bottom: -36px;
  display: block;
  text-transform: uppercase;
  opacity: 0;
}

.title b {
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: var(--main-color);
  text-transform: uppercase;
  font-family: 'League Spartan';
}

.title b span {
  color: #000;
}

.title p {
  line-height: 2.25rem;
  color: #999;
  font-size: 14px;
  margin-bottom: 0.625rem;
}

.title i {
  height: 30px;
}

/* header */

/* 新增的CSS样式 */
.dropdown:hover .dropdown-menu {
  display: block !important;
}

.dropdown-menu {
  background-color: #f8f9fa; /* 银灰色背景 */
  border: none;
  margin-top: 0;
  min-width: 250px;
  padding: 10px 15px;
}

/* 新增的让菜单固定在顶部 s */
header.scrolled .bot {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {transform: translateY(-100%);}
  to {transform: translateY(0);}
}
/* 新增的让菜单固定在顶部 e */

.dropdown-menu a:hover {
  background-color: #28a745 !important; /* 悬停绿色 */
  color: white !important;
  text-decoration: none !important;
}

/* 修改原有样式 */
header .bot ul li.nav-item > a:hover {
  color: #fff !important; /* 主菜单悬停保持白色 */
}

/* 原有CSS保持不变 */
header {
  background-color: #eee;
  position: relative;
  z-index: 1;
}

header .top {
  font-size: 0.875rem;
}

header .top ul li a {
  color: var(--main-text-color);
  text-decoration: none;
}

header .top ul li a:hover {
  color: var(--main-color);
}

header .mid .logo img {
  max-height: 5.625rem;
}

header .mid .slogan {
  margin-left: 1.25rem;
  position: relative;
  padding-left: 1.25rem;
}

header .mid .slogan::before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: -webkit-linear-gradient(bottom, #fff -4%, #ccc 50%, #fff 100%);
  background: -ms-linear-gradient(bottom, #fff -4%, #ccc 50%, #fff 100%);
  background: linear-gradient(bottom, #fff -4%, #ccc 50%, #fff 100%);
  position: absolute;
  left: 0;
  top: 0;
}

header .mid .slogan h5 h1{
  font-size: 1.875rem;
  color: #000;
}

header .mid .slogan p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

header .mid .contact {
  margin-left: 1.25rem;
  font-size: 1.25rem;
}

header .mid .contact p {
  margin-bottom: 0;
}

header .mid .contact p+p {
  margin-top: 0.625rem;
}

header .mid .contact .bi {
  color: var(--main-color);
}

header .bot {
  background-color: var(--main-color);
}

header .bot .menu {
  color: #fff;
  margin-bottom: 0;
}

header .bot #showMenu {
  color: #fff;
  font-size: 1.5rem;
  color: #fff;
}

header .bot ul {
  margin-bottom: 0;
}

header .bot ul li>a {
  color: #fff;
  font-size: 1.25rem;
  display: inline-block;
  text-decoration: none;
  transition: all linear 0.4s;
  padding: 0.625rem 0;
}

/*header end*/

#mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1040;
  display: none;
}

/*内页banner s*/


.ban {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
 color: var(--main-color);
  margin-bottom: 0;
  font-weight: bold;
    /* 添加以下代码确保移动端适配 */
    width: 100%;
    background-attachment: scroll; /* 防止背景图固定导致的问题 */
}

.ban h1{
	font-size: 48px;
    /* 可选：添加文字阴影提高可读性 */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.ban h4{
	
    /* 可选：添加文字阴影提高可读性 */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
/* 针对移动设备的媒体查询 */
@media screen and (max-width: 768px) {
    .ban {
        min-height: 300px; /* 可以调整这个高度以适应移动屏幕 */
        /* 保持背景图覆盖整个区域 */
        background-size: cover;
        background-position: center;
    }
    
    .ban h1 {
        font-size: 32px; /* 调整文字大小以适应移动屏幕 */
    }
}

/* 针对更小屏幕的调整 */
@media screen and (max-width: 480px) {
    .ban {
        min-height: 200px; /* 更小的高度 */
    }
    
    .ban h1 {
        font-size: 24px; /* 更小的文字 */
    }
}



.bann h1 span {
  display: inline-block;
  transform: translate3d(0, 0, 0);
  /* 大字颜色 */
  animation: jump 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
  -webkit-text-fill-color: #0054ac;
}

/*内页banner e*/

#carousel {
  background-color: #eee;
}

#carousel .carousel-item .info h2 {
  font-family: 'League Spartan';
  margin-bottom: 4.375rem;
  color: #000;
}

#carousel .carousel-item .info p {
  margin-bottom: 1.5rem;
  line-height: 1.625;
}

#carousel .carousel-item .info .btns {
  margin-top: 3.125rem;
}

#carousel .carousel-item .info .btns a {
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: 1.125rem 2.5rem;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1;
}

#carousel .carousel-item .info .btns a.showBtn {
  color: #fff;
  background-color: var(--main-color);
}

#carousel .carousel-item .info .btns a:hover {
  color: #fff;
  background-color: var(--main-active-color);
}

.carousel-indicators li {
  /* background-color: var(--main-color); */
}

/* index */
.index .section-1 {
  background-color: var(--main-color);
}

.index .section-1 .list {
  display: flex;
  justify-content: space-between;
}

.index .section-1 dl {
  margin-bottom: 0;
  padding: 0.625rem 0;
}

.index .section-1 dl dt span {
  font-size: 3.125rem;
  color: #fff;
}

.index .section-1 dl dd {
  padding-left: 1rem;
}

.index .section-1 dl dd p {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}

.index .section-1 dl dd b {
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
}



.index .section-2 .list {
  display: grid;
  grid: auto/repeat(4, 1fr);
  gap: 1.875rem;
}


.index .section-2 .list .item .img {
  position: relative;
  overflow: hidden;
}

/* 为图片添加过渡效果，使缩放动画更平滑 */
.index .section-2 .list .item .img img {
  transition: transform 0.5s ease; /* 添加过渡效果，时长0.5秒，缓动函数ease */
  width: 100%; /* 确保图片充满容器 */
  height: auto; /* 保持图片比例 */
}

/* 鼠标悬停时图片缩放 */
.index .section-2 .list .item:hover .img img {
  transform: scale(1.1); /* 图片放大1.1倍 */
}


.index .section-2 .list .item .info {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 123, 249, .6);
  display: flex;
  flex-direction: column;
  justify-content: center; /* 垂直居中 */
  color: #fff;
  padding: 1.25rem;
  opacity: 0;
  transition: all 0.5s ease; /* 信息面板的过渡效果，与图片保持一致的动画时长 */
}

.index .section-2 .list .item:hover .info {
  opacity: 1;
  top: 0;
}

/* 其他原有样式保持不变 */
.index .section-2 .list .item .info h5 {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index .section-2 .list .item>h5 {
  margin-bottom: 0;
  margin-top: 1rem;
  text-align: center;
  color: #000;
}

/* 未 hover 时文字为黑色 */
.index .section-2 .list .item>h5 a {
    color: #000;
    text-decoration: none; /* 可选，移除默认下划线 */
}

/* hover 时文字为蓝色 #0F7BF9 */
.index .section-2 .list .item>h5 a:hover {
    color: #0F7BF9;
}

.index .section-2 .list .item .info span {
  font-size: 2.5rem;
}


.index .section-2 .list dl {
  margin-bottom: 0;
}

.index .section-2 .list dl dt span {
  font-size: 3.125rem;
  line-height: 1;
  color: var(--main-color);
}

.index .section-2 .list dl dd {
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.index .section-2 .list dl dd h5 {
  color: var(--main-color);
  font-weight: bold;
}

.index .section-2 .list dl dd p {
  margin-bottom: 0;
  line-height: 2;
  font-size: 0.875rem;
  color: #666;
}

.index .section-4 {
  background-color: var(--main-color);
}

.index .section-4 .title b {
  color: #fff;
}

.index .section-4 .title p {
  color: #fff
}

.index .section-4 p {
  color: #fff;
}

.index .section-4 .list {
  display: grid;
  grid: auto/repeat(4, 1fr);
  gap: 1.875rem;
}

.index .section-4 .list .item {
  border: 0.5rem solid #3e443a;
  border-radius: 0.5rem;
}

.index .section-4 .list .item dl {
  margin-bottom: 0;
  border-radius: 0.25rem;
  background-color: #f0fbea;
  position: relative;
  padding: 1rem;
  height: 100%;
}

.index .section-4 .list .item dl dt {
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  background-color: #3e443a;
  color: #fff;
  font-size: 1.75rem;
  transform: translateX(-50%);
  margin-top: -0.75rem;
  width: 61.8%;
  text-align: center;
  border-radius: 0 0 0.75rem 0.75rem;
  font-weight: normal;
}

.index .section-4 .list .item dl dt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 0.25rem solid #000;
  border-left: 0.5rem solid transparent;
  display: block;
  transform: translateX(-100%);
}

.index .section-4 .list .item dl dt::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 0.25rem solid #000;
  border-right: 0.5rem solid transparent;
  display: block;
  transform: translateX(100%);
}

.index .section-4 .list .item dl dd {
  margin-bottom: 0;
}

.index .section-4 .list .item dl dd h5 {
  margin-bottom: 0;
  margin-top: 1rem;
  line-height: 1.6;
}

.index .section-5 .list {
  display: grid;
  grid: auto/repeat(4, 1fr);
  gap: 1.875rem;
}

.index .section-5 .list .item {
  background-color: #f1f2f3;
  padding: 0.625rem;
  text-align: center;
}

.index .section-5 .list .item .img {
  overflow: hidden;
}

.index .section-5 .list .item .img img {
  transition: all linear 0.4s;
}

.index .section-5 .list .item a {
  text-decoration: none;
}

.index .section-5 .list .item h5 {
  line-height: 2;
  color: #000;
  margin-bottom: 0;
  margin-top: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index .section-5 .list .item:hover {
  background-color: var(--main-color);
}

.index .section-5 .list .item:hover .img img {
  transform: scale(1.1);
}

.index .section-5 .list .item:hover h5 {
  color: #fff;
}

.index .section-6 dl {
  margin-bottom: 1.875rem;
}

.index .section-6 dl dt {
  color: var(--main-color);
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.index .section-6 dl dd {
  color: #fff;
  padding: 1.25rem;
  margin-bottom: 0;
  background-color: var(--main-color);
}


.index .section-7 .list {
  display: grid;
  grid: auto/repeat(4, 1fr);
  gap: 1.875rem;
}

.index .section-7 .list .item {
  overflow: hidden;
}

.index .section-7 .list .item img {
  transition: all linear 0.4s;
}

.index .section-7 .list .item:hover img {
  transform: scale(1.1);
}

.index .section-9 .info p {
  color: #333;
  line-height: 2;
  margin-bottom: 0;
}

.index .section-9 .info p+p {
  margin-top: 1.5rem;
}

.index .section-9 .list {
  display: grid;
  grid: auto/repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.index .section-9 .list .item {
  overflow: hidden;
}

.index .section-9 .list .item img {
  transition: all linear 0.4s;
}

.index .section-9 .list .item:hover img {
  transform: scale(1.1);
}

.index .section-10 .title p {
  color: #fff;
  background: linear-gradient(to right, #fff, var(--main-color), #fff);
  letter-spacing: 1rem;
  text-transform: uppercase;
  font-style: italic;
  line-height: 2;
}

.index .section-10 .certLogo .iten {
  position: relative;
  margin-bottom: 0.5rem;
}

.index .section-10 .certLogo .iten img {
  margin: 0 1.25rem;
  max-width: 2rem;
}

.index .section-10 .certLogo .iten+.iten::before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: -webkit-linear-gradient(bottom, #fff -4%, #ccc 50%, #fff 100%);
  background: -ms-linear-gradient(bottom, #fff -4%, #ccc 50%, #fff 100%);
  background: linear-gradient(bottom, #fff -4%, #ccc 50%, #fff 100%);
  position: absolute;
  left: 0;
  top: 0;
}


.index .section-11 {
  background: url('../img/bg2.jpg') top center/cover no-repeat;
	
}

.index .section-11 h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 1.875rem;
  text-shadow: 1px 1px #000;
}

.index .section-11 .list {
  display: grid;
  grid: auto/repeat(4, 1fr);
  gap: 1.875rem;
}

.index .section-11 .list .item {
  background-color: #fff;
  padding: 2.5rem 1.25rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
  border-radius: 0.625rem;
  overflow: hidden;
}

.index .section-11 .list .item dt {
  margin-bottom: 1rem;
}

.index .section-11 .list .item dt span.iconfont {
  font-size: 1.875rem;
  color: var(--main-color);
}

.index .section-11 .list .item dd {
  margin-bottom: 0;
}

.index .section-11 .list .item dd h5 {
  margin-bottom: 1.25rem;
  font-weight: bold;
  color: #000;
}

.index .section-11 .list .item dd p {
  margin-bottom: 0;
  color: #666;
}

.index .section-11 .list .item:hover {
  background-color: var(--main-color);
}

.index .section-11 .list .item:hover dt span.iconfont {
  color: #fff;
}

.index .section-11 .list .item:hover dd h5 {
  color: #fff;
}

.index .section-11 .list .item:hover dd p {
  color: #fff;
}

/* footer */
footer {
  background-color: #2b2b2b;

  color: #fff;
}

footer .footNav {
  display: grid;
  grid: auto/repeat(4, 1fr);
  gap: 3.125rem;
  padding-top: 3.125rem;
  padding-bottom: 1.25rem;
}


footer .footNav dl {
  margin-bottom: 1.25rem;
  min-width: 0;
}

footer .footNav dl dt {
  font-weight: normal;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.5rem;
}

footer .footNav dl dt::after {
  width: 2rem;
  height: 3px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffc001;
}

footer .footNav dl dd {
  line-height: 2;
  font-size: 0.875rem;
}

footer .footNav dl dd>a,
footer .footNav dl dd p {
  color: #fff;
  display: block;
  color: #999;
}

footer .footNav dl dd a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  text-decoration: none;
}

footer .footNav dl dd a:hover {
  color: #ffc001;
}


footer .footNav dl dd p {
  margin-bottom: 0;
}

footer .footNav dl dd p a {
  color: #fff;
  text-decoration: none;
}

footer .footNav dl dd p a:hover {
  color: #ffc001;
}

footer .footNav .rightContact {
  display: grid;
  grid: auto/repeat(2, auto);
  gap: 1.25rem;
  margin-left: 10%;
}

footer .footNav .rightContact .wx img {
  max-width: 9.375rem;
}

footer .copyright {
  text-align: center;
  padding: 1.25rem;
  line-height: 2;
  font-size: 0.875rem;
  border-top: 2px solid #403f3f;
}

footer .copyright .links {
  margin-bottom: 0.5rem;
}

footer .copyright .links a {
  color: #fff;
  margin: 0 1rem;
}

footer .copyright p {
  margin-bottom: 0;
}

footer .copyright p span+span {
  margin-left: 1rem
}

footer .copyright p a {
  color: #fff;
}

#wmkc .wmkc-list>li.wmkc-phone .fa {
  font-size: 20px;
  margin: 6px;
  color: var(--main-color);
}

#wmkc .wmkc-list>li.wmkc-phone:hover {
  background-color: var(--main-color);
}

#wmkc .wmkc-list>li.wmkc-phone:hover .fa {
  color: #fff;
}

#wmkc .wmkc-list>li.wmkc-phone:hover p {
  color: #fff;
}

#wmkc .wmkc-list>li.wmkc-skype .fa {
  font-size: 20px;
  margin: 6px;
  color: #00AEE8;
}

#wmkc .wmkc-list>li.wmkc-skype:hover {
  background-color: #00AEE8;
}

#wmkc .wmkc-list>li.wmkc-skype:hover .fa {
  color: #fff;
}

#wmkc .wmkc-list>li.wmkc-skype:hover p {
  color: #fff;
}

/* main */
.main {
  margin-bottom: 3.125rem;
}

.main .content {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}

.main .content>h5 {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0;
  color: var(--main-color);
}

.main .content form {
  padding: 0 1rem 1.25rem;
}

.main .content #MyContent {
  padding: 1rem 1.25rem;
  color: #666;
}

.main .content #MyContent p {
  color: #000;
}

.main .content #MyContent p img {
  max-width: 100%;
}

.main .content #MyContent table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}

.main .content #MyContent table tr td {
  border: 1px solid #ddd !important;
  padding: 0.5rem !important;
}

.main .content #MyContent table tr td p {
  margin-bottom: 0;
}

.main .box {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}

.main .box+.box {
  margin-top: 1.25rem;
}

.main .box>h5 {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  background-color: var(--main-color);
  text-transform: capitalize;
}

.main .box ul {
  margin-bottom: 0;

}

.main .box ul li {
  list-style: none;
}
/*
.main .box ul li a {
  display: block;
  padding: 1rem 1.25rem;
  border-bottom: 1px dashed #f0f0f0;
  color: var(--main-text-color);
  text-decoration: none;
}
*/

.main .box ul li a {
  display: block;
  padding: 1rem 1rem;
  margin: 1rem 1rem;
  color: #2b2b2b;
  background-color: #f1f2f3;
  text-decoration: none;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}

.main .box ul li a i {
  margin-right: 0.5rem;
}

/*
.main .box ul li a:hover {
  color: var(--main-color);
  background-color: #f6f6f6;
}
*/

.main .box ul li a:hover {
  color: #fff !important;
  background-color: #0F7BF9 !important;
}

.main .box ul li p {
  padding: 1rem 1.25rem;
  border-bottom: 1px dashed #f0f0f0;
  color: var(--main-text-color);
  margin-bottom: 0;
  font-size: 0.875rem;
}

.main .box>dl {
  margin-bottom: 0;
  padding: 1rem 1.25rem
}

.main .box>dl+dl {
  padding-top: 0;
}

.main .box>dl dt {
  background-color: var(--main-color);
  border-radius: 0.25rem;
}

.main .box>dl dt a {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #fff;
  font-weight: normal;
  text-transform: capitalize;
  padding: 0.5rem;
}

.main .box>dl dt:hover {
  background-color: var(--nav-active-color);
}

.main .box>dl dd {
  margin-bottom: 0;
  display: none;
}

.main .box>dl dd a {
  display: block;
  color: #2b2b2b;
  text-decoration: none;
  border-bottom: 1px dashed #ddd;
  line-height: 2;
  text-transform: capitalize;
  padding: 0.75rem 0 0.5rem;
}

.main .box>dl dd a:hover {
  color: #000;
}

.my-map {
  margin: 0 auto;
  width: 100%;
  height: 35vh;
  margin-top: 1rem;
  padding: 0 1.25rem;
}

.my-map .amap-container {
  border: 1px solid #ddd;
}

.my-map .icon {
  background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

.my-map .icon-cir {
  height: 31px;
  width: 28px;
}

.my-map .icon-cir-blue {
  background-position: -11px -55px;
}

.amap-container {
  height: 100%;
}

.myinfowindow {
  width: 240px;
  min-height: 50px;
}

.myinfowindow h5 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  width: 220px;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}

.myinfowindow div {
  margin-top: 10px;
  min-height: 40px;
  line-height: 20px;
  font-size: 13px;
  color: #6f6f6f;
}

.main .list {
  padding: 1rem 1.25rem;
  display: grid;
  grid: auto/repeat(3, 1fr);
  gap: 1.25rem;
}

.main .list .item {
  text-align: center;
}

.main .list .item .img {
  overflow: hidden;
  border: 1px solid #ddd;
}

.main .list .item .img img {
  transition: all linear 0.4s;
}

.main .list .item p {
  margin-top: 0.5rem;
  line-height: 2;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main .list .item p a {
  color: var(--main-text-color);
}

.main .list .item:hover .img img {
  transform: scale(1.1);
}

.main .list .item:hover p a {
  color: var(--main-color);
}

.productShow {
  padding: 1rem 0;
  margin-bottom: 1.875rem;
}

.productShow .img {
  overflow: hidden;
  border: 1px solid #ddd;
}

.productShow .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.productShow .info {
  line-height: 2;
}

.productShow .info h5 {
  margin-top: 1rem;
  color: #000;
  text-transform: capitalize;
}

.productShow .info p {
  color: #868686;
  line-height: 1.4;
}

.productShow .info table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.productShow .info table tr td {
  border: 1px solid #ddd;
  padding: 0.375rem 0.5rem;
  vertical-align: middle;
}

.productShow .info table tr td:nth-child(odd) {
  width: 3rem;
  background-color: #f7f7f7;
  white-space: nowrap;
}

.news-list {
  padding: 1rem 1.25rem;
}

.news-list dl {
  padding-bottom: 1.25rem;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 0rem;
}

.news-list dl+dl {
  margin-top: 1.25rem;
}

.news-list dl dt {
  width: 7.5rem;
  min-width: 7.5rem;
  height: 5rem;
  margin-right: 1rem;
}

.news-list dl dd {
  margin-bottom: 0;
}

.news-list dl dd h5 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.875rem;
  margin-bottom: 0.5rem;
}

.news-list dl dd h5 a {
  color: var(--main-text-color);
}

.news-list dl dd h5 a:hover {
  color: var(--main-color);
}

.news-list dl dd span {
  color: #797979;
  font-size: 12px;
}

.news-list dl dd p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #868686;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-top: 0.5rem;
}

.main ul.redirect {
  margin-bottom: 0;
  list-style: none;
  padding: 0 1.25rem 1rem;
}

.main ul.redirect li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.875rem;
}

.main ul.redirect li a {
  color: var(--main-text-color);
}

.main ul.redirect li a:hover {
  color: var(--main-color);
}

.main .flist {
  padding: 1rem 1.25rem;
}

.main .flist dl {
  margin-bottom: 0;
  display: grid;
  grid: auto/auto 4.5rem;
  gap: 1.25rem;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 1rem;
  align-items: center;
}

.main .flist dl+dl {
  margin-top: 1.25rem;
}

.main .flist dl dt {
  font-weight: normal;
}

.main .flist dl dd {
  margin-bottom: 0;
  padding: 0.375rem 0.5rem;
  border-radius: 0.25rem;
  background-color: var(--main-color);
}

.main .flist dl dd a {
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
  display: block;
}

.main .flist dl dd:hover {
  background-color: var(--nav-active-color);
}

/* 2023/02/17 */
.index .section-8 .list {
  display: grid;
  grid: auto/repeat(6, 1fr);
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.index .section-8 .list .item {
  text-align: center;
  transition: all linear 0.4s;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 0.25rem;
}

.index .section-8 .list .item p {
  line-height: 2.5;
  margin-bottom: 0;
}

.index .section-8 .list .item img {
  transition: all linear 0.4s;
}

.index .section-8 .list .item:hover img {
  transform: scale(0.9);
}


.enquiryFormBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 9999999;
  align-items: center;
  justify-content: center;
  display: none;
}

.enquiryForm {
  width: 61.8%;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 0.25rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}

.enquiryFormTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  border-bottom: 1px solid #ddd;
}

.enquiryFormTitle h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #000;
}

.enquiryFormTitle a.closeBtn {
  color: #000;
}

.enquiryFormTitle a.closeBtn:hover {
  color: red;
}

.enquiryForm form {
  padding: 1.25rem;
}

@media (max-width:576px) {
  .enquiryForm {
    width: 100%;
  }
}

.descriptions .content>h5 a {
  color: #000;
  text-decoration: none;
  position: relative;
}

.descriptions .content>h5 a::before {
  content: '';
  display: none;
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  position: absolute;
  left: 0;
  top: 100%;
}

.descriptions .content>h5 a.active {
  color: var(--main-color);
}

.descriptions .content>h5 a.active::before {
  display: block;
}

.descriptions .content>h5 a+a {
  margin-left: 1.25rem;
}

.descriptions .content .details,
.descriptions .content .video {
  display: none;
}

.descriptions .content .details.active,
.descriptions .content .video.active {
  display: block;
}

.descriptions .content .details,
.descriptions .content .video {
  padding: 1rem 1.25rem;
}

.descriptions .content .details p {
  font-size: 1.25rem;
  color: #000;
}

.descriptions .content .details p img {
  max-width: 100%;
}

.descriptions .content .details table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}

.descriptions .content .details table tr td {
  border: 1px solid #ddd !important;
  padding: 0.5rem !important;
}

.descriptions .content .details table tr td p {
  margin-bottom: 0;
}

.descriptions .content .video video {
  width: 100%;
  background-color: #000;
}

#bot {
  background-color: var(--main-color);
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, .15);
  display: grid;
  grid: auto/repeat(2, 1fr);
}

#bot a {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 2px;
  text-decoration: none;
}

.index .video .list {
  display: grid;
  grid: auto/repeat(3, 1fr);
  gap: 1.875rem;
}

.list#video {
  display: grid;
  grid: auto/repeat(2, 1fr);
  gap: 1.875rem;
}

.index .video .list .item video,
#video .item video,
#MyContent video {
  background-color: #000;
  width: 100%;
}

#video .item {
  text-align: left;
}

.index .video .list .item p,
#video .item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 2;
  text-transform: capitalize;
  margin-bottom: 0;
}

.index .video .list .item p a,
#video .item p a {
  color: #2b2b2b;
  text-decoration: none;
}

.productShow .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.productShow .swiper-slide {
  padding: 2px;
}

.productShow .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.productShow .gallery-top {
  width: 100%;
  border: 1px solid #ddd;
}

.productShow .gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0 0;
}

.productShow .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
  border: 1px solid #ddd;
  cursor: pointer;
}

.productShow .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #e62129;
}

.main .content>nav,
.productShow nav {
  background-color: var(--main-bg-color);
  margin: 0 0 1.25rem 0;
  padding: 0.5rem;
  border-radius: 0.25rem;
}

.main .content>nav a,
.productShow nav a {
  color: #2b2b2b;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: inline-block;
  border-radius: 0.25rem;
}

.main .content>nav a:hover,
.productShow nav a:hover {
  background-color: #fff;
  color: #000;
}

.main .content>nav {
  margin: 1.25rem 1.25rem 0 1.25rem;
}

#wmkc {
  position: fixed;
  right: 10px;
  top: 40%;
  transform: translateY(-50%);
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif !important;
  padding-bottom: 80px;
  z-index: 99999;
}

#wmkc * {
  box-sizing: border-box;
  font-size: 12px
}

.wmkc-list {
  padding: 0;
  border: 1px solid #EEE;
  background-color: #FFF;
  max-width: 78px;
  overflow-x: hidden;
  border-radius: 4px;
  margin: 0
}

.wmkc-icon {
  display: inline-block;
  background: url(../img/wmkc-ico.png) no-repeat;
  width: 32px;
  height: 32px
}

.wmkc-list>li {
  width: 100%;
  line-height: 115%;
  border-bottom: 1px solid #EEE;
  list-style: none;
  text-align: center;
  padding: 5px;
  transition: all .2s ease-in-out
}

.wmkc-list>li p {
  margin: 2px 0 0;
  font-size: 11px;
}

.wmkc-list>li a {
  color: #555;
  text-decoration: none;
  font-size: 12px;
  display: block;
}

.wmkc-email .wmkc-icon {
  background-position: -6px -6px
}

.wmkc-whatsapp .wmkc-icon {
  background-position: -50px -50px;
}

.wmkc-skype .wmkc-icon {
  background-position: -50px -6px
}

.wmkc-list li:hover a {
  color: #FFF
}

.wmkc-email:hover {
  background-color: #F90
}

.wmkc-whatsapp:hover {
  background-color: #2CB740
}

.wmkc-skype:hover {
  background-color: #0091DF
}

.wmkc-email:hover .wmkc-icon {
  background-position: -94px -6px;
}

.wmkc-whatsapp:hover .wmkc-icon {
  background-position: -50px -94px
}

.wmkc-skype:hover .wmkc-icon {
  background-position: -94px -50px;
}

.wmkc-list>li:first-child {
  border-radius: 4px 4px 0 0
}

.wmkc-list>li:last-child {
  border-radius: 0px 0px 4px 4px;
  border: none
}

.wmkc-top {
  text-align: center;
  cursor: pointer;
  user-select: none;
  border: 1px solid #EEE;
  background-color: #FFF;
  padding: 5px 4px;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%
}

.wmkc-top .wmkc-icon {
  background-position: -6px -50px
}

.wmkc-top p {
  color: #777;
  margin: 2px 0 0;
  font-size: 14px
}

.wmkc-top:hover {
  background-color: #BBB;
}

.wmkc-top:hover p {
  color: #FFF
}

.wmkc-top:hover .wmkc-icon {
  background-position: -6px -94px;
}

@media(max-width:768px) {
  #wmkc {
    display: none
  }
}

#outerdiv {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}

#innerdiv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 1.25rem;
  width: 100%;
  height: auto;
  text-align: center;
}

#bigimg {
  max-width: 100%;
  max-height: 100%;
}

.productShow .imgBox {
  position: relative;
}

.productShow .imgBox .videoBox {
  position: absolute;
  width: 100%;
  height: 80%;
  z-index: 9;
  display: none;
  background-color: #fff;
  padding: 2px;
  border: 1px solid #ddd;
  grid: 2.5em calc(100% - 2.5em)/100%;
}

.productShow .imgBox .videoBox .closeBtn {
  text-align: right;
  padding: 0 0.5rem;
  line-height: 2.5em;
}

.productShow .imgBox .videoBox video {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.productShow .imgBox .showVideoBtn {
  position: absolute;
  top: 80%;
  left: 0;
  transform: translateY(-100%);
  z-index: 9;
  padding: 10px 15px;
}

.productShow .imgBox .showVideoBtn img {
  max-width: 3.125rem;
}

.main .content>#accordion {
  padding: 1rem 1.25rem;
}

.main .content>#accordion .card+.card {
  margin-top: 1rem;
}

.main .content>#accordion .card .card-header .card-link {
  color: #000;
}

.main .content>#accordion .card .card-body p {
  margin-bottom: 0;
  line-height: 2;
}

.main .content>#accordion .card .card-body p+p {
  margin-top: 0.625rem;
}

/*2025-0--20 新闻内容页右边的人物介绍*/

        
        /* 头像容器样式 */
        .avatar-container {
            width: 160px;
            height: 160px;
            margin: 0 auto 30px;
            position: relative;
            overflow: hidden;
            border-radius: 50%; /* 圆形头像 */
            border: 4px solid white;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        
        /* 头像图片样式 */
        .avatar-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* 卡片容器样式 */
        .profile-card {
            max-width: 400px;
            text-align: center;
            padding: 40px 30px;
			 background-color: #FF9F45;
        }
        
        /* 文本样式 */
        .profile-text {
            color: #333;
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 30px;
			text-align: left;
        }
        
        /* 按钮样式 */
        .connect-btn {
            background-color: white;
            color: #FF9F45;
            border: none;
            padding: 12px 30px;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .connect-btn:hover {
            background-color: #f8f9fa;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

/* faq 2025-09-20*/
        /* Custom styles */
        .faq-categories {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
        }
        
        .faq-categories .btn {
            background-color: #f39c12;
            color: white;
            border: none;
            margin-right: 5px;
            margin-bottom: 10px;
            padding: 10px 20px;
            border-radius: 0;
        }
        
        .faq-categories .btn.active {
            background-color: #e67e22;
        }
        
        /* 移动端适配 - 按钮分两排显示 */
        @media (max-width: 767px) {
            .faq-categories .btn {
                width: calc(50% - 10px);
                margin-right: 5px;
                margin-left: 5px;
                text-align: center;
                padding: 10px 5px;
            }
        }
        
        .faq-item {
            border: 1px solid #e1e1e1;
            margin-bottom: 15px;
            overflow: hidden;
        }
        
        .faq-question {
            width: 100%;
            text-align: left;
            background: none;
            border: none;
            padding: 15px 20px;
            font-weight: 600;
            font-size: 18px;
            color: #333;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .faq-question:hover {
            background-color: #f8f9fa;
        }
        
        .faq-answer {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
        }
        
        .faq-answer.active {
            padding: 0 20px 20px;
            max-height: 1000px;
        }
        
        .faq-toggle {
            transition: transform 0.3s ease;
        }
        
        .faq-toggle.active {
            transform: rotate(180deg);
        }
        
        .faq-section {
            display: none;
        }
        
        .faq-section.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

/*2025-09-28增加*/
        .customer-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .customer-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        .customer-title {
            background-color: #f9a826;
            color: white;
            padding: 8px 15px;
            display: block;
            font-weight: 600;
            text-align: center;
            width: 100%;
            margin: 0; /* 移除上边距 */
        }
        .section-divider {
            height: 3px;
            width: 70px;
            background-color: #f9a826;
            margin: 15px 0 30px 0;
        }
        .btn-explore {
            background-color: #f9a826;
            color: white;
            padding: 10px 30px;
            border-radius: 0;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        .btn-explore:hover {
            background-color: #e69500;
            color: white;
            transform: translateX(5px);
        }
        .text-section {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .card-img-container {
            overflow: hidden;
        }
		
	.icon-circle {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-color: #FF8C00;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            color: white;
            font-size: 1.8rem;
        }
        .card-custom {
            display: flex;
            flex-direction: column;
            justify-content: center;
			color: white;
            padding: 2rem;
            transition: all 0.3s ease;
            border: none;
        }
        
        .card-custom:hover {
            transform: scale(1.05); 
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
            z-index: 10;
        }
		
  /* 卡片样式 */
.advantage-card {
    /* 将卡片背景颜色修改为#f1f2f3 */
    background-color: #f1f2f3;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    border: solid 1px #ccc;
    /* 设置卡片固定高度，确保所有卡片高度一致 */
    height: 100%;
    /* 使用flex布局使内容自动调整 */
    display: flex;
    flex-direction: column;
}

.advantage-card:hover {
    transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	border: solid 1px #ccc;
}

.card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* 调整卡片内容区域样式 */
.card-body {
    padding: 30px 20px 20px;
    text-align: left;
    /* 让内容区域自动填充剩余空间 */
    flex: 1;
    /* 确保内容过多时不会撑大卡片，而是显示滚动条 */
    overflow: hidden;
}

.card-title {
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.card-text {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    /* 防止文本过多导致卡片高度不一致 */
    margin-bottom: 0;
}

/*首页新闻以及右边浮动客服增加的代码*/
#wmkc .wmkc-list>li.wmkc-phone .fa {
  font-size: 20px;
  margin: 6px;
  color: var(--main-color);
}

#wmkc .wmkc-list>li.wmkc-phone:hover {
  background-color: var(--main-color);
}

#wmkc .wmkc-list>li.wmkc-phone:hover .fa {
  color: #fff;
}

#wmkc .wmkc-list>li.wmkc-phone:hover p {
  color: #fff;
}

#wmkc .wmkc-list>li.wmkc-skype .fa {
  font-size: 20px;
  margin: 6px;
  color: #00AEE8;
}

#wmkc .wmkc-list>li.wmkc-skype:hover {
  background-color: #00AEE8;
}

#wmkc .wmkc-list>li.wmkc-skype:hover .fa {
  color: #fff;
}

#wmkc .wmkc-list>li.wmkc-skype:hover p {
  color: #fff;
}

/* 微信图标样式 */
#wmkc .wmkc-list>li.wmkc-wechat .fa {
  font-size: 20px;
  margin: 6px;
  color: #7BB32E; /* 微信绿色 */
}

#wmkc .wmkc-list>li.wmkc-wechat {
  position: relative;
  overflow: visible; /* 确保子元素可以超出父元素边界 */
}

#wmkc .wmkc-list>li.wmkc-wechat:hover {
  background-color: #7BB32E;
}

#wmkc .wmkc-list>li.wmkc-wechat:hover .fa {
  color: #fff;
}

#wmkc .wmkc-list>li.wmkc-wechat:hover p {
  color: #fff;
}

/* 二维码样式 - 修复遮挡问题 */
.wechat-qrcode {
  position: absolute;
  width: 160px;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  z-index: 9999; /* 提高层级确保在最顶层 */
  right: 60px; /* 调整二维码位置，避免被遮挡 */
  top: 50%;
  transform: translateY(-50%); /* 垂直居中 */
  border: 1px solid #e0e0e0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; /* 添加过渡动画 */
  pointer-events: none; /* 防止二维码阻挡鼠标事件 */
}

.wechat-qrcode img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.wechat-qrcode p {
  margin: 8px 0 0 0;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
}

/* 显示二维码 - 使用opacity和visibility实现平滑过渡 */
#wmkc .wmkc-list>li.wmkc-wechat:hover .wechat-qrcode {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

/* 确保父容器不会裁剪子元素 */
#wmkc {
  overflow: visible;
}

#wmkc .wmkc-list {
  overflow: visible;
}

/* 添加一个小箭头指向微信图标 */
.wechat-qrcode::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.wechat-qrcode::before {
  content: '';
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid #e0e0e0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .wechat-qrcode {
    right: 70px;
    width: 140px;
  }
}

/* 如果二维码仍然被遮挡，可以尝试调整到左侧显示 */
@media (max-width: 480px) {
  .wechat-qrcode {
    right: auto;
    left: -170px;
  }
  
  .wechat-qrcode::after {
    right: auto;
    left: -8px;
    border-left: none;
    border-right: 8px solid #fff;
  }
  
  .wechat-qrcode::before {
    right: auto;
    left: -9px;
    border-left: none;
    border-right: 9px solid #e0e0e0;
  }
}
	
/*首页新闻*/
        .blog-card {
            border: none;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            transition: transform 0.3s ease;
        }
        .blog-card:hover {
            transform: translateY(-5px);
        }
        .blog-image-container {
            position: relative;
            height: 200px;
            overflow: hidden;
        }
        .blog-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .blog-card:hover .blog-image {
            transform: scale(1.05);
        }
        .blog-category {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: #4CAF50;
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
        }
        .blog-tag {
            position: absolute;
            top: 15px;
            left: 0;
            background-color: #34495e;
            color: white;
            padding: 15px 12px 15px 30px;
            font-size: 12px;
            font-weight: 600;
            border-radius: 0 20px 20px 0;
            text-transform: uppercase;
        }
        .blog-content {
            padding: 20px;
        }
        .blog-title {
            font-size: 18px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 15px;
            line-height: 1.4;
        }
        .blog-excerpt {
            font-size: 14px;
            color: #7f8c8d;
            margin-bottom: 20px;
            line-height: 1.6;
        }
        .read-more {
            color: #e67e22;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .read-more:hover {
            color: #d35400;
            text-decoration: none;
        }
        .blog-meta {
            margin-top: 15px;
            font-size: 12px;
            color: #95a5a6;
            display: flex;
            justify-content: space-between;
        }
        .section-title {
            text-align: center;
            margin-bottom: 50px;
        }
        .section-title h2 {
            font-size: 32px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 10px;
        }
        .section-title p {
            color: #7f8c8d;
            font-size: 16px;
            margin-bottom: 20px;
        }
        .title-divider {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .title-divider::before,
        .title-divider::after {
            content: "";
            height: 2px;
            background-color: #e67e22;
            width: 50px;
        }
        .title-divider i {
            color: #e67e22;
            margin: 0 10px;
            font-size: 16px;
        }	