@charset "utf-8";

.follow{
    background: #FFFFFF;
}
.warning-sect::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0%;
    background: #FFFFFF;
}
.banner {
    position: relative;
    margin: 0px;
    z-index: 6;
}
.banner .slick-prev,
.banner .slick-next {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: #1169AA;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    position: absolute;
    z-index:1;
    top: 50%;
    cursor: pointer;
    border-radius: 100%;
}
.banner .slick-prev::before,
.banner .slick-next::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    border-radius: 50px;
    background: #14377E;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.banner .slick-prev:hover:before ,
.banner .slick-next:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.banner .slick-prev{
    left: -35px;
}
.banner .slick-next{
    right: -35px;
}
.banner .slick-prev::after{
    position: absolute;
    content: '';
    width: 12px;
    height: 18px;
    background: url('../../images/common/index/bn_btn_ic.png') 50% no-repeat;
}
.banner .slick-next::after{
    position: absolute;
    content: '';
    width: 12px;
    height: 18px;
    background: url('../../images/common/index/bn_btn_ic.png') 50% no-repeat;
    transform: scale(-1);
}
.btn.more{
    padding:0;
    border-radius: 0;
}
.site-main{
    position: relative;
    display: flex;
    flex-direction: column;
}
.sect2 {
    padding: 0px 0 0px;
    order: 1;
}
.sect1 {
    position: relative;
    padding: 100px 0 150px;
    order: 2;
}
.sect1::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: calc(100% - 226px);
    background: url('../../images/common/index/a_bg.png') center bottom no-repeat;
    width: 100%;
    height: 228px;
    background-size: cover;
}
.about-sect {
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 auto;
    max-width: 624px;
}
.about-sect .sect-title {
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    font-family: "Noto Sans TC", sans-serif; 
    color: #333333;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.12em;
    line-height: 1.25;
    margin: 78px 0 28px;
    z-index: 5;
}
.about-sect .sect-title span{
    font-family: "Red Hat Display", sans-serif;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: normal;
    color: #1168AA;
}
.about-sect .sect-title::before{
    position: absolute;
    content: 'ABOUT';
    font-family: "Red Hat Display", sans-serif;
    left: 0;
    bottom: 20px;
    font-size: 145px;
    font-weight: 800;
    background: linear-gradient(to bottom, rgba(17,105,170,.12), rgba(17,105,170,0));
    background: -webkit-linear-gradient(to bottom, rgba(17,105,170,.12), rgba(17,105,170,0));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.about-sect .editor{
    position: relative;
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.06em;
    line-height: 1.8;
    max-width: 500px;
    z-index: 2;
}
.about-sect .editor::before{
    content: '';
    position: absolute;
    display: block;
    left: -30px;
    top: -30px;
    bottom: -30px;
    right: -30px;
    background: #FFFFFF;
    filter: blur(30px);
    z-index: -2;
}
.about-sect .editor > .a_t{
    position: relative;
    display: block;
    color: #444444;
    font-family: "Noto Sans TC", sans-serif; 
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.12em;
    margin: 0 0 10px;
}
.about-sect .about_pic{
    position: absolute;
    display: flex;
    width: 49%;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.sect1 .a_l{
    position: absolute;
    right: 73%;
    left: 3.55%;
    top: -5%;
}
.sect1 .a_r{
    position: absolute;
    left: 84%;
    right: 6.85%;
    bottom: 28%;
}
.sect3{
    position: relative;
    background: url('../../images/common/index/p_bg.jpg') 50% no-repeat;
    background-attachment: fixed;
    padding: 92px 0 80px;
    order: 3;
}
.sect3::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(to bottom,  rgba(214,226,234,.7) 0%,rgba(214,226,234,0) 100%);
    z-index: 0;
}
.sect3::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(to top,  rgba(214,226,234,.7) 0%,rgba(214,226,234,0) 100%);
    z-index: 0;
}
.products-sect .sect-title {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-family: "Noto Sans TC", sans-serif;
    color: #333333;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.12em;
    line-height: 1.25;
    margin: 78px 0 36px;
    z-index: 2;
}
.products-sect .sect-title span{
    font-family: "Red Hat Display", sans-serif;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: normal;
    color: #1168AA;
}
.products-sect .sect-title::before{
    position: absolute;
    content: 'RECOMMEND';
    font-family: "Red Hat Display", sans-serif;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
    font-size: 145px;
    font-weight: 800;
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,.12));
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,.12));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    z-index: -1;
}
.products-sect .btn.more {
    display: none;
}
.products-list{
    position: relative;
    z-index: 5;
}
.products-list .box {
    /* max-width: 330px; */
    margin: 0 auto 60px;
    position: relative;
}
.products-list .txt{
    border: none !important;
}
.sect4 {
    position: relative;
    padding: 92px 0 40px;
    order: 4;
}
.sect4::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 34.2%;
    background: #EAF0F4;
}
.news-sect .sect-title {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-family: "Noto Sans TC", sans-serif;
    color: #333333;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.12em;
    line-height: 1.25;
    margin: 78px 0 36px;
    z-index: 2;
}
.news-sect .sect-title span {
    font-family: "Red Hat Display", sans-serif;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: normal;
    color: #1168AA;
}
.news-sect .sect-title::before {
    position: absolute;
    content: 'LATEST';
    font-family: "Red Hat Display", sans-serif;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
    font-size: 145px;
    font-weight: 800;
    background: linear-gradient(to bottom, rgba(17,105,170,.12), rgba(17,105,170,0));
    background: -webkit-linear-gradient(to bottom, rgba(17,105,170,.12), rgba(17,105,170,0));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    z-index: -1;
}
.news-sect .btn.more ,.about-sect .btn.more{
    position: relative;
    overflow: hidden;
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 0;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-align: center;
    border-radius: 50px;
    line-height: 50px;
    cursor: pointer;
    background: #1169AA;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 32px 0 0;
    max-width: 170px;
    z-index: 10;
}
.news-sect .btn.more::before ,.about-sect .btn.more::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    border-radius: 50px;
    background: #14377E;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.news-sect .btn.more:hover:before ,.about-sect .btn.more:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.news-sect .btn.more{
    margin: 40px auto 0;
}
.news-list {
    margin: 0 -6px;
}
.news-list li .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list .item {
    width: 33.33%;
    padding: 0 6px;
}
.news-list .box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px 20px 32px 140px;
    position: relative;
}
.news-list .date {
    display: inline-block;
    color: #1168AA;
    font-family: "Red Hat Display", sans-serif;
    font-size: 60px;
    font-weight: 800;
    line-height: .8;
    text-align: center;
    position: absolute;
    left: 25px;
    top: 58%;
    margin-top: -50px;
    transition: all .2s ease;
}
.news-list .date small {
    display: block;
    font-family: "Red Hat Display", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    margin-top: 5px;
    letter-spacing: 0;
}
.news-list .box:hover .date {
    color: #14377E;
}
.news-list .name {
    font-family: "Noto Sans TC", sans-serif;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list .box:hover .name {
    color: #1169AA;
}
.news-list .description {
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.4;
    color: #666666;
}
.sect5 {
    padding: 0px 0 0px;
}
@media screen and (max-width: 1680px) {
    .banner .slick-prev {
        left: 15px;
    }
    .banner .slick-next {
        right: 15px;
    }
    .sect1 .a_l {
        right: 76%;
        left: 0.55%;
    }
    .sect1 .a_r {
        left: 87%;
        right: 3.85%;
    }
    .about-sect .about_pic{
        width: 45%;
        left: 5%;
    }
}

@media screen and (max-width: 1440px) {
    .sect1 .a_l {
        right: 84%;
        left: -7.45%;
    }
    .sect1 .a_r {
        left: 91%;
        right: -0.15%;
    }
    .about-sect{
        max-width: 600px;
    }
    .about-sect .about_pic{
        left: 2%;
    }
}
@media screen and (max-width: 1280px) {
    .sect1 {
        padding: 60px 0 100px;
    }
    .sect3{
        padding: 60px 0 54px;
    }
    .sect4 {
        position: relative;
        padding: 60px 0 26px;
    }
    .about-sect{
        width: fit-content;
    }
    .about-sect .about_pic {
        width: 42%;
    }
    .about-sect .sect-title::before,
    .products-sect .sect-title::before,
    .news-sect .sect-title::before{
        font-size: 125px;
    }
    .products-list{
        margin: 0 -10px;
    }
    .products-list .item{
        padding: 0 10px;
    }
    .products-list .box{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1000px) {/*手機板*/
    .warning-sect {
        margin: 0px 0 0;
        padding: 0;
    }
    .banner .slick-prev, .banner .slick-next{
        width: 55px;
        height: 55px;
        display: none !important;
    }
    .banner .slick-prev::after,
    .banner .slick-next::after{
        width: 9px;
        height: 14px;
        background-size: contain;
    }
    .news-sect .btn.more, .about-sect .btn.more{
        width: 153px;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
    }
    .sect1 {
        padding: 46px 0 60px;
    }
    .sect3{
        padding: 26px 0 30px;
        background-attachment:inherit;
        background-size: cover;
    }
    .sect3::before,
    .sect3::after{
        height: 15%;
    }
    .sect4 {
        padding: 18px 0 30px;
    }
    .about-sect{
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
    .about-sect .about_pic{
        position: relative;
        order: 1;
        left: 0;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    .about-sect .sect-title::before, .products-sect .sect-title::before, .news-sect .sect-title::before{
        font-size: 60px;
        bottom: 48px;
    }
    .about-sect .sect-title{
        order: 2;
        text-align: center;
        font-size: 26px;
        line-height: 1.2;
        width: 100%;
        margin: 60px 0 20px;
    }
    .about-sect .sect-title span{
        font-size: 48px;
    }
    .about-sect .sect-title::before{
        position: absolute;
        display: block;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .about-sect .editor{
        order: 3;
        font-size: 14px;
    }
    .about-sect .btn.more{
        order: 4;
        margin-top: 25px;
    }
    .about-sect .editor > .a_t{
        font-size: 18px;
        text-align: center;
        margin: 0 0 5px;
    }
    .products-sect .sect-title{
        text-align: center;
        font-size: 26px;
        line-height: 1.2;
        width: 100%;
        margin: 60px 0 20px;
    }
    .products-sect .sect-title span{
        font-size: 48px;
    }
    .products-list .item {
        width: 50%;
        padding: 0 5px;
    }
    
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .sect4::before{
        height: 42.5%;
    }
    .news-sect .sect-title{
        text-align: center;
        font-size: 26px;
        line-height: 1.2;
        width: 100%;
        margin: 60px 0 20px;
    }
    .news-sect .sect-title span{
        font-size: 48px;
    }
    .news-sect .btn.more{
        margin-top: 5px;
    }
    .news-list .date {
        position: static;
        margin: -5px 0 10px;
        float: left;
        font-size: 36px;
        padding-top: 15px;
        left: inherit;
        top: inherit;
    }
    .news-list .date small,.news-list .name{
        font-size: 17px;
        text-align: left;
        margin-bottom: 5px;
        line-height: 1.4;
        height: auto;
    }
    .news-list .box{
        padding: 15px 15px 18px;
    }
    .news-list .name, .news-list .description {
        padding-left:25px;
    }
    .news-list .description {
        margin-top: 2px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: left;
        height: 40px;
    }
    .news-list .item{
        width: 100%;
        margin-bottom: 15px;
        padding:0 25px;
    }
}
@media screen and (max-width: 767px){
    .about-sect{
        box-sizing: border-box;
        padding: 0 15px;
    }
}
@media screen and (max-width: 480px){
    .about-sect .sect-title::before, .products-sect .sect-title::before, .news-sect .sect-title::before {
        font-size: 45px;
        bottom: 60px;
    }
}
@media screen and (max-width: 375px){
    .about-sect{
        padding: 0;
    }
    .about-sect .sect-title::before, .products-sect .sect-title::before, .news-sect .sect-title::before {
        display: none;
    }
    .about-sect .sect-title,
    .products-sect .sect-title,
    .news-sect .sect-title{
        margin-top: 20px;
    }
}