* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;

}
.indexFlexBox{
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch
}
.indexFlex{
    display: flex;
    flex-direction: column;
   justify-content: space-between;
    align-items: baseline
}
.indexpage{
    padding: 10vh 20vw;
}
.center {
    text-align: center;
}

.page {
    padding: 10vh 5vw;
    color: #333;
}

:root {
    --primary-color: #0B8382;
    /* 主色调 - 蓝色 */
}




.flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: center;
}

.flex1 {
    flex: 1;
}

/* 基础重置 - 移除默认样式 */
a {
    /* 移除下划线 */
    text-decoration: none;

    /* 移除默认文本颜色（通常是蓝色） */
    color: inherit;
    /* 继承父元素的颜色 */

    /* 移除激活时的默认轮廓 */
    outline: none;
}


a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

/* a {
    transition: color 0.3s ease;
} */

a:hover {
    /* color: #3498db; */
    /* 自定义悬停颜色 */
    /* 可以添加其他效果，如下划线、颜色变化等 */
    /* text-decoration: underline; */
}


iframe {
    width: 100%;
}

img {
    width: 100%;
    height: auto;
}

.goods {
    width: 100%;
    height: auto;
}


.title {
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 2rem;
}

.content {
    font-size: 0.9rem;
    color: #888;
    text-align: center;
    line-height: 1.5rem;
}



.bg {
    background-color: var(--primary-color);

    .title {
        color: #fff
    }
}

.bg-title {
    background-color: #02061ab3;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.icon {
    width: 3.8rem;
    height: 3.8rem;
}

.phone-box {
    flex-direction: column;
    margin-left: 8px;
}

.phone-title {
    color: #888;
}

.phone-num {
    font-size: 1.5rem;
}

.info {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
}

.scale80 {
    scale: 90%;
}

.m-5 {
    margin: 0 5px;
}

.left {
    width: 20%;
}

.xian {
    height: 1px;
    background-color: #ccc;
}

.align-items-center {
    align-items: center
}



.br {
    border: 1px solid #e4e1e1;
}

.goods-size {
    font-size: 1.2rem;
}

.p-1 {
    padding: 1rem
}

.pt-1 {
    padding-top: 1rem;
}

.mlf-1 {
    margin: 0 1rem;
}

.mtb-1 {
    margin: 1rem 0;
}

.type {
    font-size: 0.9rem;
}

.bgf5 {
    background-color: #f5f5f5;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.price {
    color: #ff3300;
    ;
}

.goods-title {
    font-size: 0.85rem;
    line-height: 1.2rem;
    margin-top: 5px;
}

.active {
    color: var(--secondary-color);
}

.active-font {
    background-color: var(--primary-color);
    color: #fff;
}

.details-img {
    width: 40%;
    height: auto;
    margin-right: 1rem;
}

.grid-5 {
    grid-template-columns: repeat(5, 1fr);
}

.po-r {
    position: relative;
    /*height: 2.5rem;*/
}

.po-a {
    position: absolute;
    height: 2.5rem;
    /*padding: 0 20px;*/
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #fff;
}

.details-details {
    padding: 1rem 10%;
}

.icon {
    width: 1.5rem;
    height: 1.5rem
}

.justify-content-flex-start {
    justify-content: flex-start;
}

.fc-999 {
    color: #999;
}

.bb-999 {
    border-bottom: 1px solid #999;
    padding-bottom: 1rem;
}

.scale {
    scale: 80%;
}

.ptb-1 {
    padding: 1rem 0;
}

.pb-1 {
    padding-bottom: 1rem;
}

.bb {
    border-bottom: 1px dotted #999;
}

.bg-fff {
    background-color: #fff;
}

.yuan {
    background-color: #f7cb09;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    color: #fff;
    margin-right: 0.5rem;
}

.fc-000 {
    color: #000;
}

.fc-b {
    color: var(--primary-color)
}

.bc-b {
    background-color: #F9FDEE;
}

.grid2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid5 {
    grid-template-columns: repeat(5, 1fr);
}
.grid6 {
    grid-template-columns: repeat(6, 1fr);
}

.menu-logo {
    margin: auto;
}

li {
    list-style: none;
}

.language {
    height: auto;
    padding-right: 30px ;
    flex: none !important;
}

.dropdown-menu {
    width: 100%;
    height: max-content;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    transform: translate(0%)
} 
.job{
    justify-content: space-between; 
    align-items: center;
}
.job-btn{
    padding: 5px;
}
.pagination{
    display: flex;
}
.blog-item-list{

}
.blog-item{
  display: flex;
   /*  padding: 0 20%; */
   width: 60%;
   margin:0 auto;
  
}
.blog-item-img{
    width: 40%;
    height: auto;
    margin-right: 1rem;
    
}
.blog-item-img>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pagination-block{
    /* display: block !important; */
    /* text-align: center; */
}
.pagination_info{
    /* justify-content: center */
}

  
  .swiper-slide {
    height: 200px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
  }
.pc-tab{
     padding: 0vw 5vw;
     background: #fff;
}
.highlight{
    background: var(--primary-color);
    color:#fff;
}
.rotate-90{
     transform: rotate(90deg)
}
.right_img{
    width: calc(40%);
    margin-top:5rem;
    margin-left:4rem;
}

.left-bottom{
    justify-content: space-between;
    width: 100%;
}
.left-bottom>img{
    max-width: calc(92% / 2);
    height: auto;
    object-fit: cover
}
.line3{
    line-height:1.6rem;
    font-size: 1.1rem;
    margin: 1rem 0;
overflow: hidden;
word-wrap: break-word;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 16; /* 控制显示的行数 */
}
.fc{
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--primary-color);
}

#dropdown{
    text-align: center;
}



