@charset "utf-8";
/* CSS Document */

@import "routine.css";


* {
    outline: 0;
}

a,
a:active,
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}

body {
    font-family: "微軟正黑體";
    background: #ebebeb;
}

/*************************************/

/*               header              */

/*************************************/

header {
    background: #292929;
    z-index: 10;
    width: 100%;
}

.header-content {
    margin-top: 30px;
}

.logo {
    margin: 18px 0 15px;
}

.lang-767 {
    display: none;
}

.lang-content {
    text-align: right;
    margin-top: 10px;
}


.btn-default {
    height: 38px;
    border: 1px solid #c0c0c0;
    border-radius: 20px;
    color: #c0c0c0;
    background: #292929;
    font-size: 16px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    background: #cfa504;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    background: #cfa504;
    color: #fff;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background: #cfa504;
    color: #fff;
}

.lang-content .dropdown-menu {
    min-width: 130px !important;
}

@media (max-width:991px) {
    header {
        position: static;
    }
    .logo {
        margin: 12px auto 10px;
    }

    .lang-content {
        width: 280px;
        margin: 0 auto;
        overflow: hidden;
        display: none;
    }

    .header-content {
        margin-top: 0;
    }
}

@media (max-width:991px) {
    .header-lang {
        display: none;
    }

    .lang-767 {
        display: block;
        text-align: center;
        margin-top: 12px;
    }

    .lang-767 p a,
    .lang-767 p {
        color: #282828;
    }

    .lang-767 p a:hover,
    .lang-767 p a.lang-active {
        color: #8e8e8e;
    }

    .logo-991 {
        display: none;
    }

    .logo {
        max-width: 180px;
    }
}

@media (max-width:767px) {
    .logo {
        max-width: 160px;
        margin: 10px auto 8px;
    }
}

@media (max-width:480px) {
    .logo {
        max-width: 150px;
        margin: 10px auto 6px;
    }

    .lang-767 {
        margin-top: 5px;
    }

    .header-info {
        display: none;
    }
}


/*************************************/

/*             navigation            */

/*************************************/

.nav-content .navbar {
    min-height: 40px;
}

.navbar-nav > li {
    padding: 0 15px;
}

.navbar-collapse.collapse {
    float: right;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #cfa504;
}

nav.navbar.bootsnav ul.nav > li > a {
    position: relative;
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.nav-active > a {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 5px 0 #e0ba27;
}

.nav-content .navbar-brand {
    height: 40px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

ul.navbar-nav > li > ul > li > a {
    font-size: 17px;
}

.search-li {
    display: none !important;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #cfa504;
    color: #fff !important;
}

.icon-991 {
    display: none;
}

@media (max-width:991px) {
    nav.navbar.bootsnav ul.nav > li > a:after,
    nav.navbar.bootsnav ul.nav > li:last-child > a:before {
        display: none;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
        top: -1px;
    }

    .navbar-default .navbar-nav > .active > a:focus {
        color: transparent;
        background-color: transparent;
    }

    ul.navbar-nav > li > ul > li > a {
        font-size: 17px;
        font-weight: bold;
        color: #555 !important;
    }

    ul.navbar-nav > li > ul > li > a.active,
    ul.navbar-nav > li > ul > li > a.focus,
    ul.navbar-nav > li > ul > li > a.on {
        color: #cfa504 !important;
    }

    ul.navbar-nav > li > ul > li:last-child a {
        border-bottom: none;
    }

    .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-collapse.collapse {
        float: none;
    }

    .icon-991 {
        display: inline-block;
        margin-right: 8px;
        font-size: 19px;
        color: #fff;
    }

    nav.navbar.bootsnav ul.nav > li > a:hover,
    nav.navbar.bootsnav ul.nav > li.nav-active > a {
        color: #fff;
        font-weight: bold;
        box-shadow: 0 2px 0 #e0ba27;
    }
}

@media (max-width:991px) {
    .search-li {
        display: block !important;
    }

    .search-li.logo-li {
        display: inline-block !important;
    }

    .search-li .navbar-form {
        margin-top: 0;
        margin-bottom: 0;
    }

    .search-li .navbar-form {
        padding: 0 15px;
    }

    .search-li .form-control:focus {
        border-color: #ccc;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .search-li .form-control {
        height: 35px;
    }

    .search-li .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }

    nav.navbar.bootsnav ul.nav > li:first-child > a:hover {
        background-color: transparent;
    }

    .search-li p a {
        width: 50%;
        display: inline-block;
        text-align: center;
        background: #cfa504;
        border: none;
        border-right: 1px solid #fff;
        margin-bottom: 10px;
        line-height: 35px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
    }

    .search-li p a:hover {
        color: #000;
    }

    .search-li p a:last-child {
        border-right: none;
    }

    .search-li .navbar-form {
        padding: 0;
    }

    nav.navbar.bootsnav .navbar-toggle {
        margin-top: 30px;
        width: 35px;
    }
}

@media (max-width:767px) {
    nav.navbar.bootsnav .navbar-toggle {
        margin-top: 25px;
    }
}



/*************************************/

/*              banner               */

/*************************************/

.banner {
    position: relative;
}

.banner_arrow {
    background-size: contain;
    background-repeat: no-repeat;
    width: 43px;
    height: 46px;
    display: block;
    position: absolute;
    top: 55%;
    margin-top: -23px;
}

.carousel-control .banner_left {
    left: 35px;
    background-image: url(../tw_img/banner/left.png);
}

.carousel-control .banner_right {
    right: 35px;
    background-image: url(../tw_img/banner/right.png);
}

.carousel-control .banner_left:hover {
    background-image: url(../tw_img/banner/left_hover.png);
}

.carousel-control .banner_right:hover {
    background-image: url(../tw_img/banner/right_hover.png);
}


@media (max-width:767px) {
    .banner {
        margin-top: 0;
    }

    .banner_arrow {
        width: 23px;
        height: 49px;
        top: 50%;
        margin-top: -25px;
    }

    .carousel-indicators li {
        width: 15px;
        height: 15px;
    }
    .carousel-indicators .active {
        width: 15px;
        height: 15px;
    }

    .carousel-control .banner_left,
    .carousel-control .banner_right {
        display: none;
    }
}

@media (max-width:550px) {
    .carousel-indicators {
        display: none;
    }
}


/*************************************/

/*            index-about            */

/*************************************/

.index-about {
    background: url(../tw_img/index/index_bg.jpg) top right no-repeat;
    padding-bottom: 352px;
    position: relative;
}

.index-about-bg {
    position: absolute;
    top: -55px;
    max-width: 1140px;
    z-index: 1;
}

.index-about-text {
    position: absolute;
    top: -10px;
    right: 70px;
    background: #fff;
    padding: 30px 30px 40px;
    max-width: 350px;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}

.index-about-text h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #939393;
    margin-bottom: 20px;
}

.index-about-text h3 {
    font-size: 24px;
    color: #cfa504;
    line-height: 35px;
    font-weight: bold;
}

.index-about-text h3 span {
    font-family: Arial;
    font-size: 29px;
    font-weight: 900;
    text-transform: uppercase;
}

.index-about-text p {
    font-size: 16px;
    line-height: 22px;
    color: #292929;
    text-align: justify;
}

@media (max-width:1200px) {
    .index-about {
        padding-bottom: 252px;
    }

    .index-about-bg {
        top: -55px;
        max-width: 940px;
    }

    .index-about-text {
        max-width: 450px;
    }
}

@media (max-width:991px) {
    .index-about {
        padding-bottom: inherit;
        background-size: cover;
    }

    .index-about-bg {
        top: 0;
        max-width: 750px;
        position: static;
    }

    .index-about-text {
        position: static;
        background: rgba(255, 255, 255, 0.6);
        max-width: inherit;
        box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15);
    }

    .index-about-bg img {
        box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15);
    }
}

@media (max-width:767px) {
    .index-about-text {
        padding: 20px;
    }
}


/*************************************/

/*             index other           */

/*************************************/

.index-title {
    padding: 55px 0 15px;
    text-align: center;
    background: #393939;
    position: relative;

}

.index-title:after {
    content: url(../tw_img/other/arrow.png);
    position: absolute;
    bottom: -22px;
    left: 0;
    background: #ebebeb;
    width: 100%;
}

.index-title h3 {
    font-size: 24px;
    color: #cfa504;
    line-height: 30px;
}

.index-title h3 span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width:1200px) {
    .index-title {
        padding: 75px 0 15px;
    }
}

@media (max-width:991px) {
    .index-title {
        padding: 18px 0 15px;
    }
}

/*************************************/

/*               index hp            */

/*************************************/

.index-hp {
    margin-top: 30px;
}

.hp-list {
    border-top: 1px solid #fff;
}

.hp-list:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.hp-list p {
    background: #fff;
    padding: 10px;
    color: #292929;
    font-size: 18px;
    text-align: center;
}



/*------------hover zoom-----------*/

.hp-box {
    overflow: hidden;
}

.hover01 .hp-list img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 .hp-list:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/*************************************/

/*               footer              */

/*************************************/

footer {
    padding: 16px 0;
    background: #282828;
    /*	border-top:10px solid #fff;*/
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.7);
}

footer .container {
    position: relative;
}

footer h5 {
    font-family: Arial;
    font-size: 30px;
    font-weight: 600;
    color: #555555;
    text-transform: uppercase;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #363636;
    margin-bottom: 10px;
}


.footer-add {
    margin-left: 0;
}

.footer-add li {
    display: inline-block;
    font-size: 17px;
    color: #c2c2c2;
    line-height: 35px;
}

.footer-add li:nth-child(1) {
    width: 100%;
}

.footer-add li:nth-child(2),
.footer-add li:nth-child(3),
.footer-add li:nth-child(4) {
    width: 30%;
}

.footer-add li i {
    color: #c2c2c2;
    margin-right: 8px;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.footer-add li a {
    color: #c2c2c2;
}

.footer-add li:nth-child(5):hover i,
.footer-add li a:hover {
    color: #ffcb00;
}

.qrCode {
    float: right;
}

#gotop {
    width: 138px;
    height: 50px;
    padding: 10px 15px;
    position: absolute;
    background-image: url(../tw_img/other/top.png);
    background-repeat: no-repeat;
    z-index: 101010;
    opacity: 1;
    top: 20px;
    right: 170px;
    cursor: pointer;
}

@media (max-width:1200px) {
    .footer-add li:nth-child(2),
    .footer-add li:nth-child(3),
    .footer-add li:nth-child(4) {
        width: 27%;
    }
}

@media (max-width:991px) {
    #gotop {
        top: 0;
    }
}

@media (max-width:767px) {
    .footer-add {
        text-align: center;
        margin-left: 0;
    }



    .footer-add li:nth-child(2),
    .footer-add li:nth-child(3),
    .footer-add li:nth-child(4) {
        width: 100%;
    }

    .qrCode {
        float: none;
        margin: 75px auto 0;
        max-width: 110px;
    }

    #gotop {
        top: -4px;
        right: 15px;
    }
}

@media (max-width:680px) {
    footer {
        padding: 16px 0 5px;
    }

    .footer-add {
        margin-bottom: 12px;
    }

    .footer-add br {
        display: none;
    }

    .footer-add li:nth-child(2),
    .footer-add li:nth-child(3),
    .footer-add li:nth-child(4) {
        width: 100%;
    }

    .footer-add li {
        display: block;
        width: 100%;
        text-align: center;
        padding-left: 0;
        line-height: 25px;
        font-size: 15px;
    }

    .qrCode {
        margin: 65px auto 0;
        max-width: 80px;
        margin-right: 25px;
    }
}

@media (max-width:480px) {
    footer h5 {
        font-size: 26px;
    }
}

@media (max-width:390px) {
    #gotop {
        top: -45px;
    }
}

@media (max-width:530px) {
    .col-530 {
        width: 100%;
    }

    .qrCode {
        margin: 0 auto 10px;
    }
}



.footer_below {
    padding: 12px 0;
    font-family: Arial;
    background: #9c7c00;
    border-top: 1px solid #cfa504;
}

.footerUl2 {
    list-style-type: none;
    color: #282828;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 0;
}

.footerUl2 li {
    display: inline;
}

.footerUl2 li a {
    color: #282828;
    font-size: 15px;
}

.footerUl2 li a:hover {
    text-decoration: underline;
    color: #fff;
}

.line {
    padding: 0 10px;
}


@media (max-width: 991px) {
    .footer_below {
        padding: 6px;
    }

    .footerUl2 {
        text-align: center;
    }

    .footerUl2 {
        padding-left: 0;
    }

    .footerUl2 li {
        display: inherit;
    }

    .footerUl2 br {
        display: none;
    }

    .line {
        display: none !important;
    }
}

@media (max-width: 650px) {
    .footerUl2 {
        text-align: center;
    }

    .dis2 {
        display: inline;
    }
}


@media (max-width: 530px) {
    .footerUl2 {
        font-size: 14px;
    }
}

/*************************************/

/*             page-title            */

/*************************************/

.page-title {
    background: #393939;
    padding: 28px 10px 21px;
    text-align: center;
    position: relative;
    font-size: 18px;
    line-height: 18px;
    color: #c0c0c0;
    vertical-align: baseline;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.page-title:after {
    content: url(../tw_img/other/arrow.png);
    position: absolute;
    bottom: -19px;
    left: 0;
    background: #ebebeb;
    width: 100%;
}

.page-title > span {
    font-size: 28px;
    color: #cfa504;
    margin-left: 10px;
}

.page-title > span > span {
    font-weight: 900;
    font-size: 33px;
    font-family: 'Roboto Condensed', sans-serif;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.page-title br {
    display: none;
}

@media (max-width:767px) {
    .page-title > span {
        font-size: 22px;
        line-height: 28px;
    }

    .page-title {
        padding: 15px 10px;
    }
}

@media (max-width:580px) {
    .page-title > span {
        font-size: 20px;
    }

    .page-title {
        font-size: 17px;
        padding: 10px 10px;
    }

    .page-title > span > span {
        font-size: 26px;
    }
}

@media (max-width:400px) {
    .page-title > span {
        line-height: 32px;
    }

    .page-title br {
        display: block;
    }

    .page-title {
        padding: 12px 10px 10px;
    }

    .page-title > span > span {
        font-size: 24px;
    }
}



/*************************************/

/*               about               */

/*************************************/

h3.about {
    font-size: 22px;
    color: #1d1d1d;
    line-height: 22px;
    margin-bottom: 8px;
}

h3.about span {
    font-size: 17px;
    color: #a0a0a0;
}

.about-img {
    margin: 15px auto 0;
    text-align: center;
}

.about-img li {
    display: inline-block;
    width: 14%;
    margin: 10px auto 0;
}

/*-----------------------table start-----------------*/

h3.distribution {
    text-align: center;
    font-weight: bold;
    margin: 30px 0;
}

table.table-bordered.aboutfeature {
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    border-left: 1px solid #1f1f1f;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
table.table-bordered.aboutfeature > tfoot > tr > td {
    border: 1px solid #1f1f1f;
    vertical-align: middle;
}

table.table-bordered.aboutfeature tr:first-child {
    line-height: 47px;
    font-weight: bold;
    background: linear-gradient(to bottom, #cacaca, #fff);
    background: -webkit-linear-gradient(to bottom, #cacaca, #fff);
    background: -moz-linear-gradient(to bottom, #cacaca, #fff);

}

table.table-bordered.aboutfeature tr {
    line-height: 48px;
}

.desPfeature {
    margin: 35px 0;
    box-shadow: 1px 1px 4px 2px #bdbdbd;
    padding: 14px;
    font-size: 17px;
}

.desPfeature ul {
    padding: 0 0 0 28px;
}

.desPfeature li {
    margin-bottom: 5px;
    list-style-image: url(../tw_img/other/dot.png);
}

@media (max-width:1200px) {
    .about-img li {
        width: 13.9%;
    }
}

@media (max-width:991px) {
    .about-img li {
        width: 20%;
    }
}

@media (max-width:680px) {
    .about-img li {
        width: 24.5%;
    }
}

@media (max-width:560px) {
    .about-img li {
        width: 24%;
    }
    table.table-bordered.aboutfeature {
        font-size: 16px;
    }
}

@media (max-width:420px) {
    .about-img li {
        width: 32.5%;
    }
    table.table-bordered.aboutfeature {
        font-size: 15px;
    }
}

}




/*************************************/

/*               aside               */

/*************************************/

.aside {
    color: #fff;
    letter-spacing: 1px;
    border-radius: 5px;
}


.aside > p .aside-title {
    font-family: 'Roboto Condensed', sans-serif;
    color: #cfa504;
    font-size: 34px;
    display: inline-block;
    letter-spacing: -0.5px;
}

.box {
    width: 100%;
    margin: 0 auto;
}

.aside .slider_frame p {
    color: rgba(0, 0, 0, 1.00);
}

#cssmenu {
    width: 100%;
    color: #ffffff;
    padding: 2px 0;
}

#cssmenu > ul > li {
    background-size: cover;
    transition: all 0.2s;
}

#cssmenu > ul > li.sub-li > a:hover {
    background: #da251d;
}

#cssmenu > ul > li.sub-li > a {
    background: #f5f5f5;
    color: #aa8700;
    font-weight: bold;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 10px;
}

#cssmenu > ul > li.sub-li:hover > a,
#cssmenu > ul > li.sub-li.aside-active > a {
    background: #fff;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.aside-active > a {
    background: #da251d;
}

#cssmenu > ul > li {
    background-size: cover;
    transition: all 0.2s;
    margin-bottom: 5px;
}

#cssmenu > ul > li > a:hover {
    background: #da251d;
}

#cssmenu > ul > li > a {
    color: #fff;
    font-size: 19px;
    padding-left: 20px;
    padding-right: 10px;
}

#cssmenu > ul > li > ul {
    display: none;
}

#cssmenu > ul > li > ul > li {
    background: #efefef;
}

#cssmenu > ul > li > ul > li:first-child {
    padding-top: 12px;
}

#cssmenu > ul > li > ul > li:last-child {
    padding-bottom: 12px;
}

.sidBtn {
    float: right;
    padding-right: 15px;
    display: none;
}

.aside-title + i {
    float: right;
    margin-top: 5px;
    margin-right: 20px;
    display: none;
    color: #cfa504;
    font-size: 25px;
    font-weight: bold;
}

@media (max-width:991px) {
    .aside > p {
        cursor: pointer;
        width: 100% !important;
        padding: 3px;
    }

    .aside {
        width: 100% !important;
        border-radius: 5px;
    }

    .sidBtn {
        display: inherit;
    }

    .aside > p {
        text-align: right;
    }

    .aside > p .aside-title span.disno-991 {
        display: none;
    }

    .aside > p .aside-title {
        margin-right: 10px;
        color: #cfa504;
        position: relative;
        top: -5px;
        font-size: 30px;
    }

    .disno-991 {
        display: none;
    }
}

@media (max-width:991px) {
    .box {
        display: none;
    }

    .menu-dis {
        display: none;
    }

    .aside-title + i {
        display: inherit;
    }

    .aside-open {
        display: block !important;
    }
}

@media (max-width:480px) {
    .aside img {
        max-width: 180px;
        height: auto;
    }
}


.index-com {
    margin-top: 20px;
}

.index-com p {
    color: #fff;
    letter-spacing: 1px;
    text-align: justify;
}

.index-com p span {
    color: #ffd33c;
}



/*************************************/

/*              product              */

/*************************************/

.pro_content {
    margin-top: 20px;
}

.pro_box {
    width: 30.5%;
    margin: 30px 1.2% 40px;
    display: inline-table;
    border-top: 1px solid #fff;
}

.pro_box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

figure {
    position: relative;
}

.pro_box p {
    font-size: 18px;
    line-height: 30px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #282828;
    background: #fff;
}

.pro_box figure img.img-responsive {
    width: 100%;
    padding: 15px 0;
}

@media (max-width:991px) {
    .pro_content {
        margin-top: 0;
    }

    .pro_box {
        margin: 0 1.2% 50px;
    }
}

@media (max-width:650px) {
    .pro_box {
        margin: 0 1.2% 40px;
        width: 47%;
    }
}

@media (max-width:580px) {
    .pro_box {
        margin: 0 1.2% 30px;
    }
}

@media (max-width:410px) {
    .pro_box {
        width: 98%;
    }

    .pro_box p {
        font-size: 16px;
        line-height: 20px;
    }
}



/*------------hover zoom-----------*/

.img-content {
    overflow: hidden;
}

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/*************************************/

/*                page               */

/*************************************/

.page-content {
    overflow: hidden;
    padding: 12px 0 7px;
}

.page .pagination {
    margin: 0;
}

.page {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
}

.page .pagination > li a {
    color: #292929;
    border-radius: 0;
    background: none;
    font-weight: bold;
    border: none;
    padding: 8px 22px;
}

.page .pagination li a:hover,
.page .pagination li.page-active a {
    color: #cfa504;
}

.page .pagination > li.next-pre a {
    color: #cfa504;
    font-weight: bolder;
    width: 42px;
    height: 42px;
    padding: 0;
    font-size: 33px;
    line-height: 37px;
    border-radius: 50%;
    background: #292929;
}

.page .pagination li.next-pre a:hover {
    background: #cfa504;
    color: #292929;
}

.page .pagination {
    margin-bottom: 0;
}


.word-content table tr td img {
    margin: 0 auto;
}

@media (max-width:991px) {
    .page-content {
        padding: 10px 0;
    }

    .page .pagination > li a {
        padding: 6px 12px;
        margin: 0 3px;
    }
}

@media (max-width:767px) {
    .page-content {
        padding: 7px 0;
    }

    .page .pagination > li.next-pre a {
        width: 35px;
        height: 35px;
        font-size: 34px;
        line-height: 30px;
    }

    .page .pagination > li a {
        padding: 2px 10px;
    }
}

@media (max-width:380px) {
    .page .pagination > li a {
        margin: 0 1px;
    }
}




/*************************************/

/*          product detail           */

/*************************************/

.ins-content {
    position: relative;
    overflow: hidden;
    min-height: 250px;
}

.pro-about {
    position: absolute;
    bottom: 5px;
    left: 69%;
}

.pro-img {
    padding: 20px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 20px 0 8px;
}

#button-wrap-inner {
    margin-top: 20px;
}

#button-wrap-inner span {
    display: block;
}

.proDetail {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.proBtn,
.proBtn:focus,
.proBtn:active:focus,
.proBtn.active:focus,
.proBtn.focus,
.proBtn.focus:active,
.proBtn.active.focus {
    margin: 4px 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    padding: 0 12px;
    width: 160px;
    border: none;
    position: relative;
    outline: none;
    border-radius: 0;
}

#button-wrap-inner .btn1 {
    background: #a0a0a0;
    color: #fff;
    border-radius: 3px;
    border-bottom: 3px solid #a0a0a0;
}

#button-wrap-inner .btn2 {
    background: #cfa504;
    border-radius: 3px;
    border-bottom: 3px solid #cfa504;
}

#button-wrap-inner .btn3 {
    background: #2b4d99;
    color: #fff;
    border-radius: 3px;
    border-bottom: 3px solid #2b4d99;
}

#button-wrap-inner .btn1:hover {
    border-bottom: 3px solid #808080;
}

#button-wrap-inner .btn2:hover {
    border-bottom: 3px solid #9c7c00;
}

#button-wrap-inner .btn3:hover {
    border-bottom: 3px solid #0e2c6b;
}

.proBtn:hover {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.word-content {
    margin-top: 40px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 5px !important;
}

#button-wrap-inner img {
    vertical-align: middle;
}

@media (max-width:991px) {
    .pro-img {
        padding: 15px;
        margin: 5px;
    }

    #button-wrap-inner {
        margin-top: 20px;
        text-align: center;
        margin-left: 0;
        position: static;
        bottom: auto;
        left: 0;
    }

    #button-wrap-inner span {
        display: inline-block;
        margin: 0 10px;
    }

    .pro-about {
        margin-top: 15px;
    }
}

@media (max-width:767px) {
    .pro-about {
        position: static;
    }
}

@media (max-width:580px) {
    #button-wrap-inner {
        margin-top: 20px;
    }
}

@media (max-width:480px) {
    .proBtn,
    .proBtn:focus,
    .proBtn:active:focus,
    .proBtn.active:focus,
    .proBtn.focus,
    .proBtn.focus:active,
    .proBtn.active.focus {
        width: 100%;
    }

    #button-wrap-inner span {
        width: 100%;
        margin: 0;
    }

    #button-wrap-inner span {
        display: inline-block;
    }

    #button-wrap-inner {
        margin: 10px auto;
        text-align: center;
    }

    .proBtn {
        text-align: center;
    }
}




/*************************************/

/*            inquiry table          */

/*************************************/

.inquiry_table {
    width: 100%;
    display: table;
    margin-bottom: 10px;
    border-collapse: separate;
}

.inquiry_table {
    border: 1px solid #393939;
}

.inquiry_table .thead,
.inquiry_table .tbody {
    display: table-header-group;
}

.inquiry_table .tr {
    display: table-row;
}

.inquiry_table .thead .th {
    color: #fff;
    text-align: center;
    background: #393939;
    position: relative;
    font-size: 18px !important;
    font-weight: bold;
}

.inquiry_table .tbody .td {
    color: #282828;
    text-align: center;
    vertical-align: middle;
    background: #efefef;
}

.inquiry_table .thead .th,
.inquiry_table .tbody .td {
    display: table-cell;
    padding: 7px;
    font-size: 18px;
    border-right: 1px solid #393939;
    border-bottom: 1px solid #393939;
}

.inquiry_table .tbody .tr:last-child .td {
    border-bottom: 0;
}

.inquiry_table .thead .th:last-child,
.inquiry_table .tbody .td:last-child {
    border-right: none;
}

.inquiry_table .tbody .td {
    display: table-cell;
    padding: 2px 10px;
    font-size: 17px;
    line-height: 30px;
}

.inquiry_table .tbody .td input {
    height: 27px;
    border-radius: 0;
    border: none;
    font-size: 17px;
    color: #282828;
    background: #e6e6e6;
    line-height: 27px;
}

.inquiry_table .tr .td:nth-child(1) {
    width: 10%;
}

.inquiry_table .tr .td:nth-child(2) {
    width: 44%;
}

.inquiry_table .tr .td:nth-child(3) {
    width: 18%;
}

.inquiry_table .tr .td:nth-child(4) {
    width: 18%;
}


.inquiry_table .tr .td:nth-child(5) {
    width: 10%;
}

.inquiry_table .tr .td:nth-child(3) input {
    width: 120px;
}

.inquiry_table .tr .td:nth-child(4) input {
    width: 80px;
}

.proInquiry .inquiry_table input {
    height: 30px;
    border-radius: 0;
    border: none;
    font-size: 17px;
    color: #282828;
    background: #e6e6e6;
}

@media (max-width:680px) {
    .inquiry_table {
        background: transparent;
        margin-bottom: 10px;
    }

    .inquiry_table {
        border: none;
    }

    .inquiry_table .thead {
        display: none;
    }

    .inquiry_table .tr {
        display: block;
        overflow: hidden;
        margin-bottom: 15px;
        border: 1px solid rgba(108, 108, 108, 0.35);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    }

    .inquiry_table .tbody .td:before {
        position: relative;
        float: left;
        font-weight: 700;
    }

    .inquiry_table .tr .td:nth-child(1),
    .inquiry_table .tr .td:nth-child(1),
    .inquiry_table .tr .td:nth-child(2),
    .inquiry_table .tr .td:nth-child(2),
    .inquiry_table .tr .td:nth-child(3),
    .inquiry_table .tr .td:nth-child(3),
    .inquiry_table .tr .td:nth-child(4),
    .inquiry_table .tr .td:nth-child(4),
    .inquiry_table .tr .td:nth-child(5),
    .inquiry_table .tr .td:nth-child(5) {
        width: 100%;
    }

    .inquiry_table .tbody .td:nth-child(1),
    .inquiry_table .tbody .td:nth-child(2),
    .inquiry_table .tbody .td:nth-child(5) {
        text-align: center;
        font-weight: bold;
    }

    .inquiry_table .tbody .td:nth-child(1),
    .inquiry_table .tbody .td:nth-child(2) {
        color: #255d9b;
    }

    .inquiry_table .tr .td:nth-child(3) input,
    .inquiry_table .tr .td:nth-child(4) input {
        width: 150px;
    }

    .inquiry_table .tbody .td {
        text-align: right;
        background: #e5e5e5;
    }

    .inquiry_table .thead .th,
    .inquiry_table .tbody .td {
        display: block;
        width: 100%;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 1px dashed #fff;
    }

    .inquiry_table .tbody .tr:last-child .td {
        border-bottom: 1px dashed #fff;
    }

    .inquiry_table .tbody .td:first-child,
    .inquiry_table .tbody .td:last-child {
        border-bottom: none;
    }

    .inquiry_table .tbody .tr:last-child .td:first-child,
    .inquiry_table .tbody .tr:last-child .td:last-child {
        border-bottom: none;
    }

    .inquiry_table .tbody .td:nth-child(1):before {
        content: "";
    }

    .inquiry_table .tbody .td:nth-child(2):before {
        content: "";
    }

    .inquiry_table .tbody .td:nth-child(3):before {
        content: "規格";
        text-align: left;
    }

    .inquiry_table .tbody .td:nth-child(4):before {
        content: "數量";
        text-align: left;
    }

    .inquiry_table .tbody .td:nth-child(5):before {
        content: "";
    }

    .inquiry_table .tbody .td input {
        background: #eee;
        border: 1px solid #959595;
    }
}



/*************************************/

/*              inquiry              */

/*************************************/

.getCode img {
    padding-top: 10px;
    text-align: left;
}

.inq_title {
    color: #7d281d;
    font-size: 18px;
    font-family: "微軟正黑體";
    text-align: left;
    letter-spacing: 1px;
    padding: 0;
}

.conBtn {
    text-align: center;
    margin: 10px auto 0;
}

.btn_con {
    margin: 5px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    width: 170px;
    height: 45px;
    line-height: 46px;
    border: none;
    border-radius: 3px;
    position: relative;
    outline: none;
    background: #a0a0a0;
    border-bottom: 3px solid #a0a0a0;
    transition: all 0.2s;
}


.btn_con:hover {
    background: #cfa504;
    border-bottom: 3px solid #9c7c00;
}

.btn_con img {
    vertical-align: middle;
    position: relative;
    top: -2px;
}


input,
button,
select,
textarea {
    border: none;
}

.proInquiry a {
    color: #363636;
    font-size: 28px;
    font-weight: 800;
}

.proInquiry table tr th {
    line-height: 40px;
    font-size: 15px;
}

.form-group select {
    display: block;
    background: #363636;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #fff;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.proInquiry input {
    height: 42px;
    border-radius: 0;
    border: none;
    font-size: 17px;
    color: #282828;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    background: #f5f5f5;
}

.proInquiry textarea {
    border-radius: 0;
    border: none;
    font-size: 17px;
    color: #282828;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    background: #f5f5f5;
}

.proInquiry .form-group label {
    margin-bottom: 5px;
    font-size: 17px;
    color: #282828;
}


@media (max-width:768px) {
    .sub-content {
        width: 100%;
    }

    .getCode img {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width:500px) {
    .btn_con {
        width: 49%;
        margin: 10px 0;
    }

    .proInquiry {
        width: 100%;
    }

    .conBtn {
        text-align: center;
        margin: 0 auto 25px;
    }

    .btn_con {
        padding: 0 12px;
        background: #c9c9c9;
    }


    .btn_con:hover {
        background: #e6da35;
    }
}


@media (max-width:350px) {
    .col-md-5.col-sm-6.col-xs-6.col-350.getCode {
        margin-top: 0;
        margin-bottom: 15px;
    }
}


/*************************************/

/*                news               */

/*************************************/

.news-list {
    padding: 25px 25px 65px;
    background: #f5f5f5;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 30px;
    position: relative;
}

.news-list p {
    color: #1b1b1b;
    font-size: 16px;
    line-height: 24px;
}

.news-list > p > span {
    color: #a0a0a0;
    font-size: 14px;
    margin-left: 10px;
}

.news-list > span {
    width: 130px;
    height: 35px;
    border: 1px solid #a7a7a7;
    border-radius: 18px;
    line-height: 33px;
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 16px;
    color: #1d1d1d;
    font-size: 16px;
}

.news-list:hover {
    border-bottom: 1px solid #d3ae3b;
    background: #fff;
}

.news-list:hover > span {
    color: #fff;
    background: #393939;
}


/*************************************/

/*            news detail            */

/*************************************/

.news_detail {
    background: #f5f5f5;
    border-bottom: 1px solid #a0a0a0;
    padding: 25px;
}

.news_detail h1 {
    font-size: 22px;
    font-weight: bold;
    color: #1d1d1d;
    line-height: 30px;
}

.news_detail h1 span {
    font-size: 16px;
    color: #a0a0a0;
    margin-left: 10px;
}

.news_detail p {
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1d;
    text-align: justify;
}

@media (max-width:767px) {
    .news_detail {
        padding: 20px 25px;
    }
}

@media (max-width:480px) {
    .news_detail {
        padding: 10px 15px;
    }
}





/*---------------back--------------*/

#newsBack {
    background: #363636;
    float: right;
    width: 130px;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 17px;
    font-family: "微軟正黑體";
    height: 40px;
    margin-top: 30px;
    border-radius: 5px;
}

#newsBack a {
    color: #fff;
    margin-top: 0;
    width: 130px;
    line-height: 38px;
    padding: 0;
    outline: 0;
    position: relative;
    font-size: 17px;
}

#newsBack a:before {
    content: "";
    display: block;
    position: absolute;
    width: 122px;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    top: 0px;
    left: 3px;
}

#newsBack:hover {
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width:500px) {
    #newsBack {
        width: 100%;
        text-align: center;
    }

    #newsBack a {
        width: 100%;
    }

    #newsBack a:before {
        width: 98%;
        height: 1px;
        background: rgba(255, 255, 255, 0.6);
        top: 0px;
        left: 1%;
    }
}



/*************************************/

/*              download             */

/*************************************/

.download-list {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    margin-top: 3px;
    border: 1px solid #363636;
}

.download-list .div-tr:first-child .div-td {
    color: #fff;
    background: #363636;
    padding: 8px 15px;
    font-size: 20px;
    text-align: left;
}

.download-list .no {
    width: 7%;
}

.download-list .date {
    width: 20%;
}

.download-list .subject {
    width: 60%;
}

.download-list .down-icon {
    width: 8%;
}

.download-list .div-tr .div-td {
    padding: 10px 15px;
    font-size: 18px;
    color: #282828;
    vertical-align: middle;
    border-bottom: 1px solid #363636;
}


.download-list .div-tr:last-child .div-td {
    border-bottom: none;
}

.download-list .div-tr .div-td:nth-child(2) {
    text-align: center;
}

.download-list .div-tr .div-td a {
    color: #282828;
    display: block;
}

.download-list .div-tr .div-td a i {
    font-size: 25px;
    line-height: 30px;
    color: #acacac;
}

.download-list .div-tr:hover a {
    color: #cfa504;
}

.download-list .div-tr:hover a i {
    color: #cfa504;
}

.download-list .icon-inline {
    display: none;
}

.download-list .icon-inline2 {
    display: block;
}


@media (max-width:767px) {
    .download-list {
        text-align: left;
    }

    .download-list .no {
        display: none;
    }

    .download-list .date {
        width: 27%;
    }

    .download-list .subject {
        width: 63%;
    }

    .download-list .down-icon {
        width: 10%;
    }

    .download-list .div-tr .div-td:nth-child(1) {
        display: none;
    }

    .download-list .div-tr .div-td {
        font-size: 17px;
    }

    .download-list .div-tr .div-td a {
        display: block;
    }

    .download-list .div-tr .div-td a i {
        line-height: 28px;
    }

}

@media (max-width:550px) {
    .download-list .subject {
        width: 58%;
    }

    .download-list .down-icon {
        width: 10%;
    }
}

@media (max-width:480px) {
    .download-list {
        border: 1px solid #bbb;
        box-shadow: inset -1px -1px 0 #fff, inset 1px 1px 0 #fff, 1px 1px 2px rgba(0, 0, 0, 0.2);
    }

    .download-list .div-tr .div-td {
        border: none;
    }

    .download-list .div-tr:first-child .div-td {
        display: none;
    }

    .download-list .div-tr .div-td:nth-child(4) {
        display: none;
    }

    .download-list .down-icon {
        display: none;
    }

    .download-list .div-tr {
        position: relative;
        padding: 15px 10px;
    }

    .download-list .div-tr:hover {
        background: #f4f4f4;
    }

    .download-list .div-tr .div-td {
        float: left;
        width: 100%;
        padding: 0 15px;
    }

    .download-list .div-tr .div-td:nth-child(2) {
        text-align: left;
        color: #cfa504;
        padding-top: 10px;
    }

    .download-list .div-tr .div-td:nth-child(3) {
        border-bottom: 1px solid #959595;
        box-shadow: 0 1px 0 #fff;
        padding-bottom: 10px;
    }

    .download-list .div-tr:last-child .div-td:nth-child(3) {
        border-bottom: none;
        box-shadow: 0 0 0 #fff;
    }

    .download-list .icon-inline {
        display: inherit;
        margin-right: -5px;
        margin-top: -22px;
        float: right;
    }

    .download-list .icon-inline2 {
        display: none;
    }

    .download-list .icon-inline {
        display: inherit;
        margin-right: 0;
    }

    .download-list .div-tr .div-td a:hover {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
        color: #282828;
    }

    .download-list .div-tr:hover a {
        color: #282828;
    }
}



/*************************************/

/*            contact us             */

/*************************************/

/*-------------- map ---------------*/

.contact-map {
    height: 300px;
    border: 1px solid #707070;
    margin-bottom: 15px;
    background: #eee;
}

.contact-txt {
    margin: 0 0 10px 3px;
}

.contact-txt i {
    font-size: 24px;
    margin-right: 10px;
}

@media (max-width:991px) {
    .contact-map {
        height: 250px;
    }
}

@media (max-width:767px) {
    .contact-map {
        height: 220px;
    }
}

@media (max-width:580px) {
    .contact-map {
        height: 200px;
    }
}

@media (max-width:480px) {
    .contact-map {
        height: 150px;
    }
}



/*************************************/

/*                other              */

/*************************************/

.page-wrapper {
    margin-bottom: 35px;
}

.text {
    font-size: 17px;
    color: #1d1d1d;
    line-height: 28px;
}

.word-table tr td {
    border: 1px solid #686868;
    font-size: 16px;
    color: #1d1d1d;
    text-align: center;
}

.inquiry_content {
    margin-top: 10px;
}


/*-----------select 箭頭 統一------------*/

.select-style1 {
    border: 1px solid #2b4d99;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #2b4d99 url("../tw_img/other/icon-select.png") no-repeat 98% 58%;
}

.select-style1 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*padding: 5px 8px;*/
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
}

/*--------ie 箭頭 刪除--------*/

.select-style1 select::-ms-expand {
    display: none;
}

.select-style1 select:focus {
    outline: none;
}

.select-style1 select option {
    color: #fff;
    background: #2b4d99;
}

@media (max-width:767px) {
    .select-style1 {
        background: #2b4d99 url("../tw_img/other/icon-select.png") no-repeat 97.5% 50%;
    }
}

@media (max-width:580px) {
    .select-style1 {
        background: #2b4d99 url("../tw_img/other/icon-select.png") no-repeat 96.5% 50%;
    }
}

@media (max-width:480px) {
    .select-style1 {
        background: #2b4d99 url("../tw_img/other/icon-select.png") no-repeat 96% 50%;
    }
}

@media (max-width:360px) {
    .select-style1 {
        background: #2b4d99 url("../tw_img/other/icon-select.png") no-repeat 95.5% 50%;
    }
}
