﻿@charset "utf-8";
/* CSS Document */
html, body {
    /* height: 100%; */
}

body {
    font-family: Arial, Helvetica, sans-serif, "微軟正黑體", "Microsoft JhengHei";
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #000;
    background: url(../images/all/bg.png) center top repeat-y #b8b8b8;
}
/*=========================================================================*/
.container {
    /* height: 100%; */
}

.header_bg {
}

.header {
    width: 1000px;
    height: 330px;
}

.main_bg {
    /* height: 100%; */
    /* margin-top: 20px; */
}

.main {
    /* height: 100%; */
    /* padding-bottom: 60px; */
    padding-top: 20px;
    background: url(../images/all/side_bg2.png) left 2px no-repeat;
}

body.page_products_index .main,
body.page_contact .main,
body.page_advisory .main {
    background: none;
}

.side1 {
    float: left;
    width: 220px;
    /* height: 100%; */
    min-height: 50px;
    /* background: url(../images/all/side_bg.jpg) left top repeat-x #676767; */
}

body.page_products_index .side1,
body.page_contact .side1,
body.page_advisory .side1 {
    display: none;
}

.side2 {
    display: none;
    float: left;
    width: 200px;
}

.content {
    float: right;
    min-height: 200px;
    width: 760px;
    /* height: 100%; */
    z-index: 100;
}

body.page_products_index .content,
body.page_contact .content,
body.page_advisory .content {
    width: 1000px;
}

.footer_bg {
    background: url(../images/all/shadow01.png) center top no-repeat;
    padding-top: 70px;
}

.footer {
    height: 190px;
    width: 100%;
    background-color: #191919;
}

.ani_base {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

ul.btn_all,
body.page_news.page_news_show ul.btn_all {
    margin: 0px auto 20px;
    text-align: left;
    list-style: none;
    display: block;
    text-align: center;
    border-top: 1px #ccc solid;
    padding-top: 20px;
}

body.page_news ul.btn_all,
body.page_advisory ul.btn_all {
    border: none;
    padding-top: 0;
}

ul.btn_all li {
    display: inline-block;
    margin: 0 5px;
}

.btn_base {
    display: inline-block;
    background-color: #191919;
    padding: 2px 10px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    border: 1px #fff solid;
}

    .btn_base:hover {
        background-color: #FFFFFF;
        color: #191919;
        border: 1px #8F8F8F solid;
    }

    .btn_base .fa {
        margin-right: 5px;
    }
/*========================= .header內容設定 ================================================*/
/*---logo---*/
.header h1.logo a {
    position: absolute;
    background: url(../images/all/logo.png) 0 0 no-repeat;
    background: url(../images/all/logo2.png) 0 0 no-repeat;
    display: block;
    width: 130px;
    width: 180px;
    height: 44px;
    left: 0;
    top: 17px;
    text-indent: -9999px;
    /*
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	background-size:100% auto;
	*/
}

/*---banner---*/
.header .banner {
    position: absolute;
    bottom: 0;
    width: 1000px;
    height: 250px;
}

.header .bx-wrapper {
    border: 0;
}

/*---主選單---*/
ul#nav1 {
    position: absolute;
    right: 310px;
    top: 24px;
    border-right: 1px #ccc solid;
    padding-right: 15px;
}

    ul#nav1 li {
        position: relative;
    }

    ul#nav1 a {
        display: block;
        text-align: center;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        margin: 0 12px;
        padding: 4px 0;
        /*border-bottom: 0px #2B2978 solid;*/
    }

        ul#nav1 a:hover {
            color: #2A2877;
            /*border-bottom: 2px #2B2978 solid;*/
        }

    ul#nav1 li span {
        display: block;
        height: 2px;
        width: 0;
        background-color: #2B2978;
        margin: 28px auto 0;
    }

    ul#nav1 li:hover span {
        width: 80%;
    }

body.page_about ul#nav1 li:nth-child(1) span,
body.page_news ul#nav1 li:nth-child(2) span,
body.page_products ul#nav1 li:nth-child(3) span,
body.page_service ul#nav1 li:nth-child(4) span,
body.page_contact ul#nav1 li:nth-child(6) span {
    width: 80%;
}



/*---搜尋 / 語系---*/
.header .icon_btn {
    position: absolute;
    top: 25px;
    cursor: pointer;
}

.header .search {
    right: 205px;
    font-size: 14px;
}

.header .language {
    right: 100px;
    font-size: 14px;
}

.header .icon_btn .fa {
    color: #666;
}

.header .icon_btn .text {
    position: relative;
    bottom: 5px;
    padding-left: 5px;
    color: #000;
}

.header .icon_btn.search .text {
    padding-left: 0px;
}

.header .icon_btn:hover .fa, .header .icon_btn:hover .text {
    color: #2B2979;
}

ul.language_item {
    display: none;
    position: absolute;
    right: 90px;
    top: 55px;
    z-index: 10;
    padding: 5px 0;
    background-color: #fff;
}

ul.language_item-open {
    display: block;
}

ul.language_item a {
    color: #000;
    text-decoration: none;
    padding: 0 10px;
}

    ul.language_item a:hover {
        color: #FFF;
        background-color: #000;
    }

.header .search_box {
    display: none;
    position: absolute;
    top: 29px;
    z-index: 5;
}

.header .search_box-open {
    display: block;
}

.header .search_box .inputkeyword_search {
    width: 150px;
    margin: 0 auto;
    display: block;
    padding: 2px 5px;
    border: 2px #666 solid;
}

.header .search_box a .fa-search {
    position: absolute;
    bottom: 6px;
    right: 9px;
    color: #686868;
    font-size: 16px;
}

.header .search_box a:hover .fa-search {
    color: #2B2A7B;
}

.header .comment {
    right: 0;
    text-decoration: none;
    font-size: 14px;
}



/*========================== .main ===================================================*/
/*--標題title--*/
.main h1.title {
    height: 30px;
    width: 1000px;
    background: url(../images/all/title.png) center top no-repeat;
    margin: 0px 0 10px;
    text-indent: -9999px; /*font-size: 20px;*/ /*text-align: center;*/
    /*line-height: 30px;*/
    /*font-weight: bold;*/
}

body.page_about .main h1.title {
    background-position: center 0;
}

body.page_news .main h1.title {
    background-position: center -30px;
}

body.page_products .main h1.title {
    background-position: center -60px;
}

body.page_service .main h1.title {
    background-position: center -90px;
}

body.page_advisory .main h1.title {
    background-position: center -120px;
}

body.page_contact .main h1.title {
    background-position: center -150px;
}
/*--麵包屑--*/
.main .breadcrumb {
    text-align: center;
    font-size: 12px;
    color: #666;
    padding-bottom: 30px;
}

    .main .breadcrumb a, .main .breadcrumb span {
        color: #666;
        padding: 0 5px;
        text-decoration: none;
    }

        .main .breadcrumb a:hover {
            color: #FF0000;
            text-decoration: none;
        }

        .main .breadcrumb span:last-child {
            font-weight: bold;
        }
/*========================== .side1內容設定 ===================================================*/
/*搜尋*/
.side1 .search {
    /* background-color: #191919; */
    padding-bottom: 13px;
    position: relative;
    border-bottom: 1px #fff solid;
}

    .side1 .search .stitle_search {
        background: url(../images/all/left_title.png) center 0 no-repeat;
        text-indent: -9999px;
        display: block;
        height: 54px;
    }

    .side1 .search .inputkeyword_search {
        width: 188px;
        margin: 0 auto;
        display: block;
        padding: 4px 5px;
    }

.side1 a .fa-search {
    position: absolute;
    bottom: 19px;
    right: 15px;
    color: #686868;
}

.side1 a:hover .fa-search {
    color: #2B2A7B;
}
/*左選單*/
.side1 .side_menu {
    /* border-top: 1px #fff solid; */
    padding-bottom: 30px;
}

    .side1 .side_menu .left_title {
        background: url(../images/all/left_title.png) center 0 no-repeat;
        text-indent: -9999px;
        display: block;
        height: 54px;
    }

body.page_about .side1 .side_menu .left_title {
    background-position: center -54px;
}

body.page_news .side1 .side_menu .left_title {
    background-position: center -108px;
}

body.page_products .side1 .side_menu .left_title {
    background-position: center -162px;
}

body.page_service .side1 .side_menu .left_title {
    background-position: center -216px;
}
/*第一層*/
ul#nav2 {
    border-top: 1px rgba(255, 255, 255, 0.4) dashed;
}

    ul#nav2 > li {
        border-bottom: 1px rgba(255, 255, 255, 0.4) dashed;
    }

        ul#nav2 > li > a {
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            line-height: 18px;
            padding: 10px 14px;
            margin: 1px 0;
            -webkit-transition: 0.4s ease;
            -moz-transition: 0.4s ease;
            -o-transition: 0.4s ease;
            transition: 0.4s ease;
        }

            ul#nav2 > li > a:hover {
                color: #2B2A7A;
                background-color: #fff;
            }

            ul#nav2 > li > a.active {
                color: #000;
                background: url(../images/all/icon03.png) 190px 9px no-repeat #FFF;
            }

body.page_about ul#nav2 > li > a.active,
body.page_news ul#nav2 > li > a.active,
body.page_service ul#nav2 > li > a.active {
    background: #fff;
}
/*第二層*/
ul#nav2 > li > ul {
    padding: 10px 0;
    border-top: 1px rgba(255, 255, 255, 0.4) dashed;
}

    ul#nav2 > li > ul > li > a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        padding: 1px 0 2px 29px;
        background: url(../images/all/icon04.gif) 18px 11px no-repeat;
    }

        ul#nav2 > li > ul > li > a:hover {
            color: #000;
            background-color: #FFF;
        }
    /*第三層*/
    ul#nav2 > li > ul > li > ul {
        padding: 2px 0;
    }

        ul#nav2 > li > ul > li > ul > li > a {
            color: #fff;
            text-decoration: none;
            font-size: 13px;
            line-height: 16px;
            padding: 4px 0 5px 44px;
            background: url(../images/all/icon05.png) 31px 11px no-repeat;
        }

            ul#nav2 > li > ul > li > ul > li > a:hover {
                text-decoration: underline;
            }

body.page_about.pa01 ul#nav2 > li > a.b1-1,
body.page_about.pa02 ul#nav2 > li > a.b1-2,
body.page_about.pa03 ul#nav2 > li > a.b1-3,
body.page_about.pa04 ul#nav2 > li > a.b1-4,
body.page_service.ps01 ul#nav2 > li > a.b1-1,
body.page_service.ps02 ul#nav2 > li > a.b1-2,
body.page_service.ps03 ul#nav2 > li > a.b1-3,
body.page_service.ps04 ul#nav2 > li > a.b1-4 {
    background-color: #fff;
    color: #000;
}

/*========================= .content內容設定===============================================*/
.page_title {
    background-color: #191919;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    font-size: 16px;
}

.bg_w {
    background-color: #fff;
    padding: 30px 0 60px 0;
}

/*------------------公司介紹---------------------*/
body.page_about .stitle {
    font-size: 18px;
    /* text-align: center; */
    /* padding-bottom: 5px; */
    padding: 6px 0 3px 12px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
    /* border-bottom: 1px #CDCDCD solid; */
    background-color: #191919;
}

    body.page_about .stitle span {
        font-size: 12px;
        color: #939393;
        font-weight: normal;
        padding-left: 7px;
        letter-spacing: 0;
    }

body.page_about .box01 {
    padding: 20px;
}

    body.page_about .box01 .ssti {
        font-size: 16px;
        padding: 20px 0 5px;
    }

    body.page_about .box01 .fa {
        font-size: 12px;
        padding-right: 5px;
        position: relative;
        bottom: 2px;
    }

body.page_about ul.box02 {
    border-top: 1px #ccc dotted;
    padding: 20px;
}


    body.page_about ul.box02 li {
        margin-bottom: 20px;
        background-color: #F0F0F0;
        padding: 20px;
    }

    body.page_about ul.box02 .pic {
        float: left;
        width: 350px;
    }

    body.page_about ul.box02 li:nth-child(2n) .pic {
        float: right;
        width: 350px;
    }

    body.page_about ul.box02 li img {
        -webkit-box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.2);
        box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.2);
    }

    body.page_about ul.box02 .text {
        float: right;
        width: 320px;
    }

    body.page_about ul.box02 li:nth-child(2n) .text {
        float: left;
        width: 300px;
    }

    body.page_about ul.box02 .text h3 {
        padding-bottom: 10px;
        font-size: 16px;
        color: #2C2A79;
    }

body.page_about .box03 {
    padding: 20px 20px 40px;
    /* margin-bottom: 20px; */
    border-top: 1px #D5D5D5 solid;
    background: url(../images/about/pic06.png) 24px 0px no-repeat;
}

    body.page_about .box03 .ssti {
        padding-bottom: 10px;
        font-size: 16px;
        color: #2C2A79;
    }

    body.page_about .box03 ul.year_list li {
        margin-bottom: 10px;
    }

    body.page_about .box03 ul.year_list span {
        float: left;
    }

    body.page_about .box03 ul.year_list .year {
        color: #FFF;
        background-color: #C4C3BD;
        text-align: center;
        padding: 5px 0px;
        font-size: 20px;
        font-weight: bold;
        /* margin: 5px 20px 5px 0px; */
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 100px;
    }

    body.page_about .box03 ul.year_list .text {
        /* padding-top: 10px; */
        position: relative;
        /* background-color: #fff; */
        top: 6px;
        left: 20px;
        width: 580px;
        line-height: 20px;
    }


body.page_about.pa02 .box01 {
    padding: 0 20px;
}

    body.page_about.pa02 .box01 h3 {
        font-size: 15px;
        margin-top: 10px;
        padding-bottom: 5px;
        padding-top: 10px;
        color: #2A297B;
        border-top: 1px #ccc dotted;
    }

        body.page_about.pa02 .box01 h3:nth-child(1) {
            border-top: none;
        }

    body.page_about.pa02 .box01 .pic {
        margin-top: 20px;
        /* border: 1px #D6D6D6 solid; */
        /* padding: 5px; */
        /* background-color: #fff; */
    }

        body.page_about.pa02 .box01 .pic img {
            width: 100%;
        }

    body.page_about.pa02 .box01 .si {
        font-size: 16px;
    }

    body.page_about.pa02 .box01 ul.sup li {
        /*border-bottom: 1px #CCC solid;*/
        /*padding-bottom: 5px;*/
        /* background-color: #000; */
    }

    body.page_about.pa02 .box01 ul.sup h4 {
        border-top: 1px #CCC solid;
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
        /* margin-bottom: 5px; */
        padding: 20px 0 15px;
    }


        body.page_about.pa02 .box01 ul.sup h4 span {
            padding: 0 5px;
        }

    body.page_about.pa02 .box01 ul.sup li .pic {
        margin: 0;
    }

body.page_about.pa03 .box01 {
    padding: 0 20px;
}

body.page_about.pa03 .box03 {
    border-top: none;
}

body.page_about.pa03 .pic {
    padding: 0 20px;
}

    body.page_about.pa03 .pic img {
        width: 100%;
    }

body.page_about.pa03 .box04 {
    background: url(../images/about/pic05.png) center 30px no-repeat;
    min-height: 300px;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    border-top: 1px #ccc dashed;
}

    body.page_about.pa03 .box04 .tleft,
    body.page_about.pa03 .box04 .tright {
        position: absolute;
        width: 295px;
        padding: 4px 0;
        font-weight: bold;
        color: #2A286F;
        background-color: #F0F0F0;
        text-align: center;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    body.page_about.pa03 .box04 .tleft {
        /* text-align: right; */
        left: 0;
    }

    body.page_about.pa03 .box04 .tright {
        right: 0;
    }

    body.page_about.pa03 .box04 .t1 {
        top: 54px;
    }

    body.page_about.pa03 .box04 .t2 {
        top: 72px;
    }

    body.page_about.pa03 .box04 .t3 {
        top: 134px;
    }

    body.page_about.pa03 .box04 .t4 {
        top: 153px;
    }

    body.page_about.pa03 .box04 .t5 {
        top: 214px;
    }

    body.page_about.pa03 .box04 .t6 {
        top: 233px;
    }

body.page_about.pa04 ul.qu_list {
    /* float: right; */
    /* width: 680px; */
    padding: 0 10px;
}

    body.page_about.pa04 ul.qu_list h3 {
        font-size: 16px;
        text-align: center;
        color: #2C2A7B;
        border-bottom: 1px #D7D7D7 solid;
        padding-bottom: 3px;
        margin-bottom: 8px;
        /* background-color: #E5E5E5; */
    }

    body.page_about.pa04 ul.qu_list li {
        float: left;
        width: 270px;
        height: 185px;
        padding: 15px 40px;
        background-color: #F3F3F3;
        margin: 10px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

body.page_about.pa04 .pic {
    /* float: left; */
    width: 760px;
    padding-bottom: 20px;
}

    body.page_about.pa04 .pic img {
        width: 100%;
    }


/*------------------最新消息---------------------*/
body.page_news .stitle {
    font-size: 18px;
    /* text-align: center; */
    /* padding-bottom: 5px; */
    padding: 6px 0 3px 12px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
    /* border-bottom: 1px #CDCDCD solid; */
    background-color: #191919;
}

    body.page_news .stitle span {
        font-size: 12px;
        color: #939393;
        font-weight: normal;
        padding-left: 7px;
        letter-spacing: 0;
    }

ul.news_list li {
    background-color: #fff;
    border-bottom: 1px #cecece solid;
}

    ul.news_list li:nth-child(2n) {
        background-color: #F0F0F0;
    }

    ul.news_list li > a,
    ul.news_list li > p {
        text-decoration: none;
        color: #000;
        padding: 6px;
    }

        ul.news_list li > a:hover,
        ul.news_list li > p:hover {
            /* color: #fff; */
            background-color: #D7D7D7;
            -webkit-transition: 0.4s ease;
            -moz-transition: 0.4s ease;
            -o-transition: 0.4s ease;
            transition: 0.4s ease;
        }

        ul.news_list li > a .title,
        ul.news_list li > p .title {
            float: left;
            width: 600px;
            background: url(../images/all/icon04.gif) 6px 9px no-repeat;
            padding-left: 17px;
            line-height: 28px;
        }

        ul.news_list li > a .date {
            float: right;
            width: 100px;
            text-align: center;
            line-height: 28px;
        }

        ul.news_list li > p .download {
            float: right;
            width: 80px;
            text-align: center;
        }

body.page_news_show ul.news_list a:hover {
    background-color: transparent;
}

body.page_news_show ul.news_list a .title {
    font-size: 16px;
    background: none;
    font-weight: bold;
    padding-left: 14px;
}

body.page_news_show .news_editor {
    padding: 20px;
    background-color: #fff;
}

/*------------------產品介紹---------------------*/
/*產品首頁*/
ul.pro_kind li {
    padding-bottom: 40px;
    background: url(../images/all/shadow02.png) center bottom no-repeat;
    /* width: 480px; */
    margin-left: 40px;
}

    ul.pro_kind li:nth-child(2n) a .pic {
        float: right;
    }

/*
    ul.pro_kind li:nth-child(2n+1) {
        margin-left: 0;
    }
*/

ul.pro_kind a {
    background-color: #fff;
    text-decoration: none;
    color: #000;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    width: 1000px;
}


    ul.pro_kind a:hover {
        background-color: #191919;
        color: #fff;
    }

    ul.pro_kind a .pic {
        float: left;
        width: 500px;
    }

        ul.pro_kind a .pic img {
            width: 100%;
        }

    ul.pro_kind a .title {
        float: left;
        width: 500px;
        text-align: center;
        vertical-align: middle;
        display: table;
        height: 160px;
    }

        ul.pro_kind a .title p {
            vertical-align: middle;
            display: table-cell;
        }

            ul.pro_kind a .title p span {
                border: 1px #CECECE solid;
                padding: 5px 0;
                width: 300px;
                display: inline-block;
            }

    ul.pro_kind a:hover .title p span {
        border: 1px #676767 solid;
    }

/*列表頁*/
.pro_list_bg {
    /* background-color: #FFFFFF; */
    /* padding: 0 20px 20px; */
}

ul.pro_list {
    width: 760px;
    margin: 0 auto;
}

    ul.pro_list li {
        margin-left: 25px;
        margin-bottom: 25px;
    }

        ul.pro_list li:nth-child(3n+1) {
            margin-left: 20px;
        }

    ul.pro_list a {
        width: 230px;
        text-decoration: none;
        color: #000;
    }

        ul.pro_list a .pic {
            width: 230px;
            height: 230px;
            display: block;
        }

            ul.pro_list a .pic img {
                width: 100%;
                height: auto;
            }

        ul.pro_list a .title {
            text-align: center;
            background-color: #dbdbdb;
            width: 100%;
            display: block;
            padding: 3px 0 1px;
        }

        ul.pro_list a:hover .title {
            color: #fff;
            background-color: #191919;
        }

/*詳細頁*/
body.page_products .box01 {
    background-color: #191919;
}

body.page_products .text_info {
    float: right;
    width: 440px;
}

    body.page_products .text_info .title {
        font-size: 26px;
        padding-bottom: 10px;
        padding-top: 20px;
        padding-left: 22px;
        line-height: 22px;
        color: #fff;
        width: 420px;
    }

    body.page_products .text_info .type {
        color: #FFFFFF;
        background-color: #282828;
        padding: 1px 0 1px 12px;
        margin-left: 20px;
        font-size: 14px;
    }

    body.page_products .text_info a.download_pdf {
        background: url(../images/all/icon_pdf.png) 0 0 no-repeat;
        color: #7C7C7C;
        font-size: 14px;
        width: 60px;
        padding-left: 35px;
        text-decoration: none;
        display: block;
        line-height: 32px;
        margin-top: 15px;
        float: left;
        margin-left: 20px;
    }

        body.page_products .text_info a.download_pdf:hover {
            color: #fff;
        }

    body.page_products .text_info .btn_base {
        margin-top: 16px;
        margin-left: 17px;
    }

body.page_products ul.other_link {
    position: static;
    float: right;
    margin: 15px 10px 0 0;
}

body.page_products .other_pro {
    background-color: #fff;
    padding-bottom: 40px;
}

.shadow {
    background: url(../images/all/shadow02.png) center top no-repeat;
    height: 40px;
}

.other_pro h3 {
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    /* font-weight: normal; */
}

.pro_list_bg {
    /* background-color: #FFFFFF; */
    /* padding: 0 20px 20px; */
}

body.page_products_show ul.pro_list {
    width: 710px;
    margin: 0 auto;
}

    body.page_products_show ul.pro_list li {
        margin-left: 10px;
    }

        body.page_products_show ul.pro_list li:nth-child(3n+1) {
            margin-left: 0px;
        }

    body.page_products_show ul.pro_list a {
        width: 230px;
        text-decoration: none;
        color: #000;
    }

        body.page_products_show ul.pro_list a .pic {
            width: 230px;
            height: 230px;
            display: block;
        }

            body.page_products_show ul.pro_list a .pic img {
                width: 100%;
                height: auto;
            }

        body.page_products_show ul.pro_list a .title {
            text-align: center;
            background-color: #dbdbdb;
            width: 100%;
            display: block;
            padding: 3px 0 1px;
        }

        body.page_products_show ul.pro_list a:hover .title {
            color: #fff;
            background-color: #191919;
        }

body.page_products_show .pro_show2 {
    background-color: #fff;
    padding: 20px;
}

/*------------------服務項目---------------------*/
body.page_service .stitle {
    font-size: 18px;
    /* text-align: center; */
    padding: 6px 0 3px 12px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
    /* border-bottom: 1px #CDCDCD solid; */
    background-color: #191919;
}

body.page_service ul.box01 {
    padding: 20px;
}

    body.page_service ul.box01 li {
        padding-bottom: 20px;
    }

    body.page_service ul.box01 .pic {
        float: left;
    }

        body.page_service ul.box01 .pic img {
            -webkit-box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.2);
            -moz-box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.2);
            box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.2);
        }

    body.page_service ul.box01 .text {
        float: right;
        width: 350px;
    }

        body.page_service ul.box01 .text h3 {
            font-size: 16px;
            color: #2B2A7B;
            padding-bottom: 10px;
        }


body.page_service .stitle span {
    font-size: 12px;
    color: #939393;
    font-weight: normal;
    padding-left: 5px;
}

body.page_service .box02 {
    padding-top: 20px;
    border-top: 1px #ccc dotted;
}

body.page_service .box01 h2 {
    font-size: 18px;
}

body.page_service .box02 h3 {
    font-size: 16px;
    color: #2B2A7B;
    padding-bottom: 10px;
}

body.page_service .box02 p {
    font-size: 16px;
}

body.page_service .box02 .pic {
    margin-top: 20px;
}

body.page_service.ps02 .st {
    font-size: 14px;
    padding: 0 20px;
}

body.page_service.ps02 .box01 {
    padding: 20px 20px 0;
}

    body.page_service.ps02 .box01 ul.rd_list li {
        margin-top: 20px;
        /* border-top: 1px #ccc dotted; */
        padding: 20px;
        background-color: #f0f0f0;
    }


    body.page_service.ps02 .box01 ul.rd_list .pic {
        float: left;
        width: 330px;
    }

    body.page_service.ps02 .box01 ul.rd_list li:nth-child(2n) .pic {
        float: right;
        width: 330px;
    }


    body.page_service.ps02 .box01 ul.rd_list .pic img {
        -webkit-box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.2);
        box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.2);
    }

    body.page_service.ps02 .box01 ul.rd_list .text {
        float: right;
        width: 330px;
    }

    body.page_service.ps02 .box01 ul.rd_list li:nth-child(2n) .text {
        float: left;
        width: 320px;
    }

    body.page_service.ps02 .box01 ul.rd_list h3 {
        font-size: 16px;
        padding-bottom: 10px;
        color: #2C2A7B;
    }



body.page_service.ps03 .box01 {
    padding: 0 20px 20px;
    margin-bottom: 20px;
    border-bottom: 1px #ccc dotted;
}

body.page_service.ps04 .box01 {
    padding: 10px 20px 30px;
    background-color: #FFF;
}
/*------------------洽詢清單---------------------*/
.table_base {
    width: 100%;
    background-color: #fff;
    border-top: 1px #ccc solid;
    border-left: 1px #ccc solid;
}

    .table_base th,
    .table_base td {
        padding: 8px 10px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        text-align: center;
        vertical-align: middle;
        position: relative;
        background-color: #fff;
    }

    .table_base th {
        background-color: #676767;
        color: #fff;
        /* font-size: 15px; */
    }

body.page_advisory .sti {
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
}

body.page_advisory .sti2 {
    padding-top: 30px;
}

ul.btn_cart a {
    font-size: 16px;
    padding: 12px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.table_base .text_align_left {
    text-align: left;
}

body.page_advisory .se {
    margin: 0 5px 0 0px;
}

body.page_advisory .se2 {
    margin: 0 5px 0 15px;
}

body.page_advisory .t01 {
    width: 468px;
}

body.page_advisory .t02 {
    width: 700px;
}

body.page_advisory .t03 {
    width: 700px;
    height: 120px;
    margin: 4px 0;
}

body.page_advisory .t04 {
    width: 160px;
}

body.page_advisory .code {
    display: inline-block;
    width: 100px;
    position: absolute;
    margin-left: 10px;
    top: 5px;
}

    body.page_advisory .code img {
        width: 100%;
    }

body.page_advisory .successful {
    margin: 0 auto;
    text-align: center;
}

    body.page_advisory .successful img {
        width: 40%;
    }

body.page_advisory .su_text {
    text-align: center;
    font-size: 16px;
}

/*------------------聯絡我們---------------------*/
.tcn {
    text-align: center;
    font-size: 14px;
}

.table_contact {
    border-top: 1px #e3e3e3 solid;
    background-color: #fff;
    margin-top: 10px;
}

    .table_contact th,
    .table_contact td {
        position: relative;
        border-bottom: 1px #e3e3e3 solid;
        padding: 2px 0px;
        line-height: 40px;
        background-color: transparent;
    }

    .table_contact th {
        width: 20%;
        border-right: none;
    }

    .table_contact td {
        padding-left: 10px;
        padding-right: 10px;
        width: 80%;
    }

    .table_contact span {
        background-color: #f0f0f0;
        display: block;
        color: #191919;
    }

    .table_contact .textalign_left {
        text-align: left;
    }

    .table_contact .textalign_center {
        text-align: center;
    }

    .table_contact .textalign_right {
        text-align: right;
    }

    .table_contact .thight {
        line-height: 180px;
    }

.inputkeyword_contact {
    border: 1px #dedede solid;
    line-height: 18px;
}

    .inputkeyword_contact.c01 {
        width: 420px;
    }

    .inputkeyword_contact.c02 {
        width: 560px;
    }

    .inputkeyword_contact.c03 {
        width: 100%;
        height: 160px;
    }

    .inputkeyword_contact.c04 {
        width: 240px;
    }

    .inputkeyword_contact.c05 {
        width: 50px;
    }

    .inputkeyword_contact.c06 {
        width: 96%;
        height: 160px;
    }

.require {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 32px;
    margin-top: -7px;
    background: url(../images/all/icon.png) left top no-repeat;
    display: block;
    width: 6px;
    height: 6px;
}

.re2 {
    margin-left: 52px;
}

.table_contact .code {
    display: inline-block;
    height: 28px;
    position: absolute;
    margin-left: 10px;
    top: 8px;
}

    .table_contact .code img {
        width: auto;
        height: 100%;
    }

body.page_contact .box01 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
}

    body.page_contact .box01 .info_text {
        float: right;
        width: 370px;
    }

        body.page_contact .box01 .info_text a {
            text-decoration: none;
            color: #191919;
        }

            body.page_contact .box01 .info_text a:hover {
                text-decoration: underline;
                color: #2B2A7B;
            }

        body.page_contact .box01 .info_text span {
            font-size: 14px;
            display: block;
            padding-bottom: 10px;
            border-bottom: 1px #ccc dotted;
            margin-bottom: 10px;
        }

    body.page_contact .box01 .google_map {
        float: left;
        border: 1px #C1C1C1 solid;
        padding: 4px;
        background-color: #fff;
    }



/*========================= .footer內容設定 ===========================================*/
/*--文字選單--*/
ul#nav3 {
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -500px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

    ul#nav3 li {
        margin: 0px 10px;
    }

        ul#nav3 li:nth-child(1) {
            margin-left: 0;
        }

    ul#nav3 a {
        font-size: 12px;
        text-align: center;
        text-decoration: none;
        color: #fff;
    }

        ul#nav3 a:hover {
            color: #fff;
            text-decoration: underline;
        }
/*社群*/
ul.other_link {
    display: none;
    position: absolute;
    right: 50%;
    top: 20px;
    margin-right: -500px;
}

    ul.other_link li {
        margin-left: 10px;
    }

    ul.other_link a {
        text-indent: -9999px;
        width: 32px;
        height: 32px;
        background: url(../images/all/icon07.png) no-repeat;
    }

        ul.other_link a.btn_facebook {
            background-position: 0 0;
        }

        ul.other_link a.btn_twitter {
            background-position: -32px 0;
        }

        ul.other_link a.btn_youtube {
            background-position: -64px 0;
        }

        ul.other_link a.btn_linked {
            background-position: -98px 0;
        }

        ul.other_link a:hover {
            opacity: 0.6;
        }
/*地址*/
.footer .info {
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 58px;
    font-size: 12px;
}

/*版宣*/
.copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 30px;
    font-size: 12px;
    color: #A6A6A6;
    width: 100%;
    text-transform: uppercase;
    background-color: #282828;
}

    .copyright span {
        position: relative;
        left: 50%;
        margin-left: -500px;
    }

a.link_eztrust {
    color: #797979;
    text-decoration: none;
}

    a.link_eztrust:hover {
        color: #000;
    }

a.link_sitemap {
    color: #797979;
    margin: 0 6px;
}

    a.link_sitemap:hover {
        color: #000;
    }

.powered {
	display:none;
}

.qrcode {
    position: absolute;
    left: calc(50% - 270px);
    top: 60px;
    width: 80px;
    height: 80px;
    background: url(../../images/fb.png) no-repeat;
    background-size: 100% auto;
}

/*========================= 首頁 ===========================================*/
body.page_home .side1 {
    display: none;
}

body.page_home .main {
    background: none;
}

body.page_home .header {
    height: 563px;
}

    body.page_home .header .banner {
        height: auto;
    }

body.page_home .content {
    float: none;
    width: auto;
}

body.page_home .main .index_news,
body.page_home .main .index_info {
    width: 480px;
    float: left;
    margin-top: 10px;
}

body.page_home .main .index_info {
    float: right;
}

body.page_home .main .index_news h1.title {
    background-position: center -30px;
    width: auto;
}

body.page_home .main .index_info h1.title {
    background-position: center -180px;
    width: auto;
}

body.page_home .main .index_product h1.title {
    background-position: center -210px;
    width: auto;
}

body.page_home ul.news_list {
    padding-top: 10px;
}

    body.page_home ul.news_list li > a {
        padding: 0 2px;
    }

        body.page_home ul.news_list li > a .title {
            width: 350px;
            background: url(../images/all/icon08.gif) 0 10px no-repeat;
            font-size: 14px;
        }

        body.page_home ul.news_list li > a .date {
            width: 80px;
            font-size: 14px;
        }

    body.page_home ul.news_list li {
        background-color: transparent;
        border-bottom: 1px #cecece dotted;
    }

body.page_home .main .index_info .pic {
    display: block;
    width: 189px;
    float: left;
    margin-top: 12px;
}

    body.page_home .main .index_info .pic img {
        -webkit-box-shadow: 4px 3px 0px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 4px 3px 0px 0px rgba(0,0,0,0.2);
        box-shadow: 4px 3px 0px 0px rgba(0,0,0,0.2);
    }

body.page_home .main .index_info p {
    display: block;
    width: 280px;
    font-size: 14px;
    float: right;
    margin-top: 14px;
}

body.page_home .main .index_product {
    margin-top: 40px;
}

    body.page_home .main .index_product ul {
        /*margin-top: 25px;*/
    }

        body.page_home .main .index_product ul li:nth-child(2) {
            /* margin: 0 26px;*/
        }


body.page_home .ih-item.square {
    border: 0;
    height: auto;
    box-shadow: none;
}

    body.page_home .ih-item.square.effect6.from_top_and_bottom .info p {
        color: #fff;
        font-style: normal;
        font-size: 14px;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    body.page_home .ih-item.square.effect6 .info {
        background-color: rgba(0, 0, 0, 0.5);
    }

        body.page_home .ih-item.square.effect6 .info h3 {
            background-color: rgba(0, 0, 0, 0.6);
        }

body.page_home .index_video {
    border-top: 1px #ccc solid;
    clear: both;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
}

    body.page_home .index_video .v01 {
        float: left;
    }

    body.page_home .index_video .v02 {
        float: right;
    }

body.page_home .footer_bg {
    background: none;
}

.btn_mask {
    display: block;
    width: 90px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
