header{
    padding: 20px 0;
    position: absolute;
    width: 100%;
}
header .logobox{
    display: flex;
    align-items: center;
}
header .logobox .logo{
    margin-right: 20px;
	width: 350px;
}
header .numinfobox{
    text-align: right;
}
header .numinfobox .numinfo{
    font-family: 'poppinsthin';
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
}

/* 拉寬 header 內容區，但保留左右留白 */
header .container{
    max-width: 90vw;        /* 隨螢幕寬度縮放，最大佔 90% */
    margin: 0 auto;
    padding: 0 30px;        /* 左右固定留白，logo 不貼邊 */
    width: 100%;
}

.trig-studio{
    width: 80vw;        /* 圖片寬度：隨視窗縮放，或改固定像素如 600px */
    max-width: 800px;   /* 最大不超過 800px */
    height: auto;       /* 高度自動等比 */
    display: block;
    /* margin: 0 auto;  ← 如果要置中就加這行 */
	margin-top:40px;
}

.banner{
    padding: 0px 80px;
    height: 1080px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.banner #animation{
    width: 120px !important;
    height: 120px !important;
    margin: 0 auto;
    overflow: hidden;
}
.banner .entxt{
    font-family: 'poppinsthin';
}

.news{
    border-top:1px solid #666;
    border-bottom: 1px solid #666;
    height: 800px;
    box-sizing: content-box;
}
.news .new-box{
    height: 100%;
    border-left: 1px solid #666;
}
.news .new-box .newinfo{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.news h2{
    font-size: 144px;
    line-height: 100%;
    font-weight: 250;
    padding-left: 60px;
    font-family: 'poppinsthin';
}
.news .cont{
    padding-left: 80px;
}
.news .cont p{
    font-size: 38px;
    line-height: 52px;
    font-weight: 300;
}
.news .cont .btns{
    margin-top: 60px;
}
.news .cont .btns .button{
    margin-right: 20px;
}
.news .new-box .imgbox{
    display: flex;
    align-items: flex-end;
}
.news .new-box .imgbox .btnbox{
    width: 162px;
    height: 162px;
    background-color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news .new-box .imgbox .btnbox svg{
    stroke: #fff;
}
.news .new-box .imgbox .btnbox:hover svg{
    stroke: #FBFF00;
}
.news .new-box .imgbox > img{
    height: 800px;
    object-fit: cover;
    width: calc(100% - 162px);
}
.productbox{
    padding-top: 250px;
    padding-bottom: 100px;
}
.productbox .mbox{
    position: relative;
    height: 3400px;
}
.productbox .card{
    border-top: 1px solid #666;
    padding: 20px 80px;
    background-color: #2E2E2E;
    position: sticky;
    width: 100%;
    top: 20px;
}
.productbox .card2{
    z-index: 1;
    top: 80px;
}
.productbox .card3{
    z-index: 2;
    top: 140px;
}   
.productbox .card4{
    z-index: 3;
    top: 200px;
}
.productbox .card .titlebox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;           /* 強制佔滿 */
}
.productbox .card .entitle{
    font-size: 70px;
    line-height: 100%;
    font-weight: 275;
    font-family: 'poppinsthin';
    flex: 0 1 auto;        /* 不放大，可略縮，但不換行 */
    white-space: nowrap;
}
.productbox .card .cntitle{
    font-size: 48px;
    line-height: 100%;
    font-weight: 300;
    flex: 0 0 auto;        /* 不放大不縮小 */
    white-space: nowrap;
    margin-left: 40px;     /* 與英文保持固定間距 */
}
}
.productbox .card .swiper-product{
    margin-top: 60px;
}
.productbox .card .swiper-slide{
    width: 364px;
}
.productbox .card .swiper-slide .imgbox{
    height: 364px;
    width: 364px;
    position: relative;
}
.productbox .card .swiper-slide .imgbox>img{
    width: 100%;
    height: 100% ;
    object-fit: cover;
}
.productbox .card .swiper-slide .imgbox .btnbox{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.productbox .card .swiper-slide .imgbox:hover .btnbox{
    opacity: 1;
}
.productbox .card .swiper-slide .cont{
    padding: 35px 10px;
}
.productbox .card .swiper-slide .cont p{
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
}
.productbox .card .swiper-slide .cont .button{
    font-size: 15px;
}

.productbox .card .swbox{
    position: relative;
    height: 572px;
}
.productbox .card .swbox .sw-prev{
    position: absolute;
    top: 32%;
    left: -80px;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    cursor: pointer;
}
.productbox .card .swbox .sw-next{
    position: absolute;
    top: 32%;
    right: -80px;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.swiper-button-disabled{
    display: none !important;
}

.thinking .grid{
    display: grid;
    grid-template-columns: 4fr 1fr 4fr;
    grid-template-rows: 4fr 4fr 12fr 1fr;
}
.thinking .grid .t1,.thinking .grid .t3,.thinking .grid .t7,.thinking .grid .t9{
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
.thinking .grid .t2,.thinking .grid .t8{
    border:1px solid #666;
}
.thinking .grid .t5{
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}
.thinking .grid .t10,.thinking .grid .t12{
    border-bottom: 1px solid #666;
}
.thinking .grid .t11{
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

.thinking .grid .t1{
    font-size: 160px;
    line-height: 100%;
    font-weight: 250;
    height: 200px;
    font-family: 'poppinsthin';
    text-align: right;
}
.thinking .grid .t5{
    display: flex;
    justify-content: center;
    align-items: center;
}
.thinking .grid .t7 .c1{
    width: 31.2vw;
    height: 31.2vw;
    border:1px solid #666;
    border-radius: 50%;
    margin-right: 0;
    margin-left: auto;
    position: relative;
}
.thinking .grid .t7 .c1 .c2{
    width: 27vw;
    height: 27vw;
    border:1px solid #666;
    border-radius: 50%;
    position: absolute;
    top: 2.1vw;
    left: 2.1vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thinking .grid .t9{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'poppinsthin';
}
.thinking .grid .t9 .title{
    font-size: 160px;
    line-height: 100%;
    font-weight: 250;
    height: 200px;
    
}
.thinking .grid .t9 .info{
    font-size: 40px;
    line-height: 100%;
    font-weight: 250;
}
.thinking .grid .t9 .info .info1{
    border-bottom: 1px solid #666;
}
.thinking .grid .t7 .c1 .c2 .linebox{
    width: 400px;
    height: 7px;
    background-color: #D9D9D9;

}
.thinking .grid .t7 .c1 .c2 .linebox .rline{
    width: 200px;
    height: 7px;
    background-color: #FF002B;
}

.overview{
    padding: 0px 140px;
}
.overview .title{
    font-size: 70px;
    line-height: 100%;
    font-weight: 250;
    margin: 50px 0;
}
.overview .listbox .swiper-wrapper{
    padding-bottom: 150px;
}
.overview .listbox .swiper-pagination{
    text-align: left;
    display: flex;
    align-items: center;
}
.overview .listbox .swiper-pagination-bullet{
    background-color: #D9D9D9;
    opacity: 1;
    width: 14px;
    height: 14px;
}
.overview .listbox .swiper-pagination-bullet-active{
    opacity: 1;
    width: 30px;
    height: 30px;
    border:1px solid #00FF2F;
    background-color: transparent;
}
.overview .listbox .grid{
   display:grid;
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 110px;
}
.overview .listbox .card .imgbox img{
    width: 100%;
    height:465px;
    object-fit: cover;
}
.overview .listbox .card .titlebox{
    font-size: 24px;
    line-height: 130%;
    font-weight: 300;
    padding: 20px 0;
    border-bottom: 1px solid #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 115px;
	margin-top:15px;
}
.overview .listbox .card .infobox{
    font-size: 16px;
    line-height: 185%;
    font-weight: 300;
    padding: 10px 0;
}
.overview .listbox .card .btns .button{
    margin-right: 20px;
}
.overview .listbox .card .btns .btn1{
    margin-right: 20px;
}
.trigstudio{
    margin-top: 50px;
    height: 865px;
    border-top: 1px solid #666;
}
.trigstudio .row{
    padding: 0 80px;
}
.trigstudio .row .col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 865px;
}
.trigstudio .row .col .cntitle{
    font-size: clamp(30px, 6vw, 128px);
    line-height: 100%;
    font-weight: 700;
}
.trigstudio .row .col .entitle{
    font-size: clamp(30px, 6vw, 128px);
    line-height: 100%;
    font-weight: 300;
    font-family: 'poppinsthin';
}
.trigstudio .row .col .text{
    font-size: clamp(16px, 3vw, 40px);
	font-weight: 200;
    line-height: 150%;

}
footer{
    border-top: 1px solid #666;
}
footer .container{
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .container .row{
    width: 100%;
}
footer .container .footinfo{
    height: 326px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #666;
}
footer .container .footinfo p{
    font-size: 16px;          /* 原 20px */
    line-height: 140%;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
}
footer .container .footinfo img{
    width: auto;
}
footer .container .footbox{
    height: 326px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}
footer .container .footbox .ftitle{
    font-size: 38px;          /* 原 48px */
    line-height: 140%;
    font-weight: 300;
    margin-bottom: 20px;
}
footer .container .footbox p{
    font-size: 16px;          /* 原 20px */
    line-height: 170%;
    font-weight: 300;
    margin-bottom: 0;
}
footer .container .footbox p a{
    color: #fff;
}

.movetop{
    position:fixed;
    bottom: 20%;
    right: 20px;
    cursor: pointer;
    z-index: 10;
}




.bannerbox{
    display: flex;
}
.bannerbox .box1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:60px;
    width: 40%;
}
.bannerbox .box1 .hbox{
    font-size: 20px;
    line-height: 100%;
    font-weight: 300;
    font-family: 'poppinsthin';
    margin-bottom: 100px;
}
.bannerbox .box1 .title{
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    padding:20px 0;
    border-bottom: 1px solid #666;
}
.bannerbox .box1 .desc{
    font-size: 16px;
    line-height: 170%;
    font-weight: 300;
    font-family: 'poppinsthin';
    padding:40px 0;
}
.bannerbox .box1 .btns .button{
    margin-right: 20px;
    margin-bottom:20px;
}

.bannerbox .box1 .hbox{
    display: flex;
    justify-content: space-between;
}
.bannerbox .box1 .tagbox{
    margin: 0 0 0 auto;
}



.bannerbox .box2{
    height: 1028px;
}
.bannerbox .box2 img{
    height: 100%;
    object-fit: cover;
}

.section{
    display: flex;
    background-color: #e7e7e7;
}
.section .toolsbox{
    width: vw;
    position:sticky;
    top:0;
    height: max-content;
}
.section .toolsbox .numbox{
    font-size: 120px;
    line-height: 200%;
    font-weight: 275;
    background-color: #2e2e2e;
    width: 100%;
    height: 15vw;
    font-family: 'poppinsthin';
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #666;
}
.section .toolsbox .tbox{
    padding: 10px 10px 10px 40px;
}
.section .toolsbox .tbox li{
    color: #666;
    font-size: 12px;
    line-height: 120%;
    font-weight: 400;
    position: relative;
    margin: 30px 0;
}
.section .toolsbox .tbox li.active{
    font-weight:700;
}
.section .toolsbox .tbox li.active::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    width: 10px;
    height: 10px;
    background-color: #FF9D00;
    transform: translateY(-50%);
}
.section .contbox{
    width: 85vw;
}
.section .contbox .title{
    background-color: #666;
    color:#fff;
    font-size: 40px;
    line-height: 100%;
    font-weight: 700;
    padding:40px 0;
    text-align: center;
}
.section .contbox .desc{
    padding: 6vw 15vw;
    color:#000;
    font-size: 20px;
    line-height: 210%;
    font-weight: 300;
}

.section .contbox .desc h3{
    font-size: 20px;
    line-height: 400%;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
}
.section .contbox .desc h3::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 17px;
    height: 17px;
    background-color: #000;
    transform: translateY(-50%);
}
.section .contbox .desc h4{
    font-size: 20px;
    line-height: 100%;
    font-weight: 700;
    border-bottom: 9px solid #666;
    max-width: max-content;
    padding-bottom: 5px;
    margin: 30px 0;
}
.section .contbox .desc h5{
    font-size: 20px;
    line-height: 210%;
    font-weight: 300;
    background-color: #D9D9D9;
    max-width: max-content;
    padding: 5px 10px;
    margin: 20px 0 10px;
}
.section .contbox .desc ul{
    list-style: disc;
    margin-left: 30px;
}

.readmore{
    padding-top: 50px;
    padding-bottom: 100px;
}

.readmore h2{
    font-size: 70px;
    line-height: 100%;
    font-weight: 275;
    padding:40px 0;
    font-family: 'poppinsthin';
}
.readmore .grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
}
/* .readmore .item{
    width: 360px;
} */
.readmore .imgbox{
    height: 360px;
    width: 360px;
    position: relative;
    margin-bottom: 50px;
}
.readmore .imgbox .btnbox{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.readmore .imgbox:hover .btnbox{
    opacity: 1;
}

.readmore .item .tag,.readmore .item .title{
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
}
.readmore .item .title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 66px;
}
.readmore .item .fbox{
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 15px;
    line-height: 100%;
    font-weight: 275;
    display: flex;
    justify-content: space-between;
}



.trigstudio{
    position: relative;
    overflow: hidden;
}

.trigstudio .cp{
    width: 155px;
    height: 155px;
    border: 1px solid #FF9D00;
    border-radius: 50%;
    color:#FF9D00;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 50px;
    left:140px;
}
.overview .listbox .grid .card .imgbox{
    position: relative;
    overflow: hidden;
}
.overview .listbox .grid .card .imgbox .cur{
    position: absolute;
    top: 0;
    left: 0;
    width: 82px;
    height: 50px;
    background-image: url(../images/pp.png);
    transform: translate(-30%, -50%); 
    display: none;
   }


.single .numinfobox .numinfo{
    color:#666;
}




.news-mob{
    display: none;
}

.thinking .grid-mob{
    display: none;
}
footer .foot-mob{
    display: none;
}
@media (max-width:460px){
    .container{
        padding: 0 30px;
    }
    .single header .logobox .logo img{
        filter:brightness(0.3);
    }
    .single header .logobox .title{
        color:#666;
    }
    header{
        padding: 10px 0;
    }
    header .numinfobox{
        display: none;
    }
    footer .container{
        padding: 0;
    }
    footer .foot-pc{
        display: none;
    }
    footer .foot-mob{
        display: flex;
    }
    footer .foot-mob .col{
        flex: 0 0 40%
    }
    footer .foot-mob .foot2-col{
        flex: 0 0 60%;
        padding: 0 30px;
    }
    footer .container .footinfo p{
        font-size: 8px;          /* 原 10px */
        line-height: 140%;
        font-weight: 300;
    }
    footer .container .footinfo img{
        width: 46px;
    }
    footer .container .footbox .ftitle{
        font-size: 12px;          /* 原 15px */
        line-height: 140%;
        font-weight: 300;
    }
    footer .container .footbox{
        height: 95px;
        padding-left: 10px;
    }
    footer .container .footbox p{
        font-size: 8px;          /* 原 10px */
        line-height: 140%;
        font-weight: 300;
    }
    .banner{
        height: 716px;
        padding: 0;
        justify-content: space-evenly;
    }
    .banner #animation{
        height: 220px;
    }
    .banner .text-center{
        order:-1;
    }
    .font-size-30{
        font-size: 12px;
        line-height: 20px;
        font-weight: 300;
        margin-bottom: 50px;
    }
    .display-flex{
        justify-content: center;
    }



    .news{
        display: none;
    }
    .news-mob{
        display: block;
    }
    .news-mob .cont{
        position: relative;
        padding: 40px 30px;
    }
    .news-mob .cont .btnbox{
        width: 56px;
        height: 56px;
        background-color: #666;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top:0;
        right:0;
    }
    .news-mob .cont .btnbox svg{
        stroke: #fff;
    }
    .news-mob .cont h2{
        font-size: 16px;
        line-height: 100%;
        font-weight: 250;
        font-family: 'poppinsthin';
    }
    .news-mob .cont p{
        font-size: 16px;
        line-height: 32px;
        font-weight: 300;
    }
    .news-mob .cont .btns .button{
        font-size: 10px;
        line-height: 100%;
        font-weight: 275;
        margin-right: 5px;
    }

    .productbox{
        padding: 0;
    }
    .productbox .mbox{
        height: 2250px;
    }
    .productbox .card{
        padding: 20px 30px;
    }
    .productbox .card .entitle{
        font-size: 20px;
        line-height: 100%;
        font-weight: 275;
        font-family: 'poppinsthin';
    }
    .productbox .card .cntitle{
        font-size: 15px;
        line-height: 100%;
        font-weight: 300;
    }
    .productbox .card .swiper-wrapper{
        grid-template-rows: 1fr 1fr 1fr;
        grid-auto-flow: column;
        display: grid;
        row-gap: 30px;
    }
    .productbox .card .swbox{
        height: 425px;
    }
    .productbox .card .swbox .sw-next{
        right: -40px;
        width: 25px;
        height: 25px;
        top:40%;
    }
    .productbox .card .swbox .sw-next img{
        width: 10px;
    }
    .productbox .card .swbox .sw-prev{
        left: -30px;
        width: 25px;
        height: 25px;
        top:40%;
    }
    .productbox .card .swbox .sw-prev img{
        width: 10px;
    }
    .productbox .card .swiper-slide{
        display: flex;
    }
    .productbox .card .swiper-slide .imgbox{
        height: 107px;
        width: 107px;
        flex: 0 0 33%;
    }
    .productbox .card .swiper-slide .cont{
        padding: 0;
        padding-left: 24px;
    }
    .productbox .card .swiper-slide .cont p{
        font-size: 15px;
        line-height: 25px;
        font-weight: 300;
    }
    .productbox .card .swiper-slide .cont .button{
        display: none;
    }
    .productbox .card .swiper-product{
        margin-top: 30px;
    }
    .productbox .card2{
        top:55px;
    }
    .productbox .card3{
        top:90px;
    }
    .productbox .card4{
        top:125px;
    }

    .thinking .grid{
        display: none;
    }
    
    .thinking .grid-mob{
        grid-template-columns: 6fr 4fr;
        grid-template-rows: 2fr 1fr 2fr 4fr;
        display: grid;
    }
    .thinking .grid-mob .t1,.thinking .grid-mob .t2{
        border-top:1px solid #666;
        border-bottom:1px solid #666;
    }
    .thinking .grid-mob .t1,.thinking .grid-mob .t3{
        border-right:1px solid #666;
    }
    .thinking .grid-mob .t3 img{
        margin-right:0;
        margin-left:auto;
        height: 40px;
    }
    .thinking .grid-mob .t5,.thinking .grid-mob .t6{
        border-top:1px solid #666;
        border-bottom:1px solid #666;
    }
    .thinking .grid-mob .t5{
        border-right:1px solid #666;
    }
    .thinking .grid-mob .t7,.thinking .grid-mob .t8{
        border-bottom:1px solid #666;
    }
    .thinking .grid-mob .t7{
        border-right:1px solid #666;
    }
    .thinking .grid-mob .t1,.thinking .grid-mob .t6{
        font-size:43px;
        font-weight: 250;
        line-height: 100%;
        font-family: 'poppinsthin';
    }
    .thinking .grid-mob .t9{
        font-size:15px;
        font-weight: 250;
        line-height: 100%;
        font-family: 'poppinsthin';
    }
    .thinking .grid-mob .t7 .c1{
        width: 40.7vw;
        height: 40.7vw;
        border:1px solid #666;
        border-radius: 50%;
        margin-right: 0;
        margin-left: auto;
        position: relative;
    }
    .thinking .grid-mob .t7 .c1 .c2{
        width: 36vw;
        height: 36vw;
        border:1px solid #666;
        border-radius: 50%;
        position: absolute;
        top: 2.2vw;
        left: 2.2vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .thinking .grid-mob .t7 .c1 .c2 .linebox{
        width: 100px;
        height: 2px;
        background-color: #D9D9D9;
    
    }
    .thinking .grid-mob .t7 .c1 .c2 .linebox .rline{
        width: 50px;
        height: 2px;
        background-color: #FF002B;
    }
    .thinking .grid-mob .t8{
        display: flex;
        align-items: flex-end;
    }
    .thinking .grid-mob .t8 p{
        margin-bottom: 0;
    }


    .overview{
        padding: 0;
    }
    .overview .title{
        font-size: 20px;
        line-height: 100%;
        font-weight: 275;
        font-family: 'poppinsthin';
        padding: 0 30px;
        border-bottom: 1px solid #666;
    }
    .overview .listbox{
        padding: 0 30px;
    }
    .overview .listbox .grid{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40px;
    }
    .overview .listbox .card .imgbox img{
        height: 205px;
    }
    .overview .listbox .card .titlebox{
        font-size: 15px;
        line-height: 23px;
        font-weight: 300;
    }
    .overview .listbox .card .infobox{
        font-size: 12px;
        line-height: 185%;
        font-weight: 300;
    }
    .overview .listbox .card .btns .button{
        font-size: 12px;
        line-height: 100%;
        font-weight: 275;
        padding: 10px 10px;
        margin-right: 10px;
    }
    .trigstudio{
        height: 530px;
    }
    .trigstudio .row{
        padding: 40px 0px;
    }
    .trigstudio .row .col{
        height: 100%;
    }
    .trigstudio .row .col .cntitle{
        font-size: 30px;
    }
    .trigstudio .row .col .entitle{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .trigstudio .row .col .text{
        font-size: 20px;
    }
    .trigstudio .cp{
        transform:none;
        left:auto;
        right:10px;
        bottom: 10px;
        width: 120px;
        height: 120px;
        font-size: 20px;
    }

    .bannerbox{
        flex-direction: column-reverse;
    }
    .bannerbox .box2{
        height: 294px;
    }
    .bannerbox .box2 img{
        width: 100%;
    }
    .bannerbox .box1{
        width: 100%;
        padding: 0;
    }
    .bannerbox .box1 .hbox{
        padding: 10px 30px;
        font-size: 12px;
        border-bottom:1px solid #666;
        margin-bottom: 0px;
    }
    .bannerbox .box1 .title{
        margin: 0 30px;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
    }
    .bannerbox .box1 .desc{
        margin: 0 30px;
        font-size: 12px;
        line-height: 185%;
        font-weight: 400;
    }
    .bannerbox .box1 .btns{
        margin: 0 30px;
        margin-bottom: 50px;
    }
    .bannerbox .box1 .btns .button{
        font-weight: 300;
        line-height: 140%;
        font-size: 12px;
        padding: 10px 15px;
    }
    .bannerbox .box1 .tagbox{
        display: none;
    }
    .section{
        position: relative;
    }
    .section .toolsbox{
        width: 61px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .section .contbox{
        width:100%;
    }
    .section .toolsbox .tbox{
        display: none;
    }
    .section .toolsbox .numbox{
        font-size: 40px;
        font-weight: 275;
        line-height: 200%;
        width: 61px;
        height: 61px;
        border-top:0;
    }
    .section .contbox .title{
        font-size: 15px;
        font-weight: 700;
        line-height: 100%;
        height: 61px;
        padding: 22px 0;
        padding-left: 61px;
    }
    .section .contbox .desc{
        padding: 30px;
        font-size: 15px;
        line-height: 140%;
    }
    .section .contbox .desc h3{
        font-size: 15px;
        font-weight: 700;
        line-height: 140%;
        margin: 30px 0;
    }
    .section .contbox .desc h4{
        font-size: 15px;
        font-weight: 300;
        line-height: 100%;
    }
    .section .contbox .desc h5{
        font-size: 15px;
        font-weight: 300;
        line-height: 100%;
    }
    .readmore h2{
        font-size: 30px;
        font-weight: 275;
        line-height: 100%;
        padding: 20px 0;
    }
    .readmore .imgbox{
        margin-bottom: 10px;
        display: block;
    }
    .readmore .grid{
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }
    .readmore .item .tag, .readmore .item .title{
        font-size: 15px;
        font-weight: 300;
        line-height: 15px;
    }
    .readmore .item .title{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 31px;
    }
    .readmore .item:nth-child(4){
        display: none;
    }
    .readmore .item{
        width: auto;
    }
    .readmore .imgbox{
        width: auto;
        height: 104px;
    }
    .readmore .item .fbox{
        font-size: 10px;
        display: inline-block;
    }
    .readmore.container{
        padding-bottom: 30px;
    }
}

@media (min-width:461px) and (max-width:1024px){
    .button{
        padding:5px 10px;
        font-size: 12px;
    }
    .container{
        padding: 0 30px;
    }
    header{
        padding: 10px 0;
    }
    .numinfobox .numinfo{
        display: none;
    }
    .bannerbox .box1{
        padding: 30px;
        padding-top:65px;
    }
    .bannerbox .box1 .hbox{
        font-size: 12px;
        margin-bottom: 0px;
    }
    .bannerbox .box1 .title{
        font-size: 20px;
        line-height: 25px;
        padding: 20px 0;
    }
    .bannerbox .box1 .desc{
        font-size: 14px;
        padding: 20px 0;
    }
    .bannerbox .box2{
        height: 402px;
        width: 60%;
    }
    .bannerbox .box2 img{
        width: 100%;
    }
    .bannerbox .box1 .btns .button{
        margin-right:10px;
        margin-bottom: 10px;
    }
    .bannerbox .box1 .tagbox{
        display: none;
    }
    .section .toolsbox{
        width: 10vw;
        position:initial;
    }
    .section .toolsbox .numbox{
        font-size: 30px;
        width: 10vw;
        height: 10vw;
        
    }
    .section .toolsbox .tbox{
        display: none;
    }
    .section .contbox{
        width: 90vw;
    }
    .section .contbox .title{
        height: 10vw;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .section .contbox .desc{
        padding: 30px;
        line-height: 140%;
    }
    
    .section .contbox .desc h3{
        line-height: 140%;
        margin: 20px 0;
    }
    .readmore h2{
        font-size: 40px;
        padding: 20px 0;
    }
    .readmore .item{
        width: auto;
    }
    .readmore .grid{
        grid-gap: 20px;
        margin-bottom: 20px;
    }
    .readmore .item .tag, .readmore .item .title{
        font-size: 16px;
        line-height: 22px;
    }
    .readmore .item .title{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 42px;
    }
    .readmore .item .fbox{
        font-size: 10px;
        padding-top: 10px;
    }
    footer .foot-pc .col{
        flex: 0 0 50%;
    }
    footer .container .footinfo{
        border-right: none;
    }
    footer .container .footbox .ftitle{
        text-align: center;
    }

    .banner{
        padding: 0 40px;
        height: 800px;
    }
    .font-size-30 {
        font-size: 15px;
        line-height: 20px;
        font-weight: 300;
    }
    .banner .row .col{
        flex:1;
    }
    .news{
        height: 400px;
    }
    .news h2{
        font-size: 40px;
        line-height: 200%;
    }
    .news .row .col{
        flex:1;
    }
    .news .cont{
        padding-left:30px;
    }
    .news .cont p{
        font-size: 18px;
        line-height: 24px;
    }
    .news .new-box .imgbox > img{
        height: 400px;
        width: 100%;
    }
    .news .new-box .imgbox .btnbox{
        width: 100px;
        height: 100px;
        position: absolute;
    }
    .news .new-box .imgbox .btnbox svg{
        width: 30px;
        height: 29px;
    }
    .productbox .card{
        padding: 20px 50px;
    }
    .productbox .card .entitle{
        font-size: 30px;
    }
    .productbox .card .cntitle{
        font-size: 25px;
    }
    .productbox .card .swbox .sw-prev{
        left:-60px;
    }
    .thinking .grid .t1{
        height: 81px;
        font-size: 60px;
    }
    .thinking .grid .t9 .title{
        height: 58px;
        font-size: 60px;
    }
    .thinking .grid .t9 .info{
        font-size: 20px;
    }
    .thinking .grid .t7 .c1 .c2 .linebox{
        width: 200px;
    }
    .thinking .grid .t7 .c1 .c2 .linebox .rline{
        width: 100px;
    }
    .overview .title{
        font-size: 40px;
        margin: 20px 0;
    }
    .overview .listbox .grid{
        grid-gap: 20px;
    }
    .overview .listbox .card .imgbox img{
        height: 250px;
    }
    .overview .listbox .card .titlebox{
        font-size: 20px;
    }
    .overview .listbox .swiper-wrapper{
        padding-bottom: 50px;
    }
    .overview .listbox .card .infobox{
        font-size: 14px;
    }
    .trigstudio{
        height: 400px;
    }
    .trigstudio .row .col{
        flex:1;
        height: 350px;
    }
    .trigstudio .row .col .cntitle{
        font-size: 50px;
    }
    .trigstudio .row .col .entitle{
        font-size: 40px;
    }
    .trigstudio .row .col .text{
        font-size: 18px;
    }
    .trigstudio .cp{
        width: 100px;
        height: 100px;
        font-size: 14px;
        line-height: 120%;
        transform: none;
        left:auto;
        right:10px;
    }
    .productbox{
        padding: 0;
    }
    .thinking{
        padding: 0;
    }
}
@media (max-width:400px){
    footer .container .footinfo{
        height: 100%;
    }
}



