
@charset "utf-8";
.path { display: none;}

.pageIndex .edit_part {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.other_promotion {
    list-style: none;
    display: none;
    margin: 0 auto;
}


#content_main {
	margin-top: 0vh;}
@media screen and (max-width: 768px) {
.swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}
}

@media screen and (max-width: 425px) {
    .swiper-slide::after { bottom: 0%; width: 33vw;}
}

/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner { display:block;  padding: 0px;}
.banner h5 {color:#FFFFFF;padding: 175px 0px;  text-shadow: 0px 0px 5px #014079;}
.banblog{ background:url(https://pic03.eapple.com.tw/taihon/banner.jpg);}
.article_a .banblog {
    background-repeat: no-repeat;
    height: 320px;
    box-shadow: none;
    padding: 0 0;
    background-position: center center;}

.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*大圖閃閃/＝＝＝＝＝*/
.swiper-banner {
    overflow: hidden;
    transition-duration: .5s;
    width: 100%;
    max-height: 100vh;
    background: #eeeeee;
    text-align: center;
    vertical-align: middle;
  }
  .swiper-slide {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  
  .swiper-banner .swiper-slide:before {
    content: "";
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 25%;
    opacity: 0.4;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: blur(10px);
    -webkit-animation: bannerLight 2.5s ease-in 2s infinite;
    animation: bannerLight 2.5s ease-in 2s infinite
  }
  
  @-webkit-keyframes bannerLight {
    0% {
      left: -100%;
      top: -0%
    }
  
    100% {
      left: 100%;
      top: 100%
    }
  }
  
  @keyframes bannerLight {
    0% {
      left: -100%;
      top: -0%
    }
  
    100% {
      left: 100%;
      top: 100%
    }
  }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖動畫*/
.swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.swiper-slide:before ,.swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}/*before+after依樣要寫的內容拆出來寫一起，要寫在個別下方也可以*/

.bannerindex .swiper-slide:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://pic03.eapple.com.tw/taihon/big01.png);
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10000;
}


.swiper-slide.swiper-slide-active:nth-child(1):after { animation: slide-right  1s 0.5s both;}

/*往右特效*/
@keyframes slide-right {
  0% {-webkit-transform: translateX(-100%);  /* 一開始的位置 在X-100*/
            transform: translateX(-100%);
            opacity:0;/*透明度0*/}
  100% {-webkit-transform: translateX(0);/* 跑到最後終止的位置 在X-0*/
            transform: translateX(0);
            opacity:1;/*透明度顯示*/}
}
/*往左特效*/
@keyframes slide-left {
  0% {-webkit-transform: translateX(100%);  /* 一開始的位置 在X-100*/
            transform: translateX(100%);
            opacity:0;/*透明度0*/}
  100% {-webkit-transform: translateX(0);/* 跑到最後終止的位置 在X-0*/
            transform: translateX(0);
            opacity:1;/*透明度顯示*/}
}

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.stellarnav > ul > li {
    display: none;}
.pageIndex .header_area {/* position: relative; *//* width: 100%; *//* top: 0; *//* left: 0; */}
.pageIndex .header_area.sticky {/* position: fixed; */}
.main_header_area {/* background: transparent; *//* position: relative; */}
.header_area .main_header_area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transition: .3s ease-in-out;
}
.header_area.sticky .main_header_area::before { background: #ffffff88; transition: .3s ease-in-out;}
.main_header_area .container {/* max-width: 96%; */}
.nav-brand img {
    max-width:220px;
}

.stellarnav ul {
    margin: 0;
    text-align: right;
}
/*購物車*/
.inquiry_a1, .inquiry_a2{ display:none;}
/*logo*/
.header_area .nav-brand {margin: 5px 0 0;width: 100%;}

/*menu*/
.nav-header {
    max-width: 330px;}
.navigation {grid-template-columns: 350px 1fr;}
.stellarnav > ul > li { position: relative;}
.stellarnav > ul > li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #014079;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.stellarnav {
    padding: 20px 0 0 0;
}
.stellarnav > ul > li:hover::after { width: 80%; background: #ceb3a3; transition: all 0.3s;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a { font-weight: 600; position: relative; padding: 0 20px; color: #0057a5;}
.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a { color: #ceb3a3;}
.stellarnav li.has-sub > a::after {display: none;}/*ä¸‹æ‹‰ç®­é ­*/
.stellarnav li.has-sub:hover > a::after { display: none;}/*ä¸‹æ‹‰ç®­é ­*/

/*--ä¸‹æ‹‰é é¢---------------------------------------*/

/*å¤–æ¡†*/
.stellarnav ul ul{ min-width:400px;}

.stellarnav ul ul, .stellarnav ul ul ul { background: #FFF; }
/* box-shadow: 0 2px 5px #00000012; */
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li {
    display: block;
    border: 0px #eee solid ;
    margin-bottom: -1px;
    padding: 2px;
}
.stellarnav ul ul{width:170px; }
/*å³æ‹‰ç®­é ­*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid #888;}
.stellarnav li li.has-sub:hover > a::after { border-left: 6px solid #0057a5; border-top: 6px solid transparent;}

/*é …ç›®*/
.stellarnav li li > a, .stellarnav li li.has-sub > a { color: #444; font-size: 15px; padding: 7px 5px; border-left: 1px solid transparent; background: transparent; transition: all 0.3s;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #ceb3a3;
    padding-left: 10px;
    transition: all 0.3s;
}

/*--æ‰‹æ©Ÿæ¿é¸å–®---------------------------------------*/

/*é¸å–®*/
.stellarnav .menu-toggle span.bars span { background: #0057a5;}
.stellarnav .menu-toggle:after { color: #0057a5;}

/*å±•é–‹*/
.stellarnav.mobile.left > ul { background: #fffffff2;}
.stellarnav.mobile > ul > li { border-bottom: 1px #888 solid;}
.stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block;}
.stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px 20px 36px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: #444; padding: 20px 30px 20px 40px;}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #0057a5; color: #fff;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #fff;}

.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav li.open > a.dd-toggle .icon-plus { width: 0; top: -5px; left: 6px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #888;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px #0057a5;}

/*ä¸‹æ‹‰*/
.stellarnav.mobile li.open { background: #aaaaa922; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid #ccc;}
.stellarnav.mobile li.open li.open { padding: 0; background: #ffffff88;}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul { left: 0; right: auto;}
/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) { 
    /*header*/
    .main_header_area .container { max-width: 100%;}
    .stellarnav ul {text-align: center;}

    /*logo*/
    .header_area .nav-brand { max-width: 200px; transition: .3s ease-in-out;}

    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 0;}
    .stellarnav { padding: 0 0 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px;}
    .stellarnav li.has-sub > a::after { top: 49%;}/*ä¸‹æ‹‰ç®­é ­*/
}

@media screen and (max-width: 768px) {
    /*logo*/
    .nav-header { position: static;}
    .header_area.sticky .nav-brand { max-width: 150px; transition: .3s ease-in-out;}    

    /*menu*/
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li:hover::after { width: 100%;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*ä¸‹æ‹‰ç®­é ­*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}
}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.footer {background:#FFF ;}
.footer_logo img{ max-width:250px;}
.footer_info {
    grid-template-columns:1fr;}
.footer_logo {
    max-width: 330px;}
/*è¯çµ¡icon*/
.box_link a {
    display: inline-block;
    max-width: 50px;
    transition:all 0.3s;
}
.box_link a:hover { background: #ccc; border-color: #ccc;}
.box_link a:hover .fa-whatsapp:before, .box_link a:hover .fa-envelope::before { color: #0057a5;}


/*ç‰ˆæ¬Š*/
.copy {
    position: relative;
    background: #0057a5;
    color: #ffffff;
    border: none;
}
.copy a { color: #fff; transition:all 0.3s;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) {
   

    /*åº•éƒ¨æŒ‰éˆ•*/
    #to_top { bottom:60px;}
    #bottom_menu {display: none; }
    .footer.with_shopping_mode { padding:30px 0 0; }
}

@media screen and (max-width: 600px) { 
    /*footer*/

    /*è¯çµ¡icon*/
    .box_link { text-align: center;}
}

/* = = = ä¿ƒéŠ·æ–¹æ¡ˆ = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--ä¿ƒéŠ·æ–¹æ¡ˆ/é¦–é ---------------------------------------*/
.news_part { width: 90%; max-width: 90%; padding: 100px 0 50px;}
.news_part .title_i_box h6 { display: none;}
.news_part .title_i_box h4 { position: relative; color: #0057a5; text-align: left; font-weight: 600; font-size: 20px;}
.news_part .title_i_box h4::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 100px;
    width: 200px;
    height: 1px;
    background: #aaaaa9;
}
.news_list ul li a:hover { background: #f9f9f9;}
.news_list ul li p::after { background: #0057a5; padding: 3px 5px; border-radius: 5px; color: #fff;}
.news_list ul li a { }

/*æŒ‰éˆ•*/
.animated-arrow{background: #0359A6;}
.i_news_b a.animated-arrow { background: transparent; border-radius: 15px; transition: .3s ease-in-out;}
.i_news_b a.animated-arrow:hover { background: transparent;}
.i_news_b a.animated-arrow b { color: #666; font-weight: normal; letter-spacing: 3px; transition: .3s ease-in-out;}
.i_news_b a.animated-arrow:hover b { transition: .3s ease-in-out;}
.i_news_b a.animated-arrow i { color: #888;}

/*--ä¿ƒéŠ·æ–¹æ¡ˆ/åŠŸèƒ½é ---------------------------------------*/
.promotion_title h2 { position: relative; color: #0057a5; text-align: left; font-weight: 600; font-size: 20px;}
.promotions_page .edit { min-height: 22vw; color: #666; line-height: 32px; letter-spacing: 1px; text-align: justify;}

/* = = = æ–‡ç« ç®¡ç† = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--æ–‡ç« ç®¡ç†/é¦–é ---------------------------------------*/

/*å€å¡Šè¨­å®š*/
.module_i_news { padding: 80px 20px 50px;}

/*è‹±æ–‡æ¨™é¡Œ*/
.module_i_news .title_i_box h6 { display: none; color: #aaaaa9;}

/*ä¸­æ–‡æ¨™é¡Œ*/
.module_i_news .title_i_box h4 { position: relative; color: #0057a5; font-weight: 600; text-shadow: 2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF;}
.module_i_news .title_i_box h4::before {
    content: "NEWS";
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #01407945;
    letter-spacing: 3px;
    text-shadow: none;
    z-index: -1;
}
.i_blog_ri h5 { color: #0057a5; font-weight: 600; text-align:center;}
.i_blog_ri p {
    height: 78px;}
.articel_mainPic img {
    display: none;}
/*--æ–‡ç« ç®¡ç†/å¤–å±¤---------------------------------------*/

.blog_page .main_part { max-width: 1400px;}

/*åˆ—è¡¨æœå°‹*/
h5.blog_le_t { display: none;}

/*åˆ†é¡žæ¨™é¡Œ*/
h4.blog_category_title { font-size: 20px; color: #0057a5;}
h4.blog_category_title span { font-size: 18px;}

/*æ¬¡åˆ†é¡ž*/
.submenu { background: transparent;}
.submenu a:hover { color: #fff;}
.blog_le .accordion li a { color: #666;}
.blog_le .accordion li a:hover { color: #fff;}
.blog_le .accordion li i { top: 12px;}

/*æ–‡ç« */
.module_i_news ul, .blog_subbox { display: grid; gap: 10px;}
.module_i_news li, .subbox_item {position: relative;width: 100%;}
.module_i_news li a, .subbox_item a {padding: 5px;    border-bottom: 1px #e6e6e6 solid;     justify-content: flex-start;    flex-direction: column;}
.module_i_news li a:after, .subbox_item a:after { pointer-events: none;}

.module_i_news li a::before, .module_i_news li a::after, .subbox_item a::after,.subbox_item a::before { display: none;}
.module_i_news li::after, .subbox_item::after { 
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #ffffff88;
    opacity: 0;
    border: 1px #ddd solid;
    pointer-events: none;
    transition: all .5s;
}
.module_i_news li::before, .subbox_item::before { 
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    font-size: 15px;
    color: #999;
    pointer-events: none;
    transition: all .5s;
}
.module_i_news li:hover::before, .module_i_news li:hover::after, .subbox_item:hover::before, .subbox_item:hover::after {
    opacity: 1;
    transition: all .5s;
}
.blog_list_ri h5 { color: #0057a5; font-weight: 600;}

.i_blog_le, .blog_list_le {position: relative;/* padding-bottom: 20%; */}/*æ–‡ç« ç¸®åœ–é•·å¯¬æ¯”ä¾‹ï¼Œ100% â†’100:100 = 1:1 æ­£æ–¹å½¢ */
.i_blog_le img, .blog_list_le img {
	display:block;
	max-width: 100%;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	-webkit-object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

/*å´é‚Š*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #fff !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link { background: #0057a5;}
.submenu a:hover { background: #aaaaa9;}
.accordion li .link { padding: 10px 15px;}
.blog_le .accordion > li.on_this_category .link a { width: 100%;}
.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 8px;
    border: 1px #ccc solid;
    overflow: hidden;
}
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: solid 1px #ccc;
    border-radius: 8px;
    padding: 10px 35px 10px 10px;
}
/*éš±è—å…¶é¤˜ä¸»åˆ†é¡ž
.blog_le .accordion > li:not(.on_this_category) { display: none;}*/

/*æ¬¡åˆ†é¡ž*/
.blog_le .accordion li.default .submenu { display: block !important;}

/*åŠŸ*/
.blog_subbox:before { content:none;}

/*--æ–‡ç« ç®¡ç†/å…§å±¤---------------------------------------*/

.blog_back a.article_btn_back { background: #0057a5; border: 1px solid #0057a5; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_back:hover {background: #FF6400;border-color: #FF6400;transition: 0.3s ease-in-out;}

.blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: transparent;color: #FF6400;border: 1px solid #FF6400;transition: 0.3s ease-in-out;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover { background: #aaaaa9; color: #fff; transition: 0.3s ease-in-out;}

/*--RWD---------------------------------------*/

.module_i_news ul {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;}
@media screen and (max-width: 768px) {
    /*é¦–é */

    /*åŠŸèƒ½é /å¤–å±¤*/
	.module_i_news ul {
    width: 100%;
    grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 375px) {
    /*é¦–é */
    .module_i_news ul { grid-template-columns: 1fr;}

    /*åŠŸèƒ½é /å¤–å±¤*/
    .module_i_news ul {
    width: 100%;
    grid-template-columns: 1fr;}

}


/*ç›¸ç°¿*/
.show-list .item:hover .show_name {
    color: #a18545;}

/*ç›¸ç°¿*/
/* .overlay {
    background: rgba(170, 170, 170, 0.25);
    border-radius: 5px;
    transition: all .2s 100ms cubic-bezier(.42,0,.58,1);
    }

.subalbum-menu h2 {
    color: #b0b0b3;
    letter-spacing: 1px;}


.other_album_choice li {
    background: #0c2354;
    border-radius: 5px;
    font-size: 13px;}

.other_subalbum li {
    width: 23%;
    margin: 14px 9px;
}
.pic-list .show_pic{    height: 250px;padding-bottom: 0;}
.pic-list .show_pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;}

    .album_fixed_title {
        font-size: 17px;
        color: #666;
        padding-right: 14px;
        display: inline-block;
        position: relative;
        background: none;
        margin-bottom: 15px;
    } */

    /*ç›¸ç‰‡é */



/*å¤§åˆ†é¡ž*/




    @media screen and (max-width: 768px){
        /*ä¸»åˆ†é¡ž*/
        /*æ¬¡åˆ†é¡ž*/
        .other_subalbum li{width: 48%;}
        .other_subalbum li img{min-height: 35vw;}
        /*ç›¸ç‰‡é */
    }
    
    @media screen and (max-width: 450px) { 
        /*ç›¸ç°¿*/
        .other_subalbum li img{min-height: 140px;}
    }
    
    

/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) { 
    h4.blog_category_title { font-size: 24px;}
    h4.blog_category_title span { font-size: 20px;}
    .products-list {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 600px) {
    .module_i_news ul{ grid-template-columns:1fr;}
    .i_blog_le, .blog_list_le { padding-bottom: 50%;}
    h4.blog_category_title { font-size: 20px;}
    h4.blog_category_title span { font-size: 18px;}
}
@media screen and (max-width: 425px) {
    .footer_menu { padding: 0 ;}
    .products-list {grid-template-columns:  1fr;}
}


.mobile_product_name {
    display: block;
    color: #ceb3a3;
    text-align: center;
    letter-spacing: 1px;
    font-size: 30px;
    padding-bottom: 3%;
    position: relative;}
.mobile_product_name:after {
    content: '';
    height: 6px;
    width: 10%;
    background: #ceb3a3;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 4px);}


    
    .prod_related {
        background: #181818;
        padding: 25px 15px;
    }

    .bx-wrapper .bx-viewport {
        border: 0;
        left: -5px;
         background: none; 
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
    }



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */
.products-list {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;}
.products-list .pic:hover{
	    border-radius: 20%;
    transition: border-radius 1.2s cubic-bezier(.165, .84, .44, 1), filter .5s cubic-bezier(.165, .84, .44, 1), -webkit-filter .8s cubic-bezier(.165, .84, .44, 1);}
.products-list .more {
    border: 1px solid #0057a5;
    color: #0057a5;}
.products-list .item a:hover .more {
    background: #0057a5;
}
.product-layer-two li a {
	background:#FFF;
    font-size: 18px;
    color: #0057a5;}
.product-layer-two li.active a {
    font-weight: bold;
    border: 1px #0057a5 solid;}
.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 240px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 300px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}


body.product_info_page ul.bxslider li {
    opacity: 1 !important;}
.related_list li a p{display:none;}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 780px) {
    ul.prod li .prod-panel {
        text-align: left;
    }

	}



/* = = = è¯çµ¡è¡¨å–® = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.contact_page .contact_editbox {
    margin: 0;
    padding: 0;
}



/*è¡¨å–®æœ€å¤§å¯¬åº¦è¨­å®š*/
/* .contact_content .information_right { width: 100%;} */
li.info_TEL,li.info_MAIL,a.me_tp_mail {
    display: none;
}

/*æ¨™é¡Œ*/
.blank_letter { color: #0057a5;}

/*å´é‚Šè³‡è¨Š*/
.list_before { margin-top: 10px;}

/*è¡¨æ ¼æ¨£å¼*/
.contact_form li input.noborder { border: none; border-bottom: 1px #ddd solid; background: transparent;}/*æ–‡å­—æ¬„*/
.contact_form li textarea.noborder { background: transparent; border: 1px #ddd solid;}/*æ–‡å­—å€å¡Š*/
.form select { background: transparent;}/*ä¸‹æ‹‰å¼*/

/*é©—è­‰ç¢¼å°é½Š*/
.contact_form li:nth-last-of-type(2) .form__insert { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap;}
.contact_form li:nth-last-of-type(2) input.noborder { border: 1px #ddd solid;}
.captcha { margin-right: 20px;}

/*æŒ‰éˆ•*/
.contact_le_map a { background: #0057a5;}
.contact_form li.last cite {background: #0057a5;}

@media screen and (max-width: 425px){
    /*è¯çµ¡è¡¨å–®*/
    .contact_form li { padding-left: 0;}
    .contact_form li .form__label { margin-left: 0;}
    .contact_form li .form__insert { width: 100%;}
    /*æ•™ç·´*/
    .products-list {
        grid-template-columns: 1fr;}
}

/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 425px) { 

    .contact_content {
        margin: auto;
        max-width: 90%;
    }
}


/*文章管理/＝＝＝＝＝*/

h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/

.module_i_news ul, .blog_subbox {display: grid;gap: 10px;}
.module_i_news li , .subbox_item {width: 100%;border-bottom: unset;}
.module_i_news li a , .subbox_item a {
	padding: 5px;
	display: flex;
	align-content: stretch;
	justify-content: flex-start;
	align-items: stretch;
}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri {    width: 100%;}
.blog_list_le {
	width: 100%;
}
.blog_list_ri {
    width: 100%;
    position: relative;
}

.i_blog_le , .blog_list_le{    /*position: relative;    padding-bottom: 100%;    height: 0;*/}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.blog_list_ri h5 {
    font-size: 24px;
    color: #555;
    display: block;
}

.blog_list_ri p {
    margin-top: 25px;
    line-height: 180%;
    color: #736668;
    -webkit-line-clamp: 3;
    min-height: 80px;
}


.subbox_item a:before {
    top: 50%;
    left: 50%;
	bottom:unset;
	right:unset;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
	font-size: 18px;
	font-family:"Times New Roman";
}
.subbox_item a:after {
    /*border: 1px #bc8f3e solid;*/
}

/*側邊*/
.blog_le .accordion {
    border: unset;
    border-radius: 0px;
}
.blog_le .accordion > li{transition:all 0.3s;border-bottom: 1px solid #c5bcb4;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #657f68 !important;}
.submenu a:hover {background: unset;color: #bd2321;}

/*首*/
/*功*/
.blog_subbox { grid-template-columns: 1fr 1fr 1fr;}
@media screen and (max-width: 425px) { 
.blog_subbox {
    grid-template-columns: 1fr !important;
}
}
.blog_subbox:before{content:none;}
.blog_list_ri em {
    color: #777;
}

/*文章管理/內層＝＝*/


.blog_back a.article_btn_back:hover {
    background: #FF6400;
    border-color: #FF6400;
}

.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover{
	background: #FF6400;
	border-color: #FF6400;
	}