@charset "utf-8";

/*
2022.09 by apple
*/
.floatright {
    float: right
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    clear: both;
}

figure, picture {
    display: block;
    line-height: 0;
}

.notoSansTC {
    font-family: 'Noto Sans TC', sans-serif;
}

/* icomoon icon */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot#iefix') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.ttf') format('truetype'),
    url('../fonts/fontawesome-webfont.woff') format('woff'),
    url('../fonts/fontawesome-webfont.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sp {
    display: none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: 400;
    font-family: "18px/22px 'PingFang SC', Arial,sans-serif";
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus {
    border-color: #242424;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

ul {
    list-style: none;
}

ol {
    list-style-type: none;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    line-height: 0;
    vertical-align: middle;
}

br {
    line-height: inherit;
}

span {
    letter-spacing: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

a {
    color: #242424;
    cursor: pointer;
}

article {
    width: 100%;
    position: relative;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

*, ::after, ::before {
    box-sizing: border-box;
}

::selection {
    color: #242424;
    background: #dfdfdf;
    text-shadow: none;
    opacity: 1;
}

::-moz-selection {
    color: #242424;
    background: #E0D8BF;
    text-shadow: none;
    opacity: 1;
}

/*--------------------------------------------------------------------------
 body
---------------------------------------------------------------------------*/
html {
    height: 100%;
    font-size: 62.5%;
}

h3, h4, h2, h1 {
    color: #333;
    font-weight: 600;
}
h2 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 5px;
}

body {
    width: 100%;
    min-height: 100vh;
    font-family: "DIN Condensed", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #242424 !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
}


/*--------------------------------------------------------------------------
 secetion
---------------------------------------------------------------------------*/
.inner-xl {
    max-width: 1600px;
    margin: 0 auto;
}

.inner-l {
    max-width: 1380px;
    margin: 0 auto;
}

.inner-m {
    max-width: 1200px;
    margin: 0 auto;
}


.inner-xl, .inner-l, .inner-m, .inner-m, .inner-xs, .inner-mm {
    display: block;
    width: 100%;
}


/*----------------------------------------------------------------------
 a
----------------------------------------------------------------------*/
a, a:link, a:visited, a:focus, a:active {
    color: #242424;
    outline: none;
    text-decoration: none;
}

a {
    transition: all 0.2s;
}

/*--------------------------------------------------------------------------
 clearfix
---------------------------------------------------------------------------*/
.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


.cont {
    width: 100%; /* min-width:960px; */
    position: relative;
    z-index: 1;
}

article.zReset {
    z-index: 10000000 !important;
}

main.zReset {
    z-index: 10000000 !important;
}

@media screen and (min-width: 1401px) {
    .contMin2 {
        max-width: 1400px;
        margin: 0 auto;
    }
}

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

.left {
    float: left;
    display: inline;
}

.right {
    float: right;
    display: inline;
}

.google-r {
    width: 0px;
    height: 0px;
    position: absolute;
    left: -100px;
    bottom: -100px;
    display: none;
}

/*--------------------------------------------------------------------------
 animation
---------------------------------------------------------------------------*/
.fade-in {
    transition: opacity 1.2s;
    -o-transition: opacity 1.2s; /* opera */
    -moz-transition: opacity 1.2s; /* firefox */
    -webkit-transition: opacity 1.2s; /* chrome, safari */
    -ms-transition: opacity 1.2s; /* ie */
    opacity: 0;
}

.in {
    opacity: 1.0 !important;
}

.fade-up {
    transition: opacity 1.2s, transform 1.2s;
    -o-transition: opacity 1.2s, transform 1.2s; /* opera */
    -moz-transition: opacity 1.2s, transform 1.2s; /* firefox */
    -webkit-transition: opacity 1.2s, transform 1.2s; /* chrome, safari */
    -ms-transition: opacity 1.2s, transform 1.2s; /* ie */
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
}

.up {
    opacity: 1 !important;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.mask {
    position: relative;
}

.mask span {
    display: inline-block;
    position: relative;
    opacity: 0 !important;
    font-size: 0 !important;
    transition: opacity 1s;
    transition-delay: 0.75s;
}

.is-visible.mask span {
    opacity: 1 !important;
    font-size: inherit !important;
}

.mask span img {
    opacity: 0;
    transition-delay: 0.75s;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.is-visible.mask span img {
    opacity: 1;
    animation-name: slide-in;
    animation-delay: 0.75s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

.mask span::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #fff;
    z-index: 100;
}

.is-visible.mask span::before {

    animation: mask-tween-1 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s forwards alternate,
    mask-tween-2 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.85s forwards alternate;
}

@keyframes slide-in {
    0% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes mask-tween-1 {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes mask-tween-1 {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes mask-tween-2 {
    0% {
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

@keyframes mask-tween-2 {
    0% {
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

.zoom {
    display: block;

}

@media screen and (max-width: 640px) {
    .fade-up {
        transform: translate(0, 30px);
        -webkit-transform: translate(0, 30px);
    }

    .up {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}


a:link, a:hover {
    font-size: 100%;
    vertical-align: middle;
    background: transparent;
    text-decoration: none;
    outline: none;
}


/*--------------------------------------------------------------------------
 header
---------------------------------------------------------------------------*/
#header {
    width: 100%;
    min-width: 1280px;
    z-index: 1000;

    font-weight: 400;
    position: relative;


}
.nb-header {
    height: 96px;
    background: #fff;
    border-bottom: 3px solid rgba(0, 86, 174, 0.7);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
#header #logo {
    width: 360px;
}

.sub-menu {
    width: 60px;
    position: relative;
}
#header #logo a {
    width: 349px;
    padding: 10px 0;
    display: block;
    line-height: 0;
}

/*lang*/
#header .sub-menu {
    width: 60px;
    height: 60px;
    padding: 18px;
}

#header .sub-menu .lang {
    width: 60px;
    height: 60px;
    overflow: visible;
    cursor: pointer;
}


#header .sub-menu img {
    max-width: 24px;
}

#header .sub-menu div {
    width: 60px;
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
}


#header .sub-menu div > span a {
    display: block;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #878787;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

#header .sub-menu div > span a:hover {
    background: #4c4c4c;
}

#header.fixed {

    position: fixed;
    top: 0;
    background: #FFF;
    animation-name: toggle;
    animation-duration: 0.4s;
}
#header.fixed .nb-header {
    height: 60px;
}
#header.fixed + *::before {
    content: "";
    width: 100%;
    height: 0;
    margin-top: 80px;
    display: block;
    position: static;
}

#header.fixed .sub-menu {
    right: 0;
    top: 0;
}


#header.fixed .dl-menuwrapper .dl-menu > li > a {
    color: #242424;
}

#header.fixed .dl-menuwrapper .dl-menu > li > a:hover {
    color: #7A5C44;
}

#header.fixed .dl-menuwrapper ul li a::after {
    background: #7A5C44;
}

#header .dl-menuwrapper {
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    z-index: 9;
}

#header .dl-menuwrapper .dl-menu {
    display: flex;
    justify-content: left;
    padding-top: 0;
}

#header.fixed .dl-menuwrapper .dl-menu {
    padding-top: 0;
}

#header .dl-menuwrapper .dl-menu > li {
    line-height: 50px;
    position: relative;
}

#header.fixed .dl-menuwrapper .dl-menu > li {
    line-height: 60px;
}

#header .dl-menuwrapper .dl-menu > li a {
    padding: 8px 18px;
    display: inline-block;
    letter-spacing: 0.2em;
    font-weight: bold;
    line-height: 1;
    color: #2d2d2d;
    font-size: 18px;
    position: relative;
}

#header .dl-menuwrapper .dl-menu > li > a::after {
    width: 0;
    height: 1px;
    content: "";
    background: #0056AE;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: all 0.2s;
}

#header .dl-menuwrapper .dl-menu > li:hover > a::after {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}

#header .dl-menuwrapper .dl-menu > li.toggle > a {
    pointer-events: none;
}

#header .dl-menuwrapper .dl-menu > li > a:hover::after,
#header .dl-menuwrapper .dl-menu > li.toggle:hover > a::after {
    opacity: 1;
}

#header .dl-menuwrapper .dl-menu > li:hover .menu {
    max-height: 9999px;
    opacity: 1;
}

#header .dl-menuwrapper .dl-menu .menu {
    padding: 0 15px;
    transition: all 0.2s;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 210px;
    left: 0;
    top: 70px;
    text-align: center;
    position: absolute;
    background-image: none;
    background-color: #fff;
    z-index: 10;
}

#header.view .dl-menuwrapper .dl-menu .menu {
    background-color: none;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
}

#header.fixed .dl-menuwrapper .dl-menu .menu {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 4px 6px #666;
    top: 52px;
}

#header .dl-menuwrapper .dl-menu .menu .menu_inner {
    margin: 0 auto;
    padding: 20px 0 10px;
    min-width: 180px;
    border-top: 1px solid #eee;
}

#header .dl-menuwrapper .dl-menu .menu .menu_inner ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#header .dl-menuwrapper .dl-menu .menu .menu_inner li {
    max-width: 100%;
    margin: 0 0 10px;
}

#header .dl-menuwrapper .dl-menu .menu .menu_inner li:nth-child(3n+1) {
    margin-left: 0;
}

#header .dl-menuwrapper .dl-menu .menu .menu_inner li:nth-child(-n+3) {
    margin-top: 0;
}

#header .dl-menuwrapper .dl-menu .menu .menu_inner li a {
    padding: 10px 0;
    display: block;
    letter-spacing: 0;
    font-size: 15px;
    border-radius: 3px;
    background: #f7f7f7;
    position: relative;
}

#header .dl-menuwrapper .dl-menu .menu .menu_inner li a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #2d2d2d;
    border-right: 1px solid #2d2d2d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: 20px;
    left: auto;
    background: none !important;
}

#header .dl-menuwrapper .dl-menu .menu .menu_inner li a:hover {
    color: #FFF !important;
    background: #0056AE;
}

#header .dl-menuwrapper .dl-menu .menu .menu_inner li a:hover::after {
    border-color: #FFF !important;
}

#header .dl-menuwrapper .dl-menu .menu .menu_inner li a span {
    display: block;
}


.full-screen #header .dl-menuwrapper .dl-menu > li > a {
    color: #333
}


.full-screen #header .dl-menuwrapper .dl-menu > li:nth-child(6)::after {
    content: none;
}

#header .dl-menuwrapper .dl-trigger,
#header .dl-menuwrapper .dl-submenu,
#header .dl-menuwrapper .dl-menu .lang {
    display: none;
}

#header .dl-menuwrapper .dl-menu > li a {
    letter-spacing: 0;
}
.main-subnav {
    background: rgba(255,255,255,0.8);
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.main-subnav .nav-box, .nav-box ul {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.nav-box ul li {
    margin: 0 7px;
}
.nav-box li a {
    font-size: 0.8125em;
    line-height: 50px;
    height: 50px;
    display: flex;
}
.nav-box li.active a {
    border-bottom: 2px solid rgba(0, 86, 174, 0.7);
}
.nav-name {
    font-weight: bold;
    margin-right: 5px;
    border-right: 1px solid #e5e5e5;
    padding-right: 30px;
    cursor: default;
}
@keyframes menu-open {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


@keyframes toggle {
    0% {
        transform: translateY(-80px);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes MenuAnimOut2 {
    0% {
    }
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut2 {
    0% {
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}

.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

#header .dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

#header .dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}

#header .dl-menuwrapper > .dl-submenu {
    display: flex!important;
    flex-direction: column;
}

#header.fixed {
    position: fixed;
    top: 0;
    background: #FFF;
    box-shadow: 0 2px 8px #CEC7C0;
    animation-name: toggle;
    animation-duration: 0.4s;
}

#header.fixed #logo a {
    width: 270px;
    padding: 0;
}

#header.fixed .logo-h {
    opacity: 1;
}

#header.fixed .logo-w {
    display: none;
}

/*--------------------------------------------------------------------------
 footer
---------------------------------------------------------------------------*/
#footer {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    background: #0056AE;
    color: #fff;
    font-weight: 400;
    padding: 20px 0 0;
}

#footer a {
    color: #fff;
}

#footer .cf {
}

.f-main {
    width: 55%;
    float: left;
}
.f-main h1 {
    font-weight: 500;
    font-size: 27px;
    line-height: 38px;
    margin-bottom: 25px;
    color: #FFFFFF;
}
.f-logo {
    width: 125px;
    margin-right: 20px;
}

.f-link {
    margin-top: 25px;
    width: 40%;
    display: flex;
    flex-direction: row;
    float: right;
    text-align: right;
}
.f-link .code {
    width:260px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding-left: 35px;
}
.f-link .codeImg {
    background: none;
    padding: 0;
    margin-bottom: 10px;
}
.f-link .codeImg img {
    background: rgba(255,255,255,0.15);
    padding: 10px;
    width: 110px;
    max-width: 110px;
    height: 110px;
}
.f-link ul {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    margin: 25px 0;
}

.f-link ul a {
    padding: 10px 20px;
    background: #979797;
}

.f-link ul a.active, .f-link ul a:hover {
    background: #2D2C2C;
}

.open-link a {
    width: 72px;
    margin-left: 5%;
    float: right;
}

.f-nav a {
    margin-left: 25px;
}

.f-line, .adr p {
    display: flex;
    flex-flow: row;
    justify-content: left;
    align-items: center;
}

.adr p {
    margin: 10px 0;
}

.copy {
    padding: 25px 0 0;
}

.adr i {
    width: 32px;
    display: inline-block;
    padding-right: 10px;
    vertical-align: center;
}

.copy {

}

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


/*--------------------------------------------------------------------------
 pagetop
---------------------------------------------------------------------------*/
.page-up {
    text-align: center;
    padding: 80px 0 30px;
    position: relative;
    z-index: 5;
    background: #fff;
}

.page-up a {
    display: block;
}

.page-up a img {
    width: 52px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-up a:hover img {
    padding: 0 0 20px;
}

@media screen and (max-width: 640px) {
    #header.fixed #logo a {
        width: 106px;
    }

    .page-up {
        padding: 40px 0 20px;
    }

    .page-up a img {
        width: 50px;
        padding-top: 15px;
    }
}

/*--------------------------------------------------------------------------
 Breadcrumb
---------------------------------------------------------------------------*/
#Breadcrumb {
    width: 100%;
    background: #aaa;
    position: relative;
    z-index: 2;
    font-size: 0;
    letter-spacing: -5px;
}

#Breadcrumb li {
    display: inline-block;
    position: relative;
    letter-spacing: 0.1em;
    line-height: 22px;
    font-size: 12px;
}

#Breadcrumb li a {
    display: block;
    width: 180px;
    text-align: center;
    line-height: 22px;
}

#Breadcrumb li.now {
    margin-left: 30px;
}

#Breadcrumb li .img {
    display: none;
}

#Breadcrumb li span {
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-left: 11px solid #f00;
    position: absolute;
    right: -21.1px;
    top: 0.8px;
    z-index: 10;
}

#Breadcrumb li a, #Breadcrumb li span {
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

#Breadcrumb li.page1:hover span,
#Breadcrumb li.page2:hover span {
    border-left: 11px solid #555;
}


/* COLOR */
#Breadcrumb {
    background: #878787;
}

#Breadcrumb li,
#Breadcrumb li a {
    color: #fff;
}

#Breadcrumb li.page1 a {
    background: #585858;
}

#Breadcrumb li.page1 span {
    border-left: 11px solid #585858;
}

#Breadcrumb li.page2 a {
    background: #4c4c4c;
}

#Breadcrumb li.page2 span {
    border-left: 11px solid #4c4c4c;
}

#Breadcrumb li.page3 a {
    background: #333333;
}

#Breadcrumb li.page3 span {
    border-left: 11px solid #333333;
}

#Breadcrumb li.page4 a {
    background: #2d2d2d;
}

#Breadcrumb li.page4 span {
    border-left: 11px solid #2d2d2d;
}

/*hover*/
#Breadcrumb li.page1:hover a,
#Breadcrumb li.page2:hover a,
#Breadcrumb li.page3:hover a,
#Breadcrumb li.page4:hover a {
    background: #fff;
    color: #2d2d2d;
}

#Breadcrumb li.page1:hover span,
#Breadcrumb li.page2:hover span,
#Breadcrumb li.page3:hover span,
#Breadcrumb li.page4:hover span {
    border-left: 11px solid #fff;
}

/*--------------------------------------------------------------------------
 contact
---------------------------------------------------------------------------*/

#contact {
    margin: 100px auto;
    padding: 45px 0 50px;
    border: 1px solid #DCDCDC;
    z-index: 10 !important;
}

#contact .btn {
    width: 580px;
    margin: 0 auto;
}

#contact .btn a {
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 90px;
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    background: #AA8D61;
    position: relative;
    border: 0;
}

#contact .btn.right a {
    background: #242424;
}

#contact .btn a:hover {
    color: #2d2d2d;
    background: transparent;
}

#contact .btn a::before {
    content: "";
    width: 0;
    height: 100%;
    background: #F9DEB5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#contact .btn a:hover::before {
    width: 100%;
    transition: all 0.15s ease-out;
}

#contact .btn a::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #2d2d2d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

#contact .btn a .icon {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 20px;
    top: 15px;
}

#contact .btn a .icon img {
    width: 100%;
    height: auto;
}

#contact .text span {
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 7px 15px;
}

#contact .text {
    margin: -60px auto 40px;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-weight: 500;
}

#contact .btn.left {
    width: 40%;
    /* max-width: 580px;*/
    margin: 0 3% 0 7%;
}

#contact .btn.right {
    width: 40%;
    /* max-width: 580px;*/
    margin: 0 7% 0 3%;
}


#contact .btn.left a::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #2d2d2d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

#contact .btn.right a::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #242424;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.page-banner {
    position: relative;
    max-height: 280px;
    overflow: hidden;
}
.page-banner img {
    height: 280px;
}
.page-banner p {
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0 1px 4px #0056AE;
}

.recommend {
    width: 100%;
    display: table;
    background: #fff;
}

