/*--------------copyright by vicky start-------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 10px;
    line-height: 1.8;
}

body {
    line-height: 1.8;
    letter-spacing: 2px;
    font-size: 1.6rem;
    font-family: 'Noto Serif TC', 'Noto Sans TC', sans-serif, 'Sedan SC', serif;
    color: #000000;
    overflow-x: hidden;
    font-weight: 400;
    position: relative;
    z-index: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    box-sizing: border-box;
}

a:hover,
a:focus {
    text-decoration: none;
    transition: .2s ease all;
}

img {
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

::selection {
    background: rgba(204, 204, 204, 1);
}


.clear::after {
    content: "";
    display: block;
    clear: both;
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/*carousel-fade*/
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-inner>.item>img {
    display: inline-block;
}

/*---menu---------------------------------------------------------------------------------------------------------------------------*/
.header-section {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: none;
    transition: border-bottom 0s, background-color 0s, padding 0s;
    z-index: 99;
    opacity: 1;
    padding: 5rem 0;
    min-height: 134px;

}

.page-width {
    width: 1330px;
    max-width: 100%;
    margin: 0 3rem 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.top-nav,
.top-nav2 {
    background-color: rgba(0, 0, 0, 0.65);
    transition: border-bottom .4s, background-color .4s;
    opacity: 1;
}

.menu {
    width: 928px;
    max-width: 100%;
    text-align: center;
}

.menu_logo {
    background: #514741;
    position: absolute;
    top: 0;
    left: 0;
    width: 684px;
    max-width: 100%;
    border-bottom-right-radius: 180px;
    text-align: right;
    padding: 0 21rem 0 0;
    line-height: 167px;
}

.menu_logo a {
    display: block;
}

.menu ul {
    display: flex;
    justify-content: flex-end
}

.menu ul li {
    display: inline-block;
    position: relative;
    padding: 0 2.5rem;
    width: 20%;

}

.menu ul li a {
    white-space: nowrap;
    transition: .5s all;
    text-align: center;
    letter-spacing: 3px;
    color: #3d3d3d;
}

.menu ul li a h2 {
    font-size: 20px;
    text-align: center;
    transition: .5s all;
    position: relative;
}

.menu ul li a h3 {
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s all;
}

.menu ul li a:hover h2 {
    opacity: 0;
}

.menu ul li a:hover h3 {
    opacity: 1;
}

.menu ul li img {
    position: relative;
    bottom: 0;
    right: -30px;
}

.menu ul li:nth-of-type(5) img {
    position: relative;
    bottom: 0;
    right: -50px;
}

.menu li ul {
    display: block;
    position: absolute;
    padding: 5.2rem 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    background: rgba(255, 255, 255, .85);
    width: 221px;
}

.menu li ul:before {}

.menu li:hover>ul {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.menu ul ul li {
    position: relative;
    padding: 0 2.3rem;
}

.menu ul ul li>a {
    font-size: 18px;
    color: #3d3d3d;
    transition: .5s all;
}

.menu ul ul li:hover {
    background: rgba(0, 0, 0, .5);
}

.menu ul ul li>a:before {
    display: none;
}

.menu li>ul ul {
    left: 100%;
    top: -15px;
}

.menu li>ul i {
    position: absolute;
    right: 20px;
    top: 15px;
}

.menu li>ul {
    top: 2rem;
}

.menu li>ul li {
    width: 100%;
    padding: 0;
    line-height: 4;
    display: block;
}

.menu li>ul li img {
    bottom: 0;
    right: 0;
    padding-right: 15px;
    vertical-align: middle;
}

.menu li>ul ul {
    left: -100%;
    right: 0;
}

/*Menu Close Icon css Start*/
.m-menu-btn {
    cursor: pointer;
    display: none;
    height: 27px;
    width: 30px;
    position: absolute;
    top: 8px;
    right: 50px;
}

.m-menu-btn span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.m-menu-btn span:nth-child(1) {
    top: 5px;
}

.m-menu-btn span:nth-child(2),
.m-menu-btn span:nth-child(3) {
    top: 15px;
}

.m-menu-btn span:nth-child(4) {
    top: 24px;
}

.m-menu-btn.m-menu-btn-ext span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%;
}

.m-menu-btn.m-menu-btn-ext span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.m-menu-btn.m-menu-btn-ext span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.m-menu-btn.m-menu-btn-ext span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/*Menu Close Icon css End*/
@media screen and (max-width:1600px){
    .menu ul li {
    width: 17%;
}
}
@media screen and (max-width: 1500px) {
    .menu_logo {
        width: 30%;
        padding: 0 11rem 0 0;
    }

    .menu li ul:before {
        top: 2.6rem;
    }
}

@media screen and (max-width: 1270px) {
    .menu li>ul {
        top: 5rem;
    }

    .menu li ul:before {
        top: 1.4rem;
    }
}

@media screen and (max-width: 1200px) {
    .menu li ul:before {
        top: 0.96rem;
    }
}

@media all and (max-width: 1100px) {
    .header-section {
        background: rgba(255, 255, 255, 1);
        padding: 2rem 0 3rem;
        min-height: 110px;

    }

    .menu_logo {
        width: 45%;
        padding: 0 11rem 0 0;
        line-height: 127px;
    }

    .page-width {
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .menu {
        width: 100%;
        display: none;
        padding-top: 15rem;
        padding-bottom: 20px;
    }

    .menu ul {
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .m-menu-btn {
        display: block;
        top: 20px;
    }

    .menu>ul>li {
        display: block;
        padding: 1.5rem 0;
        width: 100%;
    }

    .menu ul li:before {
        bottom: 9px;
        right: 4px;
    }

    .menu li>ul {
        position: relative;
        margin: 0 auto;
        left: 0;
        top: 0;
        opacity: 1;
        visibility: visible;
        display: none;
        box-shadow: none;
        border: none;
        background-color: rgba(0, 0, 0, 0.05);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -moz-transition: none;
        -webkit-transition: none;
        transition: none;
    }

    .menu li>ul ul {
        left: 0;
        top: 0;
    }

    .menu li.submenu-right>ul {
        display: none;
        top: 0;
        padding: 0.2rem 0 0;
        width: 50%;
    }

}

@media screen and (max-width:768px) {
    .header-section {
        min-height: 100px;
    }

    .menu_logo {
        padding: 0 9rem 0 0;
        line-height: 110px;
    }

    .menu {
        padding-top: 12rem;
    }

    .menu>ul>li {
        padding: 2.5rem 0;
    }
}

@media screen and (max-width:650px) {
    .menu_logo {
        padding: 0 7rem 0 0;
        line-height: 110px;
        width: 50%;
    }
}

@media screen and (max-width:576px) {
    .header-section {
        min-height: 90px;
    }

    .menu_logo {
        padding: 0 7rem 0 0;
        line-height: 120px;
        width: 55%;
    }
}

@media screen and (max-width:450px) {
    .menu_logo {
        padding: 0 1rem;
        line-height: 100px;
        width: 60%;
    }

    .menu_logo a {
        width: 80%;
    }

    .menu li.submenu-right>ul {
        width: 90%;
    }
}

@media screen and (max-width:414px) {
    .m-menu-btn {
        top: 9px;
        right: 30px;
    }
}

/*---dex----------------------------------------------------------------------------------------------------------------------------------*/
.dex {
    position: relative;
}

.dex:after {
    content: '';
    background: url(../../images/dex_mask.png) bottom center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 124px;
    position: absolute;
    bottom: -1rem;
    left: 0;
}

@media screen and (max-width:1380px) {
    .dex {
        padding-top: 14rem;
    }
}

@media screen and (max-width:1100px) {
    .dex {
        padding-top: 10rem;
    }
}

@media screen and (max-width:576px) {
    .dex {
        padding-top: 9rem;
    }
}

@media screen and (max-width:520px) {
    .dex {}
}

@media screen and (max-width:450px) {
    .dex {}
}

@media screen and (max-width:414px) {
    .dex {}
}

/*---hotshops----------------------------------------------------------------------------------------------------------------------------------*/

.hotshops {
    position: relative;
    padding-bottom: 4.7rem;
    margin-bottom: 0.9rem;
}

.hotshops:after {
    content: '';
    background: url(../../images/hs_line.png) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hotshops .hs_title {
    text-align: center;
    position: relative;
    top: -4rem;
}

.hotshops .hs_inner {}

.hs_inner ul {}

.hs_inner ul li.hsad {
    position: relative;
}

.hs_inner .hsad_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    min-height: 65px;
    line-height: 65px;
}

.hsad_txt .hsad_name {
    background: rgba(0, 0, 0, .65);
    color: #fff;
    font-size: 20px;
    width: 34%;
    padding: 1rem 0;
    text-align: center;
    font-weight: bold;
}

.hsad_txt .hsad_slogans {
    background: rgba(0, 0, 0, .65);
    color: #fff;
    font-size: 16px;
    padding: 1.5rem 2rem;
    width: 65%;
    line-height: 1.2;
    letter-spacing: 1px;
}

@media screen and (max-width:1600px) {
    .hotshops .hs_title {
        width: 20%;
        margin: 0 auto;
    }
}

@media screen and (max-width:1200px) {
    .hotshops .hs_title {
        top: -3rem;
    }
}

@media screen and (max-width:1190px) {

    .hsad_txt .hsad_name {
        font-size: 16px;
    }

    .hsad_txt .hsad_slogans {
        font-size: 13px;
        padding: 1rem;
    }
}

@media screen and (max-width:991px) {
    .dex:after {
        min-height: 74px;
    }

    .hotshops .hs_title {
        top: -2rem;
    }

    .hsad_txt .hsad_slogans {
        padding: 1rem 0.5rem 0 0.5rem;
    }
}

@media screen and (max-width:768px) {
    .hotshops .hs_title {
        top: -1rem;
    }

    .hotshops .hs_inner {
        margin-top: 2rem;
    }

    .hs_inner .hsad_txt {
        min-height: 45px;
        line-height: 45px;
    }
}

@media screen and (max-width:414px) {
    .dex:after {
        min-height: 50px;
        background-size: cover;
    }

    .hotshops .hs_title {
        width: 40%;
    }

    .hotshops .hs_inner {
        margin-top: 1rem;
    }

    .hs_inner .hsad_txt {
        min-height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width:393px) {}

@media screen and (max-width:380px) {
    .hsad_txt .hsad_name {
        font-size: 14px;
    }

    .hsad_txt .hsad_slogans {
        font-size: 12px;
    }
}

@media screen and (max-width:340px) {
    .hsad_txt .hsad_name {
        font-size: 13px;
    }
}

@media screen and (max-width:330px) {
    .hsad_txt .hsad_name {
        font-size: 12px;
    }
}

@media screen and (max-width:310px) {
    .hsad_txt .hsad_slogans {
        padding: 1rem 0.5rem 0.5rem 0.5rem;
    }

    .hsad_txt .hsad_name {
        padding: 1rem;
        line-height: 2.2;
    }
}

/*---inews----------------------------------------------------------------------------------------------------------------------------------*/

.inews {
    position: relative;
    padding: 5.2rem 0;
    background: url(../../images/inews_bg02.png) top center no-repeat, url(../../images/inews_bg01.jpg) top left;
    background-size: cover;
    width: 100%;
}


.inews .inews_inner {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 6rem;
}

.inews .inews_inner:after {
    content: '';
    background: url(../../images/inews_deco01.png) top right no-repeat;
    background-size: contain;
    width: 447px;
    max-width: 100%;
    min-height: 56px;
    position: absolute;
    bottom: 0;
    right: 6.7rem;
}

.inews_inner .inews_lt {
    width: 7%;
    padding: 0 0 0 4rem;
    position: relative;
}

.inews_lt .inews_title_pc {
    display: block;
}

.inews_lt .inews_title_sp {
    display: none;
}

.inews_inner .inews_rt {
    width: 91%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

}

.inewslist_rwd {
    display: inline-block;
    width: 23%;
    text-align: left;
    padding: 1.4rem 0 3rem 1.4rem;
    border: 1px #fff solid;
    border-radius: 20px;
    margin: 0 2rem 2rem 0;
}

.inewslist_rwd .ntitle {
    padding: 3rem 2rem 0 1rem;
}

.inewslist_rwd .ntitle h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.inewslist_rwd .ntitle p {
    font-size: 16px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 2.8rem;
}

.inewslist_rwd a {
    transition: .5s all;
    display: block;
}

.inewslist_rwd a:hover {
    opacity: .8;
    color: #3b3501;
}

.inews_rt .inews_more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inews_more .imore_line {
    background: #9e9170;
    width: 68%;
    min-height: 2px;
}

.inews_more .imore {
    width: 32%;
    padding: .5rem 0;
    background: #9e9170;
}

.inews_more .imore p {
    color: #fff;
    text-align: center;
}

/*npic*/
.npic {
    position: relative;
    width: 302px;
    min-height: 208px;
    transition: .3s ease all;
    vertical-align: top;
    max-width: 95%;
}

.npicimg {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1200px) {
    .inewslist_rwd {
        width: 30%;
    }
}

@media screen and (max-width:991px) {
    .inews {
        background-size: contain, cover;
    }

    .inews_inner .inews_lt {
        padding: 0 0 0 1rem;
    }

    .inewslist_rwd {
        width: 47%;
    }

    .npic {
        width: 95%;
        max-width: 100%;
    }
}

@media screen and (max-width:768px) {
    .npic {
        min-height: 208px;
    }
}

@media screen and (max-width:730px) {
    .inewslist_rwd {
        width: 45%;
    }
}

@media screen and (max-width:590px) {
    .inews .inews_inner {
        justify-content: center;
        flex-wrap: wrap;
    }

    .inews_inner .inews_lt {
        padding: 0 2rem;
        width: 100%;
        margin: 0 auto 3rem;
        text-align: center;
    }

    .inews_lt .inews_title_pc {
        display: none;
    }

    .inews_lt .inews_title_sp {
        display: block;
        margin: 0 auto;
    }

    .inews_inner .inews_rt {
        width: 100%;
        padding: 0 2rem;
        justify-content: space-between;
    }

    .inewslist_rwd {
        width: 48%;
        margin: 0 0 2rem 0;
    }
}

@media screen and (max-width:540px) {
    .inews .inews_inner:after {
        bottom: -2rem;
        right: 2rem;
        background-size: 90%;
    }

    .inewslist_rwd {
        width: 100%;
    }
}

@media screen and (max-width:414px) {
    .npic {
        min-height: 228px;
    }
}

@media screen and (max-width:393px) {
    .npic {
        min-height: 218px;
    }
}

@media screen and (max-width:330px) {
    .inews {
        padding: 5.2rem 0 1rem;
    }

    .inews_inner .inews_rt {
        padding: 0 1rem;
    }
}

@media screen and (max-width:300px) {
    npic {
        min-height: 168px;
    }
}

/***********************/
/***gallery start***/

.gallery {}

.gallery .gallery_inner {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 6rem 0;
}

.gallery_inner .gallery_title {
    text-align: center;
    margin-bottom: 5rem;
}

/*瀑布牆*/
.filter-section {
    padding: 30px 60px;
    transition: 1.3s;
}

.controls ul {
    text-align: center;
}

.controls ul li {
    color: #f1f1f1;
    opacity: .7;
    background: transparent;
    display: inline-block;
    padding: 12px 16px;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-tap-highlight-color: transparent;
}

.controls ul li:hover,
.controls ul li.active {
    text-decoration: underline solid white 2px;
    text-underline-offset: 0.5rem;
    opacity: 1;
}

.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

.item-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-auto-rows: 235px;
    gap: 2rem;
}

.item-grid .item {
    display: none;
    overflow: hidden;
    cursor: pointer;
}

@media screen and (max-width:1366px) {
    .item-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media screen and (max-width:1100px) {
    .item-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media screen and (max-width:991px) {
    .item-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: auto;
    }
}

@media screen and (max-width:830px) {
    .controls ul li {
        width: 16%;
        padding: 12px 8px;
    }
}

@media (max-width: 768px) {
    .gallery_inner .gallery_title {
        padding: 0 2rem;
        margin-bottom: 2rem;
    }

    .filter-section {
        padding: 2rem;
    }
}

@media screen and (max-width:576px) {
    .item-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width:450px) {
    .controls ul li {
        width: 32%;
        margin: 0;
        padding: 0;
    }

    .item-grid {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
    }
}


/*彈跳視窗*/
.modal {
    padding: 0 !important;
}

.modal-content {
    background: rgba(255, 255, 255, .9);
    padding: 2% 5% 5px;
    border-radius: 20px;
    position: relative;
    min-height: 753px;
    overflow: hidden;
}

.close {
    text-shadow: none;
    opacity: 1;
    font-weight: normal;
    box-shadow: none;
    font-size: 30px;
    position: absolute;
    top: 2%;
    right: 1%;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    background: none;
    box-shadow: none;
}

.modal-title {
    text-align: center;
}

.modal-header .close {
    margin-top: 0px;
    z-index: 999;
}

.modal-header {
    padding: 15px 0;
    border-bottom: none;
    display: flex;
}

.modal-dialog {
    width: 55%;
    margin: 85px auto;
}

.modal-body {
    padding: 15px 0;
    height: 68vh;
    overflow-y: scroll;
}

@media screen and (max-width:1670px) {
    .modal-content {
        min-height: 700px;
    }
}

@media screen and (max-width:1490px) {
    .modal-content {
        min-height: 600px;
    }
}

@media screen and (max-width:1200px) {
    .modal-dialog {
        margin: 75px auto;
    }

    .modal-content {
        min-height: 500px;
    }
}

@media screen and (max-width:1100px) {
    .modal-dialog {
        width: 75%;
    }

    .modal-content {
        min-height: auto;
        padding: 2rem;
    }

    .modal-header {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:990px) {
    .modal-dialog {
        width: 90%;
    }

    .modal-content {
        overflow: hidden;
    }

    .modal-body {
        padding: 0;
        height: 65vh;
        overflow-y: scroll;
    }

    .close {
        right: 2%;
    }
}

@media screen and (max-width:900px) {
    .modal-dialog {
        margin: 40px auto 0;
    }
}

@media screen and (max-width:768px) {
    .modal-dialog {
        width: 85%;
    }
}

@media screen and (max-width:530px) {
    .modal-dialog {
        width: 85%;
    }

}

@media screen and (max-width:450px) {
    .modal-dialog {
        width: 95%;
        margin: 9% auto 0;
    }

}

@media screen and (max-width:400px) {


    .modal-body {
        padding: 0;
    }

}

/*圖片輪播*/
.sync1 .item2 {
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
}

.sync2 .item2 {
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.sync2 .item2 h1 {
    font-size: 18px;
}

.sync2 .current .item {}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color: #D6D6D6;
}

.sync1.owl-theme {
    position: relative;
}

.sync1.owl-theme .owl-next,
.sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

.sync1.owl-theme .owl-prev {
    left: 10px;
}

.sync1.owl-theme .owl-next {
    right: 10px;
}

/*彈跳視窗內容*/

.modal_lt {
    width: 55%;
}

.modal_rt {
    width: 45%;
    padding: 4.2rem 0 0 3.9rem;
    position: relative;
}

.modal_rt .item_detail {
    color: #3b3437;
}

.modal_rt .item_detail h5 {
    font-size: 18px;
    margin-bottom: 1.5rem;
}

.modal_rt .item_detail h5 img {}

.modal_rt .item_detail img {}

.modal_rt .item_detail p {
    margin-top: 2.5rem;
    padding: 0 1.2rem;
    font-size: 16px;
}

.modal_rt .item_more {
    padding: 1.2rem 1.5rem;
    border: 1px #a77f68 solid;
    width: 40%;
    position: absolute;
    bottom: 3rem;
    right: 0;
}

.modal_rt .item_more a {
    transition: .5s all;
}

.modal_rt .item_more a:hover {
    opacity: .8;
}

.modal_rt .item_more h6 {
    font-size: 18px;
    color: #a77f68;
    font-weight: bold;
}

.modal_rt .item_more h6 img {
    padding-right: 1.2rem;
}

@media screen and (max-width:1670px) {
    .modal_rt .item_more {
        width: 45%;
    }
}

@media screen and (max-width:1490px) {
    .modal_rt .item_more {
        width: 50%;
    }
}

@media screen and (max-width:1340px) {
    .modal_rt .item_more {
        width: 60%;
        bottom: 0;
    }
}

@media screen and (max-width:1100px) {
    .modal_lt {
        width: 100%;
    }

    .modal_rt {
        width: 100%;
        order: -1;
        padding: 3.2rem 0 0 0;
        margin-bottom: 3rem;
    }

    .modal_rt .item_more {
        position: relative;
        bottom: 0;
        margin: 3rem 0 0 auto;
        width: 25%;
        text-align: center;
    }
}

@media screen and (max-width:991px) {}

@media screen and (max-width:768px) {
    .modal_rt .item_more {
        width: 35%;
    }
}

@media screen and (max-width:550px) {
    .modal_rt .item_more {
        width: 45%;
    }
}

@media screen and (max-width:393px) {
    .modal_rt .item_more {
        width: 55%;
    }
}

@media screen and (max-width:320px) {
    .modal_rt .item_more {
        width: 65%;
    }
}

/***gallery end****/
/***********************/
/***services_city start***/
#services_city {
    background: url(../../images/city_bg01.png) top center no-repeat, #f1f1f1;
    background-size: contain;
    padding: 8rem 0 0;
    /*min-height: 600px;*/
    position: relative;
    z-index: 0;
}

#services_city:after {
    content: '';
    background: url(../../images/city_deco02.png) bottom right no-repeat;
    background-size: contain;
    width: 463px;
    max-width: 100%;
    min-height: 536px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
#services_city:before{
	content: '';
    background: url(../../images/city_deco01.png) bottom left no-repeat;
    background-size: contain;
    width: 296px;
    max-width: 100%;
    min-height: 344px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.city_title {
    text-align: center;
    margin-bottom: 2rem;
}

.city_inner {
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 6rem;
}

.city {
    min-height: 30vh;
	padding-bottom: 5rem;
}
.city:after{
	content: " ";
    display: table;
	    clear: both;
}
.city a,
.city a:visited {
    color: #35c5c5;
}

.city a:focus,
.city a:hover {
    color: #000;
}
.city_bot {
    position: relative;
	background: url(../../images/city_bg02.png) bottom left no-repeat;
	background-size:contain;
	width:100%;
	min-height:72px;
}
@media screen and (max-width:1500px) {
    #services_city {
        background-size: contain, contain, 15%, auto;
    }

    #services_city:after {
        background-size: 70%;
        min-height: 316px;
    }
}
@media screen and (max-width: 1366px){
#services_city:after {
    background-size: 50%;
}
#services_city:before{
	 background-size: 50%;
}
}
@media screen and (max-width:1100px) {
    #services_city:after {
        background-size: 40%;
        min-height: 176px;
    }
}
@media screen and (max-width: 768px){
#services_city:after {
    background-size: 24%;
}
#services_city:before{
	 background-size: 50%;
}
.container {
     width: 100%; 
}
.city {
	padding-bottom: 10rem;
}

}
@media screen and (max-width:540px) {
    #services_city:after {
        background-size: 30%;
        min-height: 126px;
    }

    .city_inner {
        padding: 0 2rem;
    }
}

@media screen and (max-width:414px) {
    #services_city {
        padding: 13% 0 0;
    }
	#services_city:before {
    background-size: 40%;
    min-height: 134px;
}
	.city_inner {
    padding: 0 1rem;
}
	.container, .city {
    padding-right: 0;
    padding-left: 0;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
	.city_bot {
		background-size:cover;
		min-height: 22px;
}
}
@media screen and (max-width:360px) {
.col-xs-6 {
    padding-right: 0;
    padding-left: 0;
}
}
/***services_city end****/
/***********************/
/***ilife start***/
#ilife {
    padding: 2% 5% 2%;
    background: #efdec1;
}

.ilife_title {
    text-align: center;
    margin-bottom: 3rem;
}

.ilife {
    transition: .2s linear;
}

.ilife a {
    transition: .2s linear;
}

.ilife:hover {
    -webkit-filter: drop-shadow(0px 2px 3px rgba(51, 51, 51, 0.6));
    filter: drop-shadow(0px 2px 3px rgba(51, 51, 51, 0.6));
}

.ilife .ilife_img {
    width: 190px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
}

.ilife_img img {
    width: 100%;
}

.ilife p {
    line-height: 20px;
    display: block;
    padding: .5em 0 0 0;
    font-size: 13px;
    text-align: center;
}

.ilife:hover a {
    color: #333;
}

@media screen and (max-width: 995px) {
    #ilife {
        padding: 5% 3% 0;
    }

    .ilife_title {
        margin-bottom: 3%;
    }
}

@media screen and (max-width: 830px) {
    .slick-prev {
        left: -4%;
    }

    .slick-next {
        right: -4%;
    }
}

@media screen and (max-width: 425px) {
    #ilife {
        padding: 13% 3% 3%;
    }

    .ilife_title {
        margin-bottom: 5%;
    }

    .slick-prev,
    .slick-next {
        background-size: 45%;
    }

    .ilife .ilife_img {
        width: 160px;
    }
}

@media screen and (max-width: 375px) {
    .ilife .ilife_img {
        width: 145px;
    }

    .slick-prev {
        left: -5%;
    }

    .slick-next {
        right: -5%;
    }

    .slick-initialized .slick-slide {
        padding: 0;
    }

    .slick-prev,
    .slick-next {
        background-size: 33%;
    }
}

/***ilife end****/
/***********************/
/***btns******************************************************/
.btns {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 20;
    display: none;
    text-align: right;
}

#gotop {
    cursor: pointer;
    margin: 0 1rem 0 0;
    transition: .3s ease-in-out;
}

.line a img {
    transition: .3s ease-in-out;
}

#gotop:hover {
    transform: translateY(-5px);
}

.line a:hover img {
    transform: scale(.8);
}

@media screen and (max-width:900px) {
    .btns {
        width: 140px;
    }
}

@media screen and (max-width:500px) {
    .btns {
        width: 120px;
    }

    #gotop {
        margin: 0 1em 0em 0;
        width: 45px;
        display: inline-block;
    }

    .line {
        width: 55%;
        margin: 1rem 0 0 auto;
        padding-right: 1rem;
    }
}

@media screen and (max-width:450px) {}


/*---news------------------------------------------------------------------------------------------------*/

.news {
    position: relative;
    padding-bottom: 5rem;
}

.news .newslist {
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.newslist .news_lt {
    width: 9%;
}

.news_lt .news_title_pc {}

.news_lt .news_title_sp {
    display: none;
}

.newslist .news_rt {
    width: 90%;
    padding-top: 8rem;
}

.newslist_rwd {
    display: inline-block;
    width: 30%;
    text-align: left;
    padding: 2rem 0 3rem 0;
    border: 1px #000 solid;
    border-radius: 20px;
    margin: 0 1rem 3rem;
    vertical-align: top;
}

.newslist_rwd .npic {
    margin: 0 auto;
    max-width: 98%;
}

.newslist_rwd .ntitle {
    padding: 3rem 3rem 0 3rem
}

.newslist_rwd .ntitle h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.newslist_rwd .ntitle h3 a:nth-of-type(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.newslist_rwd .ntitle h3 a:not(:nth-of-type(1)) {
    display: inline-block;
}

.newslist_rwd .ntitle p {
    font-size: 16px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 2.8rem;
}

.newslist_rwd a {
    transition: .5s all;
    display: block;
}

.newslist_rwd a:hover {
    opacity: .8;
    color: #3b3501;
}


.news_rt .news_more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_more .more_line {
    background: #9e9170;
    width: 68%;
    min-height: 2px;
}

.news_more .imore {
    width: 32%;
    padding: .5rem 0;
    background: #9e9170;
}

.news_more .imore p {
    color: #fff;
    text-align: center;
}

.ripple2 {
    margin-bottom: 5rem;
}

/*newstable*/
.newstable {
    width: 60%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 3;
}

.newstable table {
    width: 100%;
}

table.tableimg img {
    max-width: 100%;
}

.newstable a {
    display: inline-block;
    color: #000;
    transition: .3s ease-in-out;
}

.newstable a:hover {
    color: rgba(255, 153, 0, 1);
}

img.newsicon {
    width: auto !important;
    max-width: inherit;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: transparent;
    border-radius: 5px;
    padding: 0% 4%;
    transition: .3s ease-in-out;
    letter-spacing: 2px;
    margin: 0 1%;
    height: 45px;
    line-height: 45px;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: #dddddd;
}

.page_num {
    width: 1248px;
    max-width: 100%;
    margin: 3rem auto 0;
}

.page_num a {
    display: inline-block;

}

.news .newslist .back a {
    display: block;
}

.tableimg .newstitle {
    font-weight: bold;
    color: #010101;
    font-size: 18px;
}

.tableimg hr {
    border-top: 1px solid #000000;
}

.tableimg .detail {
    color: #010101;
}

.tableimg .date {
    text-align: right;
}

.tableimg .back {
    text-align: center;
    width: 10%;
    margin: 3rem auto;
}

.tableimg .back a {
    background: #9e9170;
    transition: .5s all;
    color: #fff;
}

.tableimg .back a:hover {
    background: #514741;
}

@media screen and (max-width:1330px) {
    .news .newslist {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1100px) {
    .newslist_rwd {
        width: 47%;
    }

    .newslist_rwd .npic {
        width: 90%;
        min-height: 300px;
    }
}

@media screen and (max-width:890px) {
    .newslist_rwd {
        width: 45%;
    }

    .newslist_rwd .npic {
        min-height: 220px;
    }
}

@media screen and (max-width:690px) {
    .newslist_rwd {
        width: 90%;
    }

    .newslist .news_rt {
        padding-top: 6rem;
        text-align: center;
    }

    .newslist_rwd .npic {
        min-height: 300px;
    }

    .tableimg .back {
        width: 20%;
    }
}

@media screen and (max-width:450px) {
    .news .newslist {
        flex-wrap: wrap;
        padding: 0;
    }

    .newslist .news_lt {
        width: 100%;
        margin-top: 3rem;
    }

    .news_lt .news_title_pc {
        display: none;
    }

    .news_lt .news_title_sp {
        display: block;
    }

    .newslist .news_rt {
        width: 100%;
        padding: 4rem 2rem 0;

    }

    .newslist_rwd {
        width: 100%;
        margin: 0 0 3rem;
    }
}

@media screen and (max-width:414px) {
    .newslist_rwd .npic {
        min-height: 230px;
    }

    .tableimg .back {
        width: 30%;
    }
}

@media screen and (max-width:393px) {
    .newslist_rwd .npic {
        min-height: 218px;
    }
}

@media screen and (max-width:390px) {
    .newslist_rwd .npic {
        min-height: 215px;
    }
}

@media screen and (max-width:360px) {
    .newslist_rwd .npic {
        min-height: 197px;
    }
}

@media screen and (max-width:330px) {
    .newslist_rwd .npic {
        min-height: 179px;
    }
}

@media screen and (max-width:300px) {
    .newslist_rwd .npic {
        min-height: 155px;
    }
}

/***********************/
/***banner start***/
.banner {}

@media screen and (max-width:1100px) {
    .banner {
        padding-top: 13rem;
    }
}

@media screen and (max-width:890px) {
    .banner {
        padding-top: 15rem;
    }
}

@media screen and (max-width:450px) {
    .banner {
        padding-top: 9rem;
    }
}

@media screen and (max-width:414px) {
    .banner {
        padding-top: 9rem;
    }
}

/***banner end****/
/***********************/
/***footer start***/

footer .ft_bottom {
    background: #a77f68;
}

/***footer end****/
/***********************/
/***ad start***/

#enter1,
#enter2 {
    transform: translateY(-220px);
}

#enter3 {
    transform: translateY(-160px);
}

@media screen and (max-width:414px) {

    #enter1,
    #enter2 {
        transform: translateY(-110px);
    }

    #enter3 {
        transform: translateY(-100px);
    }
}

/***ad end****/
/***********************/
/***store start***/

.store {
    width: 1330px;
    max-width: 100%;
    margin: 0 auto 3rem;
    display: flex;
    justify-content: space-between;
}

.store .store_lt {
    width: 9%;
}

.store_lt .store_title_pc {}

.store_lt .store_title_sp {
    display: none;
}

.store .store_rt {
    width: 90%;
    padding-top: 5rem;
}

.table-rwd {}

tr.tr-only-hide {
    color: #D20B2A;
}

@media screen and (max-width:1330px) {
    .store .store_rt {
        padding: 5rem 2rem 0 0;
    }
}

@media screen and (max-width:1030px) {
    .store {
        flex-wrap: wrap;
    }

    .store .store_lt {
        width: 100%;
        margin-top: 3rem;
    }

    .store_lt .store_title_pc {
        display: none;
    }

    .store_lt .store_title_sp {
        display: block;
    }

    .store .store_rt {
        width: 95%;
        padding-top: 5rem;
        margin: 0 auto;
    }
}
.city1{
    padding: 2rem 0;
}
.city1 ul{}
.city1 ul li{
    display: inline-block;
}
.city1 ul li a{
    font-size: 18px;
    background: #fff;
    border-radius: 100px;
    border: 1px #000 solid;
    padding: 0.5rem 1rem;
}
.city1 ul li a:hover{
    color: #fff;
    background: #a77e68;
}

#sanxing, #wujie, #dongshan, #yilan, #nanao, #toucheng, #luodong, #suao{
    transform: translateY(-180px);
}
@media screen and (max-width:870px){
    .city1 ul li:nth-of-type(1){
    width: 100%;
    margin-bottom: 2rem;
}
}
@media screen and (max-width: 768px) {
    .city1 ul li {
    margin-bottom: 3rem;
}
    .table-rwd {
        min-width: 100%;
    }

    tr.tr-only-hide {
        display: none !important;
    }

    .table-rwd tr {
        display: block;
        margin-top: 5px;
    }
    .table-rwd td {
        text-align: left;
        font-size: 15px;
        overflow: hidden;
        width: 100%;
        display: block;
    }

    .table-rwd td:before {
        content: attr(data-th) " : ";
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
        margin-right: 10px;
        color: #D20B2A;
    }

    .table-rwd.table-bordered td,
    .table-rwd.table-bordered th,
    .table-rwd.table-bordered {
        border: 0;
    }

}

@media screen and (max-width:450px) {
    .store .store_rt {
        width: 100%;
        padding: 1rem 2rem 0;
    }
}
@media screen and (max-width:414px) {
    
    .store_rt .table{
        margin-top: -150px;
    }
    .store_rt .table:not(:nth-of-type(1)){
        margin-top: -520px;
    }
}

/***store end****/
/***********************/
.center0 .img-responsive {
    margin: 0 auto;
}
.container0 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media(min-width:768px) {
    .container0 {
    width: 750px;
}
}@media(min-width:992px) {
    .container0 {
    width: 970px;
}
}@media(min-width:1200px) {
    .container0 {
    width: 1170px;
}
}@media(min-width:1500px) {
    .container0 {
    width: 1450px;
}
}@media(min-width:1600px) {
    .container0 {
    width: 1850px;
}
}

.searchtop {
    background-image: url(../../images/searchtop.jpg);
    background-position: top;

    background-repeat: no-repeat;
    background-size: cover;
    min-height: 26px;
}
.searchbg {
    background-image: url(../../images/searchbg.jpg);
    background-position: top left;
    background-repeat: repeat;
    min-height: 300px;
    padding-bottom: 40px;
}
.search_01, .search_02 {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
}
.search ul {
    margin: 0;
    padding-left: 70px;
}
.search ul li {
    float: left;
    width: 100%}
@media(max-width:1366px) {
    .search ul {
    margin: 0;
    padding-left: 70px;
}
.search {
    padding-left: 0;
    padding-right: 0;
}
}@media(max-width:991px) {
    .search ul {
    margin: 0;
    padding-left: 50px;
}
.search {
    padding-left: 15px;
    padding-right: 15px;
}
}@media(max-width:768px) {
    .search ul {
    margin: 0;
    padding-left: 80px;
}
}@media(max-width:400px) {
    .search ul {
    margin: 0;
    padding-left: 60px;
}
}.search_01 {
    background-image: url(../../images/search_01.png);
    min-height: 479px;
}
.search_02 {
    background-image: url(../../images/search_02.png);
    min-height: 239px;
}
.search_05 {
    background-image: url(../../images/search_05.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 240px;
}
.search_03, .search_04 {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 479px;
}
.search_03 {
    background-image: url(../../images/search_03.png);
}
.search_04 {
    background-image: url(../../images/search_04.png);
}
@media(max-width:768px) {
    .search_02, .search_05 {
    min-height: 290px;
}
.search_03 {
    margin-top: 40px;
}
}@media(max-width:767px) {
    .search_04 {
    margin-top: 40px;
    min-height: 350px;
}
.search_03 {
    min-height: 250px;
    margin-top: 0;
}
.search_02 {
    margin-top: 40px;
}
}.h100 ul, .h1002 ul {
    padding-left: 40px;
    margin: 0;
}
.search a, .search a:focus, .search a:visited {
    color: #353535;
}
.search a:hover {
    color: #35c5c5;
}