﻿@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);


/* CSS Document */
.banner .bxslider li > a{
width: 100%;
display: block;
height: 100%;
}
body {
    font-size: 15px;
    color: #333;
    background-color:#fff;
}

p {
    line-height: 24px;
    margin-bottom: 24px;
}

.wrapfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a {
    color: #666;
    transition:all 0.4s ease;
}

a:hover {
    color: #52CED5;
}

.btn-primary {
    background: #5ab0e1;
    color: #fff;
    text-align: center;
    border: none;
    transition:all 0.4s ease;
	font-size:17px;
	padding:8px 30px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background: #0c2e52;
}

.btn-default {
    border: 1px solid #DFDFDF;
    color: #888;
    transition:all 0.4s ease;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    background-color: #0c2e52;
    color: #fff;
}

/* 防止float溢出 */
.content .txt:after,
.content .list-box .txt-list li:after,
body.news .content h3:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#floating {
    display:none;
}
#floating .btn-floating {
    background-color: #749A00;
    display: block;
    width: 28px;
    height: 58px;
    position: absolute;
    left: -30px;
    margin: 1px;
    padding: 10px 3px;
    display: none;
}

#floating .btn-floating .icon-arrow {
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
    width: 32px;
    height: 40px;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}

#floating ul li {
    padding: 10px 0;
}

#floating ul li + li {
    border-top: 1px solid #E7E7E7;
}

#floating ul li a {
    display: block;
    background: url(../images/all/floating_icon.png) no-repeat;
    width: 56px;
    height: 60px;
    color: #bbb;
    padding: 40px 0 0;
    font-size: 10px;
    text-align: center;
    position: relative;
}

#floating ul li a:hover {
    color: #333;
}

#floating ul li.b1 a {
    background-position: 0 0px;
}

#floating ul li.b2 a {
    background-position: 0 -80px;
}

#floating ul li.b3 a {
    background-position: 0 -160px;
}

#floating ul li.b1 a:hover {
    background-position: -56px 0;
}

#floating ul li.b2 a:hover {
    background-position: -56px -80px;
}

#floating ul li.b3 a:hover {
    background-position: -56px -160px;
}

#floating ul li a .num {
    position: absolute;
    right: 8px;
    top: 0;
    background-color: #EB0F0F;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    min-width: 20px;
    height: 20px;
}

#floating ul li a .txt-en {
    display: none;
}

.jcarousel-wrapper {
    position: relative;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.jcarousel li a {
    display: block;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: auto;
}

.pic a {
    display: block;
}

/********************* Header *********************/
.header {
    
}

.header .navbar {
    z-index: 99;
    box-shadow:0 4px 4px rgba(0,0,0,0.3);
    background-color:#ececec;
    transition:all 0.4s ease;
    position:relative;
}
body.is_scroll .header .navbar {
    z-index: 99;
    position:fixed;
    width:100%;
}

.header .navbar .navbar-brand {
    background: url(../images/all/logo.png) no-repeat;
    display: block;
    height: 91px;
    padding: 0;
    text-indent: -9999px;
    width: 364px;
    margin:24px 0;
    background-position:50% 50%;
}

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}

.header .navbar .navbar-nav {
    float: right;
    margin:50px -25px 0 0;
    background: none;
}
.header .navbar .navbar-nav li {
    margin-bottom:0;
}
.header .navbar .navbar-nav li a {
    color: #333;
    font-weight: bold;
    padding:5px 20px 25px;
}
.header .navbar .navbar-nav li a:hover,
.header .navbar .navbar-nav li.b>a {
    background: none;
}

.header .navbar .navbar-nav li a::after {
    content:"";
    display:block;
    position:absolute;
    height:4px;
    width:0px;
    background-color:#fff;
    bottom:-18px;
    left:5%;
    transition: all 0.2s linear;
}
.header .navbar .navbar-nav li a::before {
    left:0;
}
.header .navbar .navbar-nav li a::after {
    right:0;
}

.header .navbar .navbar-nav li a::before {
    left:0;
}
.header .navbar .navbar-nav li a::after {
    right:0;
}
.header .navbar .navbar-nav li a:hover::after {
    background-color:#00568b;
    width:90%;
}
.header .navbar .navbar-nav li ul li a{
    padding:5px 20px;
    color:#15578d;
    text-shadow:none;
}
.header .navbar .navbar-nav li ul li a:hover{
    border:none;
    background-color:rgba(21,87,141,0.2);
}
.header .navbar .navbar-nav li ul li a:hover::before,
.header .navbar .navbar-nav li ul li a:hover::after {
    display:none;
}




.header .navbar .navbar-nav li a .txt-en {
    font-weight: normal;
    font-size:11px;
    text-transform:uppercase;
    position:absolute;
    margin-top:20px;
    width:120px;
    text-align:center;
    left:50%;
    margin-left:-60px;
}

.header .navbar .navbar-nav li a:focus {
    background-color: transparent;
}

.header .navbar .navbar-nav li a:hover .txt-en,
body.about .header .navbar .navbar-nav li.b1 a .txt-en,
body.product .header .navbar .navbar-nav li.b2 a .txt-en,
body.news .header .navbar .navbar-nav li.b3 a .txt-en,
body.contact .header .navbar .navbar-nav li.b4 a .txt-ens {
    color: #999;
}

.header .navbar .sub-nav {
    position: absolute;
    right: 100px;
    top: 0px;
}

.header .navbar .sub-nav li {
    padding: 0 5px;
}

.header .navbar .sub-nav li.b2{
    display:none;
}
.header .navbar .sub-nav li a {
    color:#333;
    font-size:13px;
}
.header .navbar .sub-nav li a:hover {
    position: relative;
    background-position:center bottom;
    color:#c00;
}

.header .navbar .sub-nav li.b2 a:hover {
    background-position:center bottom;
}


.header .navbar .btn-default {
    color:#fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size:13px;
    background-color:#00568b;
    padding:3px 10px;

}
.header .navbar .btn-default:hover {
    color:#fff;
}
.header .navbar .lang {
    position: absolute;
    right: 0px;
    top: 0px;
}

.header .navbar .lang .dropdown-menu {
    color: #fff;
    border: none;
    border-radius: 0;
    box-shadow:none;
    background-color:#00568b;
    padding:0;
    margin:0;
    min-width:100%;
}
.header .navbar .lang .dropdown-menu > li > a{
    padding:3px 10px;
    color:#fff;
    border-top:1px dashed rgba(255,255,255,0.2);
    font-size:13px;
}

.header .navbar .lang span.caret {
    margin:0 5px;
}
.header .navbar .lang.open span.caret {
    transform:rotate(180deg);
}
.header .navbar .lang .dropdown-menu a {
    color: #15578d;
    font-size:12px;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
}

/********************* 捲動 Header *********************/
body.is_scroll .header .navbar .navbar-nav li a::after {
    bottom:-7px;
}
body.is_scroll .header .navbar .navbar-brand {
    margin:13px 0;
}

body.is_scroll .header .navbar {
    z-index: 99;
    position:fixed;
    width:100%;
    box-shadow:none;
    border-bottom:1px solid #ccc;
	border-radius:0;

}

body.is_scroll .header .navbar .navbar-nav{
    margin-top:38px;
}
body.is_scroll .header .navbar .navbar-header .navbar-brand,
body.is_scroll  #logo{
    height:70px;
    background-size:auto 50px;
    background-position:50% 50%;
}

/*----------------------- Banner -----------------------*/
.banner {
    position: relative;
}

.banner .container {
    max-width: 1114px;
    padding: 0;
}
.banner .bxslider{
    display:none;
}
.banner .bx-wrapper .bxslider{
    display:block;
}
.banner .bxslider li {
    background-position: center top;
    background-repeat: no-repeat;
    height: 360px;
    text-align:center;
}



body.home .banner .bxslider li {
    height: 460px;
}

body.home .banner .bxslider li.s1 {
    background-image: url("../images/home/banner_bg_01.jpg");
}

body.home .banner .bxslider li.s2 {
    background-image: url("../images/home/banner_bg_02.jpg");
}

body.home .banner .bxslider li.s3 {
    background-image: url("../images/home/banner_bg_03.jpg");
}

body.home .banner .bxslider li.s4 {
    background-image: url("../images/home/banner_bg_04.jpg");
}

.banner .bxslider li img {
    width: 100%;
    display:none;
}

body.home .banner .bxslider li img {
    display: none;
}

.bx-wrapper {
    margin-bottom: 0;
}

.bx-wrapper .bx-viewport {
    left: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.bx-wrapper .bx-pager.bx-default-pager {
    bottom: 30px;
    padding: 0 20px;
    z-index:99;
    text-align:center;
    position:absolute;
    width:100%;
}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
    display:inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
    text-align: center;
    background:#ddd;
    border-radius: 10px;
    width:17px;
    height:17px;
    display:block;
    text-indent:-9999px;
    margin:7px;
}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active {
    background: #003d80;
}

.bx-wrapper .bx-pager.bx-default-pager  .bx-pager-item a:hover {
    background:#acd4ff;
}
/*------- 首頁區塊內 item --------*/
.QaNewsBox .bx-wrapper .bx-pager.bx-default-pager {
    bottom: -15px;
}
.QaNewsBox .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
    width:12px;
    height:12px;
    margin:4px;
}


.banner .bx-wrapper .bx-controls-direction {
    display: none;
}

body.full .banner .container {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

body.full .banner .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
}

body.full .banner .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
}


.header_ex {
}

.banner .txtBox{
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 30px 30px;
    color: #fff;
    width: 50%;
    position: absolute;
    top: 30%;
    left: 10%;    
}
.banner .txtBox h2{
    border-bottom:2px solid #fff;
    padding-bottom: 10px;
    font-weight:bold;
}

.banner .txt.editor {
    height: 100%;
    display: inline-block;
    width: 100%;
    text-align:initial;
    padding:30px;
}
/********************* Footer *********************/
.footer {
    padding: 0;
    background:rgba(0, 0, 0, 0) url("../../../upload/web/index/bg02.jpg") no-repeat scroll 50% 0 / cover ;
}
.footer .logo{
    background: url(../images/all/logo2.png) no-repeat 50% 50%;
    height:106px;
    margin-top:10px;
}

.footer_top{
}
.footer_top ul{
    margin-bottom:0;
    position:absolute;
}
.footer_top ul li {
    padding: 0;
}

.footer_top ul li:nth-child(2n) {
        color: #fff;
        display:none;
}

.footer_top ul li,
.footer_top ul li a {
    color: #fff;
    padding:8px 5px;
    font-weight:bold;
    font-size:16px;
}
.footer_top ul li:nth-child(8n+7){
    clear:right;
}

.footer_top ul li a:hover {
    color: #59b7e2;
}

.footer_top ul li a .txt-en {
    display: none;
}

.footer_content {
    line-height: 22px;
    font-size: 14px;
    color: #fff;
}
.footer_content ul{
    margin:10px 20px;
}
.footer_content .sitemap ul li a{
    display:block;
    color:#fff;
    padding:1px 10px;
}
.footer_content .sitemap ul li a:hover{
    color:#59b7e2;
}
.footer_content .sitemap ul li a .txt-en{
    display:none;
}
.footer_content .info{
    background: url(../images/all/logo2.png) no-repeat 50% 0;
    padding-top:70px;
}
.footer_content .info ul li{
    margin-bottom:7px;
    padding-left:30px;
    background: url(../images/all/icon01.png) no-repeat 0 5px;
}
.footer_content .info ul li:nth-child(2){
    background: url(../images/all/icon02.png) no-repeat 0 5px;
}
.footer_content .info ul li:nth-child(3){
    background: url(../images/all/icon03.png) no-repeat 0 5px;
}

.footer .copy{
    background-color:#004a7c;
    transform: skewX(-30deg);
}
.footer ul{
    margin:40px 0;
}
.footer .siteinfo{
    transform: skewX(30deg);
}
.footer .siteinfo ul::before{
    content:"";
    display:block;
    width:100%;
    height:75px;
    background: url(../images/all/logo2.png) no-repeat 50% 0;
    left:50%;
    /*min-width:313px;*/
}
.footer .sitemap{
    z-index:999;
}

.footer_content .link{
    text-align:center;
}
.footer_content .link ul li a{
    text-indent: -999999px;
    display: inline-block;
    width:36px;
    height:36px;
}
.footer_content .link ul li a{
    margin:10px 5px;
    transition:all 0.4s ease;
    width:40px;
    height:40px;
    border-radius:5px;
}
.footer_content .link ul li a:hover{
    height:45px;
    margin-bottom:5px;
}
.footer_content .link ul li a.foo_fb{
    background: url(../images/all/f01.png)no-repeat 50% 50% #fff;
}
.footer_content .link ul li a.foo_li{
    background: url(../images/all/f02.png)no-repeat 50% 50% #fff;
}
.footer_content .link ul li a.foo_pi{
    background: url(../images/all/f03.png)no-repeat 50% 50% #fff;
}
.footer_content .link ul li a.foo_pi:hover::before,
.footer_content .link ul li a.foo_pi:focus::before,
.footer_content .link ul li a.foo_pi:active::before{
    content:"";
    display:block;
    position:absolute;
    background:url(../../../upload/web/index/170117143928.jpg) no-repeat 50% 50%;
    width:132px;
    height:132px;
    border-radius:5px;
    z-index:99;
}

.footer_content ul li a.telSec {
    background: none;
    text-indent: inherit;
    border: none;
    color: #fff;
    margin: 0;
    padding: 0;
}

.footer_content ul li a:hover{
        border-color: #066334;

}
.footer .copyright b {
}


.footer .copyright {
    display: block;
    text-align:center;
    display:none;
}
.footer .siteinfo {
    text-align:center;
}

.footer .siteinfo ul {
    /*display: inline-block;*/
}

.footer .siteinfo ul > li {
}

/*.footer .siteinfo ul > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #000;
}*/

.footer .siteinfo ul > li label {
    margin: 0 5px 0 0;
    color: #888;
    display:none;
}

.footer .siteinfo .sitemap-link {
    display: inline-block;
    background: url(../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}

.footer .siteinfo .sitemap-link:hover {
    position: relative;
    top: 2px;
}

.footer .powered,
.footer .powered a {
    color: #AAA;
    display:none;
}

/********************* Main *********************/
.main {
    z-index: 20;
}

.side h3 {
    color: #5A9E7C;
    font-size: 15px;
    text-align: center;
    line-height: 28px;
}

.side h3 .txt-en,
.side h3 .txt-tw {
    display: block;
}

.side h3 .txt-tw {
    border: 1px solid #B1B1B1;
    background: #306E00;
    color: #fff;
    padding: 1px 0;
    border-radius: 3px;
    border: none;
}

.side .side_title {
    color: #59b7e2;
    font-size: 15px;
    text-align: center;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.side .side_title .txt-en,
.side .side_title .txt-tw {
    display: block;
}

.side .side_title .txt-tw {
    border: 1px solid #041d37;
    background: #0c2e52;
    color: #fff;
    padding: 1px 0;
    border-radius: 3px;
    border: none;
}
.side .side_title .txt-en{
    color:#fff;
    position:absolute;
    top:0;
    opacity:0.1;
    font-size:32px;
    text-transform:uppercase;
    right:0;
}
/*
.menu,
.search-box {
    position: relative;
    z-index: 10;
    margin-bottom: 0px;
    max-width: 254px;
}
*/


.side .nav > li + li {
    border-top: 1px dashed #ccc;
}

.side .nav > li a {
    display: block;
    line-height: 20px;
    padding: 8px 10px 8px 20px;
    color: #333;
    background-position: -10% 8px;
    background-size:20px auto;
}

.side .nav > li a:hover,
.side .nav > li a:focus,
.side .nav > li.active a {
    background: url(../images/all/list_icon.png) no-repeat 3px 8px;
    color: #ca365f;
    padding-left:30px;
}

.side .nav > li > ul {
    padding-left:18px;
    list-style-type: none;
}

.side .nav > li > ul > li {
}

.side .nav > li > ul > li > a,
.side .nav > li > ul > li > a:hover {
    background: url(../images/all/list_icon2.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

.side .nav > li > ul > li > ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav > li > ul > li > ul > li {
}

.side .nav > li > ul > li > ul > li > a,
.side .nav > li > ul > li > ul > li > a:hover {
    background: url(../images/all/list_icon3.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}






/*----------------------- Content -----------------------*/
.main_content {
    min-height: 600px;
    padding: 40px 0;
}

body.home .main_content {
    min-height: 0;
}
body.home .main_content > .container{
    width:100%;
}
.content .breadcrumb {
    background: none;
    margin: 0;
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: -20px;
}

.breadcrumb > li + li:before {
    content: "＞";
}

.content .breadcrumb .txt-en {
    display: none;
}

.content h1,
body.show .content h2 {
    font-size: 34px;
    color:#15578d;
    padding: 6px;
    margin: 10px auto ;
    text-align: center;
}
body.show .content h1 {
    text-align:left;
}
.content h1 .txt-tw,
body.show .content h2 .txt-tw{
    display:block;
    position:relative;
}
.content h1 .txt-en,
body.show .content h2 .txt-en {    
    font-size:15px;
    color:#999;
    position:relative;
}

/*.content h1,
body.show .content h2 {
    background: rgba(0, 0, 0, 0) url("../images/all/icon02.png") no-repeat scroll 0 90% / auto 40px;
    font-size: 33px;
    color: #0c2e52;
    padding: 20px 0 10px 90px;
    margin:0 0 20px;
    display:table;
}

body.home .content h1{
    background:none;
}
body.show .content h1 {
    display:block;
}
.editor h1,
.editor h2{
    background:none !important;
    padding-left:0 !important;
}
.content h1 .txt-en,
body.show .content h2 .txt-en{
    color:#aaa;
    font-size:20px;
    margin:5px 15px 0;
}
    */




.content .content-banner {
    margin-bottom: 20px;
}

.content .txt {
    padding: 10px;
    line-height: 24px;
}

.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    background: url(../images/all/btn_more.png) no-repeat;
    text-indent: -9999px;
}

.content .btn-more:hover {
    background-position: 0 -24px;
}

.content .btn-normal {
    background: none;
    color: #1c3b67;
    border: 1px solid #1c3b67;
}

.content .btn-normal:hover {
    color: #fff;
    border-color: #1c3b67;
    background-color: #1c3b67;
}

.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    padding-left: 30px;
    border-bottom: 1px dotted #ccc;
    background: url(../images/all/icon_list.png) no-repeat 8px 12px;
    background-color: rgba(255,255,255,0.5);
}
.content .list-box .txt-list li:hover {
    background-color: rgba(240,240,240,0.4);
}



.content .list-box .txt-list li a {
    display: block;
    line-height: 28px;
    padding: 10px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #000;
}

.content .list-box .txt-list li span {
    float: right;
    line-height: 20px;
    padding: 3px 20px;
    display: inline-block;
    color: #aaa;
    font-size: 13px;
}

.content .editor h1,.content .editor h2 {
    border-bottom: none;
    padding: 0;
    margin-top: 10px;
}

body.faq .content .list-box .txt-list li span{
    display:none;
}

.content .list-box .txt-list li span.news-title {
    float: left;
    color: #848275;
    width: 78%;
}

.content .list-box .txt-list li.list-header {
    background: none;
    padding-left: 40px;
    padding-right: 15px;
    border-bottom: 1px solid #D4D4D4;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    color: #000;
    font-size: 18px;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

.content .works-box .pic-carousel li a {
    display: block;
}
body.home .content .works-box li:after,
body.home .content .works-box li:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    pointer-events: none;
}
body.home .content .works-box.a li:after,
body.home .content .works-box.a li:before{
    bottom: 3px;
}

body.home .content .works-box li:before{
    content: "";
    z-index:2;
}
body.home .content .works-box.a li:before{
    content: "";
    z-index:2;
}

body.home .content .works-box .bx-wrapper .bx-viewport {
    margin:30px 0;
}
body.home .content .works-box ul{
    display:inline-block;
    margin-bottom:0;
}
body.home .content .works-box li .info {
    color:#666;
    font-size:15px;
}
body.home .content .wid-home-news.works-box li .info p{
    margin:0 0 15px;
    color:#00568b;
    font-size:19px;
    text-align:left;
}
body.home .content .works-box li .info p{
    margin:15px 0;
    color:#666;
    font-size:19px;
}
body.home .content .wid-home-product .txt-tw:before{
    background: url(../images/all/icon06.png)no-repeat center top;
    height:76px;
}
.content .works-box .bx-wrapper .bx-default-pager {
    display:none;
}
.content .wid-home-news.works-box .bx-wrapper .bx-default-pager {
    display:block;
}

.content .works-box .bx-wrapper .bx-controls-direction a {
    position:absolute;
    top:50%;
    width: 40px;
    height: 60px;
    display:block;
    background: url(../images/all/arrow3.png) no-repeat;
    text-indent:-9999px;
}

.content .works-box .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -40px;
}

.content .works-box .bx-wrapper .bx-controls-direction a.bx-next {
    right: -40px;
    background-position:50% -60px;
}

.content .contact-box ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.content .contact-box ul li.phone {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.content .sec.product01_2::before {
    content:"";
    display:block;
    position:absolute;
    width:100%;
    height:71px;
    background-color:#ececec;
}
.content .sec.about03::before {
    content:"";
    display:block;
    position:absolute;
    width:100%;
    height:71px;
    background-color:#00568b;
}
.content .sec {
    padding: 0px;
    padding-bottom:30px;
    line-height: 24px;
}
.content .sec.product01_2 {
    padding-bottom:0px;
}

.content .btn-box {
    margin: 0 0 20px;
    clear: both;
    border-top: 1px solid #DADADA;
    padding-top: 15px;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager {
    text-align: left;
    display: inline-block;
    margin: 0 0 20px;
    float: left;
}

.content .btn-box .pager li {
    margin: 0 5px;
}

.content .btn-box .pager li > a {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #DFDFDF;
    color: #888;
    padding: 5px 20px;
}

.content .btn-box .pager li > a:hover {
    background-color: #0c2e52;
    border-color:#0c2e52;
    color: #fff;
}

.content .btn-box .pager li > a .icon {
    display: none;
}

body.product.p02 .content .btn-box {
    border: none;
}

body.news.show .content .btn-box,
body.faq.ask .content .btn-box,
body.product.show .content .btn-box,
body.member .content .btn-box,
body.album.show .content .btn-box {
    text-align: center;
}

body.news.show .content .btn-box .pager,
body.faq.ask .content .btn-box .pager,
body.product.show .content .btn-box .pager,
body.member .content .btn-box .pager,
body.album.show .content .btn-box .pager {
    float: none;
}

.content .btn-box a .icon {
    background: url(../images/all/pager_icon.png) no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.content .btn-box a .icon-first {
    background-position: -6px -1px;
}

.content .btn-box a .icon-prev {
    background-position: -6px -29px;
}

.content .btn-box a .icon-next {
    background-position: -6px -58px;
}

.content .btn-box a .icon-last {
    background-position: -6px -87px;
}

.content .btn-box a .icon-back {
    background-position: -6px -112px;
}

.content .btn-box .page-info {
    float: right;
    margin: 0 5px;
    text-align: center;
    color: #888;
}

.content .btn-box .page-info select {
    border: 1px solid #DFDFDF;
    min-width: 60px;
    margin-right: 10px;
}


.content .btn-box a span {
    margin-right: 5px;
}

.content .table {
    margin-bottom: 0;
}

.content .table > thead > tr > th {
    border-bottom: 1px solid #DADADA;
    color: #888;
    text-align: center;
}

.content .table > tbody > tr > td {
    vertical-align: middle;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.content .table > tbody > tr > td a {
    color: #CE0005;
}

.content .table > tbody > tr > td a:hover {
    text-decoration: underline;
}

.content .table > tbody > tr > td.pic img {
    max-width: 100px;
}

.content .table > tbody > tr > td.pic img:hover {
    opacity: 0.7;
}

.content .table > tbody > tr > td.qty .input-group .form-control {
    padding: 6px;
    text-align: center;
    border-color: #DFDFDF;
}

.content .table > tbody > tr > td .input-group {
    width: 100px;
    margin: 0 auto;
}

.content .table > tbody > tr > td .btn {
    margin: 0;
    color: #888;
}

.content .table > tbody > tr > td .btn:hover,
.content .table > tbody > tr > td .btn:focus,
.content .table > tbody > tr > td .btn:active {
    color: #fff;
    text-decoration: none;
}

.content .table > tbody > tr > td .tn {
    display: none;
}

.content .table.no-border th,
.content .table.no-border td {
    border: none;
}

.content .table.no-border tr {
    border-bottom: 1px dotted #ccc;
}

.content .table.no-border th {
    text-align: right;
    width: 100px;
}

.content .table.no-border td {
    text-align: left;
    vertical-align: top;
}

.content .form-horizontal .control-label {
    font-size: 14px;
}


.form-horizontal .row .form-inline {
    padding-bottom: 15px;
}

.form-horizontal .row .form-inline .zip-code {
    width: 20%;
    min-width: 72px;
}

.gotop {
    background: #36B9C0;
}

.gotop a {
    background:url(../images/all/gotop.png)no-repeat center;
    width:60px;
    height:60px;
    position:fixed;
    bottom:19%;
    right:5%;
    text-indent:-9999px;
    z-index: 9999999;
}

.gotop a .txt-en {
    display: block;
}

.gotop a .txt-tw {
    color: #bdebed;
    font-size: 13px;
    border-top: 1px solid #bdebed;
    padding: 5px 40px;
    display:none;
}
/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .content h2,
body.home .content span.h2 {
    font-size: 28px;
    font-weight:bold;
    color:#00568b;
    padding: 6px;
    margin: 0 auto;
    padding:20px 0;
    letter-spacing:1px;
    text-align:center;
	text-transform:uppercase;
}
body.home .content h2 .txt-tw,
body.home .content span.h2 .txt-tw{
    display:block;
    position:relative;
}

body.home .content h2 .txt-tw + .txt-en{
}

body.home .content h2 .txt-en,
body.home .content span.h2 .txt-en{
    color:#5a9e7c;
    display:none;
}
body.home .content h2 .txt-en,
body.home .content span.h2 .txt-en {    
    font-size:15px;
    color:#999;
    position:relative;
}

/*----------------------------------------- 首頁 home 關於我們 --------------------------------------*/
body.home .content .topBox h2{
    display:block;
    color:#000;
    font-size:39px;
    margin:0 0 20px;
    font-weight:normal;
	line-height:1.3;
	text-transform:none;
}
body.home .content .topBox h2::after{
    content:"";
    display:block;
    position:relative;
    width:16%;
    height:2px;
    background-color:#000;
    left:50%;
    margin-left:-8%;
    margin-top:35px;
}
body.home .content .topBox h2 .txt-tw .font01 {
    font-weight:bold;
    color:#00568b;
}
body.home .content .topBox h2 .txt-en {
    color:#15578d;
    font-size:17px;
    padding:15px;
}
body.home .content .topBox .txt p {
    color:#333;
    padding:0 10%;
    letter-spacing:0.03em;
    line-height:1.8em;
    font-size:16px;
}
body.home .content .topBox .clear {
    clear:both;
    height:0;
}
body.home .content .about01 .list {
    margin:0 auto;
}
body.home .content .about01 .list li::before {
    content:"";
    display:block;
    background: url(../../../upload/web/index/icon.png) no-repeat 50% 0;
    width:75px;
    height:75px;
    color:#004a7c;
    margin-top:-75px;
}
body.home .content .about01 .list {
    margin:-20px 20% 20px;
}
body.home .content .about01 .list p::before {
    content:"";
    display:block;
    position:absolute;
    left:50%;
    margin-top:-85px;
    margin-left:-37px;
    background: url(../../../upload/web/index/icon.png) no-repeat 50% 0;
    width:75px;
    height:75px;
    color:#004a7c;
}
body.home .content .about01 .list > div:nth-child(2) p::before { background-position:50% -75px;}
body.home .content .about01 .list > div:nth-child(3) p::before { background-position:50% -150px;}
body.home .content .about01 .list > div:nth-child(4) p::before { background-position:50% -225px;}

body.home .content .about01 .list p {
    border:1px solid #004a7c;
    padding:0px 15px;
    margin:20px;
    text-align:center;
    margin:90px auto 30px;
    display:table;
    border-radius:20px;
    color:#004a7c;
}


/*----------------------------------------- 首頁 about 關於我們 --------------------------------------*/
body.home .content .about02 {
    background: url(../../../upload/web/index/bg01.jpg) no-repeat center center;
    padding:4% 0;
    background-size:cover;
    color:#fff;
}
body.home .content .about02 .container > div  {
}
body.home .content .about02 h2 {
    font-size:36px;
    letter-spacing:3px;
    color:#fff;
    text-align:left;
    border-bottom:1px solid #fff;
    display:block;
    padding:30px 0;
    margin:10px 0;
	line-height:1.3;
	text-transform:none;
}
body.home .content .about02  p {
    color:#fff;
    font-size:18px;
    line-height:1.8em;
    padding:20px 7px;
    letter-spacing:0.01em;
    font-size:15px
}

body.home .content .about02  a.btn-more {
    background: url(../images/home/arrow3.png) no-repeat 95% 50%;
    background-color:#004a7c;
    position:relative;
    top:100%;
    left:0;
    display:table;
    color:#fff;
    padding:10px 40px;
    margin:20px 7px;
    text-transform:uppercase;
    text-indent:0;
    font-size:19px
}
body.home .content .about02  a.btn-more:hover {
    background-color:#b30000;
}


/*----------------------------------------- 首頁 home 服務項目 --------------------------------------*/
body.home .content .topBox2 > div {
    padding:0;
    margin-bottom:20px;
}
body.home .content .topBox2 > h2 {
    color:#fff;
}
body.home .content .topBox2 .txt{
    z-index:99; 
    width:100%;
    padding:0;  
}
body.home .content .topBox2 a span{
    display:block;
    padding:10px 0;
}
body.home .content .topBox2 a .txt-tw{
    font-size:26px;
    text-align:center;
}
body.home .content .topBox2 a .txt-en{
}
body.home .content .topBox2 .txt a{
    position:absolute;
    padding:15%;
    background-color:rgba(0,0,0,0);
    transition:all 0.4s ease;
    color:#fff; 
    font-size:15px;
    opacity:1;
}
body.home .content .topBox2 .txt a:hover::after{
    content:"";
    display:block;
    position:absolute;
    top:5%;
    right:5%;
    left:5%;
    bottom:5%;
    border:2px solid rgba(255,255,255,0.6);
}
body.home .content .topBox2 .txt a:hover{
    top:0;
    right:0;
    left:0;
    bottom:0;
    background-color:rgba(0,0,0,0.6);
    opacity:1;
}

body.home .content .topBox2 .txt a .sub{
    display:block;
    max-height:80px;
    overflow:hidden;
    text-overflow: ellipsis;
}
body.home .content .topBox2 .pic{
    width:100%;
    z-index:0; 
}
body.home .content .topBox2 .pic img{
    width:100%;
}



/*----------------------------------------- 首頁 home 商品系統 --------------------------------------*/
/*body.home .content .imgBox{
    margin:40px 0;
    background:url(../images/home/04.jpg)no-repeat center top;
    height: 600px;
    text-align: center;
}
body.home .content .imgBox .info{
    display: inline-block;
    width: 400px;
    background: rgba(172,166,166,0.7);
    margin: 90px auto 0;
    text-align: center;
    padding: 20px 27px;
    color: #000;
    font-weight: bold;
}
body.home .content .imgBox .info .txt-tw:before{
    background: url(../images/all/icon05.png)no-repeat center top;
    height:75px;
}
body.home .content .imgBox .info .txt-en{
    color:#fff;
}
body.home .content .imgBox .txt-en:before, 
body.home .content .imgBox .txt-en:after{
    background:#fff;
}
body.home .content .imgBox .info .txt{
    padding:0;
    padding: 0;
    margin: 20px 0 30px;
    display: block;
    font-size:14px;
}
body.home .content .imgBox .info a{
    color: #b7e576;
    border: 1px solid #b7e576;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 400;
    margin: 8px 0 16px;
    display: inline-block;
}
body.home .content .imgBox .info a:hover{
    color: #7B4791;
    border-color: #7B4791
}
body.home .content .btn-more {
    top: 10px;
    right: 0;
    display:none;
}*/
 
/*----------------------------------------- 首頁 home 訊息系統 (純文字) --------------------------------------*/
body.home .content .wid-home-news {
    margin-left: 0;
}

body.home .content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

body.home .content .wid-home-news .txt-list li {
    padding-left: 14px;
    background-position: 0 4px;
    background-color: transparent;
}

body.home .content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #ACE7EB;
}

body.home .content .wid-home-news .txt-list li a {
    padding: 2px 0;
    font-size: 13px;
}

body.home .content .wid-home-news .txt-list li a span {
    padding: 3px 0;
    font-size: 12px;
}

/*----------------------------------------- 首頁 home 訊息系統 (捲動) + 商品系統 --------------------------------------*/
body.home .btn-more{
    display:none;
}

body.home .content .works-box li a{
    background-color:#fff;
    transition:all 0.5s ease;
}
body.home .content .works-box li a:hover p{
    color:#000;
}
body.home .content .works-box li a .pic{
    overflow:hidden;
}
body.home .content .works-box li a .pic img{
    transition:all 0.5s ease;
}
body.home .content .works-box li a:hover .pic img{
    transform:scale(1.1);
}
body.home .content  a .info{
    position:relative;
    text-align: left;
    color: #666;
    padding:10px 10px 20px;
    font-size:15px;
    line-height:22px;
}
body.home .content .info p{
    margin-bottom: 0;
    color: #666;
    font-size: 21px;
    font-weight:500;
    margin: 0;
    text-align:center;
    letter-spacing:1px;
}
body.home .content a .info small{
    color:#999;
    display:block;
    margin:0;
}
/*----------------------------------------- 首頁 home 常見問題 --------------------------------------*/
body.home .QaNewsBox > div:nth-child(3) .btn-more{
    display:block;
    top:100%;
    left:15px;
    right:15px;
    z-index:99;
    text-indent:0;
    height:auto;
    line-height:35px;
    background:none;
    background-color:#2b759a;
    color:#fff;
    text-align:center;
    margin-top:-30px;
}
body.home .QaNewsBox > div:nth-child(3) .btn-more:hover {
    color:#ff0;
}
body.home .content .QaNewsBox .bx-wrapper .bx-pager{
}
body.home .content .QaNewsBox .bx-wrapper .bx-controls-direction{
    display:none;
}
body.home .content .QaNewsBox .wid-home-qa{
    margin:30px 0;
}
body.home .content .QaNewsBox .panel-default{
    border:none;
}
body.home .content .wid-home-qa .panel-heading{
    border: 1px solid #00568b;
    color:#00568b;
    padding: 23px 15px 18px;
    position: relative;
    background-color:#fff;
    border-radius:6px;
    margin-bottom:25px;
    transition:all 0.15s ease;
}
body.home .content .QaNewsBox .panel-heading:hover{
    border-right-width:3px;
    background-color:#00568b;
    color:#fff;
}
body.home .content .QaNewsBox .panel-title{
    font-size: 18px;
    line-height:18px;
    color: #0c2e52;
    padding: 10px 0;    
}
body.home .content .QaNewsBox .panel-title a{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 20px 45px 15px 15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;   
}
body.home .content .QaNewsBox .panel-heading:hover a{
    color:#fff;
}
body.home .content .QaNewsBox .panel-body{
    color: #000;
    font-size: 15px;
/*  max-height: 250px;
    overflow: scroll;
    overflow-x: hidden;   */
}
body.home .content .QaNewsBox .panel-body a.more{
    display: block;
    text-align: right;
        padding: 0 0 15px;
}
body.home .content .QaNewsBox .panel-body a.more:hover{
    color: #ff0021;
}
body.home .content .QaNewsBox .panel-title a.collapsed::before,
body.home .content .QaNewsBox .panel-title a::before{
    content:"more";
    width: 20px;
    height: 100%;
    display: inline-block;
    float: right;
    color:#59b7e2;
    font-size:11px;
    background:none;
    margin-right:-25px;
}

/*----------------------------------------- 首頁 home 粉絲團 --------------------------------------*/
body.home .content .wid-home-fbShare {
    width:100%;
    min-height:480px;
}
body.home .content .fb-page{
    position:absolute;
    left:50%;
    margin:0 auto;
    margin-left:-170px;
}

body.home .content .fb-page::before,
body.home .content .fb-page::after{
    content:"facebook";
    display:block;
    position:absolute;
    top:136px;
    left:0;
    width:auto;
    height:90px;
    background-color:#0c2e52;
    color:rgba(255,255,255,0.8);
    font-size:80px;
    font-weight:bold;
    z-index:99;
    border-radius:6px 6px 0 0;
}

body.home .content .fb-page::before{
    transform:rotate(-90deg);
    margin-left:-228px;
}
body.home .content .fb-page::after {
    transform:rotate(90deg);
    left:100%;
    margin-left:-130px;
}

/*----------------------------------------- 首頁 home 聯絡資訊 --------------------------------------*/
body.home .content .contactBox{
    background:#f2f2f2;
    padding:40px 0;
}
body.home .content .contactBox h2{
    color:#5a9e7c;
    margin-bottom:20px;
}
body.home .content .contactBox h2 .txt-tw:before{
    display:none;
}
body.home .content .contactBox ul{
    margin: 0 auto;
    text-align: center;
    color: #5a9e7c;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    position:relative;
}
body.home .content .contactBox ul li:nth-child(1){
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    color: #808080;
    padding: 5px 20px;
    border: 1px solid #ccc;
    border-top: none;

}
body.home .content .contactBox ul li:nth-child(2){
    padding-top:20px;
}
/*----------------------------------------- 相簿 album --------------------------------------*/
body.album .content h3 {
    color: #23989f;
    border: 1px solid #ACE7EB;
    padding: 10px;
}

.content .album-list a {
    margin: 20px 0;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content .album-list a:hover {
    opacity: 0.7;
}

.content .album-list a img {
    width: 100%;
}

.content .album-list a h4 {
    text-align: center;
    color: #666;
    font-size: 15px;
}

.content .album-list a .pic {
    border: 1px solid #ACE7EB;
    padding: 2px;
}

.pic-gallery {
    margin-bottom: 40px;
}

.pic-gallery .pic-stage {
    margin: 0 auto 20px;
    width: 87%;
}

.pic-gallery .pic-stage ul li a {
    display: block;
}

.pic-gallery .pic-pager {
    position: relative;
    margin: 0 40px;
}

.pic-gallery .pic-pager .jcarousel div a {
    opacity: 0.5;
}

.pic-gallery .pic-pager .jcarousel div a.active {
    opacity: 1;
}

.pic-gallery .pic-stage .bx-wrapper .bx-pager {
    display: none;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a,
.pic-gallery .pic-pager .jcarousel-control {
    background: url(../images/all/gallery_btn.png) no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

.pic-gallery .pic-pager .jcarousel div {
    overflow: auto;
    width: 20000em;
    position: relative;
    list-style-type: none;
}

.pic-gallery .pic-pager .jcarousel div a {
    float: left;
    padding: 0 5px;
}

.pic-gallery .pic-pager .jcarousel div a img,
.pic-gallery .pic-stage ul li a img {
    width: 100%;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-prev {
    background-position: 0 0;
    left: -45px;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -38px 0;
    right: -45px;
}

.pic-gallery .pic-pager .jcarousel-control-prev {
    background-position: -80px 0;
    left: -40px;
}

.pic-gallery .pic-pager .jcarousel-control-next {
    background-position: -120px 0;
    right: -40px;
}


/*----------------------------------------- 活動訊息 news --------------------------------------*/
body.news .content h3 {
    font-size: 20px;
    line-height: 1.4;
    padding: 10px 20px;
    background: #EFEFEF;
    color: #000;
}

body.news.show .content h1.title {
    font-size: 20px;
    line-height: 1.4;
    padding: 10px 20px;
    background:rgba(12,46,82,0.1);
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
    border: none;
}

h3.border-around {
    border: 1px solid #6a5b54;
}

body.news .content h3 small {
    float: right;
    line-height: 28px;
    font-size: 13px;
}

body.news.show .content h1.title small {
    float: right;
    line-height: 28px;
    font-size: 13px;
}

body.news .content ul>li>h3{
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
    background: none;
    color: inherit;
}


/*----------------------------------------- 常見問題 faq --------------------------------------*/

.faq-box {
    margin-bottom: 50px;
}

.faq-box .st {
    color: #36B9C0;
    position: absolute;
    left: 15px;
    top: 13px;
    font-size: 16px;
}

.faq-box .panel {
    border: none;
    background: none;
}

.faq-box .panel + .panel {
    margin-top: 0;
}

.faq-box .panel > .panel-heading {
    background: none;
    border-bottom: 1px dotted #ccc;
    padding: 0;
    position: relative;
}

.faq-box .panel > .panel-heading a {
    padding: 15px;
    display: block;
    padding-left: 48px;
}

.faq-box .panel > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    position: relative;
    padding-left: 48px;
    border-bottom: 1px dotted #ccc;
    color: #888;
}

.btnbox-ask {
    text-align: right;
}

body.faq .content .list-box .txt-list li.list-header a h2 {
    color: inherit;
    font-size: inherit;
    padding: 0;
    margin: 0;
    line-height: inherit;
    display: inline;
}

body.faq .content .list-box .txt-list li>h3{
    font-size: inherit;
    margin: 0;
    padding: 0;
    line-height: inherit;
    color: inherit;
}


/*----------------------------------------- 作品展示 product --------------------------------------*/
.content .list-mode {
    text-align: center;
    color: #848275;
}

.content .list-mode label {
    display: none;
}

.content .list-mode .btn-group {
    display: inline-block;
}

.content .list-mode .btn-group .btn-mode {
    color: rgba(128,128,128,0.4);
    background: none;
    border: none;
    padding: 5px 8px;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 22px;
}

.content .list-mode .btn-group .btn-mode.active {
    color: #808080;
}

.content .list-mode .btn-group .btn-mode:hover {
    color: #3A6FA9;
}

.content .list-mode .btn-group .btn-mode .mode-txt {
    display: none;
}

body.product .content .product-list .item {
    border: 3px solid #D7D7D7;
    margin: 10px 0;
    position: relative;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    background-color: #F3F3F3;
}

body.product.p02 .content .product-list .item {
    margin-bottom: 60px;
}

body.product .content .product-list .item:hover {
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-color: #428bca;
}

body.product .content .product-list.mode1 .item.i1 > a ul {
    height: 20px;
}

body.product .content .product-list.mode1 .item.i2 > a ul {
    height:;
}

body.product .content .product-list.mode1 .item.i3 > a ul {
    height: 60px;
}

body.product .content .product-list.mode1 .item.i4 > a ul {
    height: 80px;
}

body.product .content .product-list .item > a {
    -ms-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

body.product .content .product-list a {
    display: block;
}

body.product .content .product-list a .pic {
    -ms-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    background: #fff;
    padding: 10px;
}

body.product .content .product-list a .pic img {
    -ms-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    width: 100%;
}

body.product .content .product-list a:hover .pic img {
    opacity: 0.7;
}

body.product .content .product-list a .info {
    padding-top: 5px;
    text-align: center;
}

body.product .content .product-list a h4 {
    color: #15578d;
    font-size: 15px;
    text-align: center;
}

body.product .content .product-list a h3 {
    color: #000;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

body.product .content h2.t2 {
    color: #757575;
    font-size: 30px;
    border-bottom: 1px solid #CCC;
    padding: 0px 0 10px 55px;
    margin-top: 0;
    margin-bottom: 10px;

    position:relative;
}

/*body.product .content h2 .txt-tw{
    color: #979797;
    font-size: 18px;
    margin-left: 10px;
}*/

body.product .content .product-list ul {
    color: #848484;
    font-size: 13px;
    list-style-type: none;
    text-align: center;
    margin-bottom: 0;
}

body.product .content .quick-buy .form-control {
    padding: 5px;
    vertical-align: top;
    display: inline-block;
    width: auto;
}

body.product .content .quick-buy .btn {
    -ms-border-radius: 37px;
    -moz-border-radius: 37px;
    -webkit-border-radius: 37px;
    border-radius: 37px;
    width: 50px;
    height: 50px;
    background: #848484 url(../images/all/icon_cart.png) no-repeat center center;
    color: #fff;
    text-indent: -9999px;
    position: absolute;
    bottom: -23px;
    right: 50%;
    margin-right: -27px;
    background-size: 24px;

    /*width: 74px;
    height: 74px;*/
    /*bottom: -38px;
    right: 50%;
    margin-right: -37px;*/
}

body.product .content .quick-buy .btn:hover {
    background-color: #F48C9F;
}

body.product .content .product-list.mode1 .quick-buy {
    padding: 10px 10px 50px;
    text-align: center;
}

body.product .content .product-list.mode1 .quick-buy ul,
body.product .content .product-list.mode1 .quick-buy ul li {
    display: inline-block;
    vertical-align: top;
}

body.product .content .product-list.mode1 .quick-buy .form-control.qty {
    width: 30%;
    vertical-align: middle;
}

body.product.p02 .content .product-list.mode1 .item .info p {
    display: none;
}

body.product .content .product-list.mode2 > div {
    float: none;
    width: 100%;
    clear: both;
}

body.product .content .product-list.mode2 .item {
    position: relative;
    margin-bottom: 20px;
}

body.product .content .product-list.mode2 .item:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

body.product .content .product-list.mode2 .item .pic {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    -ms-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

body.product .content .product-list.mode2 .item > a {
    padding: 10px;
    width: 70%;
    float: left;
}

body.product .content .product-list.mode2 .item .info {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    text-align: left;
}

body.product .content .product-list.mode2 .item .info h4 {
    margin-bottom: 10px;
    text-align: left;
}

body.product .content .product-list.mode2 .item .info ul {
    text-align: left;
}

body.product .content .product-list.mode2 .item .info ul li {
}

body.product .content .product-list.mode2 .item .info p {
    margin: 5px 0 0;
    clear: both;
    color: #888;
    font-size: 14px;
    line-height: 1.4;
}

body.product .content .product-list.mode2 .item .quick-buy {
    width: 16%;
    float: left;
    padding: 20px 0 15px;
}

body.product .content .product-list.mode2 .item .quick-buy .form-control {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

body.product .content .product-list.mode2 .item .quick-buy .btn {
    right: 10px;
    bottom: 50%;
    margin-right: 0;
    margin-bottom: -37px;
}

body.product .content .content-banner {
    margin-top: 20px;
    border: 1px solid #635338;
    padding: 2px;
}

body.product .content .icon-addcart {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/all/icon_cart.png) no-repeat;
    vertical-align: text-bottom;
    background-size: 100% auto;
    margin-bottom: -6px;
}


body.product.show .content .product-pic {
    margin-bottom: 10px;
}

body.product.show .content .product-pic a {
    display: block;
}

body.product.show .content .product-pic a .img-zoom {
    width: 100%;
}

body.product.show .content .product-pic .zoomPad {
    float: none;
}

body.product.show .content .jcarousel-wrapper {
    padding: 0 20px;
}

body.product.show .content .jcarousel-control-prev,
body.product.show .content .jcarousel-control-next {
    background: url(../images/home/arrow.png) no-repeat;
    display: block;
    top: 50%;
    width: 24px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
}

body.product.show .content .jcarousel-control-prev {
    left: 0;
}

body.product.show .content .jcarousel-control-next {
    right: 0;
    background-position: 0 -40px;
}

body.product.show .content .jcarousel li a {
    padding: 2px;
    border: 1px solid #DCDCDC;
}

body.product.show .content .jcarousel img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto !important;
}

body.product.show .content .info h3 {
    margin-top: 0;
    font-size: 18px;
}

body.product.show .content .info h1{
    margin-top: 0;
    font-size: 18px;
    padding: 10px;
    background: #EFEFEF;
    color: #000;
    margin-bottom: 10px;
    border: none;
}

body.product.show .content .info h1:before{
    display:none;
}


body.product.show .content .info .txt {
    /*min-height: 200px;
    padding: 0;
    padding-bottom:60px;*/
    min-height: 50px;
    padding: 0;
    padding-bottom: 30px;
}

body.product.show .content .info .txt ul {
    margin-left: 0;
}

body.product.show .content .info .txt ul li {
}

body.product.show .content .quick-buy {
    border-top: 1px solid #AAA16F;
    padding-top: 10px;
    margin-bottom: 10px;
}

body.product.show .content h3 {
    font-size: 18px;
    padding: 10px;
    background: #EFEFEF;
    color: #000;
}

body.product.show .content h3 small {
    margin-left: 10px;
    color: #888;
}

body.product.show .content .txt {
    padding: 10px;
}

body.product.show .content .quick-buy .btn {
    position: static;
    margin: 0;
    text-indent: 0;
    background-image: none;
    width: auto;
    height: auto;
    line-height: 42px;
    font-size: 18px;
}

body.product.show .content .quick-buy .form-control,
body.product.show .content .quick-buy .btn {
    vertical-align: middle;
}

body.product.show .content .product-list .item {
    margin-bottom: 20px;
    /*height: 265px;*/
    overflow: hidden;
}

body.product.show .content .info .txt ul li.priceLi {
    color: #fb1c55;
    font-weight: bold;
    font-size: 16px;
}

body.product .content .product-list .item.i2 > a ul li:nth-child(2) {
    color: #fb1c55;
    font-weight: bold;
    font-size: 14px;
}

/*----------------------------------------- 會員專區 member --------------------------------------*/

body.member .content .nav-func li a {
    text-align: center;
    color: #888;
    border: 1px solid #CACACA;
    padding: 20px 10px;
    width: 116px;
    margin-bottom: 15px;
}

body.member .content .nav-func li a .glyphicon {
    font-size: 26px;
    margin-bottom: 15px;
    color: #444;
}

body.member .content .nav-func li a:hover {
    color: #aaa;
    border-color: #888;
}

body.member .content .nav-func li a:hover .glyphicon {
    color: #aaa;
}

body.member.register .content .form-group .checkbox a {
    color: #9C7212;
}

body.member.register .content .form-group .checkbox a:hover {
    text-decoration: underline;
}

body.member #membership {
    max-width: 700px;
    display: none;
}

body.member .content .form-border {
    padding: 50px 20px;
}

body.member.register.finish .content .form-border {
    padding: 40px 50px;
}

body.member.forget .content .form-border {
    padding-top: 30px;
}


body.member .content {
    padding-bottom: 20px;
}
body.member .content .outside > div{
    padding:0;
}
/*----------------------------------------- 訂單查詢 order --------------------------------------*/
body.order.show #msg-box {
    display: none;
    min-width: 300px;
}
/*----------------------------------------- 購物車 cart --------------------------------------*/
.content .sec h3 {
    color: #000;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #AFAFAF;
    margin: 0 0 20px;
    position: relative;
}

body.cart.p03 .content .sec h3,
body.cart.help .content .sec h3 {
    border:none;
    font-size: 20px;
    line-height: 1.4;
    padding: 10px 20px;
    background: #EFEFEF;
    color: #000;
}

body.cart.help .content .sec p {
    padding: 0 10px;
    margin-bottom: 10px;
}

body.cart.help .content .sec ul {
    padding: 0 10px;
    margin-left: 20px;
}

.content .sec h3 span {
    margin-right: 10px;
}

.content .sec .sum {
    text-align: right;
    padding-right: 20px;
    font-size: 15px;
    border-top: 1px solid #DADADA;
    line-height: 36px;
}

body.cart .content p {
    font-size: 14px;
}

body.cart .content p a {
    display: inline-block;
    color: #000;
}

body.cart .content p a:hover {
    color: #888;
}

body.cart .content .btn-box {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

body.cart .content .invoice-title {
    display: inline-block;
    margin-left: 5px;
}

body.cart .content .hint {
    float: right;
}

body.cart .content .btn-list {
    color: #000;
    display: inline-block;
    line-height: 24px;
    font-size: 13px;
    position: absolute;
    right: 5px;
    border: 1px solid #D4D4D4;
    padding: 0 5px;
}

body.cart .content .btn-list:hover {
    color: #888;
    border-color: #ccc;
}

body.cart .content .btn-list span {
    margin-right: 10px;
}

body.cart .content .invoice .btn-list {
    position: static;
    margin-top: 12px;
    float: right;
}

body.cart .content .invoice .form-inline:after {
    content: " ";
    clear: both;
    display: block;
}

body.cart .lightbox-list {
    min-width: 400px;
    display: none;
}

body.cart .lightbox-list h4 {
    font-size: 18px;
    padding: 0 5px;
}

body.cart .lightbox-list h4 small {
    display: inline-block;
}

body.cart .lightbox-list .glyphicon {
    margin-right: 5px;
}

body.cart .lightbox-list ul li {
    border-top: 1px solid #62544C;
}

body.cart .lightbox-list ul li a {
    color: #666;
    padding: 10px;
    display: block;
}

body.cart .lightbox-list ul li a:hover {
    background-color: #eee;
}


/*----------------------------------------- 聯絡我們 contact --------------------------------------*/
body.contact .content .map iframe {
    width: 100%;
    height: 200px;
}

body.contact .content .contact-box h3 {
    margin-bottom: 10px;
}

body.contact .content .contact-box ul li {
    padding-left: 10px;
}

/*----------------------------------------- 客服表單_新增三頁 --------------------------------------*/

body.contact .content p.form-control-static{
    font-size:16px;
	margin:15px 0 5px 0;
}
body.contact .content .contact-box2 h2 {
	color:#666;
	font-size:30px;
	letter-spacing:1px;
	font-style:italic;
	margin-top:40px;
}
body.contact .content .contact-box2 h2 span {
	padding:0 10px;
}
body.contact .content .contact-box2 h2 .txt-tw {
}
body.contact .content .contact-box2 h2 .txt-en {
	color:#999;
	font-size:14px;
}
body.contact .content .contact-box2 h3 {
	color:#fff;
	background-color:#80c2ff;
	text-align:center;
	font-size:20px;
	letter-spacing:1px;
	padding:10px;
	margin-top:20px;
}

body.contact .content .contact-box2 .form-horizontal {
	width:95%;
}
body.contact .content .contact-box2  .form-group{
    margin:20px 0;
}
body.contact .content .contact-box2 .form-horizontal .control-label {
	font-size:18px;
	color:#0c2e52;
	font-weight:normal;
    padding-top:0;
}
body.contact .content .contact-box2 .form-horizontal  label .txt-en {
	display:block;
	color:#999;
	font-size:14px;
	line-height:1.3;
}
@media (max-width: 768px) {
    body.contact .content .contact-box2 .form-horizontal label .txt-en {
        display:inline-block;
        margin:0 10px;
    }
}

body.contact .content .contact-box2 .form-horizontal  label input[type=radio]{
	margin-left:15px;
}

body.contact .content .contact-box2 .btn-box {
	border:none;
	text-align:center;
}

/*------ 引子合成訂單收合區 ------*/
body.contact .content .contact-box2 .panel-group .panel{
    border-radius:10px;
    margin-top:20px;
    width:95%;
}
body.contact .content .contact-box2 .panel-heading{
    padding:0;
    background-color:transparent;
}

body.contact .content .contact-box2 .panel-title > a{
	background-color:#0c2e52;
    color:#fff;
    font-size:22px;
    display:block;
    border-radius:10px 10px 0 0;
    padding:20px 40px;
}
body.contact .content .contact-box2 .panel-title > a.collapsed{
	background-color:#f2f2f2;
    color:#0c2e52;
    border-radius:10px;
}
body.contact .content .contact-box2 .panel-title > a::after {
    content:"－";
    display:block;
    position:absolute;
    font-size:40px;
    right:10%;
    margin-top:-38px;
}
body.contact .content .contact-box2 .panel-title > a.collapsed::after {
    content:"+";
    display:block;
    position:absolute;
    font-size:40px;
    right:10%;
    margin-top:-38px;
    color:#bbb;
}

body.contact .content .contact-box2 .panel-group .panel-heading + .panel-collapse > .panel-body{
    border:1px solid #0c2e52;
    border-radius:0 0 10px 10px;
}

/*------ 三頁訂單送出畫面 ------*/
p.date {
    text-align:right;
    border:none;
}
table.form-horizontal{
    width:100%;
    border-style:solid;
    border-color:#ddd;
    margin-bottom:30px;
}
table.form-horizontal td,
table.form-horizontal th {
	padding:5px 10px;
	color:#555;
    border-style:solid;
    border-color:#ddd;
}
table.form-horizontal th {
	font-size:16px;
	color:#0c2e52;
	font-weight:normal;
	text-align:right;
	vertical-align:top;
    background-color:#f5f5f5;
    width:25%;
}
table.form-horizontal.row th {
    width:auto;
    text-align:center;
}

table.form-horizontal td.h2 {
	color:#000;
	font-size:22px;
	letter-spacing:1px;
    text-align:center;
    background-color:#ccc;
}

table.form-horizontal th  .txt-en {
	display:block;
	color:#999;
	font-size:13px;
	line-height:1.3;
}


/*----------------------------------------- widgets --------------------------------------*/
/* 預設共用 */
.wid {
    position: relative;
    z-index: 10;
}

.side .wid h3 .side-toggle {
    display: none;
}

.side .wid .side_title .side-toggle {
    display: none;
}

.side1 .wid {
    max-width: 254px;
    margin-bottom: 0px;
}

/* 搜尋產品 wid-search */
.wid-search h3 {
    color: #5A9E7C;
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.wid-search h3 .txt-tw {
    display: none;
}

.wid-search .side_title {
    color: ##59b7e2;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.wid-search .side_title .txt-tw {
    display: none;
}

.wid-search .form-group {
    width: 100%;
}

.wid-search .form-group .form-control {
    margin-bottom: 5px;
    width: 100%;
}

.wid-search .btn {
    width: 100%;
}

.wid-search .btn .txt-en {
    display: none;
}

/* 商品推廌 wid-slideBanner */
.wid-slideBanner ul {
    list-style-type: none;
}

.wid-slideBanner ul li a {
    display: block;
}

.wid-slideBanner ul li a img {
    width: 100%;
}

.wid-slideBanner .jcarousel-control-prev,
.wid-slideBanner .jcarousel-control-next {
    position: absolute;
    display: block;
    width: 18px;
    height: 30px;
    background: url(../images/home/arrow.png) no-repeat;
    background-size: 100% auto;
    top: -39px;
}

.wid-slideBanner .jcarousel-control-prev {
    right: 16px;
}

.wid-slideBanner .jcarousel-control-next {
    right: 0;
    background-position: 0 -30px;
}

.form-group input[type=checkbox]+label {
  margin-right: 1em;
}



/*---------------------- 下拉選單 subNav  dropdownMenu --------------------*/
 .navbar .navbar-nav .dropdown_submenu.pos_static {
        position: static;
    }

    .navbar-nav .dropdown_submenu > ul > li > ul > li {
        list-style: none;
    }

        .navbar-nav .dropdown_submenu > ul > li > ul > li a {
            display: block;
        }

    .navbar-nav .dropdown_submenu .dropdown-menu {
        left: auto;
        margin-top: -4px;
    }

    .navbar-nav .minwidth {
        min-width: 100px;
        padding: 0;
    }

    .header .navbar .navbar-nav li a {
        background-color: inherit;
    }

    .navbar-nav .dropdown_submenu {
        position: relative;
    }

    li.hover_r_sider.dropdown_submenu {
        position: relative;
    }


    .navbar-nav .dropdown-menu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    @media (min-width: 768px) {
        .navbar-nav .dropdown_submenu > ul > li > ul > li {
            /* margin-left: 15px; */
            }
        .dropdown_submenu .dropdown_submenu > a:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-left-color: #ccc;
            margin-top: 5px;
            margin-right: -10px;
        }
    }
/*------------------------subNav  dropdownMenu --------------------*/
body.product #ez_share{
/*top:-129px;*/
top:0;
}
.footer_top .wid-page_unit{
    display:none;
}
.footer a.tel {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}


body.home .content .topBox2 .txt a .sub{
    text-shadow:  2px 2px 6px #333;
}

body.home .content .topBox2 a .txt-en{
    font-size:26px;
    text-align:center;
    text-shadow: 3px 3px 5px #333;
}
body.home .content .topBox2 a .txt-tw{
    text-shadow: 3px 3px 5px #333;
}

