@charset "utf-8";
/* CSS Document */


/*banner*/
#wrapper #banner_wrap {
	float:left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}





/*content_wrap*/
#wrapper #content_wrap {
	float:left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/index_bg.jpg);
	background-repeat: repeat;
}

#wrapper #content_wrap #content {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 100%;
}

#wrapper #content_wrap2 {
	float:left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/index_bg.jpg);
	background-repeat: repeat;
}

#wrapper #content_wrap2 #content2 {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 100%;
}

#contentTop {
	float:left;
	width: 100%;
	position: relative;
}

#contentTop strong {
	float: right;
	min-height: 20px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	right: 0px;
	top: 70px;
	color: #ce1832;
	font-weight: normal;
}

#breadcrumbBox {
	float: right;
	min-height: 20px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	right: 0px;
	top: 45px;
}

#breadcrumbBox #breadcrumb {
	margin: 0px;
	padding: 0px;
	float: right;
}

#breadcrumbBox #breadcrumb li  {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	float: left;
	line-height: 1.2;
}

#breadcrumbBox #breadcrumb li:after {
	content: ">";
	margin-right: 5px;
	margin-left: 5px;
	color: #ADADAD;
}

#breadcrumbBox #breadcrumb li:last-child:after {
	content: "";
}

#breadcrumbBox #breadcrumb li a {
	font-size: 0.85em;
	color: #ADADAD;
	text-decoration: none;
}

#breadcrumbBox #breadcrumb li:nth-child(1) a {
	background-image: url(../images/icon_home.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 30px;
	text-indent: -99999px;
	background-size: contain;
}

#contentBottom {
	float:left;
	width: 100%;
	height: 25px;
	margin-bottom: 10px;
}

#contentBottom #newsDetailBoxBack {
	margin-right: 10px;
}

#contentBottom #newsDetailBoxBack a {
	text-decoration: none;
	color: #333;
	float: right;
	font-size: 0.85em;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 25px;
}

#contentBottom #newsDetailBoxBack a:nth-child(1) {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}

#contentBottom #newsShareBox  {
}

#contentBottom #newsShareBox img  {
	float: right;
}

.shareBox   {
	float: left;
	height: 30px;
	width: 100%;
	margin-top: 20px;
}

.shareBox img   {
	float: right;
}





/*case.html*/
#caseTitle {
	padding: 0px;
	height: 100px;
	background-image: url(../images/case_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	margin-top: 40px;
}

#caseBox  {
	padding: 0;
	float: left;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

#caseBox ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}

#caseBox ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#caseBox ul .list .up {
	float: left;
	width: 100%;
	background-image: url(../images/icon_case.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 120px;
	height: 120px;
	border: 1px solid #CCC;
	cursor: pointer;
	margin-bottom: 5px;
	margin-top: 5px;
}

#caseBox ul li.list {
	float: left;
	width: 100%;
}

#caseBox ul li.list .date {
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background-image: url(../images/icon_case3.png);
	background-repeat: no-repeat;
	background-position: left center;	
	background-size: contain;
	font-size: 0.95em;
	margin-top:20px;
}

#caseBox ul li.list .title {
	float: left;
	font-size: 1.25em;
	width: 97%;
	color:#666666;
	font-family: Georgia, Times, "華文宋體", STSong, "宋體", SimSun, "新細明體", PMingLiu, "細明體", MingLiu, sans-serif;
	font-weight: normal;
	height: 50px;
	line-height:1.3;
}

.icon{
	background-position:right center;
	cursor:pointer;
	background-image: url(../images/arrow1.png);
	background-repeat: no-repeat;
	float: right;
	height: 30px;
	width: 80px;
	background-size: contain;
}

.collapsed .icon{
	background-image:url(../images/arrow2.png);
	background-repeat: no-repeat;
	float: right;
	height: 30px;
	width: 80px;
	background-size: contain;
}

.listContent{
	height:auto;
	overflow:hidden;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	float: left;
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}

.listContent .c9{
	padding: 10px;
}

.collapsed .listContent{
	display: none;
}





/*center.html*/
#centerTitle{
	padding: 0px;
	height: 100px;
	background-image: url(../images/center_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	margin-top: 40px;
}

#centerBox  {
	padding: 0;
	float: left;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

#centerBox ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}

#centerBox ul li {
	float: left;
	background-color: #f0f0ef;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 320px;
	border: 1px solid #CCC;
}

#centerBox ul li {
	width: 23%;
	margin-right: 2.65%;
	margin-bottom: 2%;
}

#centerBox ul li:nth-child(4n) {
	margin-right: 0%;
}

#centerBox ul li img {
	height: 180px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}

#centerBox ul li a:hover img{
	opacity:0.7;
}

#centerBox ul li h3 {
	float: left;
	width: 100%;
	color:#3b3b3b;
	text-align: center;
	background-image: url(../images/center_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 1.3;
}

#centerBox ul li p {
	float: left;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	padding-left: 30px;
	font-size: 0.94em;
	line-height: 1.3;
}

#centerBox ul li p.address {
	background-image: url(../images/icon_center.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#centerBox ul li p.tel {
	background-image: url(../images/icon_center1.png);
	background-repeat: no-repeat;
	background-position: left center;
}





/*expertise.html*/
#expertiseTitle{
	padding: 0px;
	height: 100px;
	background-image: url(../images/expertise_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	margin-top: 40px;
}

#expertiseBox  {
	padding: 0;
	float: left;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

#expertiseBox ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}

#expertiseBox ul li {
	float: left;
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}

#expertiseBox ul li {
	float: left;
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	padding-top: 10px;
	padding-bottom: 10px;
}

#expertiseBox ul li .title {
	float: left;
	height: auto;
	width: 100%;
	background-image: url(../images/icon_expertise.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 30px;
	line-height: 1.5;
	color:#656565;
}

#expertiseBox ul li .article {
	float: left;
	height: auto;
	width: 100%;
	color: #656565;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}





/*contact.html*/
#contactTitle{
	padding: 0px;
	height: 100px;
	background-image: url(../images/contact_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	margin-top: 40px;
}

#contactBox  {
	padding: 0;
	float: left;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

#contactBox p {
	float:left;
	width: 90%;
	text-align: center;
	padding-bottom: 40px;
	margin-right: 5%;
	margin-left: 5%;
}

#contactBox ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}

#contactBox ul li {
	float: left;
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}

#form {
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.contactLeft {
}

#form #formTable {
	width: 100%;
}

#form #formTable tr  {
	font-weight: normal;
	height: auto;
	width: 100%;
}

#form #formTable tr th {
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
	color: #000000;
	padding-left: 0px;
	font-size: 1.1em;
	height: 20px;
	vertical-align: top;
	min-width:82px;
}

#form #formTable tr th span {
	color:#f00;
	padding-right: 5px;
}

#form #formTable tr td {
}

.form-words1, .form-words2, .form-words3, #form textarea{
	border: 1px solid #7a7a7a;
	background-color: #f4f4f3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 1.1em;
	color: #333;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.form-words1:focus, .form-words2:focus, #form textarea:focus{
	outline:none;
}

.form-words1 {
	width: 60%;
}

.form-words2 {
	width: 90%;
}

.form-words3 {
	width: 100%;
	height: 190px;
}

#form .form-btn {
	border: 1px solid #333333;
	line-height: 22px;
	height: 30px;
	width: 120px;
	background-color: #f4f4f3;
	font-size: 1.1em;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-right: 20%;
}

#form .form-btn:focus {
	border: 1px solid #999999;
	background-color: #F5F5F5;
	outline:none;
}

.contactRight {
}

.contactRight #map {
	margin-bottom: 10px;
	width: 80%;
	float: right;
	border: 1px solid #b1afb0;
}

.contactRight #map iframe {
	float: left;
	width: 100%;
	height: 462px;
}





/*news.html*/
#newsTitle{
	padding: 0px;
	height: 100px;
	background-image: url(../images/news_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	margin-top: 40px;
}

#newsBox  {
	padding: 0;
	float: left;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

#newsBox ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}

#newsBox ul li {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 460px;
	border: 2px dotted #fad091;
}

#newsBox ul li {
	width: 24%;
	margin-right: 1.33%;
	margin-bottom: 2%;
	padding: 20px;
	text-align: center;
}

#newsBox ul li:nth-child(4n) {
	margin-right: 0%;
}

#newsBox ul li img {
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #e6e3e4;
}

#newsBox ul li .date {
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background-image: url(../images/icon_case3.png);
	background-repeat: no-repeat;
	background-position: left center;	
	background-size: contain;
	font-size: 0.95em;
	margin-top: 10px;
	text-align: left;
}

#newsBox ul li .title {
	float: left;
	width: 100%;
	font-size:1em;
	text-align: left;
	height: 40px;
	line-height: 1.4;
}

#newsBox ul li .content {
	float: left;
	width: 100%;
	text-align: left;
	color: #595858;
	font-family: Georgia, Times, "華文宋體", STSong, "宋體", SimSun , "新細明體", PMingLiu , "細明體", MingLiu, sans-serif;
	font-size: 0.95em;
}

#newsBox ul li .more {
	width: 110px;
	color: #000;
	text-decoration: none;
	background-image: url(../images/btn_more.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 110px 50px;;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	margin-top: 20px;
	font-size: 0.9em;
}

#newsBox ul li .more:hover {
	color: #FFF;
	background-position: center -25px;
}





/*news_detail.html*/
#newsDetailBox  {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width:690px;
	padding:0;
}

#newsDetailBox .up {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B7B7B7;
	margin-top: 30px;
	margin-bottom: 30px;
}

#newsDetailBox .up .title {
	float: left;
	width: 85%;
	font-size:1.2em;
	text-align: left;
	min-height: 30px;
	line-height: 1.3;
}

#newsDetailBox .up .date {
	float: left;
	width: 15%;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	background-image: url(../images/icon_case2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	font-size: 0.95em;
}

#newsDetailBox .edit {
	float: left;
	width: 100%;
    margin-bottom: 80px;
}





/*price.html*/
#priceTitle{
	padding: 0px;
	height: 100px;
	background-image: url(../images/price_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	margin-top: 40px;
}

#priceBox  {
	padding: 0;
	float: left;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

#priceBox .left {
	float: left;
	width: 39%;
	margin-top: 20px;
	margin-left: 1%;
}

#priceBox .left h3 {
	float: left;
	width: 80%;
	color: #6b6b6b;
	font-size:1.2em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

#priceBox .left h4 {
	font-size:1.35em;
	float: left;
	width: 180px;
	background-color: #676566;
	color: #fff;
	line-height: 35px;
	height: 35px;
	padding-left: 40px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}

#priceBox .left p {
	float: left;
	width: 100%;
	color: #6b6b6b;
	font-size:1.32em;
}

#priceBox .left p span{
	color: #f00;
}

#priceBox .left strong {
	float: left;
	width: 100%;
	font-size: 1.08em;
	font-weight: normal;
	color: #6b6b6b;
	border: 2px solid #6b6b6b;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#priceBox .right {
	float: left;
	width: 59%;
	padding-left: 5%;
	margin-top: 20px;
	margin-right: 1%;
}

#priceBox .right h3 {
	float: left;
	width: 100%;
	color: #6b6b6b;
	font-size:1em;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
}

#priceBox .right ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}

#priceBox .right ul li {
	float: left;
	height: auto;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
}

#priceBox .right ul li:nth-child(4n) {
	margin-right: 0%;
	background-color:red;
}

#priceBox .right ul li img {
	width: 100%;
	border: 2px solid #f2f2f2;
}

#priceBox .right ul li img:hover {
	border: 2px solid #f00;
}





/*product.html*/
#productBox  {
	padding: 0;
	float: left;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

/*左選單*/
#productBox .left {
	float: left;
	width: 18%;
	margin-top: 20px;
	padding-left: 1%;
}

#productBox .left .subNav {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}

#productBox .left .subNav li {
	float: left;
	height: auto;
	margin-bottom: 10px;
}

#productBox .left .subNav li a {
	float: left;
	height: 32px;
	line-height: 32px;
	width: 160px;
	color: #494848;
	background-color: none;
	text-decoration: none;
	font-size: 1.1em;
	border: 1px solid #494848;
	background-image: url(../images/product_icon1.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	padding-left: 10px;
}

#productBox .left .subNav .current a {
	float: left;
	height: 32px;
	line-height: 32px;
	width: 160px;
	color: #FFF;
	background-color: #494848;
	text-decoration: none;
	font-size: 1.1em;
	border: 1px solid #494848;
	background-image: url(../images/product_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	padding-left: 10px;
}

/*右內容-product_food.html及product_tableware.html*/
#productBox .right {
	float: left;
	width: 82%;
	margin-top: 20px;
}

#productBox .right ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}

#productBox .right ul li {
	float: left;
	height: auto;
	width: 15%;
	margin-right: 1.666%;
	margin-bottom: 1.666%;
}

#productBox .right ul li:nth-child(6n) {
	margin-right: 0%;
}

#productBox .right ul li a {
	text-decoration: none;
}

#productBox .right ul li p {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 1.05em;
	color: #333;
	text-decoration: none;
}

#productBox .right ul li img {
	width: 100%;
	border: 2px solid #f2f2f2;
}

#productBox .right ul li img:hover {
	border: 2px solid #f00;
}

/*右內容-product_food.html*/
#productTitle{
	padding: 0px;
	height: 100px;
	background-image: url(../images/product_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	margin-top: 40px;
}

/*右內容-product_menu.html*/
#productTitle1{
	padding: 0px;
	height: 100px;
	background-image: url(../images/product_title1.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	margin-top: 40px;
}

#productBox .right1 {
	float: left;
	width: 82%;
	margin-top: 20px;
}

#productBox .right1 ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}

#productBox .right1 ul li {
	float: left;
	height: auto;
	width: 15%;
	margin-right: 1.666%;
	margin-bottom: 1.666%;
}

/*右內容-product_tableware.html*/
#productTitle2{
	padding: 0px;
	height: 100px;
	background-image: url(../images/product_title2.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	margin-top: 40px;
}

.productTablewareBox {
	float: left;
	width: 100%;
	padding-right: 15%;
	padding-left: 15%;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 20px;
}

.productTablewareBox img {
	border: 1px solid #e4e4e4;
	margin-right: auto;
	margin-left: auto;
}

.productTablewareBox h3 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	font-weight: normal;
}

.productTablewareBox h4 {
	font-size: 1.2em;
}

.productTablewareBox p {
	font-size: 1.1em;
	line-height: 2;
}




