@charset "utf-8";
*{margin:0;padding:0;list-style:none;}
img{border:0;font-size:10px;}
a{text-decoration:none;color:#333; display: inline-block;}
a:hover{color:#1974A1;}

body {
	margin-: 0px;
	font-family: "Century Gothic", "Varela Round", "sans-serif", "微軟正黑體";
}

@media (max-width: 768px){
	nav.navbar.bootsnav.navbar-fixed{ position: static !important; }
	#slides li { background-size: 100% !important; }
}

#On {
	width: 100%;
	position: absolute;
	z-index: 1000;
	top: 0px;
	right: 0px;
	background-image: url(../images/bg_gnbarea.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 90px;
}

#on-wide {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#on-wide a:hover {
	color: #999900;
}

#logo {
	height: 95px;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#Menu-up {
	height: 45px;
	top: 10px;
	position: absolute;
	right: 0px;
	text-shadow: 1px 1px 1px #000000;
	font-size: 10pt;
	text-decoration: none;
}
#Menu-up a {
	color: #FFF;
	margin-right: 15px;
	margin-left: 15px;
	float: right;
	text-decoration: none;
	height: 50px;
}

/*--------購物車--------*/
#Shopping {
	width: 450px;
	position: absolute;
	top: 45px;
	right: 0px;
	z-index: 100;
	background-color: #FFF;
	border: 1px solid #59553C;
	padding: 10px 20px;
	display: none;
}
#Project {
	float: left;
	width: 450px;
	font-size: 10pt;
}
#Project ul {
	float: left;
	width: 450px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#Project ul li {
	width: 450px;
	margin-bottom: 10px;
	float: left;
}
#Project ul .Title {
	text-align: center;
	border-bottom: 2px solid #5B573C;
}
#Project ul .caption1 {
	width: 195px;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/control_play.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	text-align: left;
	vertical-align: top;
}
#Project ul .caption2 {
	width: 100px;
	padding: 5px;
}
#Project ul .caption3 {
	width: 35px;
	padding: 5px;
}
#Project ul .caption3 div{
	width: 30px;
	height: 30px;
	overflow:hidden;
}
#Project ul .caption4 {
	width: 70px;
	padding: 5px;
	text-align: center;
}
#Project ul .caption5 {
	width: 200px;
	padding: 5px 10px;
}
#Project ul .Checkout {
	background-color: #333333;
	float: right;
	height: 25px;
	width: 100px;
	border: 1px solid #C1BC9C;
	line-height: 25px;
	color: #FFF;
	text-align: center;
}
#Project ul li .Checkout a {
	color: #FFF;
	text-decoration: none;
}

/*--MENU--*/
.flipmenu {
	position: absolute;
	top: 58px;
	right: 0px;
}
.flipmenu_box {
	overflow: hidden;
	position: relative;
	padding: 0px;
	color: #FFF;
	text-decoration: none;
	clip: rect(auto,20px,auto,20px);
	text-shadow: 1px 1px 1px #000000;
	letter-spacing: 4pt;
	margin: 0px 22px;
	float: left;
	width: 120px;
}
.flipmenu_link,
.flipmenu_link_over,
.flipmenu_link_active {
	text-decoration: none;
	text-transform: uppercase;
	color: #CCC;
	cursor: pointer;
	white-space: pre;
	position: absolute;
}
.flipmenu_link {
    top: 0px;
    left: 0px;
}

/*--新聞跑馬燈--*/
#Marquee {
	width: 100%;
	min-height: 50px;
	overflow: hidden;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	background: #000;
}
#Marquee .news {

	margin: 15px auto;
	color: #FFF;
}

.txtScroll-top{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.txtScroll-top .hd{
	overflow: hidden;
	height: 30px;
	width: 95px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	float: left;
	letter-spacing: 2pt;
}
.txtScroll-top .hd .prev,.txtScroll-top .hd .next{ 
	display:block;  
	width:9px; 
	height:5px; 
	float:right; 
	margin-right:5px; 
	margin-top:10px;  
	overflow:hidden;
	cursor:pointer; 
	background:url(../images/arrow22.png) 0 -100px no-repeat;
}
.txtScroll-top .hd .next{ background-position:0 -140px;}
.txtScroll-top .hd .prevStop{ background-position:-60px -100px;}
.txtScroll-top .hd .nextStop{ background-position:-60px -140px;}
.txtScroll-top .bd{
	float: left;
	background: #000;
}
.txtScroll-top .bd .infoList li {
	height: 24px;
	line-height:24px;
	overflow:hidden;
}
.txtScroll-top .bd .infoList li a {
	color: #FFF;
}
.txtScroll-top .bd .infoList li a span {
	margin-right: 15px;
	font-family: "微軟正黑體", "Century Gothic";
	font-size: 12pt;
}

#centre {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}



#Content {
	margin: 40px auto 20px;
}
.navbar-header img{
	height: 80px;
}
@media (max-width: 767px) {
.navbar-header img{
	height: 60px;
	margin: 5px;
}
.txtScroll-top .bd {

    width: calc(100% - 100px);
}
#Marquee .news {
    margin: 15px auto 5px;
}
}



/*--首頁--*/
.Tell{
	    position: relative;
    width: 100%;
    float: left;
    padding-top: 50px;
    border-top: 3px solid #666;
    margin: 20px  auto;
}
.Tell .Title {
	position: absolute;
    top: -15px;
    font-weight: 500;
    color: #666;
    background-color: #FFF;
    padding-right: 30px;
    font-size: 30px;
    letter-spacing: 5px;
    margin: 0px;
}
.Tell .Narrative {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	font-size: 10pt;
	letter-spacing: 3pt;
}
.Tell .Mmore {
	text-align: center;
	border: 1px solid #CCC;
	position: absolute;
	top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 10pt;
	line-height: 20pt;
	right: 15px;
}
.Tell .hd{
	overflow: hidden;
	height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 10pt;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 120px;
}
.Tell .hd .prev, .Tell .hd .next{
	display: block;
	width: 60px;
	height: 30px;
	float: right;
	overflow: hidden;
	cursor: pointer;
	background:url("../images/arrow1.png") 0 0 no-repeat
}
.Tell .hd .next{
	background-position:-60px 0px;
}
.Tell .hd .prev{
	background-position: 0px 0px;
}
.Tell .bd ul{ overflow:hidden; zoom:1; }
.Tell .bd {
	float: left;
	
	overflow: hidden;
	position: relative;
}
.Tell .bd ul li{
	width: calc(20% - 20px);
    margin: 10px;
	float: left;
}
.Tell .bd ul li .pic{
	float: left;
	height: 200px;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}
.Tell .bd ul li .pic img{
	width: 101% !important;
	height: 101% !important;
	
}
.Tell .bd ul li .Writing {
	color: #333;
	float: left;
	height: 50px;
	overflow: hidden;
	width: 100%;
	    font-size: 16px;
    margin: 0;
}
.Tell.bd ul li .pic a:hover img{ border-color:#999;  }
@media (max-width: 992px) {
.Tell .bd ul li{
	width: calc(33.333% - 10px);
    margin: 5px;
	float: left;
}	
}
@media (max-width: 767px) {
.Tell .bd ul li{
	width: calc(50% - 20px);
    margin: 10px;
	float: left;
}	
}	
/*--分頁書籤--*/
#Bookmarks {
	width: 100%;
	float: left;
	    margin-bottom: 50px;
}
#Bookmarks a {
	float:left;
	    width: calc(16.666% - 10px);
	border-top: 4px solid #CCC;
	border-right: none;
	border-left: none;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	color: #999;
	height: 45px;
	overflow: hidden;
	clip: rect(auto,auto,10px,auto);
}
#Bookmarks a:hover {
	border-top: 4px solid #000;
	color: #000;
}
#Bookmarks .on {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000;
	color: #000;
}

/*--photo分頁書籤--*/
#project_button {
		width: 100%;
	float: left;
	margin-top:50px ;
	margin-bottom: 50px;
	
}
#project_button a {
	background-color: #999;
	padding: 5px 15px;
	margin: 3px;
	color: #FFF;
	float: left;
	font-size: 10pt;
}
#project_button a:hover {
	background-color: #000;
}
#project_button .on {
	background-color: #000;
}

/*--TITLE--*/
#Title {
	clear:both;
	width: 100%;
	float: left;
	    margin: 40px 0 0;
}
#Title .EN {
	    font-family: "PT Serif", serif;
	font-size: 50px;
	font-weight: normal;
}
#Title .TW {
	font-size: 12pt;
	font-weight: bold;
	color: #333;
	margin-top: 30px;
	margin-left: 20px;
	font-family: "微軟正黑體", "Century Gothic";
	letter-spacing: 2pt;
}
.caption {
	    padding-bottom: 30px;
    border-bottom: 1px dotted #CCC;
}


#about_word {
	clear:both;
	width: 100%;
	margin-top: 30px;
	
	overflow: hidden;
	
}

#project_word {
	clear:both;
	width: 100%;
	line-height: 20pt;
	margin-bottom: 30px;
}
#project_map {
	width: 100%;
	padding-top: 30px;
	border-top: 1px solid #CCC;
	    margin: 50px 0;
}

#news-content {
	background-image: url(../images/ovbody_leftbg.png);
	background-repeat: repeat-y;
	background-position: right top;
	float: left;
	    width: calc(73% - 30px);
	margin-left: 30px;
}


/*--常見問題--*/
#In-FAQ {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #CCC;
	padding-top: 50px;
}
#In-FAQ .Q {
	width: 660px;
	font-size: 11pt;
}
#In-FAQ .Q ol {
	width: 630px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#In-FAQ .Q ol li {
	width: 630px;
	margin-left: 40px;
	height: 25px;
	margin-bottom: 5px;
	list-style-type: decimal;
}
#In-FAQ .Q ol li a {
	font-size: 11pt;
	color: #666;
	text-decoration: none;
}
#In-FAQ .Q ol li a:hover {
	color: #900;
}

#reply {
	width: 660px;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 30px;
}
#reply ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#reply ul li {
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
}
#reply ul li div {
	/*width: 620px;*/
	overflow: hidden;
	margin: auto;
}
#reply ul li .q {
	font-size: 11pt;
	width: 650px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #F60;
	font-family: "微軟正黑體", "Century Gothic";
}
#reply ul li .a {
	margin-left: 40px;
	width: 620px;
	margin-bottom: 20px;
	font-size: 10pt;
	line-height: 16pt;
}

/*--最新消息--*/
#news-content .Article {
	float: left;
    width: calc(100% - 60px);
    margin-right: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	position: relative;
}
#news-content .Article .Previous {
	position: absolute;
	left: 5px;
	top: 5px;
}

#news-content .Article .sort {
	height: 40px;
	margin-bottom: 15px;
	overflow: hidden;
	text-align: right;
	float: right;
}
#news-content .Article .sort .first {
	background: url(../images/tree01.gif) no-repeat left top;
	width: 10px;
	height: 40px;
	float: left;
}
#news-content .Article .sort .mid {
	background: url(../images/tree02.gif) repeat-x right top;
	color: #666;
	font-size: 11px;
	height: 35px;
	min-width:100px;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	text-align: center;
}
#news-content .Article .sort .last {
	background: url(../images/tree03.gif) no-repeat left top;
	width: 10px;
	height: 40px;
	float: left;
}
#news-content .Article .Content {
	float: left;
	    width: 100%;
	overflow:hidden;
	margin-bottom: 50px;
}
#news-content .Article .Content .Date {
	font-size: 10pt;
	color: #666;
	float: left;
	margin-bottom: 5px;
}
#news-content .Article .Content .Title {
	float: left;
	    width: 100%;
	    font-size: 22px;
		line-height: 30pt;
    color: #f10;
	margin-bottom: 15px;
}
#news-content .Article .Content .Content {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 20pt;
	letter-spacing: 2pt;
}
#news-content .Article .Content .more a {
	font-size: 14px;
	color: #666;
	float: left;
}

/*--右側邊--*/
#Classification {
	float: right;
	width: calc(27% - 50px);
    margin-left: 50px;
}
#Classification .assort {
	float: left;
	margin-top: 50px;
	width: 100%;
}
#Classification .assort .subject {
	font-size: 22px;
	font-weight: bold;
	height: 40px;
	width: 100%;
}
#Classification .assort .Baseline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	float: left;
}
#Classification .assort .Baseline li {
	float: left;
	height: 30px;
	width: 100%;
	list-style-type: disc;
	margin-left: 20px;
	color: #666;
	font-size: 18px;
	line-height: 30pt;
	margin-bottom: 10px;
}
#Classification .assort ul {
	padding-bottom: 50px;
}
#Classification .assort .top {
	padding-bottom: 50px;
	float: left;
}
#Classification .assort .top li {
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	float: left;
}
#Classification .assort .top li .Date {
	float: left;
	width: 100px;
	margin-bottom: 10px;
}
#Classification .assort .top li .Title {
	float: left;
	width: 200px;
	font-size: 10pt;
	line-height: 20pt;
	font-family: "微軟正黑體", "Century Gothic";
	font-weight: bold;
}
#Classification .assort .top li .sort {
	color: #F60;
	float: left;
	width: 80px;
	margin-right: 15px;
}
#Classification .assort .top .Height30 {
	padding-top: 15px;
	padding-bottom:15px;
	font-size: 10pt;
	width: 100%;
}

@media (max-width: 992px) {

#news-content {
	 width: calc(70% - 0px);
	margin-left: 0px;
}
#Classification {
  width: calc(30% - 30px);
  margin-left: 30px;
}
#news-content .Article {
  width: calc(100% - 30px);
  margin-right: 30px;

}
}
@media (max-width: 767px) {
	#Title {

    margin: 10px 0 0;
}
	#Bookmarks {
display:none;
}
	#Bookmarks a {
		    width: calc(50% - 10px);

}
#news-content {
    background-image: none;
 width: calc(100% - 0px);
    margin: 0 0px;
}
#Classification {
    float: right;
    width: calc(100% - 0px);
    margin: 0 0px;
	background: #f6f6f6;
    margin-bottom: 20px;
}
#news-content .Article {
	float: left;
    width: calc(100% - 0px);
    margin-right: 0px;

}
#news-content .Article .Content {
 
    margin-bottom: 30px;
}
#Classification .assort {

    width: calc(100% - 60px);
    margin: 30px;
}
#Classification .assort .Baseline {
width: 100%;
}

#Classification .assort .top li .Title {

	font-size: 16px;
    line-height: 30px;

}
#Classification .assort .top {
    padding-bottom: 0px;
}
#Title .EN {
	    width: 100%;
    float: left;
	height: auto;
	line-height: 40pt;

}
#Title .TW {
 width:100%;
	  float: left;
	      margin-top: 10px;
    margin-left: 0px;
    font-size: 18px;
}
	}

/*--照片--*/
#project_map .Staff {
	margin: 5px;
	float: left;
	width: calc(25% - 10px);
}

.abgne_tip_gallery_block {
	width: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}
.abgne_tip_gallery_block img {
	width: 100%;

}
.abgne_tip_gallery_block .caption2 {
	position: absolute;
	top: 0px;
	
	padding: 10px;
	cursor: pointer;
	color: #fff;
	background-image: url(../images/1px_black.png);
	background-repeat: repeat;
}
.abgne_tip_gallery_block .caption2 h3 {
	margin: 0;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	padding: 5px;
}

/*----------商品圖片----------*/
.Product-division .Staff {
    margin: 7px;
    float: left;
    width: calc(25% - 14px);
    overflow: hidden;
	
	  

}
.Product-division .Staff span{

}
.Product-division .abgne_tip {
	width: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}
.Product-division .abgne_tip img{
	width: 100%!important;
	height: 100%!important;

}
.Product-division .abgne_tip .caption3 {
position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    background-image: url(../images/1px_black.png);
    background-repeat: repeat;
	
}
.Product-division .abgne_tip .caption3 h3 {
margin: 0;
    text-align: center;
    font-size: 10pt;
    font-weight: normal;
   
    line-height: 20px;
    height: 22px;
    overflow: hidden;
}

@media (max-width: 767px) {
	#project_map .Staff {
	
	width: calc(50% - 10px);
}
.Product-division .Staff {
    margin: 7px;
    float: left;
    width: calc(50% - 14px);
    overflow: hidden;
}
	}
/* --------------------會員表單-------------------- */
.roundbox_center {
clear: both;
    width: 80%;
    margin: 50px 10%;
    color: #333333;
    float: left;
}
.roundbox_center .MemberForm {
	    width: 100%;
		margin: 10px 0;
		float: left;
}
.roundbox_center .Clause {
	      font-size: 16px;
    line-height: 30px;
}

.roundbox_center .MemberForm  .title{
	   width: 120px; float: left;
	   margin-right: 15px;
}
.roundbox_center .MemberForm  .title span{
	   width: 20px; float: left;
	   color: #FF0000;
}
.roundbox_center .MemberForm  .input{
	   width: calc(100% - 135px); 
	   float: left;
}
.roundbox_center .MemberForm  .input input[type=text],
.roundbox_center .MemberForm  .input input[type=password],
.roundbox_center .MemberForm  .input textarea
{
	  line-height: 1.5;
	font-size: 1em;
	padding: 5px 10px;
	color: #000;
	display: block;
	width: 100%;
	background: #FFF;
}
.roundbox_center .Clause input[type=checkbox] {
	   margin: 10px;
    padding: 10px;
}
.roundbox_center .Submit{
	   	border: none;
    color: #fff;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px 15px 40px;
    font-size: 1.1em;
    border-radius: 2px;
    letter-spacing: 10px;
    background-color: #000;
}
#register {
	color: #333;	
}
#register, #register tr td{
	padding:10px 5px;
	border-collapse:collapse;
}
#register .contact-title
{
	width:80px;
	text-align:left;
	vertical-align:top;
}
#register .contact-input
{
	text-align: left;
}
#register .Submit{
	line-height: 25px;
	height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #999;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 30px;
}
#register input, #register textarea{
	/*height: 25px;*/
	border: 1px solid #E0E0E0;
	color: #666666;
	line-height: 25px;
}
#register textarea{
	height: 150px;
}
#register #checkbox1 {
	margin: 0px;
	border: none;
	padding: 0px;
	height: 12px;
}

/*--產品選單--*/
#by_Menu {
	float: left;
	background: url(../images/bg_Menu.png) no-repeat right 10px;
	border-top: 5px solid #000;
	padding-top: 20px;
	padding-right: 0px;
  padding-left: 0px;
	
}
.proClassTitle {
  padding-bottom: 15px;
}

.proClassTitle .one {
  display: block;
  font-size: 14px;
  letter-spacing: 5.6px;
color: #795548;
  margin-bottom: 15px;
  
}

.proClassTitle .two{
  font-size: 35px;
  letter-spacing: .4px;
  color: #a0a0a0;
  font-family: "cwTeXFangSong";
  text-transform:capitalize;
}
#by_Menu .level2 {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 20px;
}
#by_Menu .level2 a{
	  color: #000;
}
#by_Menu .level2 li {
	line-height: 22px;
	background: url(../images/ten2.png) no-repeat left 20px;
	display: block;
	font-size: 16px;
	letter-spacing: 2pt;
	color: #000;
	padding: 7px 25px 7px;
}
#by_Menu .level2 ul {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
#by_Menu .level2 li li {
	line-height: 12pt;
	background-image: none;
	padding: 0px;
	border-radius: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 10pt;
	letter-spacing: normal;
}
#by_Menu .level2 li li a {
	background: url(../images/icon1.png) no-repeat 5px 8px;
    padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	display: block;
	font-family: "微軟正黑體";
}
/*--特別產品--*/
#by_Menu .area {
	margin-bottom: 30px;
	border-top: 2px solid #CCC;
	position: relative;
	padding-top: 20px;
	    float: left;
    width: 100%;
    margin-top: 30px;
}
#by_Menu .area .Title {
	margin-bottom: 10px;
	position: absolute;
	top: -13px;
	background-color: #FFF;
	font-family: Verdana;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
#by_Menu .area a {
	  margin: 5px auto;
  float: left;
}



/*--產品/分類列表--*/
#Product_Content {
	float: right;
	margin-bottom: 50px;
	
}
#Product_Content .Product_word {
	float: left;
	font-size: 12pt;
	line-height: 20pt;
	overflow:hidden;
}
#Product_Content .Left_content {
	width: calc(100% - 60px);
  margin-left: 60px;
}

.con_04{
	background: #fff;
	overflow: hidden;
	  float: left;
	    width: 100%;
}

.con_04 ul li{
	  float: left;
  padding: 0px 0px;
  overflow: hidden;
  margin: 10px 10px;
  width: calc(50% - 20px);
  height: 200px;
}
.con_04 ul li .li_bg{
	width: 100%;
	overflow: hidden;
}
.con_04 ul li .li_bg img{
	width: 100%;
	
}
.con_04 ul li .li_bg_02{
	width: 100%;
	height: 180px;
	display: none;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
}


.con_04 figure {
	background: #151a1d;
	    padding: 0px;
    position: relative;
    overflow: hidden;
}
.con_04  figure figcaption, 
.con_04 figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
}
.con_04  figure figcaption {
    padding: 30%;
    color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,1), 2px 2px 2px rgba(0,0,0,0.8), 3px 3px 3px rgba(0,0,0,0.7), 4px 4px 4px rgba(0,0,0,0.5); 
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.con_04  figure figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

.con_04  figure:hover .image {
	opacity: 0.8;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.con_04  figure:hover > figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
@media (max-width: 992px) {
.con_04 ul li {
    width: calc(100% - 20px);
    height: 180px;
}

#mid .col-sm-2 {
  width: 25%;
}
#mid .col-sm-10 {
  width: 75%;
}
#Product_Content .Left_content {
  width: calc(100% - 30px);
  margin-left: 30px;
}
.Product-division .Staff {

  width: calc(50% - 14px);
  
}
	}
@media (max-width: 767px) {
	#mid .col-sm-2 {
  width: 100%;
}
#mid .col-sm-10 {
  width: 100%;
}
	}
/*-------客服中心-------*/
.say {
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: right bottom;
	    float: left;
	margin: 50px 0;
	
}
.say h2 {
	font-weight: bold;
	color: #000;
	    font-size: 30px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.say h3 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 10px;
}
.say p {
	color: #666;
	font-size: 11pt;
	line-height: 20pt;
	margin-left: 10px;
}

#Map {
	width: 100%;
	margin-bottom: 60px;
	
	    float: left;
}

.contact {
	width: 100%;
	    float: left;
	padding-top: 30px;
	padding-bottom: 0;
	overflow: hidden;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding: 30px 0 50px;
	clear: both;
	width: 100%;
	    float: left;
}
.loginsubmit2 {
	    margin: 0 1.5%;
		    vertical-align: text-top;
    display: inline-block;
}
.loginsubmit2 a{
	border: none;
    color: #fff;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px 15px 30px;
    font-size: 1.1em;
    border-radius: 2px;
    background-color: #000;
}

.loginsubmit2 a:hover{
	    background-color: #ff1100;
		 color: #fff;
}
#Commodity {
	float: left;
	position: relative;
	float: left;
	width: 100%;
	
}
#Commodity .detail {
	float: left;
	    width: 100%;
}
#Commodity .tabulation {
	float: left;
	    width: 100%;
	margin-top: 10px;
}
#Commodity .detail .zoom-section {
	float: left;
	height: 400px;
	width: 400px;
	overflow: hidden;
}
.cbp-mc-form h4 {
    display: block;
    padding: 20px 5px 5px 2px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.cbp-mc-form h4 span {
    color: #F00;
}
.cbp-mc-form input[type=text],
.cbp-mc-form textarea,
.cbp-mc-form select {
	line-height: 1.5;
	font-size: 1em;
	padding: 5px 10px;
	color: #000;
	display: block;
	width: 100%;
	background: #FFF;

}
.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 1px solid #999;
}
.cbp-mc-form textarea {
	min-height: 140px;
}
.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 1px solid #CC0000;
}
.cbp-mc-form select:focus {
	outline: none;
}
.cbp-mc-form input[type=radio] {
    margin: 10px;
}

@media (max-width: 767px) {
#Product_Content .Left_content {
    width: calc(100% - 0px);
    margin-left: 0px;
}
#Product_Content {
    padding: 0px;
}
.con_04 ul li {
    margin: 10px 0px;
    width: calc(100% - 0px);
}
.roundbox_center {
    margin: 50px 0%;
      width: 100%;
}
		}

/*--Location --*/
#Location {
	height: 25px;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	
	margin: 20px 0 10px;
	padding: 0px 10px;
	
}
#Location .Out {
	font-family: Verdana;
	font-weight: bold;
}
#Location a {
	color: #CCC;
	padding-right: 5px;
	padding-left: 5px;	
}

/*--產品細目--*/
#Product_Content2 {
	float: left;
	width: 100%;
	margin-bottom: 50px;

}



/* 圖片局部放大 */
.Product-Image{
	float: left;
	width: 420px;
	}
.Product-Image .albums-box{
	float: left;
	width: 420px;
    height: 420px;
	overflow: hidden;
	}
.Product-Image .albums-box figure {
	background: #3498db;
}
.Product-Image .albums-box figure figcaption, 
.Product-Image .albums-box figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
}
.Product-Image .albums-box figure figcaption {
    padding: 15%;
    color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,1), 2px 2px 2px rgba(0,0,0,0.8), 3px 3px 3px rgba(0,0,0,0.7), 4px 4px 4px rgba(0,0,0,0.5); 
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.Product-Image .albums-box figure figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.Product-Image .albums-box figure h2 {
	text-align: left;
	margin: 0;
}
.Product-Image .albums-box figure:hover .image {
	opacity: 0.8;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.Product-Image .albums-box figure:hover > figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}




.Product-description{
	float: left;
	width: calc(100% - 420px);
	}	
	


#Commodity .detail .Writing {
	width: 100%;
	float: left;
	background-color: #EFEFEF;
    padding: 20px 50px;
    min-height: 420px;
}
#Commodity .detail .Writing .Fixed {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}
#Commodity .detail .Writing .Title {
	float: left;
	padding: 5px 10px;
	width: 100%;
	margin-bottom: 10px;
	letter-spacing: 2pt;
	    border-bottom: 1px solid #CCC;
	    border-left: 1px solid #CCC;	
	font-size: 28px;
    line-height: 40px;
}
#Commodity .detail .Writing .present {
	float: left;
	width: 100%;
	padding: 0 20px;
	
	   border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	min-height: 300px;
	padding-top: 20px;
	overflow: hidden;
}
#Commodity .detail .Writing .Content ul li {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    float: left;
    width: 100%;
}
#Commodity .detail .Writing .Content ul .Line {
	font-size: 10pt;
	display: block;
	float: left;
	 width: 100%;
	border-bottom: 1px solid #CCC;
	height: 0px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#Commodity .detail .Writing .Content ul li samp {
	font-weight: normal;
	font-family: "微軟正黑體", "Century Gothic";
	font-size: 10pt;
}
#Commodity .detail .Writing .Content ul li .inner {
	float: left;
	width: calc(100% - 80px);
	display: block;
	overflow: hidden;
}
#Commodity .detail .Writing .Content ul li .inner div {
	height: 30px;
	width: 30px;
	overflow:hidden;
	float: left;
}
#Commodity .detail .Writing .Content ul li .r img{
	margin-right: 10px;
	height: 35px;
	width: 35px;
	overflow: hidden;
}
#Commodity .detail .Writing .Content ul li .s a{
	float: left;
    display: block;
    overflow: hidden;
    padding: 2px;
    margin-right: 6px;
    border: 2px solid #999;
    margin-bottom: 4px;
}
#Commodity .detail .Writing .Content ul li  .s  a.stay{
	border: 2px solid #F44336;
}
#Commodity .detail .Writing .Content ul li .f {
	min-height: 40px;
}
#Commodity .detail .Writing .Content ul li .f a{
	s-float: left;
	display: block;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 4px;
	font-size: 14px;
	width: 110px;
	background-image: url(../images/o.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	float: left;
	color: #999;
}

#Commodity .detail .Writing .Content ul li  .f  a.stay{
	s-float: left;
	display: block;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 4px;
	background-image: url(../images/o2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	float: left;
	color: #333;
}
#Commodity .detail .Writing .Content ul li .headline {
	float: left;
	width: 70px;
	text-align: right;
	display: block;
}
#Commodity .detail .Writing .Content .Thumbnail {
	display: block;
	width: 310px;
	float: left;
}
#Commodity .DD {
	text-align: center;
	height: 25px;
	width: 120px;
	border: 1px solid #CCC;
	position: absolute;
	top: -50px;
	right: 0px;
	font-size: 10pt;
	line-height: 25px;
}

 .Translated {
	float: right;
	width: 380px;
}
 .noteicon {
	float: left;
	width: 100%;
}
 .noteicon a {
	float: left;
	width: 85px;
	font-size: 14px;
	margin: 10px 0px;
}
 .noteicon .putincart {
	float: right;
	width: calc(100% - 170px);
}
.noteicon .putincart #quantity {
	border: 1px solid #CCC;
	width: 100px;
	padding-top: 2px;
	padding-bottom: 2px;
	    margin: 0px 10px;
}
.noteicon .putincart span{
      margin: 5px;
    width: calc(50% - 10px);
    float: left;
}
 .noteicon .putincart #ing {
	padding: 5px 5px;
	
	    border: none;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    width: calc(100% - 20px);
        margin: 0px 10px;
    font-size: 14px;
    border-radius: 2px;
    letter-spacing: 5px;
    background-color: #000000;
}

.testcount {
	float: right;
	    width: 100%;
        padding: 20px 30px 0px 60px;
}
.testcount .titleline {
	font-size: 14px;
    color: #000000;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #666666;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.testcount .Formula {
	float: left;
	    width: 100%;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
}

.testcount .Formula .Operation{
	    width: 50%;
		float: left;
}
.testcount .Formula .Operation .Operation-1,
.testcount .Formula .Operation .Operation-2{
	    margin: 10px 0;
}
.testcount .Formula .Operation .Operation-1 #lc,
.testcount .Formula .Operation .Operation-1 #wc,
.testcount .Formula .Operation .Operation-1 #stt
{
border: 1px solid #CCC;
    width: 70px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px 5px;
}
.testcount .Formula .Operation .Operation-2 #pc{
	    border: 1px solid #CCC;
    width: 245px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px 5px;

}

.testcount .Formula .Computation{
	    width: 20%;
		float: left;
}
.testcount .Formula #button2 {
border: none;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    width: calc(100% - 20px);
    margin: 10px;
    padding: 20px 0px 20px 0px;
    font-size: 14px;
    border-radius: 2px;
    letter-spacing: 5px;
    background-color: #000000;
}
.testcount .Formula .Translated22{
	    width: 30%;
    float: left;
    color: #CC0000;
    font-size: 20px;
    text-align: right;
    margin: 10px 0;
    line-height: 1.6;
}


.picScroll-left{
	overflow: hidden;
	position: relative;
	    width: 100%;
    margin-top: 20px;
	float: left;
}
.picScroll-left .hd{
	overflow: hidden;
	padding-bottom: 20px;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next{
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	margin-right: 5px;
	overflow: hidden;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/arrow.png);
}
.picScroll-left .hd .next{
	background-position:-20px 0px;
}
.picScroll-left .hd .prev{
	background-position: 0px 0px;
}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{
	float: left;
	_display: inline;
	text-align: center;
	margin: 0px 5px;
	width: 95px;
	height: 95px;
	
	overflow: hidden;	
}
.picScroll-left .bd ul li .pic{
	text-align: center;
	width: 95px;
	height: 95px;
	overflow: hidden;	float: left;
}
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999; }


#Product-word {
	float: left;
	    width: 100%;
	margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
	border-top: 3px solid #333;
}
#Product-word .word {
	width: 100%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}
#Product-word .Title {
	position: absolute;
    top: -15px;
    font-weight: 500;
    color: #666;
    background-color: #FFF;
    padding-right: 30px;
    font-size: 24px;
    letter-spacing: 5px;
    margin: 0px;
}
#Product-word .Title span{
font-size: 16px;
text-transform:uppercase;
  letter-spacing: 0px;
}
@media (max-width: 992px) {
	.Product-Image {
  width: 300px;
}
.Product-description {
  width: calc(100% - 300px);
}
#Commodity .detail .Writing {

  padding: 20px 20px;
}
.testcount {
  float: right;
  width: 100%;
  padding: 20px 0px 0px 20px;
}
.testcount .Formula .Operation {
  width: 80%;
  float: left;
}
.testcount .Formula .Translated22 {
  width: 100%;
  
}
.testcount .Formula .Translated22 br{
display:none;
}
.noteicon .putincart {
  float: right;
  width: calc(100% - 0px);
}
.noteicon .putincart #quantity {
  width: 80px;
  margin: 0px 5px;
}
}	
@media (max-width: 767px) {
.Product-Image{
	width: 100%;
	overflow: hidden;
	}

.Product-Image .albums-box{
	float: left;
	width: 100%;
	overflow: hidden;
	}
.Product-description{
	float: left;
	width: calc(100% - 0px);
	}	
	#Commodity .detail .Writing {
	width: calc(100% + 30px);
	float: left;
	background-color: #EFEFEF;
	padding: 30px 20px;
	margin: 40px -15px 0px;
	
}

	.testcount {
    width: 100%;
    padding: 0px;
}
.testcount .Formula .Operation {
    width: 100%;
}
.testcount .Formula .Computation {
    width: 100%;
}
.testcount .Formula #button2 {
    padding: 10px 0px 10px 0px;
}
.testcount .Formula .Operation .Operation-2 #pc {
  
    width: calc(100% - 80px);
  
}
#Commodity .detail .map {
    width: 100%;
}

.testcount .Formula .Operation .Operation-1 #lc,
.testcount .Formula .Operation .Operation-1 #wc,
.testcount .Formula .Operation .Operation-1 #stt
{border: 1px solid #CCC;width: calc(48% - 100px);padding-top: 2px;padding-bottom: 2px;margin: 0px 5px;}
.testcount .Formula .Translated22 {
    width: 100%;
    
}
#Commodity .detail .Writing .Content ul li {
    font-size: 16px;
}
#Commodity .detail .Writing .Content ul li .headline {
    width: 90px;
}
#Commodity .detail .Writing .Content ul li .inner {
    width: calc(100% - 100px);
   
}



#Commodity .detail .Writing .Content ul li .f a.stay,
#Commodity .detail .Writing .Content ul li .f a {
    font-size: 16px;
	    width: 140px;
}
.noteicon .putincart {
    float: left;
    width: calc(100% - 0px);
}
.noteicon .putincart span {
       margin: 10px 0px;
    width: calc(100% - 0px);
    float: left;
}
.noteicon .putincart #ing {
    border: none;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    width: calc(100% - 0px);
    margin: 0px;
    padding: 20px 0px 20px 0px;
    font-size: 22px;
    border-radius: 2px;
    letter-spacing: 5px;
   background-color: #b3150a;
}
.noteicon .putincart #quantity {
    width: calc(100% - 120px);
  
}
.Expression {
width: calc(100% + 30px);
    float: left;
    background-color: #e2e2e2;
    padding: 30px 20px;
    margin: 0px -15px;
    margin-right: -15px;
}
.Product-Image .albums-box{
	float: left;
	width: 100%;
    height: auto;
	overflow: hidden;
	}
	.Product-Image .albums-box img{
	width: 100% !important;
	    height: auto !important;
	}
}
/*--CART--*/
#circuit {
	margin: 30px auto ;
}
.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 45px;
  padding-top: 9.1%;
}

.step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 35px;
}

.step li.current .icon {
  background-color: #3C3C3C;
}

.step li.current .icon:after {
  opacity: 1;
  -webkit-animation: btnAni 1.5s 0.2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: btnAni 1.5s 0.2s infinite cubic-bezier(0.66, 0, 0, 1);
}

.step li.current .Txt {
  color: #3C3C3C;
}

.step .icon {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 65px;
  height: 65px;
  margin-right: 13px;
  border-radius: 50%;
  background-color: #959595;
}

.step .icon:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
  background-color: rgba(60, 60, 60, 0.4);
}

.step .icon.one > span {
  background: url(../images/iconShop01.png) no-repeat center;
}

.step .icon.two > span {
  background: url(../images/iconShop02.png) no-repeat center;
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.step .icon.thr > span {
  background: url(../images/iconShop03.png) no-repeat center;
}

.step .icon > span {
  width: 40px;
  height: 40px;
}

.step svg {
  fill: #fff;
}

.step .icon-step01 {
  width: 40px;
  height: 40px;
}

.step .icon-step02 {
  width: 37px;
  height: 37px;
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

.step .icon-step03 {
  width: 33px;
  height: 33px;
}

.step .Txt {
  color: #959595;
}

.step .Txt strong {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  color: #1b1b1b;
  text-transform: uppercase;
}

.step .Txt b {
  font-family: "Andada", serif, "微軟正黑體";
  font-weight: 500;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 30px;
}

.step .Txt p {
  font-family: "cwTeXFangSong";
  font-size: 23px;
  letter-spacing: 1.7px;
}

.memberintor {
	width: 100%;
	_margin-left: 10px;
	float: left;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

.memberintor .Title3{
	    padding: 15px;
		    background-color: #000;
    color: #fff;
	width: 100%;
	float: left;
}
.memberintor .Title3 i{
    background: #fff;
    margin-right: 10px;
    padding: 8px;
    color: #000;
    font-size: 22px;
    border-radius: 50%;
}


.information {
    padding: 0px;
}




/*--完成--*/
#loginbg {
    text-align: center;
    width: 100%;
	border-radius: 5px;
	
}
#loginbg p{

	font-size: 40px;
	line-height: 60pt;
}


/*--搜尋--*/
#Search-field {
	width: 100%;
	margin-bottom: 0px;
	padding: 15px;
	background-color: #F3F3F3;
	    float: left;
}
#Search-field h4 {
	font-size: 10pt;
	float: left;
	width: 65px;
    margin-top: 12px;
    margin-bottom: 12px;

	margin-right: 10px;
}
#Search-field input, #Search-field select {
	width: calc(100% - 75px);
	border: 1px solid #EFEFEF;
	padding: 8px 5px;
	
}
#Search-field #Search {
	background-color: #EEE;
	border: 1px solid #CCC;
	text-align: center;
	width: 100%;
	padding-top: 7px;
    padding-bottom: 7px;
}
#Search-field .Search-item {
	width: calc(22% - 10px);
    margin-right: 10px;
	float: left;
		
}
#Search-field .Search-Submit {
	width: 11%;
	float: left;
		
}
@media (max-width: 992px) {
	#Search-field .Search-item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
}
#Search-field .Search-Submit {
    width: 100%;
    float: left;
}

	}
@media (max-width: 767px) {
#Search-field {
    width: calc(100% + 0px);
    margin-bottom: 0px;
    padding: 15px;
  
    background-color: #F3F3F3;
    float: left;
 
 
    position: relative;
}	
#Search-field .Search-item {
	width: calc(50% - 0px);
		    padding: 5px;
			    margin-right: 0px;
				text-align: center;
}
#Search-field h4 {
    font-size: 14px;
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0px;
}
#Search-field input, #Search-field select {
    width: calc(100% - 0px);
	padding: 8px 5px;
    border: 1px solid #EFEFEF;
}
#Search-field .Search-Submit {
	width: 100%;
	    margin-top: 10px;
		
}
 .step {
    margin-bottom: 30px;
  }
  .step li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .step .icon {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .information {
    padding: 20px;
}
#loginbg p{
	font-size: 20px;
	line-height: 40pt;
}
	}
	@media (max-width: 480px) {
		 .step li {
    padding: 0 5px;
  }
  .step .icon {
    width: 50px;
    height: 50px;
  }
  .step .icon-step01 {
    width: 28px;
    height: 28px;
  }
  .step .icon-step02 {
    width: 26px;
    height: 26px;
  }
  .step .icon-step03 {
    width: 28px;
    height: 28px;
  }
  .step .Txt strong {
    font-size: inherit;
  }
  .step .Txt b {
    font-size: inherit;
  }
  .step .Txt p {
    font-size: 18px;
}
			}
/*-------頁碼-------*/
.quotes {
	text-align: center;
	margin-bottom: 80px;
	
	font-size: 12px;
	float: left;
	width: 100%;
	margin-top: 50px;
}
.quotes a {
	padding: 8px 13px;
    margin-right: 3px;
	border: 1px solid #ddd;
	text-decoration: none; 
	color: #aaa;
}
.quotes a:hover {
	padding: 8px 13px;
    margin-right: 3px;
	border: 1px solid #a0a0a0;
}
.quotes b {
padding: 8px 13px;
    margin-right: 3px;
	border: 1px solid #e0e0e0;
	font-weight: normal;
	background-color: #f0f0f0;
	color: #aaa;
}



/*--頁尾--*/
#foote {
	clear: both;
	width: 100%;
		background-image: url(../images/footer_bg.jpg);
	width: 100%;
}

#foote .Content {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}
#foote  .Content #fb {
	float: right;
	width: calc(35% - 20px);
	margin-right: 20px;
}
#foote  .Content  .Navigation {
	float: left;
	width: 65%;
}

#foote .Content  .Navigation ul {
	float: left;
	width: calc(25% - 20px);
	margin: 0 10px;
	
}
#foote .Content  .Navigation .Wide {
	width: calc(50% - 20px);
	
}

#foote .Content  .Navigation ul li {
	    font-size: 14PX;
    line-height: 22pt;
	
	float: left;
	width: 100%;
	
}
#foote .Content  .Navigation .Wide li{
	float: left;
	width: 50%;
	
}
#foote .Content  .Navigation ul li .motif {
	font-weight: 500;
	color: #000;
}
#foote .Content  .Navigation ul li a {
	color: #666;
}
#foote .Content  .Navigation ul li a:hover {
	color: #F00;
}


#foote .foote_Xuan {
	font-size: 16px;
    line-height: 22px;
    width: 100%;
    margin: 10px auto;
    color: #999;
    overflow: hidden;
    background-color: #fff;

}


.cmxform label.error {
	display: none;
	color: #FF0000;
	font-size: 12px;
}
@media (max-width: 767px) {
	#Content {
    margin: 0px auto 0px;
}
	#foote  .Content  .Navigation {
	width: 100%;
}
#foote .Content  .Navigation .Wide li{
	width: 100%;
	
}
#foote  .Content #fb {
	display:none;
}
#foote .Content  .Navigation ul {
	width: calc(50% - 20px);
	
	
}




}
.Phone_menu  {
  display:none;
 float: left;
   width: 100%;
}
.Phone_menu ul.menu {
  padding: 0;
  list-style: none;
  width: 100%;
  margin: 20px auto;
  clear: both;
  display: table;
}
.Phone_menu ul.menu .list {
  font-size: 14px;
  border-bottom: 1px solid #324252;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  vertical-align: sub;
   background: #15171a;
  clear: both;
}
.Phone_menu ul.menu .list:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}
.Phone_menu  ul.menu .list:before {
  content: '\f07b';
  font-family: FontAwesome;
  position: absolute;
  left: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}
.Phone_menu  ul.menu .list a {
  text-decoration: none;
  color: #fff;
  padding: 17px 0px 17px 45px;
  display: block;
  height: 100%;
  box-sizing: border-box;
}
.Phone_menu  ul.menu .list a:hover {
  background-color: #324252;
  transition: 300ms all;
  color: #09fbd2;
}
.Phone_menu  ul.menu .list .items {
  height: 0px;
  overflow: hidden;
}
.Phone_menu ul.menu .list .items a {
  padding: 17px;
}
.Phone_menu ul.menu .list .items a:hover {
  background-color: #3f5d79;
  color: #fff;
  transition: 300ms all;
}
.Phone_menu ul.menu .list:last-child {
  border-bottom: none;
}
.Phone_menu ul.menu .active:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}
.Phone_menu  ul.menu .active:before {
  content: '\f07c';
  font-family: FontAwesome;
  position: absolute;
  left: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}
.Phone_menu ul.menu .active > .items {
  display: block;
  background: #23313f;
  padding: 0px;
  height: auto;
  color: #fff;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms;
  clear: both;
  float: left;
  width: 100%;
}
.Phone_menu ul.menu .active > .items li {
  padding: 0px;
  border-bottom: 1px solid #324252;
  list-style: none;
}
.Phone_menu ul.menu .active > .items li:last-child {
  border-color: transparent;
  padding-bottom: 0px;
}
.Phone_menu ul.menu .active > .items .active > .items {
  background-color: #2f4b67;
}
.Phone_menu ul.menu .active > a {
  color: #46efa4;
  text-transform: uppercase;
  font-weight: bold;
}
.Phone_menu ul.menu .active .list {
  background: #697d92;
}
.Phone_menu ul.menu .active .list a {
  padding: 17px 0px 17px 45px;
}
	
	@media (max-width: 767px) {
		#project_button {
 display:none;
}
.Phone_menu  {
  display: block;
}
#by_Menu .level2 {
    display:none;
}
.proClassTitle {
     display:none;
}
#by_Menu {
    float: left;
background: none;
    border-top: 0px solid #000;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
#by_Menu .area {
    display: none;
}
		}
		
		
		.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
    z-index: 2100;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


/*=========導航===========*/
.header{
	width:100%;
	
	top:0;
	left:0;
	
	padding: 0 30px;
	
}

/*右側*/
.header .nav{
	    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    line-height: 50px;
    display: block;
    width: calc(100% - 350px);
    float: right;
    margin-top: 15px;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: orangered;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 25px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-size: 16px;
	    color: #0a0a0a;
}
.header .navbar_nav li:hover a{
	color: orangered;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png.html) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:50px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
    left: -10%;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: orange;
}
/*白色背景的头部*/
.header.on{
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: orangered;
}
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}

@media screen and (max-width: 992px){
	.header{
		padding: 0 10px;
	}
	.header #navToggle {
		    height: 100%;
    padding: 9px 15px;
    margin-right: -15px;
    display: inline-block;
    float: right;
    position: absolute;
    right: 12px;
    top: 8px;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1.5px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1.5px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #4f4f4f;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
	
	.banner img{
		height: 600px;
		object-fit: cover;
	}
}



