@charset 'utf-8';

/*------------ 多螢幕範例 
D:\筆記\91_教學文件\00_改版筆記_多螢幕.rtf
 ------------*/
html{
margin:0;
padding:0;
}
body {
font-family: "微軟正黑體",Microsoft JhengHei,Apple LiGothic Medium,Verdana,Arial,Helvetica,sans-serif;
color: #333;
font-size: 16px;
background-color: #bbbbbb;
margin:-16px 0 0 0;
padding:0;
background-image: linear-gradient(#767271, #bbbbbb, #bbbbbb);
height: 100%;
min-height: 1000px;
}
.BackGround{
  --width_1680: 1680px;
--width_100p: calc(100%); /* attr(data-width) 100% 不能確定是寬度 */
/* height: calc(var(--width_1680) / 3.12); */
background-image: url("../ms_images/page_BG.jpg");
background-repeat: no-repeat; 
-moz-background-size:100% auto;
-webkit-background-size:100% auto;  
-o-background-size:100% auto; 
background-size:100% auto;
background-color: #c5c5c5;
border: 1px solid rgba(255,255,255,0.5);
box-shadow: -6px 6px 6px #767271, 6px 6px 6px #868281;
margin-top: 30px;
padding-bottom: 30px;
}
#logo-leftTop{
position: absolute;
top: 16px;
width: 9%;
height: 135px;
}
.camera_link{
	width: 100%;
	display: block;
}

a:link {
  color: #414141;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #848c00;
}
a:active {
  text-decoration: none;
}
a.linkcolor:link,a.linkcolor2:link  {
	color: #aaaaaa;
	text-decoration: none;
}
a.linkcolor:visited,a.linkcolor2:visited {
	color: #aaaaaa;
	text-decoration: none;
}
a.linkcolor:hover,a.linkcolor2:hover,.linkLink a:hover {
	color: #848c00;
}
a.linkcolor:active ,a.linkcolor2:active {
	text-decoration: none;
}

/* 這必需放在 最後 a 的 css 之後，所有 CSS 之後，輪播的圖片的連結，才會可以點 */
.camera_target_content .camera_link {
    background: url(./image/blank.gif);
    display: block;
    height: 100%;
    text-decoration: none;
}
.linkLink{
  margin-left: 50%;
  margin-top: 75px;
  text-align: right;
}
.linkLink a{
font-family: "微軟正黑體",Microsoft JhengHei,Apple LiGothic Medium,Verdana,Arial,Helvetica,sans-serif;
/* Verdana, Arial, Helvetica, sans-serif; */
margin-top: 10px;
display: block;
font-size: 16px;
line-height: 26px;
color: #333;
text-decoration: none;
}

.left_col{
  margin: 0;
  padding: 0;
}
.left_col{
width: 25%;
float: left;

}

.right_col{
width: 65%;  
float: left;
margin-left:9%;
padding: 20px 0 0 0;
display: block;
}
.right_col col-*{
display: block;	
}
.top_row{
  margin-top: 35px;
}

.footer-bottom{
	padding: 20px 15% 0 15%;
  font-size: 15px;
  line-height: 26px;
}

.footer-bottom span{
  display: inline-block;
  float: left;
}

.Logo_footer{
width: 125px; 
}
.FrameE{
	display: block;
	width: calc(calc(100%) - 180px);
	float: right;
}

ul{
  list-style-type: none;
}
.list-inline{   margin-left: 0;}
.list-News{
border: 1px solid #e7eced;
background-color: rgb(51, 51, 51);
padding: 15px 0 30px 0;
}
.list-News li{
color: #aaaaaa;
line-height: 24px;
vertical-align: middle;
}
.Title_News{
    background-color: rgb(102, 102, 102);
    height: 30px;
    font-size: 13px;
    line-height: 26px;
    color: #aaaaaa;
    padding: 0;
    text-align: center;
  }
.Title_News li{
line-height: 30px;
 height: 30px; 
}
.date-news{
  color: #5b5b5b;
   font-size: 13px;
   margin-bottom: 9px;
  display: block;
}
.list-News ul li:nth-child(1){
    width: 10%;
    font-size: 16px;
    text-align: center;
  } 
  .list-News ul li:nth-child(2){
    width: 75%;
    font-size: 16px;
  }  
.list-News ul li:nth-child(3){
     width: 15%;
     font-size: 13px;
  }  

  .Title_News li:nth-child(2){
  background-color: rgb(80, 80, 80);
    color: #aaaaaa;

  }

  .Title_News li:nth-child(3){
 background-color: rgb(42, 42, 42);
color: #5b5b5b;
       
  }
 /*  ----[分頁使用 S]------------------------------------------- */
.pagination li{

}
.text-align_R{
  text-align: right;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
  background-color: #aaaaaa;
  color: #594901;
    border: 1px solid #594901;
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
  z-index:3;
  color: #fff;
 background-color: rgb(80, 80, 80);
  border-color:#594901;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: rgb(80, 80, 80);
    border-color: #e8e8e8;
}
 /*  ----[分頁使用 E]------------------------------------------- */
 /*  ----[首頁使用 S]------------------------------------------- */


.container-fluid{
--width_1920: 1920px;
--width_100p: calc(100%); /* attr(data-width) 100% 不能確定是寬度 */
height: calc(905 * var(--width_1920) / var(--width_100p) );
background-image: url("../ms_images/index_BG_1920_1.jpg");
background-repeat: no-repeat; 
-moz-background-size:100% auto;
-webkit-background-size:100% auto;  
-o-background-size:100% auto; 
background-size:100% auto;


}

.xsTopLogo {
background-color: #bc9fda;
position: relative;
top: 0;
margin: 16px -15px 0px -15px;
color: #000;
-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
z-index: 99999991;
}
.xsTopLogo img {
display: block;
margin: 0 auto;
width: 35%;
}



.site-header{ /*框線*/
border: 2px solid rgba(204,204,204,0.7);
margin: 20px 11.5% 0 11.5%;
display:block;
   /* 1920/905 框高度=寬度/高度  height: calc(var(--width_100p) / 1.85);  */
}

.camera_container {
  float: right;
  width: 57%;
  margin: 20px 0;
}
.camera_wrap {
padding: 15px 15px;
}

.cameraContent .camera_caption h2 {
color: #333;
font-size: 26px;
font-weight: bold;
line-height: 30px;
text-transform: uppercase;
letter-spacing: 5.4px;
}


.cameraContent .camera_caption {
bottom: 97%;
}

.w_100{
width: 100%;
display: inline-block;
margin: 0;
padding: 0;
}

.h_autoSet{
height: calc(var(--width_1920) / 3.8);
}




.menu_index {
display: block;
float: left;
width: 15%;
min-width: 120px;
padding-top: 20px;
margin-left: 13%;
}

.menu_index a {
display: block;
margin-top: 10px;
}

#indexLogo{
margin-top: 100px;
display: block;
}
.FrameD{/*
position: absolute;
top:600px;
left: 650px;
height:90px;
padding-top:40px;
padding-left:160px;
padding-right:130px;
*/
display: block;
font-size: 13px;
line-height: 24px;
color: #333;
padding-left: 38%;
}

.site-footer{
display: block;
padding:  20px 15% 0 15%; 
}
.midle-set{
	display: block;
	margin: 26px auto; 
	padding: 0 15px;
}

.album-list{
	padding:0;
}
.album-list li {
	padding-bottom: 26px;
}
 /*  ----[首頁使用 E]------------------------------------------- */
.margin-set-10{
    margin-left: 10px;
}
.margin-set-10a {
    margin-left: -15px;
}
 .category_image{
  margin-left:10px;
 margin-bottom: 25px;
  text-align: center;
 }
.category_image img{
margin-bottom: 7px;
margin-top: 5px;
 }
 .category_image a img{
  border: 1px solid #fff;
  width: 100%;
 }
 .category_image a img:hover{
   opacity: 0.75; /*設為完全不透明 */
    filter: alpha(opacity=75); /*IE8 與更早的版本 */
 }
/*------------ lightbox , album [ 看圖程式 ] S ------------*/

.fancybox-album .fancybox-close {
    background: url(../css/fancybox/lightbox_close.png) no-repeat;
    width: 40px;
    height: 40px;
    right: -20px;
    top: -20px;
}

.fancybox-album .fancybox-close:hover {
    background-position: 0 100%;
}

.fancybox-album .fancybox-skin {
    background: #fff;
    margin: 20px 40px;
}

.fancybox-album .fancybox-inner {
    background: #fff;
}

.fancybox-album .fancybox-nav span {
    visibility: visible;
    background: url('../css/fancybox/lightbox_arrow.png') no-repeat;
    width: 30px;
    height: 60px;
    opacity: 0.8;
    margin-top: -30px;
}

.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -65px;
}

.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -65px;
}

.fancybox-album .fancybox-nav:hover span {
    opacity: 1;
}

.fancybox-album .fancybox-title {
    color: #666;
    font-family: "微軟正黑體",Microsoft JhengHei,Apple LiGothic Medium,Verdana,Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    padding-top: 16px;
}

.fancybox-album .fancybox-title .photo-pager {
    float: right;
    color: #999;
    font-size: 20px;
    line-height: 1.5;
    padding: 5px 10px 0;
}

.fancybox-album .fancybox-title .photo-title {
    border: 1px dashed #DDD;
    border-width: 1px 0;
    color: #29A38A;
    font-size: 20px;
    line-height: 1.5;
    padding: 5px 70px 5px 10px;
    min-height: 28px;
}

.fancybox-album .fancybox-title .photo-intro {
    padding: 15px 10px 5px;
}


/* -----  lightbox  , album [ 看圖程式 ] E ------------*/

/* ----- 產品頁 S ---------------------------------*/
.FLset img,.FLset div,.FLset button{
  display: block;
  float: left;
}
.FLset img{
 width: 165px;
}
button.linkcolor2:hover {
  color: #848c00;
}
.SC{
  background-color: #6c6c77;
  height: 43px;
padding: 10px 10px;
width:calc(100% - 195px); /* 165 +20 paddding左右*/
}
#search,#select{
  height: 26px;
}
#search{
  width: 55%;
  display: block;
}
.SelectCentter{
    width: 40%;
    color: #d3d3d3;
    margin-right: 15px;
}

.SelectCentter lable{
    margin-right: 10px;
}

.linkcolor2{
  display: block;
  height: 43px;
background-color: #494952;
color: #aaaaaa;
margin: -10px 16px -10px 15px; 
padding: 10px 13px;
}
.FormA01, .FormA02{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #a4a4a4;
    background-color: #3a3a3a;
    border: 1px solid #73704D;
}
 .FormA01{
    width: 61%;
}
 .FormA02{
    width: 66%;
}

.breadcrumb,.breadcrumb-news{
width: 97%;
margin:23px 0;
padding: 10px 15px;
background-color:rgba(255,255,255,0.4);
line-height: 28px;
}
.breadcrumb>li+li:before ,.breadcrumb-news >li+li:before{
    color: #333;
}

.breadcrumb-news{
width: 100%;
    list-style: none;
    border-radius: 4px;
}
.breadcrumb-news>li {
    display: inline-block;
}
.breadcrumb-news>li+li:before {
    color: #333;
}

a.Prolink{
  display: block;
  width: 100%;
  font-size: 13px;
}
a.Prolink:link, a.Prolink:visited, a.Prolink:active {
    color: #8f1182;
    text-decoration: none;
}
a.Prolink:hover {
  color: #f00;
  text-decoration: none;
}
.product-title-P {
    color: #8f1182;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 23px;
}
.margin-b-35 {
    margin-bottom: 35px;
}
.product-price{
  color: #a00;
  margin:25px 0px 60px 0px;
}
.product-price span{
  width: 50%;
  float: left;
}
.product-price b{
  color: #a00;
  line-height: 30px;
  font-size: 20px;
}


.pooduct-list li{ 
  width: 20%; /*小圖的每行數量控制 */
  float: left;
}

.pooduct-list li .pic{
 border: 1px solid #7b7b7b; 
}

.pooduct-list li img{
  width: 98%;
  border: 1px solid #e7eced;
}

.pooduct-list li img:hover{
   opacity: 0.75; /*設為完全不透明 */
    filter: alpha(opacity=75); /*IE8 與更早的版本 */
 }
 .product-title{
font-size: 22px;
line-height: 22px;
color: #8a7348;
margin-bottom: 23px;
 }
.product-title span{
font-size: 15px;
font-weight: bold;
color: #333;
margin-left: 35px;
 }
.product-info{
font-size: 15px;
line-height: 28px;
color: #333;
}
.product-col-info{
  padding-right:25px;
}
.right_set{
  display: block;
  margin:0;
  padding: 0;
}
/* ----- 產品頁 E ---------------------------------*/

/* -----[關於我們  S ]-----------------------------*/
.table-info {
    margin: 25px 0px 18px 0px;
    display: block;
    width: 100%;
}
.table-info table, .table-info img{
	float: left;
	vertical-align: bottom;
}
.table-info table{
	display: block;
	width: calc(calc(100%) - 225px);
	font-size: 16px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-bottom-color: #aaa;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top: none;
}

.table>tbody>tr>td:nth-child(1){
	width: 133px;
}
.table-info img{
	display: block;
	min-width: 210px;
	margin: 15% 0 0 15px;
}
/* -----[關於我們  E ]-----------------------------*/


/*
@media screen and (max-width: 1680px) {

}
*/
@media screen and (max-width: 1199px) {

.menu_index a img{
width: 88%;
}
.right_set{
  margin:0 -15px 0 0;
}
.linkcolor2 {
    margin: -10px 16px -10px 0px;
 }  

 .FormA01{
    width: 53%;
}
 .FormA02{
    width: 65%;
}
.SC {
 width: calc(100% - 165px); 
}
}


@media screen and  (max-width: 991px){
.pooduct-list li{ 
  width: 25%; /*小圖的每行數量控制 */
}
.right_set{
  margin:0 -30px 0 15px;
}	
.breadcrumb{
width: 96%;
}
.cameraContent .camera_caption {
bottom: 97%;
}
.botoom_set{
margin-top: 20px;
}
.right_col {
    width: 70%;
    margin-left:5%;
    padding: 0;
}
.menu_index {
padding-top: 20px;
margin-left: 10%;
}
.linkLink {
    margin-left: 45%;
    margin-top: 60px;
}
.SC{
  height: auto;
width: 100%; 
margin-left: 15PX;
}
.padding-set,.padding-set-p{
  padding:0 30px;
}

.padding-set-15{
  padding:0 15px;
}
.footer-bottom {
    padding: 20px 5% 0 5%;
}
}



@media screen and (max-width: 767px) {
  .pooduct-list li{ 
  width: 33.333%; /*小圖的每行數量控制 */
}  
.right_set{
  margin:0;
} 
	
.FLset img{
margin-left: 30px;
}
.pagination {
    margin: 20px 15px;
}
.container {
    width: 95%;
    padding: 0 0px;
}
.category_image{
  margin-left: 0px;
}
.BackGround{
background-image: url("../ms_images/page_BG_xs.jpg");
}

.right_col {
    width: 100%;
    margin-left:0;
    padding: 0;
}
.SC {
    padding-left: 20px;
}
.Logo_footer{
width: 150px; 
}
.FrameE{
	width: calc(calc(100%) - 150px);
}

.margin-set-10a{
    margin-left: 10px;
}
.padding-set {
    padding: 0 25px;
}
.padding-set-p{
	padding: 0 40px;
}
 /* ----[ 首頁使用 S ]------------------------------- */

.menu_index{
display: none;
}
.container-fluid{
background-image: none;
}

.mobile_BG,.mobile_BG_2 {
background: url("../ms_images/BG_mobile.jpg") no-repeat;  

height: 905px;
width: 100%;
position: fixed;
top:0px;
z-index: -10;
margin:0; 
-moz-background-size:100%;
-webkit-background-size:100%;
-o-background-size:100%;
background-size:100%;   
}
.mobile_BG_2 {
background: none;  
height: auto;
}

.site-header {
margin: 20px 0 0 0;
}
.camera_container{
width: 100%;
}
.camera_wrap{
position:static;
}
.botoom_set{
margin-top: -28px;
}
.FrameD{
padding:0 15px;
}
.site-footer {
padding: 20px 15px 0 15px;
}
 /* ----[ 首頁使用 E ]------------------------------- */

.table-info table{
	width: 100%;
}
.table-info img{
	margin: 25px 23% 25px 27%;
}

.footer-bottom span{
  width: 100%;
｝
} /*(max-width: 767px)*/


@media screen and  (max-width: 549px){

#search{
  width: 100%;
  margin:15px 0;
}
.SelectCentter{
    width: 100%;
    margin: 13px 0 15px 12px;
}

 .FormA01, .FormA02{
    width: 72%;
}
.SelectCentter lable {
    margin-right: 15px;
    margin-left: -16px;
}
.breadcrumb {
    width: 95%;
}

}



@media screen and (max-width: 494.21053px){
 /*  ----[首頁使用 S]------------------------------------------- */
.camera_container {
padding-bottom: 0px; 
}
.site-footer {
margin-top: 35px;
}
.mobile_BG,.mobile_BG_2 {
background: url("../ms_images/BG_mobile_520x640.jpg") no-repeat;  
}
.xsTopLogo img {
width: 45%;
}

 /*  ----[首頁使用 E]------------------------------------------- */
}


@media screen and  (max-width: 419px){
.breadcrumb {
    width: 92%;
}
 .FormA01, .FormA02{
    width: 62%;
}
.footer-bottom img{
	margin:13px auto;
display: block;
width: 160px;
}
.FrameE{
	width: 100%;
	float: none;
}


}
/* ----- 產品頁 E ---------------------------------*/


@media screen and (max-width: 400px) {

}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

}

.outLinkLogo{
	margin: 18px 18px 0px 0px;
}

.outLink{
  display: inline-block; 
  width: 100%;
}
.outLink a{
  display: block;
  float: left;
  margin-right: 15px;
  width: auto;
}
.outLink a img{
  width: 70%;
}
.yt-frame{
  width: 100%;
/*    --width_100p: calc(100%); 
height:var(--width_100p) ; 無法由 css 設定 */
}
.yt-frame ~ .yt-frame{
  margin-top: 17px;
/*    --width_100p: calc(100%); 
height:var(--width_100p) ; 無法由 css 設定 */
}