/*--------------------------
Common
---------------------------*/

* {
    margin: 0;
    padding: 0;
}

html {
    background: #e3e0d9
}

body {
    font-family: Microsoft JhengHei, PMingLiU, Lucida Sans Unicode, verdana, arial, sans-serif;
    font-size: 14px;
    background: url(../images/bg_body.jpg) bottom center #fff repeat-x;
    color: #6d6a65;
    padding-top: 130px;
    padding-bottom:50px
}

table {
    border-spacing: 0px !important;
    border-collapse: separate !important;
}

.zh {
    font-family: Microsoft JhengHei, arial, sans-serif;
}

.en {

}

#top {
    margin-top:-150px; 
    padding-top:150px
}

* {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

h1{
    text-align: center;
    background: url(../images/line1.png) center center no-repeat transparent;
}

.inner h1{
    font-size: 2.3em;
    font-weight: bold;
    background: url(../images/line2.png) center center no-repeat transparent;
    font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
}

h2 {
    font-size: 1.3em;
    font-weight: bold;
    white-space: nowrap;
    color: #333333
}

h2.title-bar {
    font-weight: normal;
    font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
    color: #fff;
    background: #3c382f;
    line-height: 2.3em;
    padding-left: 15px;
    margin-left: -20px;
    margin-bottom: 0; 
}

h2.title-bar:before {
    content: '';
    background: url('../images/icon_title.png') center center no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 63px;
    left: -5px;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #3c382f;
    font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
}

button, button:hover, button:focus {
    outline: none
}

a:hover, a:focus, a:active{
    text-decoration: none
}

.btn_more {
    float: right;
    border: 0;
    background: url('../images/btn_more3.png') center center transparent;
    width: 43px;
    height: 18px
}

.btn_more:hover {
    background: url('../images/btn_more4.png') center center transparent;
}

p{
    line-height: 1.5em;
    text-align: justify
}

/*--------------------------
Header
---------------------------*/
.navbar {min-height: 110px}
.navbar-default {background: #fff; border:0}
.nav li{text-align: center;margin-left:1px; min-width: 95px;font-weight: bold; font-size: 1.1em}
.nav li span{display: block;}
.navbar-nav > li > a {padding:10px 15px}
.navbar-default .navbar-nav>li>a {font-weight: bold; color: #000; font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;}

.navbar-default .navbar-nav a{
    border-top:10px solid #7f7a6f; 
    background-color: #fff;
}

.navbar-default .navbar-nav a:focus, .navbar-default .navbar-nav>.active>a:focus{
    border-top:10px solid #3c382f; 
    background-color: transparent;
}

.navbar-default .navbar-nav a:hover, .navbar-default .navbar-nav>.active>a:hover{
    border-top:10px solid #5c5547; 
    background-color: #f5f5f5;
}

.navbar-default .navbar-nav>.active>a {
    border-top:10px solid #3c382f; 
    background-color: #f5f5f5;
}

.navbar-default .navbar-nav a:hover:after {
    content:'';
    background: url('../images/btn_line1.png') center bottom no-repeat transparent;
    background-size: cover;
    width: 65px;
    height: 4px;
    display: block;
    margin-top:7px;
    position: absolute;
}

.navbar-default .navbar-nav li:nth-child(4) a:hover:after {
    margin-left: 5px
}

.navbar-default .navbar-nav>.active>a:hover:after{
    content: none
}

.tel {
    float: right;
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-right: 10px;
    color: #3c382f
}

.tel img {
    margin-right: 10px
}

/*--------------------------
Sidebar
---------------------------*/
.inner section .sidebar {
    margin: 0
}

.sidebar li {
    display: block
}

.sidebar a {
    border-radius: 10px 0 0 10px;
    display: block;
    width: 202px;
    text-align: left;
    padding: 8px 10px;
    padding-left: 20px;
    color: #000;
    font-weight: bold;
    font-size: 0.9em;
    font-family: "微軟正黑體", "Microsoft JhengHei", arial, sans-serif;
}

.sidebar a:before{
    content: '';
    position: absolute;
    left: 50px;
    display: list-item
}

.sidebar a:hover{
    background: rgba(255,255,255,0.4)
}

.sidebar a.active {
    background: #fff
}

/*--------------------------
Footer
---------------------------*/
.slogan .row div:nth-child(1), .slogan .row div:nth-child(3){
    margin-top: 120px;
    border-top:1px solid #333;
    border-bottom:1px solid #333;
}
.slogan p {
    font-size: 0.7em;
    color: #333333;
}

.slogan img {
    text-align: center;
    margin-left: -25px;
}

.slogan .col-xs-4 {
    padding: 15px
}

.copyright {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background: #333333;
    font-size: 0.7em
}

.copyright a{
    color: #fff
}

.copyright a:hover {
    color: #e3e0d9
}

.copyright p{
    margin: 0
}

.info {
    font-size: 0.8em
}

.info a {
    color: #333333
}

.copyright a:hover, .info a:hover {
    text-decoration: underline
}

/* -----------------------------------------
Back to top Button
----------------------------------------- */
#back-top {
    position: fixed;
    right:0;
    bottom: 0;
}
#back-top a {
    width: 60px;
    height: 35px;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
    background: url(../images/btn_arrow.png) center center no-repeat #7f7a6f;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    background: url(../images/btn_arrow.png) center center no-repeat #605c54;
}


/* -----------------------------------------
Popup
----------------------------------------- */
.ekko-lightbox-container>div.ekko-lightbox-item img {
    width: 100% !important
}

/*--------------------------
Main
---------------------------*/
.main section{
    background: url('../images/bg_content.jpg') center center repeat;
    padding: 15px;
    line-height: 1.2em
}

.main section div{
    padding: 0 10px
}

.main h2.title{
    text-align: center;
    background: url('../images/line1.png') center center no-repeat;
}

.main ul {
    margin: 0
}

.main ul li{
    display: block;
    line-height: 1.8em;
}

.main ul.link {
    margin-top: 30px;
    margin-bottom: 35px
}

.main ul.link li {
    margin-bottom: 10px;
    border-bottom: 1px solid #3c382f;
    padding: 10px 0
}

.main ul.link a {
    color: #3c382f;
    font-size: 1.5em;
    line-height: 1.6em;
    font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
    font-weight: bold
}

.main ul.link a:after {
    content: '';
    background: url('../images/btn_more2.png') center center no-repeat transparent;
    width: 20px;
    height: 19px;
    float: right;
}

.main ul.link a:hover:after{
    background: url('../images/btn_more1.png') center center no-repeat transparent;
}

.main ul.tag a {
    color: #6d6a65;
    font-size: 1.05em;
    cursor: pointer
}

.main ul.tag a .zh {
    width: 105px;
    display: inline-block;
}

.main ul.tag a:after {
    content: '';
    background: transparent;
    width: 300px;
    height: 4px;
    display: block
}

.main ul.tag a:hover:after {
    background: url('../images/btn_line2.png') center left no-repeat transparent;
}

.product_list {
    min-height: 170px;
    width: 195px;
    white-space: nowrap;
    text-align: center; 
}

.product_list .products-img span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.product_list .products-img img {
    vertical-align: middle;
    max-height: 120px;
    max-width: 140px;
}

.products-img {
    width: 100%;
    height: 170px;
    background: url('../images/main/bg_products.jpg') center bottom repeat-x #fff;
    text-align: center
}

.products-img img {
    max-height: 100%;
	max-width: 100%;
	
}

.products-text {
    color: #fff;
    background: #242424;
    padding: 5px 10px !important;
    font-size: 0.8em;
    white-space: initial;
    text-align: left;
    min-height: 60px;
}

.products-text .zh {
    font-size: 0.9em
}

.main .list a:hover .products-text {
    background: #7f7a6f
}

.main .list-promotion {
    margin-top: 20px
}

.main .list-promotion div{
    max-width: 195px;
}

.main .list-promotion img {
    width: 100%;
    max-width: 175px
}

.main .list-promotion p {
    float: left;
    max-width: 175px;
    line-height: 1.2em;
    margin: 10px 0 5px 0;
    font-size: 0.8em;
	width: 100%;
}

.main .list-promotion p.date{
    margin: 0
}

.main .list-promotion a{
    color: #6d6a65
}

.main .list-promotion a:hover p {
    text-decoration: underline !important
}






/*--------------------------
Inner
---------------------------*/
.inner section {
    padding: 20px;
    background: #e3e0d8
}

.inner section p {
    margin-bottom: 20px;
    text-align: justify
}

.inner section ul{
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 10px
}


.inner .banner {
    width: 100%;
    height: 271px;
    margin-top:30px
}


.inner.products .banner { background: url('../images/bg_products.jpg') center center no-repeat transparent;
}


.inner.products section {
    padding: 20px 10px
}

.inner.products h2.title-bar{
	margin-top: 2px
}

.inner.products h2.title-bar:before{
    top:43px
}

.inner.products .content{
    background: rgba(0,0,0,0.8);
    margin-top: 2px
}

.inner.products .content h2 {
    color: #fff;
    font-size: 2em;
    line-height: 2em;
    font-weight: normal
}

.inner.products .content ul li {
    width: 210px;
    margin: 0 8px 20px 8px;
    display: inline-block;
}

.inner.products.details .content ul li{
    width: 680px
}

.inner.products .products-img{
    height: 200px;
    background: url('../images/main/bg_products.jpg') center bottom repeat-x #fff;
    white-space: nowrap;
    text-align: center;
}

.inner.products .products-img span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.inner.products .products-img img {
    height: auto;
    /*width: 100%;*/
    vertical-align: middle;
    max-height: 200px;
    max-width: 160px;
}

.inner.products .products-text {
    line-height: 2em;
    font-size: 1em
}

.inner.products.details .products-img {
    height: 350px
}

.inner.products.details .products-img img {
    max-width: 389px;
    max-height: 187px
}

.inner.products.details .products-text {
    padding: 20px !important;
    font-size: 0.9em
}

.inner.products.details .products-text h4{
    font-size: 1.8em;
    margin: 0;
    line-height: 2em
}

.inner.products.details .products-text table {
    width: 100%
}


.inner.promotion .banner { 
    background: url('../images/bg_promotion.jpg') center center no-repeat transparent;
}

.inner.service .banner { 
    background: url('../images/bg_service.jpg') center center no-repeat transparent;
}


.inner.about .bg_about {
    background: url('../images/bg_about.jpg') center center no-repeat transparent; 
    width: 100%;
    height: 331px;
    margin: 20px 0;
}

.inner.about .bg_about div{
    padding-left: 50px
}

.inner.about .bg_about div img{
    margin: 30px
}

.inner.about .bg_about div a:before, .inner.products .content ul li a:before, .inner.promotion .content ul li a:before {
    content: '';
    text-align: center;
    padding-top: 10px;
    background: url(../images/btn_zoom1.png) center center no-repeat rgba(60, 56, 47, 0.8);
    background-size: contain;
    border: 1px solid #fff;
    z-index: 1;
    width: 137px;
    height: 195px;
    margin: 30px;
    position: absolute;
    opacity: 0
}

.inner.products .content ul li a:before{
    margin: 0;
    width: 210px;
    height: 200px;
    background: url(../images/btn_zoom2.png) center center no-repeat rgba(60, 56, 47, 0.8);
    background-size: contain;
}

.inner.promotion .content ul li a:before{
    margin: 0;
    width: 190px;
    height: 271px;
    background: url(../images/btn_zoom3.png) center center no-repeat rgba(60, 56, 47, 0.8);
    background-size: contain;
    color: rgba(255, 255, 255, 0.57)
}


.inner.about .bg_about div a:hover:before, .inner.products .content ul li a:hover:before, .inner.promotion .content ul li a:hover:before{
    opacity: 1
}

.inner.about .bg_about h2{
    font-size: 1.7em;
    color: #fff;
    font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
}

.inner.promotion .content{
    background: rgba(0,0,0,0.8);
    margin:0;
    margin-top: 2px;
    padding: 30px 15px;
    color: #fff
}

.inner.promotion .content ul li {
    display: inline-block;
    height: auto;
    float: left;
    margin: 15px;
}

.inner.promotion .content ul li a{
    color: #fff
}

.inner.promotion .content ul li p.subject {
    margin: 0;
    margin-top: 10px;
}

.inner.promotion .content ul li p.date {
    margin: 0;
    font-size: 0.8em
}

.inner.service .content ul li {
    margin-bottom:10px
}

.inner.contact table tr td{
    vertical-align: top;
    font-size: 0.9em;
}

.inner.contact .table1 tr td:nth-child(1), .inner.contact .table2 tr td:nth-child(1), .inner.contact .table2 tr td:nth-child(2) {
    color: #000;
    font-weight: bold
}

.inner.contact table tr td a {
    color: #af7b0c;
    font-style: italic;
    font-size: 1em
}

.inner.contact .bg_contact {
    background: url('../images/bg_contact.jpg') center center no-repeat transparent; 
    width: 100%;
    height: 629px;
    margin: 20px 0;
    color: #fff
}

.inner.contact .bg_contact div {
    padding-left: 45px;
    padding-right:20px
}

.inner.contact .bg_contact h2 {
    color: #fff;
    font-size:1.8em;
    font-weight: normal;
    font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
}

.inner.contact .bg_contact p {
    margin-bottom: 20px
}

.inner.contact .bg_contact table {
    width: 100%
}

.inner.contact .bg_contact table tr td {
    padding-bottom:10px
}

.inner.contact .bg_contact input, .inner.contact .bg_contact textarea {
    width: 100%;
    border: 0;
    line-height: 1.8em;
    font-size: 1.3em;
    padding: 2px 5px;
    color: #000
}

.inner.contact .bg_contact .star{
    padding-left: 3px;
    color: yellow
}

.inner.contact .bg_contact .reload {
    background:url('../images/btn_reload.png') center center no-repeat transparent;
    border: 0;
    width: 19px;
    height: 18px;
    margin-left: 5px
}

.inner.contact .bg_contact .submit {
    width: 100%;
    padding: 8px 10px;
    border: 0;
    background: #414141;
    text-transform: uppercase;
    font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
}

.inner.contact .bg_contact .submit:hover {
    background: #5f5f5f;
}


/*--------------------------
Control
---------------------------*/
.control {
    text-align: right;
    margin: 10px 10px 30px 10px; 
}

.control button {
    width: 30px;
    height: 30px;
    text-align: center;
    background: #444444;
    border-radius: 5px;
    border: 0;
    line-height: 1em;
    vertical-align: top;
    margin: 0 2px
}
.control a button {
    color: #fff
}

.control a:hover button{
    background: #7c7c7c
}

.control a button.first:before{
    content: '';
    background: url(../images/btn_first.png) center center no-repeat transparent;
    width: 10px;
    height: 11px;
    margin: auto;
    display: block
}

.control a button.prev:before{
    content: '';
    background: url(../images/btn_prev.png) center center no-repeat transparent;
    width: 10px;
    height: 11px;
    margin: auto;
    display: block
}

.control a button.next:before{
    content: '';
    background: url(../images/btn_next.png) center center no-repeat transparent;
    width: 10px;
    height: 11px;
    margin: auto;
    display: block
}

.control a button.last:before{
    content: '';
    background: url(../images/btn_last.png) center center no-repeat transparent;
    width: 10px;
    height: 11px;
    margin: auto;
    display: block
}

.control a button.back {
    width: auto;
    float: left;
    padding: 0 10px;
}

.control a button.back span{
    margin-left: 10px;
}

.control a button.prev.back:before{
    display: inline-block;
}


/*--------------------------

width < 1024px

---------------------------*/

@media only screen and (max-width: 1200px) {

}


/*--------------------------

width < 768px

---------------------------*/

@media only screen and (max-width: 767px) {

}


/*--------------------------

width < 480px

---------------------------*/

@media only screen and (max-width: 480px) {

}