body{
    background-color: #f8f8f8;
}
.color01 {
    background: linear-gradient(to bottom, #1266fa, #8e3aeb 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.parentbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.parentbox_right {
  display: flex;
  justify-content: flex-end; /* 水平右对齐 */
  align-items: center;       /* 垂直居中 */
  height: 100%;
}
.parentbox_left {
  display: flex;
  justify-content: flex-start; /* 水平左对齐（默认值，可省略） */
  align-items: center;         /* 垂直居中 */
  height: 100%;
}

.nav {
    list-style-type: none;
    padding-left: 0;
}
.nav, .nav-item {
    align-items: center;
    display: flex;
}
.nav-item {
    gap: 0.75rem;
}
.nav-item>a {
    align-items: center;
    background-color: var(--nav-item-bg);
    color: var(--nav-item-color);
    cursor: pointer;
    display: flex;
    gap: 0.25rem;
    height: 2rem;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
}
.btn, .item>a, .state {
    cursor: pointer;
    position: relative;
}
.nav-item>.active {
    font-weight: 700;
    --nav-item-color: var(--nav-active-color);
    --nav-item-bg: var(--nav-active-bg);
}
.nav-item>a:hover{background-color:rgba(0,0,0,0.1);}

#phonemenubox{ width: 50vw; position: absolute; top: 0; left: 0; z-index: 10; background: #eff5ff;  box-shadow: 0 0 10px rgba(0,0,0,0.25);padding: 1rem; display: none ; min-height: 100vh;  }
#phonemenubox ul{ margin-top: 2rem;; }
#phonemenubox ul li{padding: 1rem; border-bottom: 1px solid rgba(0,0,0,0.05);}
#phonemenubox ul li a{ color: #0e6bf6;font-weight: bold; }



#kefubox{
    display: none ;
}

.kfdiv1 {
  background: linear-gradient(135deg, #6866fe, #dad4ff);
}

.kfdiv2 {
  background: linear-gradient(135deg, #54adfe, #ecf5ff);
}

.yewu .yewu-box:nth-child(5n+1) { background-color: #f0f8e9;padding: 2rem; }
.yewu .yewu-box:nth-child(5n+1) h3 { color: #5eb741; } 
.yewu .yewu-box:nth-child(5n+1) .jieshao { color: #72756d; } 

.yewu .yewu-box:nth-child(5n+2) { background-color: #ebf5ff;padding: 2rem;} 
.yewu .yewu-box:nth-child(5n+2) h3 { color: #7493ec; } 
.yewu .yewu-box:nth-child(5n+2) .jieshao { color: #72756d; } 


.yewu .yewu-box:nth-child(5n+3) { background-color: #fef8ec;padding: 2rem; } 
.yewu .yewu-box:nth-child(5n+3) h3 { color: #eb9815; } 
.yewu .yewu-box:nth-child(5n+3) .jieshao { color: #72756d; } 


.yewu .yewu-box:nth-child(5n+4) { background-color: #f1edfc;padding: 2rem; } 
.yewu .yewu-box:nth-child(5n+4) h3 { color: #7252d7; } 
.yewu .yewu-box:nth-child(5n+4) .jieshao { color: #72756d; } 


.yewu .yewu-box:nth-child(5n+5) { background-color: #feeeee;padding: 2rem; } 
.yewu .yewu-box:nth-child(5n+5) h3 { color: #fe7d8c; }
.yewu .yewu-box:nth-child(5n+5) .jieshao { color: #72756d; } 



.youshi .youshi-box:nth-child(3n+1) { background: linear-gradient(135deg, #1cd484, #65e4ad);padding: 2rem; }
.youshi .youshi-box:nth-child(3n+2) { background: linear-gradient(135deg, #44b2ff, #83ceff);padding: 2rem; }
.youshi .youshi-box:nth-child(3n+3) { background: linear-gradient(135deg, #ff9702, #ffb854);padding: 2rem; }
.youshi .title{background: linear-gradient(270deg, rgba(255,255,255,0.4), rgba(255,255,255,0.05)); }

.top-bg {
    position: relative;
    z-index: 1;
    height: 350px;
    display: grid;
    place-items: center;
    color: white;
    overflow: hidden;
}

    .top-bg:before { /* 使用 :before 而不是 :after 以确保模糊背景位于最底层 */
        content: '';
        position: absolute;
        left: -5%;
        top: -5%;
        width: 110%;
        height: 110%;
        background-image: url(/webthemes/www/staticweb/bg4.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        filter: blur(5px); /* 调整此值以增加或减少模糊效果 */
        z-index: -1;
    }

.top-bg:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .50;
    z-index: -1;
}
.lxwm_phone{background: linear-gradient(90deg, #fbe2b5, #f4c16b);}

.content h2 ,.content h3,.content h4 {
    font-weight: bold;
    margin-top: 1.5rem;
    color: #333;
}

.lxwmphone{
  position: relative;
  width: 100%;
  height: 100%; 
}

.lxwmphonebg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/webthemes/www/staticweb/pic1.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0.1;
    z-index: 0;
}

.lxwmpwxbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/webthemes/www/staticweb/pic2.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0.1;
    z-index: 0;
}

.lxwmpaddresbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/webthemes/www/staticweb/pic3.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0.1;
    z-index: 0;
}












/*分页*/
.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.pagination a {
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
  color: #333;
  background-color: #f8f8f8;
  border: 1px solid #efefef;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.pagination a:hover {
  background-color: #007bff;
  color: #fff;
}

.pagination .active a,
.pagination a.active {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.pagination .active a:hover,
.pagination a.active:hover {
  background-color: #0056b3;
  color: white;
}
@media (max-width: 600px) {
  .pagination {
    gap: 4px;
  }

  .pagination a {
    padding: 6px 12px;
    font-size: 14px;
  }
}