

/*------------------BANNER---------------------*/
    .swiper-slide.banner-slide {
        position: relative;
    }
    .swiper-slide.banner-slide .banner-slide-text {
        position: absolute;
        left: 9%;
        bottom: 20%;
    }
    .banner-slide-text {
        width: 700px;
    }
    .banner-slide-text h1 {
        font-size: 70px;
        font-weight: bold;
        color: #3f3f3f;
        text-shadow: 0px 0px 20px #ececee, 0px 0px 20px #ececee, 0px 0px 20px #ececee, 0px 0px 20px #ececee, 0px 0px 20px #ececee, 0px 0px 20px #ececee, 0px 0px 20px #ececee;
    }
    
    /*輪播*/
    .swiper-pagination-bullets{
        bottom: 25px;
    }
    .swiper-pagination-bullet {
        width: 35px;
        border: none;
        border-radius: 0;
        background: #fff;
        opacity: 1;
    }
    .swiper-pagination-bullet-active {
        background: #ec8e25;
    }
/*------------------BANNER---------------------*/

/*------------------首頁最新消息---------------------*/
    .intro_content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 500px;
        background: #FFFFFF;
        box-shadow: 0px 5px 30px rgba(0,0,0,0.24);
        z-index: 1;
        padding: 60px 40px;
        display: flex;
    }
    .intro_image {
        width: 100%;
        position: relative;
        padding-bottom: 65%;
        overflow: hidden;
    }
    .intro_image img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .intro_content-day{
        width: 10%;
    }
    .post-date-day {
        font-size: 2.5rem;
        color: #ec8e25;
        text-align: center;
        font-weight: bold;
    }
    .post-date-month {
        color: #000;
        border-right: 1px solid #000;
        border-left: 1px solid #000;
        text-align: center;
        font-weight: bold;
    }
    .intro_content-text{
        width: 90%;
        padding: 0 30px;
    }
    .intro_content-text p {
        color: #666;
        margin-bottom: 10px;
    }
    .intro_content-text h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 31px;
    }
    .intro_content-text-a {
        width: 100%;
        text-align: right;
    }
    .intro_content-text-a a {
        color: #ec8e25;
        font-size: 20px;
    }
/*------------------首頁最新消息---------------------*/

/*------------------首頁產品輪播 ---------------------*/
    .product-div {
        width: 100%;
        position: relative;
        padding: 35px 25px;
    }
    .product-div:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 340px;
        background-color: #f0efef;
        border-radius: 10px;
        z-index: -1;
    }
    .product-div01:after{
        background-color: #fff4cf;
    }
    .product-div.product-div01 {
        margin-top: 40px;
    }
    /*輪播*/
    .product-div-text h4 {
        color: #ec9c11;
        font-weight: bold;
    }
    .product-div-text p {
        color: #666;
        font-size: 18px;
    }
    .swiper-product .swiper-slide {
        width: 25%;
        padding: 0 7px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-image: url('../img/icon/left.svg');
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image: url('../img/icon/right.svg');
    }
/*------------------首頁產品輪播 ---------------------*/

@media screen and (max-width: 1024px){
/*------------------BANNER---------------------*/
    .banner-slide-text h1{font-size: 80px;}
    .banner-slide-text {
        width: 350px;
    }
/*------------------BANNER---------------------*/

/*------------------首頁產品輪播 ---------------------*/
    .product-div:after {
        height: 280px;
    }
/*------------------首頁產品輪播 ---------------------*/

}
@media screen and (max-width: 1024px){
/*------------------BANNER---------------------*/
    .banner-slide-text h1{font-size: 50px;}
    .button-more a {
        padding: 5px 30px;
        font-size: 20px;
    }
    .button-more a:after {
        width: 110px;
        height: 32px;
    }
/*------------------BANNER---------------------*/
}

@media screen and (max-width: 768px){
/*------------------首頁最新消息---------------------*/
    .intro_content {
        top: 100%;
        left: 50%;
        transform: translate(-50%, -100%);
        padding: 25px;
        width: 96%;
    }
/*------------------首頁最新消息---------------------*/
/*------------------首頁產品輪播 ---------------------*/
    .swiper-product .swiper-slide {
        width: 33%;
    }
/*------------------首頁產品輪播 ---------------------*/
}
@media screen and (max-width: 425px){
/*------------------BANNER---------------------*/
    .banner-slide-text h1 {
        font-size: 30px;
    }
    .index-banner .button-more {
        margin-top: 10px;
    }

    .button-more a {
        padding: 5px 22px;
        font-size: 16px;
    }
    .button-more a:after {
        width: 84px;
        height: 30px;
    }
    .swiper-pagination-bullet {
        width: 26px;
        height: 4px;
    }
    .swiper-slide.banner-slide .banner-slide-text {
        bottom: 10%;
    }
    .banner-slide-text {
        width: 250px;
    }
/*------------------BANNER---------------------*/
/*------------------首頁最新消息---------------------*/
    .post-date-day {
        font-size: 2rem;
    }
    .intro_content {
        padding: 15px;
        position: initial;
        transform: none;
        box-shadow: none;
        border: solid 1px #ec8e25;
        width: 100%;
    }
    .intro_content-text {
        padding: 0;
        padding-left: 15px;
        width: 88%;
    }
    .intro_content-text h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .intro_content-text p {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .intro_content-text-a a {
        font-size: 16px;
    }
    .intro_content-day {
        width: 12%;
    }
/*------------------首頁最新消息---------------------*/
/*------------------首頁產品輪播 ---------------------*/
    .swiper-product .swiper-slide {
        width: 100%;
        padding: 0 50px;
    }
    .product-div:after {
        height: 380px;
    }
    .product-div.product-div01 {
        margin-top: 0;
    }
/*------------------首頁產品輪播 ---------------------*/    
}

@media screen and (max-width: 375px){
/*------------------首頁產品輪播 ---------------------*/
    .product-div:after {
        height: 320px;
    }
/*------------------首頁產品輪播 ---------------------*/       
}

@media screen and (max-width: 375px){
/*------------------首頁產品輪播 ---------------------*/
    .product-div:after {
        height: 280px;
    }
/*------------------首頁產品輪播 ---------------------*/       
}