.widget-place {
    position: relative;
}

body {}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */

.nivo-directionNav {
    position: absolute;
    top: 50%;
    height: 30px;
    width: 100%;
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    position: absolute;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}

.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

#art_mobile_logo,
#rwd_nav,
#art_moblie_free_tel {
    display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body,
.ddsmoothmenu,
.WHITESTONE_OUTLINE .whiteston_outline_2,
.WHITESTONE_OUTLINE .whiteston_outline_2 a:link,
.WHITESTONE_OUTLINE .whiteston_outline_2 a:visited,
pre,
code,
kbd,
samp,
var {
    font-family: Arial, Helvetica, "黑體-繁", "微軟正黑體", "新細明體", PMingLiU, monospace, "sans-serif";
    font-weight: normal;
}

html {
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body {
    font-size: 12px;
    font-size: 1.2rem;
    /* 12÷10=1.2 */
    text-align: left;
    width: 100%;
    min-width: 320px;
    line-height: 1.5em;
}

#bg {
    background: transparent url("../images/bk-2.jpg") no-repeat scroll center top;
}

p {
    font-size: 14px;
    font-size: 1.4rem;
    /* 14÷10=1.2 */
}

.widget-place ol,
.widget-place ul {
    list-style: none;
}

.table_wrap_div {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    height: auto;
    overflow: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bolder;
}

h2 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bolder;
}

h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bolder;
}

h4 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bolder;
}

#main_body {
    position: relative;
    width: 100%;
    min-width: 320px;
}

#main_body img {
    max-width: 100%;
}

#main_body .widget-place {
    background-color: transparent;
}

#main_body a:link,
#main_body a:visited,
#main_body a:active {
    text-decoration: none;
    color: #333;
}

#main_body a:hover {
    color: #20669e;
    transition: all 0.3s ease-in-out 0s;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a img {
    transition: all 0.3s ease-in-out 0s;
}

a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    transition: all 0.3s ease-in-out 0s;
}

/*top-bar*/
#bg a#art_top_bk:link,
#bg a#art_top_bk:visited,
#bg a#art_top_bk:active {
    bottom: 25px;
    margin-right: -700px;
    opacity: 0;
    position: fixed;
    right: 50%;
}

#bg a#art_top_bk.vanish {
    opacity: 1;
}

#bg a#art_top_bk i.fa-angle-up::before {
    color: #52c0ed;
    display: block;
    font-size: 80px;
    font-size: 8rem;
}

/*=============================================*/
#art_footer_center {
    margin-bottom: 40px;
}

#art_footer_bottom {
    width: 100%;
    padding: 0;
}

#place_1::after,
#place_9::after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
    z-index: 1;
}

#place_3 {
    width: 60%;
}

#place_4 {
    width: 38%;
    margin-right: 0;
}

#place_3,
#place_4 {
    overflow: hidden;
}

#place_6,
#place_7,
#place_8 {
    width: 32%;
    margin-right: 2%;
    overflow: hidden;
    height: 398px;
}

#place_6 img,
#place_7 img,
#place_8 img {
    max-width: 100%;
}

#main_body #place_9 {
    background-color: #173556;
}

.art_box {
    margin: 0;
    min-width: 320px;
    min-height: 50px;
}

.art_inside_box {
    width: 1200px;
    margin: 0 auto;
    padding: 10px;
    min-height: 10px;
}

/*導覽列設定*/
#main_body #place_1 .ddsmoothmenu {
    width: 80%;
    height: auto;
    float: left;
}

#main_body #place_1 .ddsmoothmenu ul li a:link,
#main_body #place_1 .ddsmoothmenu ul li a:visited {
    color: #000;
}

#main_body #place_1 .ddsmoothmenu ul li a {
    background: transparent none repeat scroll 0 0;
    border-right: 0 solid transparent;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    padding: 10px 20px !important;
    cursor: context-menu;
}

#main_body #place_1 .ddsmoothmenu ul li a:hover,
#main_body #place_1 .ddsmoothmenu ul li a.selected {
    color: #54c3f1;
}

.downarrowclass {
    display: none !important;
}

#main_body #place_1 .ddsmoothmenu ul li ul {
    padding: 10px 0 0;
    width: 100% !important;
}

#main_body #place_1 .ddsmoothmenu ul li ul li a {
    background: #173556 none repeat scroll 0 0;
    border-bottom: 0 solid transparent;
    font-family: Arial, Helvetica, "黑體-繁", "微軟正黑體", "新細明體", PMingLiU, monospace, "sans-serif";
    padding: 10px !important;
    width: auto;
    font-size: 16px;
    font-size: 1.6rem;
}

#main_body #place_1 .ddsmoothmenu ul li ul li:first-child a {
    position: relative;
    z-index: 1;
}

#main_body #place_1 .ddsmoothmenu ul li ul li:first-child a:before {
    border-bottom: 10px solid #173556;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: inline-block;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -9px;
    z-index: 10;
}

#main_body #place_1 .ddsmoothmenu ul li ul li a:link,
#main_body #place_1 .ddsmoothmenu ul li ul li a:visited {
    color: #fff;
}

#main_body #place_1 .ddsmoothmenu ul li ul li a:hover {
    background-color: #54c3f1;
    color: #173556;
}

#main_body #place_1 .ddsmoothmenu ul li ul li:first-child a:hover:before {
    border-bottom: 10px solid #54c3f1;
}

/*購物 Banner*/
#art_shopping_banner {
    float: left;
    width: 20%;
    height: auto;
    min-height: 10px;
    text-align: right;
    overflow: hidden;
    line-height: 1em;
}

#art_shopping_banner img {
    vertical-align: middle;
}

/*市話免付費專線*/
#art_free_tel {
    height: 270px;
    line-height: 170px;
    margin: 0 auto;
    padding: 50px 0;
    width: 60%;
}

#art_free_tel img {
    vertical-align: middle;
}

/*LOGO*/
#art_logo {
    padding: 50px 0;
}

#art_logo img {
    height: auto;
    vertical-align: middle;
}

/*首頁幻燈片設定*/
#place_5 .theme-default .nivoSlider {
    width: 100% !important;
    height: 495px !important;
    background: transparent none no-repeat center center !important;
    border: 10px solid #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3) !important;
}

#place_5 .theme-default .nivo-directionNav {
    height: 60px;
    margin-top: -30px;
}

#place_5 .theme-default .nivo-directionNav a {
    background: url("../images/new_arrows.png") no-repeat;
    width: 61px;
    height: 60px;
}

#place_5 .theme-default .nivo-directionNav a.nivo-nextNav {
    background-position: -69px 0;
}

#place_5 .theme-default .nivo-controlNav a {
    background: #000 none repeat scroll 0 0;
    width: 15px;
    height: 15px;
    margin: 0 15px;
    border-radius: 50px;
}

#place_5 .theme-default .nivo-controlNav a.active {
    background-color: #173556;
}

#place_5 .theme-default .nivo-controlNav a:hover {
    background-color: #54c3f1;
}

/*品牌優勢+好水技術*/
.art_box_style h1 {
    position: relative;
    z-index: 10;
    font-size: 40px;
    font-weight: 100;
    padding-left: 100px;
    line-height: 1.3em;
    margin-bottom: 50px;
    text-align: left;
}

.art_box_style h1::before {
    content: "1";
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 25px;
    border-radius: 50px;
    background-color: #54c3f1;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
}

#place_7 .art_box_style h1::before {
    content: "2";
}

.art_box_style {
    width: 100%;
    height: 410px;
    overflow: hidden;
    padding-top: 12px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    text-align: center;
}

/*最新消息*/
#place_8 {
    margin-right: 0;
}

#place_8 h2 {
    position: relative;
    z-index: 10;
    font-size: 40px;
    font-weight: 100;
    padding-left: 100px;
    line-height: 1.3em;
    margin-bottom: 50px;
}

/*#place_8 .art_box_style h1::before{ content: "3"; display: block; position: absolute; left: 0; top: -10px; font-size: 25px; border-radius: 50px; background-color: #54c3f1;  width: 70px;  height: 70px; text-align: center; line-height: 70px;  color: #fff;}*/
#place_8 .art_box_style h1::before {
    content: "3";
}

#place_8 .news_list_outline_div {
    padding-top: 10px;
    margin-bottom: 0;
}

#place_8 .news_list_outline_div ul {
    width: 100%;
    height: 298px;
    overflow: hidden;
}

#place_8 .news_list_outline_div ul li {
    font-size: 16px;
    font-size: 1.6rem;
    height: 1.1em;
    line-height: 1.1em;
    overflow: hidden;
    margin: 0 0 22px 0;
    color: #2f4a7d;
}

#place_8 .news_list_outline_div ul li a {
    color: #000;
}

#place_8 .news_list_outline_div ul li a:hover {
    color: #54c3f1;
}

/*首頁促銷相簿模組設定*/
#place_9 .global_block_div {
    margin: 0 auto;
    width: 1200px;
    padding: 24px 10px;
}

#place_9 .album_img_list_div {
    width: 32%;
    height: 300px;
    margin-right: 1.7%;
}

#place_9 .global_block_div div:nth-last-child(2) {
    margin-right: 0;
}

#place_9 .albums_list_img {
    border: 0 solid transparent;
    width: 100%;
}

#place_9 .album_img_list_div a:hover {
    padding-top: 0;
    padding-left: 0;
}

span.album_img_title {
    display: none;
}

/*首頁促銷三區塊設定*/
#art_index_f_b_series {
    margin: 0 auto;
    min-width: 320px;
    padding: 10px;
    position: relative;
    width: 1200px;
}

#art_index_f_b_series>a {
    display: block;
    float: left;
    margin-right: 1%;
    width: 32.5%;
    overflow: hidden;
}

#art_index_f_b_series>a:nth-child(3) {
    margin-right: 0;
}

/*公司資訊*/
#art_information {
    background-color: #fff;
    padding: 24px 0;
}

#a_i_box {
    margin: 0 auto;
    width: 1200px;
    padding: 0 10px;
}

.a_i_list {
    margin-right: 2%;
}

#art_logo_2 {
    width: 20%;
}

.a_i_list {
    margin-right: 1em;
}

#a_add {
    width: 590px;
    /*34%;*/
    text-align: center;
}

#a_add>ul {
    display: inline;
}

#a_qrcode {
    width: 320px;
    /*42%;*/
    margin-right: 0;
    text-align: right;
}

#a_add ul li {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 0
        /*12px*/
    ;
    padding-bottom: 10px;
    vertical-align: middle;
}

#a_add ul li:last-child {
    margin-right: 0;
}

#a_add ul li i::before {
    font-size: 24px;
    font-size: 2.4rem;
    vertical-align: middle;
    margin-right: 5px;
    line-height: 1.5em;
}

#a_add ul li i::before {
    left: 0;
    position: absolute;
    top: -10px;
    z-index: 10;
}

#a_add .fa {
    position: relative;
    z-index: 1;
    /*padding: 0 0 0 15px;*/
    padding: 0;
}

#a_add ul li:last-child .fa {
    padding: 0 0 0 26px;
}

#a_add p {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px 0 0;
}

/*========自適應設定==========*/
@media screen and (min-width: 481px) {

    html,
    body {
        background: transparent url("../images/bk-3.jpg") repeat-x scroll 50% top;
    }

    #art_header {
        z-index: 100;
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
    }
}

@media screen and (max-width: 1400px) {

    #bg a#art_top_bk:link,
    #bg a#art_top_bk:visited,
    #bg a#art_top_bk:active {
        margin-right: -130px;
    }
}

@media screen and (max-width: 1200px) {

    #place_9 .global_block_div,
    #a_i_box,
    .art_inside_box {
        width: 100%;
    }

    #place_5 .theme-default .nivoSlider {
        height: 487px !important;
    }

    #place_5 .theme-default .nivoSlider img {
        width: 100% !important;
    }

    #art_header_centent.isStuck,
    #art_header_centent.isStuck #place_1 {
        display: none;
    }

    #place_9 .album_img_list_div {
        margin-right: 1%;
        height: auto;
    }

    /*首頁促銷三區塊設定*/
    #art_index_f_b_series {
        width: 100%;
    }
}

@media screen and (max-width: 980px) {
    #place_8 .news_list_outline_div ul {
        height: auto;
    }

    #bg a#art_top_bk:link,
    #bg a#art_top_bk:visited,
    #bg a#art_top_bk:active {
        margin-right: -140px;
    }

    #place_5 .theme-default .nivoSlider {
        height: 394px !important;
    }
}

@media screen and (max-width: 800px) {
    #main_body #place_1 .ddsmoothmenu {
        padding: 12px 0;
    }

    #main_body #place_1 .ddsmoothmenu ul li a {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 10px !important;
    }

    #art_free_tel img {
        width: 100% !important;
    }

    body {
        background-position: center -90px;
    }

    .art_box_style {
        height: auto;
    }

    .art_box_style h1,
    #place_8 .news_list_outline_div h2 {
        font-size: 30px;
        padding-left: 60px;
        margin-bottom: 25px;
    }

    .art_box_style h1::before,
    #place_8 .news_list_outline_div h2::before {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .art_box_style div a {
        display: inline-block;
        height: 86px;
        overflow: hidden;
    }

    /*市話免付費專線*/
    #art_free_tel {
        height: 217px;
        line-height: 117px;
        width: 100%;
    }

    /*購物 Banner*/
    #art_shopping_banner {
        padding: 12px 0;
    }

    /*首頁輪播*/
    #place_5 .theme-default .nivoSlider {
        height: 336px !important;
    }

    /*公司資訊行動裝置設定*/
    #art_information {
        padding: 10px;
    }

    .a_i_list {
        margin-right: 0;
        width: 100% !important;
        float: none !important;
    }

    #a_add ul,
    #a_add p,
    #a_qrcode {
        padding-left: 70px;
    }

    #a_add ul li {
        margin-right: 0;
        display: block;
    }

    #a_add .fa {
        padding: 0 0 0 30px !important;
    }

    #a_add ul li:last-child i::before {
        left: -6px;
    }

    #a_add p {
        font-size: 12px;
        font-size: 1.2rem;
    }

    #a_qrcode {
        text-align: left;
        margin: 20px 0 0;
    }

    #bg a#art_top_bk:link,
    #bg a#art_top_bk:visited,
    #bg a#art_top_bk:active {
        margin-right: -48%;
    }
}

@media screen and (max-width: 768px) {
    #art_free_tel img {
        width: 100% !important;
    }

    #a_add ul li {
        float: none;
    }

    /*首頁輪播*/
    #place_5 .theme-default .nivoSlider {
        height: 326px !important;
    }
}

@media screen and (max-width: 640px) {
    #art_logo img {
        max-width: 100%;
    }

    body {
        background-position: center -200px;
    }

    #main_body #place_1 .ddsmoothmenu {
        padding: 0;
    }

    #art_logo {
        padding: 25px 0;
    }

    #place_5 .theme-default .nivoSlider {
        height: 252px !important;
    }

    #place_6,
    #place_7,
    #place_8 {
        height: auto;
    }

    /*市話免付費專線*/
    #art_free_tel {
        height: 143px;
        line-height: 93px;
        padding: 25px 0;
    }

    /*購物 Banner*/
    #art_shopping_banner {
        padding: 0;
        line-height: 3.5em;
    }
}

@media screen and (max-width: 480px) {
    #bg {
        background: transparent url("../images/bk-2.jpg") no-repeat scroll center -200px;
    }

    .art_box,
    .art_inside_box,
    #place_3,
    #place_4 {
        min-height: 0;
    }

    #art_logo {
        display: none;
    }

    #art_header_centent {
        border-bottom: 0 solid transparent;
    }

    /*行動裝置用LOGO*/
    #art_mobile_logo {
        display: block;
        padding: 15px 0;
        text-align: center;
    }

    #art_mobile_logo img {
        width: 80% !important;
    }

    /*自適應導覽列設定*/
    #rwd_nav {
        background-color: #2f4a7d;
        color: #fff;
        height: auto;
        margin: 0 auto;
        min-height: 3em;
        padding: 1em;
        position: relative;
        width: 100%;
    }

    #rwd_nav h1 {
        display: inline-block;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5em;
    }

    .fa-chevron-down::before {
        position: absolute;
        right: 20px;
        top: 15px;
        z-index: 10;
        font-size: 20px;
        font-size: 2rem;
    }

    #main_body #place_1 .ddsmoothmenu {
        float: none;
        width: 100%;
        padding: 0;
    }

    #place_1 .ddsmoothmenu ul {
        border-width: 0 1px 1px 1px;
        border-color: transparent #d8d8d8 #d8d8d8 #d8d8d8;
        border-style: none solid solid solid;
        background-color: #fff;
        display: block !important;
        position: relative;
    }

    #place_1 .ddsmoothmenu ul li {
        float: none;
        display: block;
        border-bottom: 1px solid #d8d8d8;
    }

    #place_1 .ddsmoothmenu ul li:last-child {
        border-bottom: 0 solid transparent;
    }

    #main_body #place_1 .ddsmoothmenu ul li a,
    #main_body #place_1 .ddsmoothmenu ul li:first-child a {
        padding: 10px !important;
        height: 2.5em;
    }

    /*市話免付費專線*/
    #art_moblie_free_tel {
        display: block;
        width: 100%;
        height: auto;
        min-height: 10px;
        line-height: 1em;
        text-align: center;
    }

    #art_moblie_free_tel img {
        width: 45%;
    }

    /*購物 Banner*/
    #art_shopping_banner {
        margin: 10px 0;
        text-align: center;
        width: 100%;
    }

    #art_free_tel {
        display: none;
    }

    /*首頁輪播行動裝置設定*/
    #place_5 .theme-default {
        margin: 10px 0;
    }

    #place_5 .theme-default .nivoSlider {
        margin-bottom: 0;
        height: auto !important;
        border: 5px solid #fff;
    }

    #place_5 .theme-default .nivo-directionNav,
    #place_5 .theme-default .nivo-controlNav {
        display: none;
    }

    /*品牌優勢+好水技術+最新消息行動版設定*/
    #place_6,
    #place_7,
    #place_8 {
        width: 100%;
        margin-right: 0;
    }

    .art_box_style {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d8d8d8;
    }

    .art_box_style div a {
        height: auto;
        overflow: visible;
        display: block;
    }

    .art_box_style h1,
    #place_8 .news_list_outline_div h2 {
        margin-bottom: 30px;
    }

    .art_box_style h1::before,
    #place_8 .news_list_outline_div h2::before {
        top: -6px;
    }

    #art_footer_center {
        margin-bottom: 0;
    }

    /*首頁促銷相簿模組行動裝置設定*/
    #place_9 .global_block_div {
        padding: 10px;
    }

    #place_9 .album_img_list_div {
        margin-right: 0;
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    #place_9 .global_block_div div:nth-last-child(2) {
        margin-bottom: 0;
    }

    /*首頁促銷三區塊設定*/
    #art_index_f_b_series a {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 360px) {
    #bg {
        background: transparent url("../images/bk-2.jpg") no-repeat scroll center -250px;
    }
}