@charset "utf-8";
@media only screen and (max-width: 479px) {
.bannerBox{
	width: calc(100% - 18px);
}
.PH_box{
	width: calc(100% - 18px);
}
.PH_box .s_specialty{
	height: 40px;
}
.Bx2{
	width: calc(99%);
}
.Bx4{
	width: calc(99%);
}
.PBxL{
	width: calc(99% - 10px - 0.5%);
}
.PBxR{
	width: calc(99% - 10px - 0.5%);
}
.Nphoto_box{
    width: calc(100% / 2 - 2%);
}    
}
@media only screen and (min-width: 480px) {
.bannerBox{
	width: calc(100% - 18px);
}
.PH_box{
	width: calc(100% - 18px);
}
.PH_box .s_specialty{
	height: 40px;
}	
.Bx2{
	width: calc(99%);
}
.Bx4{
	width: calc(99%);
}
.PBxL{
	width: calc(99% - 10px - 0.5%);
}
.PBxR{
	width: calc(99% - 10px - 0.5%);
}
.Nphoto_box{
    width: calc(100% / 2 - 2%);
}    
}
@media only screen and (min-width: 768px) {
.bannerBox{
	width: calc((100% / 2) - 18px);
}
.PH_box{
	width: calc((100% / 2) - 18px);
}
.PH_box .s_specialty{
	height: 40px;
}
.Bx2{
	width: calc(99%);
}
.Bx4{
	width: calc(99% / 2);
}
.Nphoto_box{
    width: calc(100% / 2 - 2%);
}    
}
@media only screen and (min-width: 1024px) {
.bannerBox{
	width: calc((100% / 2) - 18px);
}	
.PH_box{
	width: calc((100% / 3) - 18px);
}
.PH_box .s_specialty{
	height: 57px;
}
.Bx2{
	width: calc(99% / 2);
}
.Bx4{
	width: calc(99% / 2);
}
.PBxL{
	width: calc((100% / 4 * 3) - 10px - 0.5%);
}
.PBxR{
	width: calc((100% / 4) - 10px - 0.5%);
}
.Nphoto_box{
    width: calc(100% / 3 - 2%);
}    
}
@media only screen and (min-width: 1280px) {
.bannerBox{
	width: calc((100% / 3) - 18px);
}
.PH_box{
	width: calc((100% / 3) - 18px);
}
.PH_box .s_specialty{
	height: 45px;
}
.Bx2{
	width: calc(99% / 2);
}
.Bx4{
	width: calc(99% / 4);
}
.PBxL{
	width: calc((100% / 4 * 3) - 10px - 0.5%);
}
.PBxR{
	width: calc((100% / 4) - 10px - 0.5%);
}
.Nphoto_box{
    width: calc(100% / 3 - 2%);
}    
}
@media only screen and (min-width: 1600px) {
.bannerBox{
	width: calc((100% / 3) - 18px);
}
.PH_box{
	width: calc((100% / 4) - 18px);
}	
.Bx2{
	width: calc(99% / 2);
}
.Bx4{
	width: calc(99% / 4);
}
.Nphoto_box{
    width: calc(100% / 4 - 2%);
}    
}
@media only screen and (min-width: 1920px) {
.PH_box{
	width: calc((100% / 5) - 18px);
}		
.Bx2{
	width: calc(99% / 2);
}
.Bx4{
	width: calc(99% / 4);
}
.Nphoto_box{
    width: calc(100% / 5 - 2%);
}
    
}
.Nphoto_box{
    float: left;
    display: inline-block;
    margin: 1%;
    box-sizing: border-box;
    padding: 0; 
    overflow: hidden;
}
.Nphoto_box img{
    width: 100% !important;
    height: auto; 
    display: block; 
    padding: 0 !important;
    margin: 0 !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.PH_box{
	position: relative;
	clear: none;
	float: left;
	display: inline-block;	
	color: #353535;
	text-align: center;
	border:#ccc 1px solid; 
	*height : 1%; 
	margin:8px;	
}
.PH_box select{
    font-size: 90%;
    -webkit-appearance: none;  /* 移除 WebKit 瀏覽器的預設樣式 */
    -moz-appearance: none;     /* 移除 Firefox 的預設樣式 */
    appearance: none;          /* 標準屬性 */
    height: 35px;             /* 直接設定高度 */
    line-height: 35px;        /* 行高需與高度一致 */
    padding: 0 10px;          /* 添加內距避免文字貼邊 */
    box-sizing: border-box;  /* 高度包含 border 和 padding */
    border: 1px solid #ccc;
    margin-right: 3px;
}
.PH_box .s_specialty{
	clear: both;
	float: left;
	width: calc(100% - 20px);
	padding: 0 10px 5px 10px;
	background-color: #FFF;
	color: #333;
	text-align: left;
	font-size: 100%;
	line-height: 20px;
	*height : 1%;
	overflow:hidden; 
}
.bannerBox{
	clear: none;
	float: left;
	display: inline-block;	
	position: relative;
	color: #353535;
	text-align: center;
	border:#ccc 1px solid; 
	*height : 1%; 
	margin:8px;	
}
.Bx1{
	clear: none;	
	float:left;
	display: inline-block;
	margin: 1px 0 1px 0;	
	width: calc(99%);
	*height : 1%; 
}
.Bx2{/*原名稱 Bx2*/
	clear: none;	
	float:left;
	display: inline-block;
	margin: 1px 0 1px 0;	
	*height : 1%; 
}
.Bx4{
	clear: none;	
	float:left;
	display: inline-block;
	margin: 1px 0 1px 0;	
	*height : 1%; 
}
.PBxL{
    position: relative;     
	clear: none;	
	float:left;
	display: inline-block;
	margin: 1px 0.25% 1px 0.25%;	
	padding:40px 5px 10px 5px;
	*height : 1%; 
	background-color: #EEEEEE;	
}
.PBxR{
    position: relative;     
	clear: none;
	float: left;
	display: inline-block;
	margin: 1px 0.25% 1px 0.25%;	
	padding:40px 5px 10px 5px;
	height: 100%;
	*height : 1%;
	background-color: #EEEEEE;		
}
.red{
	clear: none;
	color:#F00;
	padding:0 8px;
}
.PH_box .s_title{
	clear: both;
	float: left;
	width: calc(100% - 20px);
	padding: 5px 5px;
	margin:5px 5px;
	background-color: #FFF;
	color: #060;
	text-align:left;
	font-size: 130%;
	line-height: 20px;
	height: 20px;
	*height : 1%;
	border-bottom:#ccc 1px solid; 
}
@media only screen and (max-width: 479px) {
}
@media only screen and (min-width: 480px) {

}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 1024px) {

}
@media only screen and (min-width: 1280px) {

}
@media only screen and (min-width: 1680px) {

}
@media only screen and (min-width: 1920px) {


}
/*------------------------------------------------------------------------------------圖片比例*/
.Ibanner {/*首頁BANNER*/
	position:relative;
	clear: none;
	float: left;	
    width: 100%;
    height: 0;
    padding-bottom: 29%;
	overflow: hidden;
    background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	*height : 1%; 	
}
/*.Ibanner img{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    min-height: 100%;
    transform:translate(-50%,-50%);
}*/
.Ibanner:after{
  content : '';
  height : 0;
  clear : both;
  display : block;
  visibility: hidden;
}

.Pr100List {/*比例正方型*/
	position: relative;
	clear: none;
	float: left;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
	overflow: hidden;
    background-repeat: no-repeat;
	background-position:center center;
	background-size:contain;
	*height : 1%;	
}

.Pr100B {/*比例正方型*/
	position: relative;
	clear: none;
	float: left;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
	overflow: hidden;
    background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	*height : 1%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}
.PrPHbner {/*產品實景*/
	position: relative;
	clear: none;
	float: left;
	width: 100%;
	height: 0;
	padding-bottom: 66%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	*height : 1%; 	
	overflow: hidden;	
}
.PrPHbnerB {/*產品實景*/
	position: relative;
	clear: none;
	float: left;
    width: 100%;
    height: 0;
	padding-bottom: 66%;
	overflow: hidden;
    background-repeat: no-repeat;
	background-position:center center;
	background-size:contain;
	*height : 1%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}
.PHSHOW{    
	position: relative;
	clear: none;
	float: left;
	width: 100%;
	height: 0;
	padding-bottom: 66%;
	margin-bottom:5px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;	
	/*transition: all 0.5s ease-out;*/
	background-color: rgba(204,204,204,0.3);
	overflow: hidden;
	*height : 1%; 	
    z-index: 1;	
}
.PMove_icon{
   position: absolute;
   width: 50px;
   height:auto;
   top: 20%;
   right: calc(50% - 25px);
   z-index: 4;	
}
.PDel_icon{
   position: absolute;
   width: 40px;
   height:auto;
   top: calc(30% - 20px);
   right: calc(50% - 20px);
   z-index: 4;
   transition: all 0.5s ease-out;  
}
.PDel_icon:hover{
   width: 50px;
   height:auto;
   top: calc(30% - 25px);
   right: calc(50% - 25px);
   z-index: 4;
   transition: all 0.5s ease-out;     	
}


/*------------------------------------------------------------------------------------圖片比例*/

.TRintro{
	position: relative;
	clear: none;
	float: left;
	width: calc(100% - 20px);
	font-size: 105%;
	text-align: left;
	padding: 10px 0 10px 10px;
	line-height:25px;
	letter-spacing:1px;
}


.Down_list{
	clear: none;
	float: left;
	width: calc(100% - 5px);
	padding:5px 0 5px 5px;
	color: #333;
	font-size: 105%;
	text-decoration: none;
	border-bottom:1px #ccc dashed;
	transition: all 0.5s ease-out;
	*height : 1%;
}
.Down_list:hover{
	background-color: #DFDFDF;
	color: #036;
	transition: all 0.5s ease-out;
}


.PH_box:after,.Down_list:after{
  content : ' ';
  height : 0;
  clear : both;
  display : block;
  visibility: hidden;
}
.Del_RTicon{
   position: absolute;
   width: 40px; 
   height:auto;   
   top: 5px;
   right: 5px;
   z-index: 4;
   transition: all 0.5s ease-out;     
}
.Del_LD_icon{
   position: absolute;
   width: 40px; 
   height:auto;   
   bottom: 5px;
   left: 5px;
   z-index: 4;
   transition: all 0.5s ease-out;    
}
.Open_icon{
   position: absolute;	  
   top: 5px;
   left: 5px;
   z-index: 4;	
  }
.Edit_icon{
   position: absolute;	
   width: 35px;
   height:auto;   
   top: 5px;
   right: 5px;
   z-index: 4;	
  }	  
.Move_icon{
   position: absolute;
   width: 45px;
   height:auto;
   bottom: 5px;
   right: 5px;
   z-index: 4;	
  }  
HN{
	padding: 2px 8px;
	margin: 0 5px;
	background-color: #DDDDDD;
	color: #666
	}		

	
PSINT{
	clear: both;
	float: left;
	width: 100%;
	display: block;
	color: #666;
	padding-left: 5px;
	line-height: 28px;
	}
/*頁碼------------------------------------------------------------------------------- 左右鍵*/
.panext{
	margin: 0 1px 0 1px;
	padding: 1px;
	text-align: center;
}
.pacon{
    line-height:29px;
	padding: 0 6px;
	margin: 2px;
    background-color: rgba(0,0,0,0.05);
	color: #06080A;
	text-align: center;
	text-decoration: none;
	border: 1px solid #999;	
}
.pacon:hover{
	color: #fff;
    background-color: #06C;	
} 
.paconthis{
    line-height:29px;
	padding: 0 6px;
	margin: 2px;
	color: #06080A;
	text-align: center;
	text-decoration: none;
	border: 1px solid #E0E0E0;
}
/*頁碼------------------------------------------------------------------------------- 左右鍵*/

.button {
 display: block;
 position: relative;
 text-decoration: none;
 border-radius: 2px;
 overflow: hidden;
 transition: all 0.15s ease-in;
}
.button:before {
 content: ' ';
 position: absolute;
 background: #fff;
 width: 25px;
 height: 100px;
 top: 0;
 left: -50px;
 opacity: 0.3;
 transition: all 0.25s ease-out;
 -webkit-transform: skewX(-25deg);
         transform: skewX(-25deg);
}
.button:hover:before {
 width: 10%;
 left: 120%;
}

.EDBOX:after,.Bx1:after,.Bx2:after,.Bx4:after,.B48:after,.B99:after,.IBbox:after{
  content : '';
  height : 0;
  clear : both;
  display : block;
  visibility: hidden; 
}
.Bx4 input[type="text"],.Bx4 textarea{
  width:90%;
}
.Bx4 select{
  width:95%;
}
.B98 input[type="text"]{
  width:98%;
}