@charset "utf-8";

/* *********************************** */
/* 沒有開購物車-預設 vs 有開購物車 */
/**/
.search_link a.with_shopping_mode {	display: inline-block;}
.pageIndex .main_part {    border-top: none;}
#menuTop ul:before { border-top:0 !important; }


/***網站整體設定***************************************************************************/
/* Header */
#header {
	background: #073865;
    box-shadow: 0 0 5px #0000005c;
    padding: 14px 0;
    height: 120px;}

/*選單*/
#menuTop ul { margin-top: 15px; }
#menuTop li a {    color: #fff;}
#menuTop li ul {
    border: none !important;
    background-color: #071e33b0;
    left: -80%;
    right: -80%;
    width: 250px;
}
#menuTop li ul li{
    transition:0.3s;}
#menuTop li ul li:hover {
    background-color: #071e33d4;
    transition: 0.3s;
    letter-spacing: 4px;
}
#nav-toggle {    margin-left: 30px;    margin-top: 25px;}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {    height: 2px;    width: 40px;    background: #fff;}


/*Footer*/
.footer {
    border-top: none !important;
    background: #073865;
    padding: 50px 0 0;
}
.footer_menu {
    border-bottom: none!important;
}
.footer_info ul {    color: #ffffff;}
.footer_info ul a {    color: #ffffff;}
.footer_menu li a {    color: #fedf01;}
.copy {    color: #fff;    background: #032b50;}
.copy a {    color: #ababab;}


/*LOGO設定*/
#header .logo img {
    width: 85px;
    margin-top: -18px;}
.footer_logo img{ width:110px ;}


/*首頁+聯絡按鈕*/
.animated-arrow { background:#073865 ;}
.swiper-pagination {    margin-left: -20px;}
.products-box {    width: 100%;    max-width: 1200px;    margin: auto;    padding: 50px 20px;}

/* 針對頁尾第幾個作設定 */
.footer_info ul li:nth-child(1) { /*display:none;*/}



/***其他頁面設定***************************************************************************/
/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/* 頁面上方廣告 */
.banner {    background-size: cover;    background-position: center bottom;    background-repeat: no-repeat;    height: 300px;}
.banner h5 { display:none;}

.services_page .banner {    background-image: url(https://pic03.eapple.com.tw/25tools/sBanner-01.png);}
.promotions_page .banner {    background-image: url(https://pic03.eapple.com.tw/25tools/sBanner-02.png);}
.product_page .banner , .product_info_page .banner {    background-image: url(https://pic03.eapple.com.tw/25tools/sBanner-03.png);}
.work_page .banner, .work_info_page .banner {    background-image: url(https://pic03.eapple.com.tw/25tools/sBanner-04.png);}
.contact_page .banner, .map_page .banner {    background-image: url(https://pic03.eapple.com.tw/25tools/sBanner-05.png);}
.share_page .banner {    background-image: url(https://pic03.eapple.com.tw/25tools/sBanner-06.png);}



/*文章分享*/
.promotion_title {    border-bottom: 1px solid #073865;}
.promotion_title h2 { border-bottom: 2px solid #073865;}
.share_page .edit , .promotions_page .edit {    line-height: 190%;    text-align: justify;}




/***購物車***************************************************************************/
/* 產品的看更多按鈕設定 */
.products-list .more {    border: 1px solid #073865 !important;    color: #073865;}
.products-list a:hover .more {    background: #073865;    border-color: #073865;}

/*外層*/
/*.product-layer-two li ul {    display: none;}*/
.product-layer-two li a {    color: #032b50;    transition: 0.1s;}
.product-layer-two li:hover > a { background: #032b50;    color: #fff;    transition: 0.2s;}
.product-layer-two li.active > a {background: #032b50;    color: #fff;	font-weight: normal;}


/* 內頁 */
.lastPage { background: #073865;}
.nextaction { background-color: #073865;}
.lastaction { color:#fff ;background-color: #6192bf;}

/* 購物車商品按鈕 */
.action-button { background: ;}
.action-button:hover { background: ;
}


/***相簿***************************************************************************/
.other_album_choice li {    background: #073865;}
.show-list .item:hover .show_name {    color: #073865;}
.show-list .show_name {    letter-spacing: 0.1em;    margin-top: 12px;text-align: center;}


/***聯絡我們***************************************************************************/
/*填字框*/
.noborder {    border: 1px solid #d8dce2;}



/***************************************************/
/* 手機版設定 */
@media screen and (max-width: 768px) {
#header {    height: 100px;    padding: 8px 0px;}
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding: 50px 0 90px; }

/* *********************************** */
/*手機板LOGO調整*/
#header .logo img {    margin-top: 0;    width: 70px;}
.footer_logo img {    width: 90px;}
.footer_logo { margin-left: unset; margin: auto; text-align: center; }

/* 預設手機版單張圖片 沒有開啟 */
/* 
.bannerindex { display:none;}
.mobile_wp { display:block;}
*/
}

@media screen and (max-width: 600px) { 

/*手機板banner*/
.banner {    height: 220px;}



/* 手機版 輪播圖另外在換圖*/
/*
.swiper-slide img { display:none; }
.bannerindex { height:100vh; padding:0;}
.swiper-slide:nth-child(1) { background-image: url(); background-size:cover;}
.swiper-slide:nth-child(2) { background-image: url(); background-size:cover;}
*/

}
