@charset "utf-8";
/*展億*/
/*--抬頭顏色---*/
.pageIndex #header {
    background: rgba(255,255,255,0);
    height: 120px;
}



.work_page #header, .work_info_page #header {
    background: #d0e5ff;
}

/*相簿-標題字製中*/
.show-list .show_name{
	text-align:center;	
	color: #11478a;
	font-family: "微軟正黑體";
    font-size: 21px;
	
}


/*相簿-滑鼠移過去換色*/
.show-list .item:hover .show_name {
    color: #49b0d5;
}

/*footer文字顏色*/
.footer_info ul {
    vertical-align: top;
    letter-spacing: 0.1em;
    color: #fff;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}

/*整個背景顏色-*/
.pageIndex .show_content {
	background-image: url(http://pic03.eapple.com.tw/a0918511510/copy-bk.jpg);
	background-repeat: repeat-y; 
	background-position: center top;
	height:auto;
    background-color: #ffffff;
	background-position-y: 14%;
}

.work_page #content ,.work_info_page #content{
	background-image: url(http://pic03.eapple.com.tw/a0918511510/copy-bk.jpg);
	background-repeat: repeat-y; 
	background-position: center top;
	height:auto;
    background-color: #ffffff;
}


/*觀看其他*/
.album_fixed_title {
    background: none;
}
/*相簿頁面切換按鈕*/
.other_album_choice li {

    background: #205aa2;

}
/*相簿*/
.hs_photo li {
    background-color: #ffffff;
}

/*相簿框線字顏色調整*/
.hs_photo h5 {
    color: #205aa2;
    border: 1px #205aa2 solid;
	background: url(http://pic03.eapple.com.tw/569667/photo-image.png)
	no-repeat 15px center;
}

.hs_photo {
    text-align: center;
    padding: 50px 0px;
    margin: 0 auto;
}


/*連結設定顏色*/
a {
    color: #0A2D59;
}


/*footer背景顏色*/
.footer {
    padding: 20px;
    font-size: 14px;
    background: #5483ba;
    position: relative;
}

/*---聯絡我們的表單-----*/
.animated-arrow {
    background: #205aa2;
   
}







/*footer 揚京快客網路科技 網頁設計*/
.footer_info ul li  a{  color: #fff;   } 

/*footer COPYRIGHT © 2019 一同機電太陽能工程  累積人氣*/
.copy { color: #fff;  }

.copy a{ color: #fff;  }




/*當手機尺寸變小相簿並排2列*/
@media screen and (max-width: 480px) {
.hs_photo li {
    width: 40%;
    padding: 3px;
    display: inline-block;
    border: 1px #ddd solid;
    margin-bottom: 20px;
}
.hs_photo img {
    width: 100%;
    height: auto;
}
.hs_photo li a {
    display: flex;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

/*--手機版抬頭--*/
.pageIndex #header {
    padding: 0;
    height: 86px;
}

#header td {
    padding: 0px;
}

/*--手機版icon縮小--*/
.hs_onepage_m img {
    width: 81%;
}

/*--手機版LOGO縮小--*/
.t_td_le img {
    width: 67%;
}


/*--手機版-大圖左切換--*/
.flex-direction-nav .flex-prev {
    opacity: 0.4;
}
/*--手機版-大圖右切換--*/
.flex-direction-nav .flex-next {
    opacity: 0.4;
}

}

