* {font-family: 'Noto Sans TC', sans-serif;}
.nav-link {position: relative;}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #d9232d;
    transition: width 0.3s ease;
}
.content-box p img{margin: 0 auto;width:100% !important}
.nav-link:hover::after {width: 100%;}
.section-title::before,
.section-title::after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #d9232d;
    vertical-align: middle;
    margin: 0 1rem;
}
.company-name::after{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d9232d;
    transition: width 0.3s ease;
}
.about-title::after{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 15%;
    height: 3px;
    background-color: #d9232d;
    transition: width 0.3s ease;
}
.h-100{height: 36rem}
.hh-100{height: 48rem}
.logo-box{margin-top: -20px}
.pc-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: rgba(254, 252, 250, 0.81);
    backdrop-filter: blur(8px);
    opacity: 0;
    pointer-events: none;
    transition: all ease .3s;
    padding: 0 0 50px;
}
.navopen .pc-nav {
    opacity: 1;
    pointer-events: visible;
}
.pc-nav .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    text-align: center;
}
.pc-nav .links .item:not(:last-child) {
    margin-bottom: .41667vw;
}
.nav-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 80px 120px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.pc-nav .links .item .a1 {
    line-height: 1.66667vw;
    min-width: 160px;
}
.pc-nav .links .item a {
    display: block;
    color: #000;
    cursor: pointer;
    padding-bottom: 30px;
    letter-spacing: 2.16px;
}
.pc-nav .lan {
    display: flex;
    flex-wrap: wrap;
    color: #000;
    height: 20px;
}
.pc-nav .lan a {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 0%;
    letter-spacing: 2.4px;
    height: 20px;
}
.fixed_links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    transition: .6s ease;
}
.navbox, .pcNaxBox{transition: all 600ms;}
.pcNaxBox{
    display: inline-block;
    padding: 0;
    margin-left: 20px;
    z-index: 55;
    position: relative;
    mix-blend-mode: exclusion;
    cursor: pointer;
    pointer-events: visible;
}
.activeBox {transform: translateX(10px);}
.text-red-500::after{
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d9232d;
    transition: width 0.3s ease;
}
.navbox .line {
    width: 30px;
    height: 1px;
    background: #fff !important;
    border: 1px solid #ffffff; 
    margin: 8px 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    opacity:1;
}

@media (prefers-color-scheme: dark) {
    .navbox .line {
        position: relative;
        border: 1px solid #ffffff !important; 
        background: #fff !important;
        color-adjust: exact !important;
          -webkit-color-adjust: exact !important;
          forced-color-adjust: none !important;
    }
    .navbox .line::after{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 1px;
        background: #fff;
    
        /* 禁止系统改色 */
        color-adjust: exact !important;
        forced-color-adjust: none !important;
    }
}
.pcNaxBox .line {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #7d7d7d;
    margin: 8px 0;
    transition: 0.4s;
}

.activeBox .line:nth-child(1), .navopen .line:nth-child(1){
    transform: rotate(45deg) translateY(12px)
}
.activeBox .line:nth-child(2), .navopen .line:nth-child(2) {
    transform: translateX(30px);
    opacity: 0
}
.activeBox .line:nth-child(3), .navopen .line:nth-child(3) {
    transform: rotate(-45deg) translateY(-12px)
}
.ellipsis-cn {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wap-head-nav{display: none;}
.prev-next a:hover, a:hover{color: #ef4444 !important;}
.max-w-8xl{max-width: 90rem !important;}

.index-sheji:hover img, .news-grid a:hover img{
    transform: scale(1.05);
}
.index-sheji img, .news-grid a img{
    transition: transform 0.3s ease;
}
.gallery-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/*index*/
.zeren{
    /*background-image: url("/assets/static/images/img16.jpg");*/
    background-repeat:no-repeat;
    background-position:center;
    background-size: 100% auto, 100% 100%;
}
@media (max-width:768px) {
    .index-fixed{display: none !important;}
    .section-title{font-size: 2rem !important;}
    .copyright{text-align: center !important;}
    .max-w-80{max-width: 100% !important;}
    .h-100{height: 12rem !important;}
    .hh-100{height: 12rem !important;}
    .section-title::before, .section-title::after{width: 80px !important;}
    .sub-title{justify-content: space-around !important;}
    .sub-title span{padding: 0 0.2rem !important;font-size: 0.7rem;}
    #prev{left: 10%}
    #next{right: 10%}
}
@media (max-width: 1440px) {
  .pc-head-nav {
    /*display: none !important;*/
  }
  .wap-head-nav{
      /*display: flex !important;*/
        top: 0;
        width: 100%;
        left: 0;
        z-index: 100;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .menuList {
        position: fixed;
        left: 0;
        top: 64px;
        width: 100%;
        z-index: 1001;
        background: #ececec;
        display: none;
        height: calc(100vh - 64px);
        overflow-y: auto;
    }
    .menuList .item {
        padding: 1rem;
        background: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .menuList .item .tb {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menuList .item a {
        color: #000;
        display: block;
        position: relative;
    }
}
@media (max-width:1280px) {
    .index-fixed{display: none !important;}
    .news-list img, .project-card img{height: 12rem !important;}
    .w-36{width: 6rem !important;}
    .h-24{height: 4rem !important;}
    .wap-head-nav{
        /*display: flex !important;*/
        top: 0;
        width: 100%;
        left: 0;
        z-index: 100;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);}
    .logo-box{margin-top: 0}
    .language{font-size: 1rem !important;}
    .pc-head-nav{display: none !important;}
    .menuList {
        position: fixed;
        left: 0;
        top: 64px;
        width: 100%;
        z-index: 1001;
        background: #ececec;
        display: none;
        height: calc(100vh - 64px);
        overflow-y: auto;
    }
    .menuList .item {
        padding: 1rem;
        background: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .menuList .item .tb {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menuList .item a {
        color: #000;
        display: block;
        position: relative;
    }
    .h-100 {margin-top: 64px;}
    .htop-100 {padding-top: 64px;}
    .h-100 {height: 30rem;}
    .hh-100 {height: 30rem;}
    .p-36{padding: 2rem !important;}
}
@media (max-width:850px) {
    .index-fixed{display: none !important;}
    .text-fixed{display: none !important;}
    .htop-100 {padding-top: 64px;}
}

.gallery-box1 {
    width: 90%;
    margin-top: 10rem;
    margin-left: auto;
    margin-right: auto;
}

.gallery-box1 .row {
    margin-left: 0;
    margin-right: 0;
    border-top: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
}

.gallery-box1 .col-md-4 {
    padding: 0;
}

.gallery-box1 .col-md-4 .item {
    border-left: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    padding: 24px;
}

.gallery-box1 .col-md-4:nth-child(2n) .item {
    padding: 24px;
}

.gallery-box1 .col-md-4 .item .item-pro {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gallery-box1 .col-md-4 .item .item-pro img {
    max-width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.gallery-box1 .col-md-4 .item .item-title {
    margin-top: 10.5px;
}

.gallery-box1 .col-md-4 .item .item-title p {
    font-size: 15px;
    color: #666666;
    margin-top: 5px;
    display: block;
    font-style: normal;
}
.gallery-details-info {
    margin-top: 2rem;
}


.gallery-details-info ul {
    margin-top: 1rem;
    border-top: dashed 1px #e5e5e5;
}

.gallery-details-info ul li {
    font-size: 16px;
    color: #666;
    clear: both;
    padding: 10px 0;
    border-bottom: dashed 1px #e5e5e5;
}

.gallery-details-info ul li span {
    width: 90px;
    float: left;
}

.gallery-details-info ul li p {
    margin-left: 110px;
}