body {
    font-family: "Arial", "Helvetica", sans-serif, "微軟正黑體", "蘋果儷黑體";
    color: #343434;
    font-size: 18px;
}

img {
    max-width: 100%;
}

p {
    line-height: 1.5em;
}

#wrapper {
    position: relative;
}

/*選單按鈕樣式設定*/

.header_content {
    position: absolute;
    width: 100%;
}

nav.navbar.bootsnav {
    background: url(../tw_images/other/menu_bg.png) repeat-x rgba(0, 0, 0, 0.6);
    padding: 17px 0;
    margin-bottom: 0;
    border-bottom: 0;
    background-position-y: 99px;
}

nav.navbar.bootsnav ul.nav > li > a {
    color: #d9d9d9;
    padding: 30px 0;
    font-weight: 500;
    display: inline-block;

}

span.line {
    display: inline-block;
    color: #d9d9d9;
    padding: 0 24px;
}

nav.navbar.bootsnav ul.nav > li a:hover {
    text-decoration: underline;
}


.navbar-brand {
    padding: 0;

}

img.logo {
    margin-top: 11px;
}

nav.navbar.bootsnav .navbar-toggle {
    background-color: transparent;
    font-size: 30px;
    color: #fff;
}

.menu_box nav.bootsnav .container{
	padding-right: 0px; 
}
.navbar-default .navbar-collapse{
	margin:0 -30px;
}


@media screen and (max-width:1200px) {

    span.line {
        padding: 0 15px;
    }
}

@media screen and (max-width:992px) {
    nav.navbar.bootsnav {
        padding: 26px 0 26px 0;
    }

    img.logo {
        margin-top: 0px;
    }

    span.line {
        display: none;
    }
    div#navbar-menu {
        margin-top: 40px;
        margin-right: -15px;
        margin-left: -15px;
        overflow: hidden;
    }

    nav.navbar.bootsnav .navbar-toggle {
        margin-top: 0px;

    }

    nav.navbar.bootsnav .navbar-nav {
        padding: 0;
        margin: 0 -15px;
    }

    nav.bootsnav .container {
        position: relative;
        width: 100%;
    }
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 20px 0 20px 20px;
    }



}

@media screen and (max-width: 320px) {
    img.logo {
        margin-top: 0px;
        width: 200px;
    }

    nav.navbar.bootsnav .navbar-toggle {
        margin-top: -5px;

    }
}


/*首頁最新消息*/

.mold {
    /*
    position: relative;
    top: -110px;
*/
}

.company {
    background: url(../tw_images/index/com_bg_01.png) no-repeat bottom center, url(../tw_images/index/com_bg_02.png) no-repeat bottom center;
    height: 315px;
    background-size: cover;
}

.company .tittle h1 {
    color: #3acfae;
    font-weight: bold;
    font-size: 30px;
}

.company .content {
    max-width: 570px;
    padding-top: 33px;
    text-align: justify;
}

.company .content p {
    line-height: 1.5em;
}

.company .tittle {
    color: #3acfae;
    font-weight: bold;
}

@media screen and (max-width: 423px) {

    .company .content {
        padding-top: 10px;
    }

    .company .tittle h1 {
        color: #3acfae;
        font-weight: bold;
        font-size: 26px;
    }

    .company .content p {
        font-size: 15px;
    }


}

/*首頁熱門產品*/

.hot_product h1 {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
    background: url(../tw_images/index/pro_tittle.png) no-repeat center;
    padding: 14px 0;
}

.products_content {
    background: url(../tw_images/index/pro_bg.jpg);
    background-size: cover;
    padding-top: 20px;
}

.owl-prev {
    background: url(../tw_images/index/pro_pre.png) no-repeat center #0fb993;
    width: 44px;
    height: 44px;
    position: top;
    position: absolute;
    top: 29%;
    left: -2.5%;
}

.owl-next {
    background: url(../tw_images/index/pro_next.png) no-repeat center #0fb993;
    width: 44px;
    height: 44px;
    position: top;
    position: absolute;
    top: 29%;
    right: -2.5%;
}

.owl-prev:hover {
    background: url(../tw_images/index/pro_pre.png) no-repeat center #898989;
}

.owl-next:hover {
    background: url(../tw_images/index/pro_next.png) no-repeat center #898989;
}

.item {
    overflow: hidden;
}

.item a {
    display: block;
    overflow: hidden;
    position: relative;
}

.item a:hover .hov {
    display: block;


}

.item a:hover {
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
}

.item .tittle {
    margin: 20px 0;
    color: #fff;
}


/*footer頁面樣式設定*/

footer {
    color: #464646;
    font-size: 16px;
    background: url(../tw_images/index/footer_bg.jpg);
}

.footer_box {
    padding-bottom: 10px;
    padding-top: 30px;

}

ul.footer_fat li {
    display: inline-block;
    color: #020303;
}


ul.footer_fat li a {
    color: #020303;
}


ul.footer_fat span.line {
    display: inline-block;
    color: #020303;
    padding: 0 8px;
}

.text_box,
.copyright {
    margin-left: 10px;
}

.text_box li {
    display: inline-block;
    color: #909090;
}


.text_box span.line {
    display: inline-block;
    color: #d9d9d9;
    padding: 0 5px;
}

.copyright {
    color: #909090;
}


/*內頁左側選單*/

.slider_tittle {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 7px 0 7px 15px;
    background: url(../tw_images/other/slider_tittle_bg.png) no-repeat;
    margin-bottom: 10px;
}


.accordion {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 0;
}

ul#accordion li {
    margin-bottom: 3px;

}

ul#accordion li a {
    padding: 11px 0;
    display: block;
    background: #dcdcdc;
    color: #313131;
    padding-left: 40px;
    font-size: 17px;
    font-weight: bold;
    background: url(../tw_images/other/slider_dot.png) 15px no-repeat #dcdcdc;
}

ul#accordion li a:hover {
    color: #03afa2;
}

ul#accordion li ul.submenu a {
    padding: 8px 0;
    display: block;
    background: transparent;
    color: #696969;
    padding-left: 50px;
    font-size: 17px;
}

ul#accordion li ul.submenu a:hover {
    color: #03afa2;
}

ul#accordion li ul.submenu li {
    border-bottom: 1px dashed #9e9e9e;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 11px 0 11px 40px;
    background: url(../tw_images/other/slider_dot.png) 15px no-repeat #dcdcdc;
    color: #313131;
    font-size: 17px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: bold;
}


li.open .accordion .link {
    color: #fff;
    background: url(../tw_images/other/slider_dot.png) 15px no-repeat #dcdcdc;
}


.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #313131;
    background: url(../tw_images/other/slider_dot.png) 15px no-repeat #dcdcdc;
}


.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .slidermenu {
    display: block;
}


@media screen and (max-width: 991px) {
    .slider_box {
        margin-bottom: 30px;
    }
}



/**
 * Submenu
 -----------------------------*/

.slidermenu {
    display: none;
    background: #444359;
    font-size: 14px;
}

.slidermenu li {
    border-bottom: 1px solid #4b4a5e;
}

.slidermenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.slidermenu a:hover {
    background: #b63b4d;
    color: #FFF;
}


/*麵包屑*/

.content_box {
    background: url(../tw_images/other/mold_bg.jpg);
    /*    background-size: cover;*/
    padding-bottom: 30px;

}

.content_tittle {
    background: #eeeeee;
    margin-bottom: 50px;
}

.content_box_none {
    background-size: cover;
    padding-bottom: 30px;
}

.content_box_none span.submenu {
    height: 55px;
    display: block;
}


span.submenu li {
    display: inline-block;
    font-size: 16px;
    padding-top: 15px;
}


img.sub_icon {
    margin-top: -5px;
}


/*聯絡我們*/

.map {
    margin-bottom: 14px;
}

input.form_con {
    height: 44px;
    width: 100%;
    background: #fff;
    border: none;
    margin-bottom: 15px;
    padding-left: 15px;
    border: 1px solid #a7a7a7;
}

textarea.contact_area {
    height: 216px;
    width: 100%;
    background: #fff;
    border: none;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-top: 10px;
    border: 1px solid #a7a7a7;
}

input.authcode {
    height: 44px;
    background: #fff;
    border: none;
    margin-bottom: 15px;
    padding-left: 15px;
    border: 1px solid #a7a7a7;
    width: 100%;
}

.contact_box img.authcode_ca {
    margin-left: 35px;
    margin-top: 10px;
}

.contact_box img.authcode_reload {
    margin-top: 11px;
    margin-left: 15px;
}

.btn_contact {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}


.btn_contact .reset,
.btn_contact .send {
    text-align: center;
    display: inline-block;
    margin: 20px 10px;
}

.contact_form .reset a {
    background: url(../tw_images/other/icon_02.png) no-repeat transparent;
    text-align: right;
    padding: 9px 74px;
    color: #313131;
    background-position: 42px 10px;
    padding-right: 40px;
    border: 1px solid #313131;
    max-width: 150px;
}

.contact_form .send a {
    background: url(../tw_images/other/icon_03.png) no-repeat transparent;
    text-align: right;
    padding: 9px 74px;
    color: #313131;
    background-position: 42px 10px;
    padding-right: 40px;
    border: 1px solid #313131;
    max-width: 150px;
}

.contact_form .reset a:hover {
    background: url(../tw_images/other/icon_02_ho.png) no-repeat transparent;
    background-position: 42px 8px;
    color: #0fb993;
    border: 1px solid #0fb993;
}

.contact_form .send a:hover {
    background: url(../tw_images/other/icon_03_ho.png) no-repeat transparent;
    background-position: 42px 8px;
    color: #0fb993;
    border: 1px solid #0fb993;
}


@media screen and (max-width: 767px) {

    .contact_box img.authcode_ca {
        margin: 0 0 20px 0;
    }

    .contact_box img.authcode_reload {
        margin: 0;
    }
}

@media screen and (max-width: 320px) {

    .contact_form .reset a {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
        display: block;
    }

    .contact_box img.authcode_ca {
        margin: 0 0 10px 0;
    }

    .contact_box img.authcode_reload {
        margin: 0;

    }
}

/*公司簡介內頁*/

.company_text {
    font-size: 16px;
    line-height: 1.9em;
}




/*廠房設備*/

.equip_box {
    text-align: center;
}

.equip_box li {
    display: inline-block;
    width: 48%;
    margin: 0 0.5% 2% 0.5%;
    max-width: 441px;
    border: 1px solid #bebebe;

}


.img_box img {
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 1200px) {

    .equip_box li {
        display: inline-block;
        width: 48%;
        margin: 0 0.5% 2% 0.5%;
        max-width: 441px;

    }

}



@media screen and (max-width: 500px) {

    .equip_box li {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        margin: 0 0 40px 0;
    }
}




/*
.equip_box li a:hover .tittle {
    background: #0fb993;
}

.equip_box li a:hover img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
}
*/

.equip_box li a .img_box {
    border: none;
    overflow: hidden;
}

.equip_box .tittle {
    background: #313131;
    color: #fff;
    padding: 12px 0 12px 10px;
}


/*最新消息頁面*/

.table {
    font-size: 16px;
    color: #313131;
}

.news_box th {
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.news_box tr:nth-child(1) {
    background: url(../tw_images/other/img_01.png) no-repeat #cfcfcf;
}

.news_box tr {
    text-align: center;
    font-weight: bold;
    padding: 12px;
    height: 39px;
}

.news_box td {
    text-align: center;
    border-bottom: 1px solid #1e2937;
    padding: 13px;
    background: transparent;
}

.news_box td:nth-child(3) {
    width: 70%;
}

.news_box td a {
    color: #282828;
}

.news_box td a:hover {
    color: #0080d7;
    text-decoration: underline;
}


/*內頁頁數樣式*/

.page {
    text-align: center;
    margin: auto;
    overflow: auto;
}

.page li {
    margin: 0 1%;
    display: inline-block;
    vertical-align: middle;
}

.page li a {
    color: #282828;
}

.page li a:hover {
    color: #0fb993;
    text-decoration: underline;
}

.page li.preview a {
    background: url(../tw_images/other/arrow_pre.png) no-repeat center #898989;
    width: 28px;
    height: 28px;
    display: block;
}

.page li.preview a:hover {
    background: url(../tw_images/other/arrow_pre.png) no-repeat center #0fb993;

}


.page li.next a {
    background: url(../tw_images/other/arrow_next.png) no-repeat center #898989;
    width: 28px;
    height: 28px;
    display: block;
}

.page li.next a:hover {
    background: url(../tw_images/other/arrow_next.png) no-repeat center #0fb993;

}

/*最新消息頁面細節頁*/

.table {

    font-size: 16px;
}

.news_detail_box th {
    background: linear-gradient(to right, #3f3f3f, #c7c7c7);
    background: -webkit-linear-gradient(to right, #3f3f3f, #c7c7c7);
    background: -moz-linear-gradient(to right, #3f3f3f, #c7c7c7);
    font-weight: bold;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 12px 8px 8px 10px;
    width: 132px;
    text-align: center;
    color: #fff;
}

.news_detail_box tr:nth-child(3) th {
    height: 98px;
    vertical-align: top;
}

.news_detail_box td {
    border-bottom: 1px solid #1e2937;
    border-top: 1px solid #1e2937;
    padding-left: 15px;
    height: 56px;
}

.news_detail_box tr:nth-child(3) td {
    vertical-align: top;
    padding: 15px;
}

.news_detail_box td a {
    color: #282828;
}

.news_detail_box td a:hover {
    color: #0080d7;
    text-decoration: underline;
}

.news_back {
    text-align: right;
}

.news_back a {
    text-align: center;
    display: inline-block;
    background: transparent;
    color: #595758;
    font-weight: bold;
    border: 1px solid #313131;
    padding: 6px 18px;
    font-weight: 500;
}

.news_back a:hover {
    background: #313131;
    color: #fff;
}


.news_detail_box table {
    border: 1px solid #313131;
}


/*檔案下載頁面細節頁*/

.dowmload_content th {
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.dowmload_content th:nth-child(2) {
    text-align: left;
}

.dowmload_content tr:nth-child(1) {
    background: url(../tw_images/other/img_01.png) no-repeat #cfcfcf;
}

.dowmload_content tr {
    text-align: center;
    font-weight: bold;
    padding: 12px;
    height: 39px;
}

.dowmload_content td {
    text-align: center;
    border-bottom: 1px solid #1e2937;
    padding: 17px;
    background: transparent;
}

.dowmload_content td:nth-child(1) {
    width: 20%;
}

.dowmload_content td:nth-child(2) {
    text-align: left;
    padding-left: 0;
}

.dowmload_content td:nth-child(3) {
    width: 20%;
}


i.download {
    background: url(../tw_images/other/down.png) no-repeat;
    width: 24px;
    height: 21px;
    display: block;
    margin: auto;
}


i.download:hover {
    background: url(../tw_images/other/down_ho.png) no-repeat;
}



/*產品頁*/

.product_box .box li {
    width: 31%;
    float: left;
    text-align: center;
    margin: 0 1% 4% 1%;
}


.iframe {
    border: 1px solid #dfdedf;
    position: relative;
    overflow: hidden;
    background: #fff;
}



.box_con:hover .iframe {
    overflow: hidden;
    display: block;
    box-shadow: 0px 0px 3px 2px rgba(19, 165, 157, 0.8);
    -moz-box-shadow: 0px 0px 3px 2px rgba(19, 165, 157, 0.8);
    -webkit-box-shadow: 0px 0px 3px 2px rgba(19, 165, 157, 0.8);
    border: 1px solid #15a69e;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-animation-duration: .5s;
}

.box_con:hover .hov {
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-animation-duration: .5s;
}

.hov {
    position: absolute;
    background: url(../tw_images/product/img_hor.png) no-repeat rgba(255, 255, 255, 0.7) center;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    background-size: 80%;
}

.box_con .tittle {
    font-weight: bold;
    text-align: left;
    margin: 17px 0;
}

@media screen and (max-width: 767px) {
    .product_box {
        text-align: center;

    }

    .product_box .box li {
        width: 47%;
        float: none;
        display: inline-block;
        margin: 0 1%;


    }
}

@media screen and (max-width: 635px) {
    .product_box {
        text-align: center;

    }

    .product_box .box li {
        width: 100%;
        float: none;
        display: inline-block;
        margin: 0;
    }
}

.page {
    text-align: center;
    margin: auto;
    overflow: auto;
    clear: both;

}

/*產品內頁*/

.btn_box {
    margin-top: 30px;
}

.img_box {
    border: 1px solid #d2d2d2;
}

.pro_name,
span.text {
    color: #0fb993;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

.content p {
    font-size: 17px;
    text-align: justify;
}


.btn_box li {
    text-align: center;
    float: left;
    width: 140px;
    margin: 0 5px;
}

.btn_box li a {
    padding: 8px 0;
    display: block;
    color: #313131;
    border: 1px solid #313131;

}

.btn_box li a:hover {
    padding: 8px 0;
    display: block;
    color: #0fb993;
    border: 1px solid #0fb993;
}

.btn_box li:hover i.join_se {
    background: url(../tw_images/other/icon_03_ho.png) no-repeat;
}

.btn_box li:hover i.join_in {
    background: url(../tw_images/other/icon_04_ho.png) no-repeat;
}


i.join_se {
    background: url(../tw_images/other/icon_03.png) no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

i.join_in {
    background: url(../tw_images/other/icon_04.png) no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

@media screen and (max-width: 1200px) {
    .btn_box li {
        float: none;
        margin: 0 0 20px 0;
    }


}


@media screen and (max-width: 992px) {
    .pro_top {
        margin-top: 30px;
    }
    .btn_box li {
        float: none;
        margin: 0 0 20px 0;
        width: 100%;

    }
}


/*詢價單頁面*/

.inquiry_content th {
    background: #efefef;
    color: #313131;
    padding: 12px;
    font-weight: bold;
    text-align: center;
}

.inquiry_content th:nth-child(1) {
    width: 28%;
}

.inquiry_content th:nth-child(2) {
    width: 28%;
}

.inquiry_content th:nth-child(3) {
    width: 28%;
}

.inquiry_content th:nth-child(4) {
    width: 16%;
}


.inquiry_content tr:nth-child(2),
.inquiry_content tr:nth-child(3) {
    background: none;
    border-bottom: 1px solid #1e2937;
}


.inquiry_content td {
    text-align: center;
    padding: 8px;
}


input.quantity {
    max-width: 168px;
    border: 1px solid #a7a7a7;
    height: 31px;
}

.inquiry_form .text {
    color: #0fb993;
    margin-bottom: 20px;
}

.inquiry_content td i.delet {
    background: url(../tw_images/other/dele.png) no-repeat;
    width: 18px;
    height: 27px;
    display: block;
    margin: auto;
}

.btn_in {
    text-align: center;
    margin-top: 20px;
}


.btn_in li {
    display: inline-block;
    margin: 0 10px;
}

.btn_in li a {
    display: block;
    color: #313131;
    border: 1px solid #313131;
    padding: 7px 28px;
}

.btn_in li a:hover {
    border: 1px solid #0fb993;
    color: #0fb993;
}

.btn_in li a:hover i.re_icon {
    background: url(../tw_images/other/icon_04_ho.png) no-repeat;
}

.btn_in li a:hover i.se_icon {
    background: url(../tw_images/other/icon_03_ho.png) no-repeat;
}

.btn_in li a i.re_icon {
    background: url(../tw_images/other/icon_04.png) no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 5px;

}


.btn_in li a i.se_icon {
    background: url(../tw_images/other/icon_03.png) no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 5px;

}

textarea.form_con {
    width: 100%;
    background: #fff;
    border: none;
    padding-left: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #a7a7a7;
}

img.authcode,
img.authcode_reload {
    margin-top: 12px;
}



@media screen and (max-width: 461px) {

    .btn_in ul {
        margin: 0;
        padding: 0;
    }

    .btn_in li {
        margin: 0 0 20px 0;
        width: 100%;
    }

}

.gototop {
    background: #000;
    cursor: pointer;
    text-align: center;
    color: #fff;
    padding: 12px 0;
}

.gototop i.top {
    background: url(../tw_images/other/top.png) no-repeat center;
    width: 19px;
    height: 11px;
    display: inline-block;
