@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');

/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    list-style: none;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
main {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    vertical-align: middle;
}


/*-----------------------start-------------------------*/
body {
    font-family: "Droid Sans", Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體";
    background: #dddddd;
    /* Old browsers */
    background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 20%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 20%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dddddd 0%, #ffffff 20%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    font-size: 1em;
    line-height: 24px;
    color: #000;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    /*overflow-x: hidden;*/
    outline: none;
}

img {
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

a {
    color: #093d73;
    text-decoration: none;
    transition: ease 0.3s;
    outline: none;
}

a:hover {
    color: #cc6600;
    text-decoration: none;
}

::selection {
    background-color: #093d73;
    color: #fff;
}

::-moz-selection {
    background-color: #093d73;
    color: #fff;
}

h1 {
    font-size: 1.5em;
    line-height: 26px;
    padding: 10px 0px 5px 0px;
    letter-spacing: 1px;
}

h2 {
    font-size: 1.3em;
    line-height: 24px;
    padding: 10px 0px 5px 0px;
    letter-spacing: 1px;
}

h3 {
    font-size: 1.1em;
    padding: 10px 0px 5px 0px;
    letter-spacing: 1px;
}

h4 {
    font-size: 1em;
    padding: 10px 0px 5px 0px;
    letter-spacing: 1px;
}

p {
    padding: 5px 0px 5px 0px;
}

tr,
th,
td {
    padding: 5px 10px;
    text-align: left;
}

ul,
ol {
    margin-left: 20px;
    padding-top: 10px;
}

ul li {
    list-style: disc;
    padding: 0px 0px 8px 0px;
}

ol li {
    list-style: decimal;
    padding: 0px 0px 8px 0px;
}

.clear {
    clear: both;
    height: 0;
}

i {
    vertical-align: text-bottom;
    padding-right: 5px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體";
    line-height: 12px;
}

sub,
sup {
    font-size: 12px;
}


/*----------字體樣式/背景顏色----------*/

.bgGray {
    background-color: #eee;
}


/*----------共用----------*/

.seo {
    display: none;
}
.range{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    box-shadow: #ccc 0px 0px 30px;
    background-color: #fff;
}

/*header*/

header {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    padding: 0px 2%;
    border-top: #093d73 solid 5px;
    z-index: 9998;
    box-sizing: border-box;
    /*box-shadow: #666 0 1px 5px;*/
}

header figure {
    position: relative;
    max-width: 28%;
    width: 277px;
    float: left;
    padding-right: 3%;
    padding-top: 20px;
}

header figure img {
    display: block;
    width: 100%;
    max-width: 277px;
    height: auto;
}

nav {
    position: relative;
    width: 43%;
    float: left;
    padding-top: 14px;
    box-sizing: border-box;
}

.mailInfo {
    position: relative;
    width: auto;
    float: right;
    padding-top: 38px;
}

.mailInfo a {
    display: block;
    border: #093d73 solid 1px;
    border-radius: 50px;
    text-align: center;
    padding: 2px 15px 0px 15px;
    font-size: 0.9em;
}

.mailInfo a:hover {
    background-color: #093d73;
    color: #fff;
}

.mailInfo i {
    font-size: 22px;
}


/*footer*/

footer {
    position: relative;
    padding: 50px 2%;
    background-color: #093d73;
    color: #fff;
}

footer:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #999;
}

.copyright {
    position: relative;
    width: 25%;
    float: left;
    box-sizing: border-box;
}

.copyright figure {
    position: relative;
    padding-bottom: 10px;
}

.copyright figure img {
    display: block;
    width: 100%;
    max-width: 277px;
    height: auto;
}

.copyright p {
    font-size: 0.9em;
}

.copyright p span {
    display: block;
    padding-top: 15px;
}

.copyright p a {
    display: inline-block;
    color: #fff;
    margin-right: 5px;
}

.copyright p a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: #fff solid 1px;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 5px 0 0 0;
    text-align: center;
    /*line-height: 36px;*/
    font-size: 18px;
    transition: ease 0.3s;
}

.copyright p a:hover i {
    color: #093d73;
    background-color: #fff;
}

.footerInfo {
    position: relative;
    width: 45%;
    float: right;
    box-sizing: border-box;
    padding: 10px 0px 0 0;
}

.footerArea {
    position: relative;
    width: 35%;
    float: left;
    box-sizing: border-box;
}

.footerArea.contact {
    width: 65%;
    float: right;
    padding-right: 10px;
}

.footerArea ul {
    position: relative;
    margin: 10px 0 0 0;
    padding: 0;
}

.footerArea ul li {
    position: relative;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    font-size: 0.95em;
}

.footerArea i {
    font-size: 16px;
}

.footerArea.contact li span {
    position: relative;
    display: none;
}

.footerArea.contact li span a {
    border: #ccc solid 1px;
    color: #ccc;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 0.9em;
}

.footerArea.contact li span a:hover {
    border: #ccc solid 1px;
    color: #093d73;
    background-color: #fff;
}

.map {
    position: relative;
    width: 25%;
    float: right;
    border-radius: 10px;
    overflow: hidden;
    border: #ddd solid 5px;
    box-sizing: border-box;
    background-color: #ddd;
    padding: 0;
    margin-top: 10px;
}

.map iframe {
    position: relative;
    width: 100%;
    height: 200px;
    padding: 0;
    margin: 0;
    display: block;
}

.back-to-top {
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 40px;
    height: 40px;
    font-size: 0.9em;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    background-color: #cc6600;
    color: #fff;
    display: none;
}

.back-to-top:hover {
    color: #fff;
}


/*框架*/

main {
    position: relative;
}

.content {
    position: relative;
    width: 96%;
    margin: auto;
    padding: 50px 0px;
}

main:after,
.content:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.content h2 {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.content h2:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -135px;
    width: 270px;
    height: 1px;
    background-color: #ccc;
}

.content h2:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 5px;
    background-color: #093d73;
}


/*內頁框架*/

.insideBanner {
    position: relative;
}

.insideBanner figure {
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

.insideBanner figure img {
    display: block;
    width: 100%;
    height: auto;
}

.insideBanner h1 {
    position: absolute;
    width: 100%;
    top: 55%;
    text-align: center;
    font-size: 1.8em;
}

.brcame {
    position: relative;
    width: 96%;
    margin: auto;
    padding: 20px 0px;
    color: #093d73;
}

.brcame a {
    color: #000;
    padding: 0 5px;
}

.brcame a:first-child {
    padding: 0 5px 0 0;
}

.brcame a:hover {
    color: #093d73;
}

aside {
    position: relative;
    width: 20%;
    float: left;
    padding-bottom: 50px;
}

.insideContent {
    position: relative;
    width: 78%;
    float: right;
    padding-bottom: 50px;
    padding-right: 4%;
    box-sizing: border-box;
}

.insideContent:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.insideContent h2 {
    padding-bottom: 30px;
    font-size: 1.5em;
}


/*----------首頁----------*/

.psList {
    position: relative;
    width: 20%;
    padding: 0px 2%;
    box-sizing: border-box;
    float: left;
    text-align: center;
}

.psList a {
    position: relative;
    display: block;
    color: #000;
    font-weight: bold;
    padding: 20px 5px;
}

.psList a:hover {
    color: #fff;
    background-color: #093d73;
    border-radius: 5px;
    font-weight: normal;
}

.psList i {
    display: block;
    font-size: 50px;
    font-weight: normal;
    line-height: 80px;
}

.psList i.icon-garden {
    font-size: 55px;
}

.content.about {
    width: 100%;
    padding: 0;
}

.aboutInfo {
    position: relative;
    width: 60%;
    float: left;
    padding: 50px 2%;
    box-sizing: border-box;
}
.aboutInfo figure{
    position: relative;
    padding-top: 10px;
    max-width: 200px;
    
}
.aboutInfo figure img{
     display: block;
    width: auto;
    max-width: 200px;
    height: auto;
}
figure.aboutPic {
    position: absolute;
    width: 40%;
    height: 100%;
    overflow: hidden;
    top: 0;
    right: 0;
}

figure.aboutPic img {
    display: block;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}


/*----------焦點產品內頁----------*/

.focusBg {
    position: relative;
    background-color: #f5f5f5;
}

.focusBg time {
    color: #fff;
    background-color: #093d73;
    display: inline-block;
    padding: 0 20px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.focusSub {
    position: relative;
    color: #666;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: #ccc solid 1px;
}

.focusSub:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 5px;
    background-color: #093d73;
}

.focusContent {
    position: relative;
    padding-bottom: 20px;
    text-align: left;
}
.focusContent img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.focusBg figure {
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}

.focusBg figure img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.downloadPdf {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 10;
}

.downloadPdf a {
    display: block;
    background-color: #cc6600;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px 0px 0px 3px;
    box-shadow: #999 1px 1px 5px;
}


/*----------產品頁----------*/
#lightgallery {
	position: relative;
}
.productList {
    position: relative;
    width: 31%;
    margin: 0 2% 2% 0%;
    /*float: left;*/
    border: #eee solid 1px;
    box-sizing: border-box;
}

.productList figure {
    position: relative;
}

.productList figure img {
    width: 100%;
    height: auto;
    display: block;
}

.productInfo {
    position: relative;
    background-color: #eee;
    padding: 25px 15px;
}

.productModel {
    position: relative;
    color: #666;
    padding-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productName {
    position: relative;
    font-weight: bold;
    font-size: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productList .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: ease 0.3s;
    overflow: hidden;
}

.productList:hover .mask {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.productList .mask a {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    /*padding-top: 60%;*/
    width: 100%;
    height: 100%;
}

.productList .mask a span {
    position: absolute;
    display: block;
    border: #fff solid 1px;
    width: 120px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -60px;
    line-height: 40px;
    transition: ease 0.3s;
}

/*.productList .mask a span:hover {
    background-color: #fff;
    color: #000;
}*/


/*頁碼*/

.page {
    position: relative;
    padding-top: 20px;
}

.page a {
    position: relative;
    display: inline-block;
    width: 30px;
    line-height: 30px;
    border: #093d73 solid 1px;
    color: #093d73;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    text-align: center;
}

.page a:hover {
    background-color: #093d73;
    color: #fff;
}

.page a i {
    padding: 0;
}


/*詳細頁*/

.productDetail {
    position: relative;
    padding: 30px 0 50px 0;
    border-top: #ddd solid 1px;
}

.productDetail:first-child {
    position: relative;
    padding: 0px 0 50px 0;
    border: none;
}

.detailPic {
    position: relative;
    width: 30%;
    float: left;
    /*border: #e5e5e5 solid 1px;*/
    box-sizing: border-box;
    overflow: hidden;
}

.detailPic img{
    display: block;
    width: 100%;
    height: auto;
}

.productPic a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0%;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    content: '';
    transition: ease 0.3s;
    box-sizing: border-box;
    opacity: 0;
    filter: alpha(opacity=0);
    transition-delay: 0.2s;
}

.productPic a:before {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 11;
    top: 50%;
    left: 50%;
    border: #fff solid 1px;
    text-align: center;
    font-family: "leader";
    line-height: 60px;
    color: #fff;
    content: 'v';
    transition: ease 0.3s;
    box-sizing: border-box;
    opacity: 0;
    filter: alpha(opacity=0);
    transition-delay: 0.2s;
}

.productPic a:hover:after,
.productPic a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.detailInfo {
    position: relative;
    width: 66%;
    float: right;
}

.detailInfo ul {
    position: relative;
    margin: 0;
    padding: 20px 0 0 0;
}

.detailInfo ul li {
    position: relative;
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
}

.shareBtn {
    position: relative;
    float: right;
    width: 140px;
}

.shareBtn span {
    display: block;
    float: left;
}

.a2a_svg,
.a2a_count {
    border-radius: 50% !important;
}
.productDetail img{
    width: auto;
    max-width: 100%;
    height: auto;
    
}
.productDetail table {
    position: relative;
}

.productDetail table tr td {
    text-align: center;
}

.productDetail table tr:nth-child(even) {
    background-color: #bbd4ef;
}

.productDetail table td:before {
    content: attr(data-td) ":";
    font-weight: bold;
    width: 40%;
    text-align: left;
    display: none;
}

.productDetail iframe {
    position: relative;
    width: 960px;
    height: 480px;
    max-width: 100%;
    margin: auto;
    display: block;
}
.productDownload {
    position: fixed;
    top: 250px;
    right: 0;
    z-index: 10;
    text-align: center;
}

.productDownload a {
    display: block;
    background-color: #cc6600;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px 0px 0px 3px;
    box-shadow: #333 1px 1px 5px;
}
.productDownload  i{
    font-size: 24px;
    padding: 0;
}
.prevNext {
    position: relative;
    text-align: center;
}

.prevNext a {
    color: #666;
}

.prevNext a span.phone {
    display: none;
}

.prevNext a:hover {
    color: #cc6600;
}

.prevNext i {
    padding: 0 5px;
    font-size: 18px;
    line-height: 14px;
}


/*----------ie8----------*/

.ie8-area {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

.ie8-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.ie8 {
    position: relative;
    width: 600px;
    max-width: 90%;
    margin: 200px auto 0px auto;
    background-color: #333;
    padding: 20px;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    z-index: 99999;
    box-sizing: border-box;
}

#closeBtn {
    position: relative;
    text-align: right;
    color: #FFFFFF;
    padding-bottom: 10px;
}

#closeBtn span {
    position: relative;
    display: inline-block;
    border: #fff solid 2px;
    padding: 5px 10px;
    cursor: pointer;
    transition: linear 0.3s;
}

#closeBtn span:hover {
    background-color: #fff;
    color: #333;
}

.ie8 img {
    width: 21%;
    height: auto;
    padding: 2%;
    display: inline-block;
}


/*-----------loading----------*/

#loading {
    background-color: #ccc;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    margin: 0px;
    padding: 0;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 100%;
    margin-top: -10px;
    margin-left: -50%;
    text-align: center;
    
}

.object {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    display: inline-block;
    margin: 0 10px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

#object_one {
    -webkit-animation: object_one 1s infinite;
    animation: object_one 1s infinite;
}

#object_two {
    -webkit-animation: object_two 1s infinite;
    animation: object_two 1s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

#object_three {
    -webkit-animation: object_three 1s infinite;
    animation: object_three 1s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@media only screen and (max-width: 1280px) {
    aside {
        width: 25%;
    }
    .insideContent {
        width: 73%;
    }
    .productList {
        width: 47.5%;
    }
    .productName {
        font-size: 1.1em;
    }
    .detailPic {
        width: 40%;
    }
    .detailInfo {
        width: 56%;
    }
}