/*--------------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;
    vertical-align: baseline;
}

/* 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.5;
    letter-spacing: 2px;
    font-size: 1.6rem;
    font-family: 'Noto Sans TC', 'Roboto', sans-serif;
    overflow-x: hidden;
    color: #1a1a1a;
    background: #fff;
}

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;
    color: #303030;
}

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);
}


/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/****head001 start****/
header {
    z-index: 90;
    position: relative;
}

/*mibutton*/
.mibutton {
    position: fixed;
    top: 2em;
    right: 2em;
    z-index: 50;
    cursor: pointer;
    width: 40px;
    height: 30px;
    text-align: left;
    display: none;
}

.mibutton span {
    display: block;
    text-align: center;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    transition: .3s ease all;
}

.mibutton span:nth-child(2) {
    top: 10px;
}

.mibutton span:nth-child(3) {
    top: 20px;
}

.mibutton_ani span {
    opacity: 1;
    background: #fff;
}

.mibutton_ani span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.mibutton_ani span:nth-child(2) {
    opacity: 0;
}

.mibutton_ani span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    top: 29px;
}

/*navbar*/
.navbar {
    background: rgb(161 183 219 / 1);
    padding: 1.2rem 2em;
    text-align: left;
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
}

.navtop,
.intop {
    position: fixed;
    z-index: 30;
    opacity: 1;
    pointer-events: auto;
    transition: .5s ease-in;
}

/*ilogo*/
.ilogo {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: left;
}

.ilogo a {
    display: inline-block;
    transition: .3s ease all;
}

.ilogo a:hover {
    opacity: .7;
}

/*ibutton*/
.ibutton {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 75%;
}

.ibutton ul {}

.ibutton li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2rem;
    letter-spacing: 3px;
    text-align: left;
    position: relative;
    padding: 0 0 0 6rem;
}

.ibutton li:before {
    content: '';
    background: url(../../images/menu_deco.png) top left no-repeat;
    width: 53px;
    max-width: 100%;
    min-height: 35px;
    position: absolute;
    top: 2rem;
    left: 0;
}


.ibutton a {
    position: relative;
    color: #dddcdc;
    letter-spacing: 1px;
}

.ibutton a p.en {
    color: #9eb3d5;
    font-size: 16px;
    position: relative;
    background: #00479d;
    padding: 0 2rem .2rem;
    border-radius: 100px;
    text-align: center;
    letter-spacing: 0px;
    transition: .2s ease all;
}

.ibutton a p.ch {
    color: #1a1a1a;
    font-size: 20px;
    position: relative;
    font-weight: 500;
    text-align: center;
    transition: .2s ease all;
}


.ibutton a:hover p.ch,
.ibutton a:hover p.en {
    color: #fff;
}

@media (max-width:1200px) {
    .navbar {
        padding: 1rem;
    }

    .ibutton {
        width: 79%;
    }

    .ibutton li {
        margin: 0 .5rem;
    }
}

@media (max-width:1100px) {
    img.ft001_logo {
        max-width: 22vw;
    }

    .mibutton {
        display: block;
        top: 4rem;
    }

    .ilogo {
        width: 100%;
        text-align: left;
        padding: .3em 2em;
    }

    .ilogo a {
        display: inline-block;
        width: 200px;
    }

    .ibutton {
        width: 100%;
        text-align: center;
        display: none;
        padding-bottom: 1em;
    }

    .ibutton li {
        display: block;
        width: 17%;
        padding: 0 0 0 6rem;
        margin: 0 auto;
    }

    .ibutton li:before {
        top: 4rem;
    }

    .ibutton li a {
        padding: 1em;
        transition: .2s ease all;
        height: auto;
    }

    .ibutton li a:hover {
        background: #4c4c4c;
    }

    p.ch {
        font-size: 16px;
    }

    .ibutton a:hover p.en,
    .ibutton a:hover p.ch {
        transform: translateY(0);
    }

    .navbar {
        position: fixed;
        opacity: 1;
        pointer-events: auto;
        background: rgb(161 183 219 / 1);
    }
}

@media (max-width:1024px) {
    .ibutton li {
        width: 20%;
    }

    .ilogo {
        width: 25%;
    }
}

@media (max-width:834px) {
    .ibutton li {
        width: 23%;
    }
}

@media (max-width:768px) {
    .ibutton li {
        width: 25%;
    }
}

@media (max-width:600px) {
    .ilogo a {
        width: 160px;
    }

    .ibutton li {
        width: 34%;
    }
}

@media (max-width:500px) {
    .mibutton {
        right: 1em;
    }

    .ibutton li {
        width: 38%;
    }

    .ibutton a {
        font-size: 16px;
    }

    .ilogo {
        padding: .3em 1em;
    }

}

@media (max-width:450px) {
    .navbar {
        padding: 1.4rem 0;
    }

    .ibutton li {
        width: 45%;
    }
}

@media (max-width:414px) {
    .mibutton {
        top: 3rem;
    }

    .ilogo a {
        width: 120px;
    }

    .ibutton li {
        width: 50%;
    }
}

@media (max-width:390px) {
    .ibutton li {
        width: 55%;
    }
}

@media (max-width:340px) {
    .ibutton li {
        width: 60%;
    }
}

/****head001 end****/
/***********************/

/***********************/
/***A006 start***/

.A006 {
    background: url(../../images/dex_bg.jpg) top left no-repeat;
    background-size: cover;
    width: 100%;
}


.A006 .A006_inner {
    width: 1760px;
    max-width: 100%;
    margin: 0 0 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 7rem;
}

.A006_inner .A006_lt {
    width: 22.1%;
    padding-top: 22.6rem;
    text-align: center;
    position: relative;
}

.A006_lt .A006_logo {
    margin-bottom: 5.4rem;
}

.A006_lt .A006_txt {
    margin-bottom: 3.6rem;
}

.A006_lt .A006_txt h2 {
    font-size: 18px;
    line-height: 1.5;
}

.A006_lt .scroll {
    animation: enter 1s infinite alternate;
}

@keyframes enter {
    0% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(15px);
    }
}

.A006_inner .A006_deco {
    position: absolute;
    bottom: 5.8rem;
    left: 5rem;
    pointer-events: none;
}


.A006_inner .A006_rt {
    width: 77%;
    text-align: right;
}

@media screen and (max-width:1600px) {
    .A006_inner .A006_lt {
        padding-top: 5rem;
    }

    .A006_inner .A006_deco {
        width: 35%;
    }
}

@media screen and (max-width:1200px) {
    .A006_lt .A006_logo {
        margin-bottom: 2rem;
    }

    .A006_lt .A006_txt {
        margin-bottom: 2rem;
    }

    .A006_inner .A006_deco {
        width: 30%;
        bottom: 7rem;
        left: 9rem;
    }
}

@media screen and (max-width:1100px) {
    .A006 .A006_inner {
        padding: 10.5rem 0 0 2rem;
    }

    .A006_inner .A006_deco {
        bottom: -1rem;
    }
}

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

    .A006_inner .A006_deco {
        bottom: 0rem;
        width: 26%;
        left: 15rem;
    }
}

@media screen and (max-width:768px) {
    .A006 .A006_inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .A006_inner .A006_lt {
        width: 90%;
        padding: 5rem 0 3rem;
    }

    .A006_inner .A006_rt {
        width: 100%;
    }

    .A006_inner .A006_deco {
        width: 30%;
        left: 1rem;
    }
}

@media screen and (max-width:414px) {
    .A006_inner .A006_lt {
        padding: 3rem 0 3rem;
    }

    .A006_lt .A006_logo {
        width: 50%;
        margin: 0 auto 2rem;
    }
}

@media screen and (max-width:393px) {
    .A006_inner .A006_lt {
        width: 100%;
    }
}


/***A006 end****/
/***********************/
/***********************/
/***A008 start***/

.A008 {
    width: 1760px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6.4rem;
}

.A008 .A008_lt {
    width: 69.4%;
    padding-top: 1rem;
}

.A008_lt .A008_title {
    display: flex;
    align-items: center;
    padding-left: 16rem;
    margin-bottom: 5rem;
}

.A008_lt .A008_title h3 {
    font-size: 140px;
    color: #1a1a1a;
    font-family: 'Roboto';
    font-weight: bold;
    padding-top: 2rem;
}

.A008_lt .A008_title img {}

.A008_lt .A008_title h2 {
    font-size: 24px;
    color: #00479d;
    font-weight: bold;
    padding: 4rem 0 0 2rem;

}

.A008_lt .A008_img {
    position: relative;
    padding: 5.9rem 0 0 16rem;
}

.A008_lt .A008_img:before {
    content: '';
    background: #9eb3d5;
    width: 100%;
    min-height: 252px;
    position: absolute;
    top: 0;
    left: 0;
}

.A008_lt .A008_img img {
    -webkit-filter: drop-shadow(2px 2px 7px rgba(56, 52, 43, 0.35));
    filter: drop-shadow(2px 2px 7px rgba(56, 52, 43, 0.35));
}

.A008 .A008_rt {
    width: 34.6%;
    margin-left: -8.6rem;
}

.A008_rt .A008_txt {
    padding-left: 11.8rem;
    margin-bottom: 6.9rem;
}

.A008_rt .A008_txt h5 {
    font-size: 24px;
    color: #a1b7db;
    font-family: 'Roboto';
    font-weight: bold;
    margin-bottom: 3.7rem;
    text-transform: uppercase;
}

.A008_rt .A008_txt p {
    line-height: 1.8;
    text-align: justify;

}


.A008_rt .A008_deco {
    position: relative;
    z-index: 1;
}

.A008_rt .A008_deco img {}




@media screen and (max-width:1700px) {
    .A008 {
        padding: 0 2rem 0 0;
    }

    .A008_lt .A008_img {
        padding: 5.9rem 0 0 5rem;
    }

    .A008_lt .A008_title {
        padding-left: 5rem;
    }

    .A008_rt .A008_txt {
        margin-bottom: 7.5rem;
    }
}

@media screen and (max-width:1536px) {
    .A008_lt .A008_title {
        padding-left: 2rem;
    }

    .A008_lt .A008_img {
        padding: 5rem 0 0 2rem;
    }

    .A008_rt .A008_txt {
        margin-bottom: 9rem;
    }
}

@media screen and (max-width:1400px) {
    .A008 .A008_lt {
        margin-right: 1rem;
    }

    .A008_lt .A008_title h3 {
        font-size: 120px;
    }

    .A008 .A008_rt {
        margin-left: 0;
    }

    .A008_rt .A008_txt {
        padding-left: 3rem;
        margin-bottom: 5rem;
    }
}

@media screen and (max-width:1200px) {
    .A008_lt .A008_title {
        margin-bottom: 3rem;
    }

    .A008_lt .A008_title h3 {
        font-size: 80px;
    }

}

@media screen and (max-width:1100px) {
    .A008 {
        padding: 6rem 2rem 0 0;
    }

    .A008_lt .A008_title h3 {
        font-size: 65px;
    }

    .A008_lt .A008_title img {
        width: 20%;
    }
}

@media screen and (max-width:1000px) {
    .A008 {
        padding: 3rem 2rem 0 0;
    }
}

@media screen and (max-width:834px) {
    .A008 {
        padding: 3rem 0 0 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .A008 .A008_lt {
        margin-right: 0;
        width: 100%;
    }

    .A008_lt .A008_img {
        padding: 3rem 2rem 0 2rem;
    }

    .A008 .A008_rt {
        width: 95%;
        margin: 3rem 0 0;
    }

    .A008_rt .A008_txt {
        padding-left: 0;
    }

    .A008_rt .A008_deco {
        text-align: right;
        width: 45%;
        margin: 0 0 0 auto;
    }
}

@media screen and (max-width:576px) {
    .A008_lt .A008_title h3 {
        font-size: 45px;
    }

    .A008_lt .A008_img:before {
        min-height: 225px;
    }

    .A008 .A008_rt {
        margin: 5rem 0 0;
    }
}

@media screen and (max-width:450px) {
    .A008_lt .A008_title {
        flex-wrap: wrap;
    }

    .A008_lt .A008_title h2 {
        padding: 2rem 0 0 0;
    }

    .A008_lt .A008_img:before {
        min-height: 185px;
    }

    .A008_rt .A008_txt h5 {
        margin-bottom: 2rem;
    }

    .A008_rt .A008_deco {
        width: 80%;
    }
}

@media screen and (max-width:414px) {
    .A008 {
        margin-bottom: 3rem;
    }

    .A008_lt .A008_title {
        padding-left: 1rem;
    }

    .A008_lt .A008_title h3 {
        padding-top: 1.5rem;
    }

    .A008_lt .A008_img {
        padding: 2rem;
    }

    .A008_lt .A008_img:before {
        min-height: 100%;
    }

    .A008 .A008_rt {
        margin: 3rem 0 0;
    }

    .A008_rt .A008_deco {
        width: 100%;
    }
    .spbr{
        display: none;
    }
}

/***A008 end****/
/***********************/
/***********************/
/***A010 start***/

.A010 {
    width: 1370px;
    max-width: 100%;
    margin: 0 auto 5rem;
    display: flex;
    justify-content: space-between;
}

.A010 .A010_lt {
    margin-right: 5rem;
}

.A010_lt .A010_img01 {}

.A010_lt .A010_img01 img {}

.A010 .A010_rt {
    width: 49%;
}

.A010_rt .A010_txt {
    display: flex;
    margin-bottom: 8.8rem;
}

.A010_txt .A010_title {
    padding: 2.5rem 0;
    position: relative;
    margin-right: 9.6rem;
}

.A010_txt .A010_title:before,
.A010_txt .A010_title:after {
    content: '';
    background: #9eb3d5;
    width: 62px;
    max-width: 100%;
    min-height: 6px;
    position: absolute;

}

.A010_txt .A010_title:before {
    top: 0;
    left: 0;
}

.A010_txt .A010_title:after {
    bottom: 0;
    left: 0;
}

.A010_txt .A010_title h5 {
    font-size: 36px;
    color: #9eb3d5;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 300;
}

.A010_txt .A010_font {
    padding-top: 2.5rem;
}

.A010_txt .A010_font p {
    line-height: 1.8;
}

.A010 .A010_rt {
    padding-top: 6rem;
}

.A010_rt .A010_img02 {}

.A010_rt .A010_img02 img {}


@media screen and (max-width:1366px) {
    .A010 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1200px) {
    .A010_txt .A010_title {
        margin-right: 4rem;
    }

    .A010_txt .A010_font {
        padding-top: 2rem;
    }
}

@media screen and (max-width:1100px) {
    .A010 .A010_lt {
        margin-right: 2rem;
    }

    .A010_txt .A010_title {
        margin-right: 2rem;
    }

    .A010_txt .A010_title h5 {
        font-size: 30px;
    }
}

@media screen and (max-width:1000px) {
    .A010 .A010_rt {
        width: 70%;
        padding-top: 3rem;
    }
}

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

    .A010 .A010_lt {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }

    .A010 .A010_rt {
        width: 85%;
        order: -1;
        margin-bottom: 3rem;
    }

    .A010_txt .A010_title {
        margin-right: 4rem;
    }
}

@media screen and (max-width:768px) {
    .A010 .A010_rt {
        width: 92%;
    }
}

@media screen and (max-width:576px) {
    .A010 .A010_rt {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .A010_txt .A010_title {
        margin-right: 0;
    }

    .A010_rt .A010_txt {
        align-items: flex-start;
        margin-bottom: 5rem;
    }
        .A010_txt .A010_title h5 {
        font-size: 12px;
        padding-right: 1rem;
    }
        .A010_txt .A010_font {
        padding-top: 0;
    }
}

@media screen and (max-width:414px) {
    .A010 {
        padding: 0 1rem;
    }
}

/***A010 end****/
/***********************/
/*****************************/
/***footer***/
footer {
    background: #9eb3d5;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

footer .ft_tel {
    background: #00479d;
    text-align: center;
    padding: 2rem 0 1.5rem;
}

footer .ft_tel svg {
    display: inline-block;
    color: #fff;
    padding-right: 1rem;
    font-size: 24px;
}

footer .ft_tel p {
    font-size: 24px;
    color: #ffffff;
    display: inline-block;
}

footer .ft_tel p:last-child {
    font-family: 'Roboto';
}

footer .ft_inner {
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
    padding: 4.6rem 0 4.3rem;
    display: flex;
    justify-content: space-between;

}

.ft_inner .ftlogo {
    width: 19%;
    text-align: center;
    padding-top: 2rem;
}



.ftinfo {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 39.3%;
    padding: 2rem 4.7rem 0;
    vertical-align: top;
}

.ftinfo .ftinfo_title {
    margin-bottom: 2.8rem;
}

.ftinfo .ftinfo_title h3 {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}

.ftinfo .ftinfo_title h4 {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Roboto';
    display: inline-block;
}

.ftinfo ul {
    padding-bottom: 4.3rem;
    border-bottom: 1px #fff solid;
}

.ftinfo ul li {
    line-height: 1.8;
}

.ftinfo ul li svg {
    color: #00479d;
    margin-right: .6rem;
    vertical-align: top;
}

.ftinfo ul li span {
    position: relative;
    font-size: 14px;
}

.ftinfo ul li span:nth-of-type(1) {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    font-weight: 500;
    line-height: 1;
}

.ftinfo ul li span:nth-of-type(2) {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    line-height: 1;
}

.ftinfo ul li:nth-of-type(3) span:nth-of-type(2) {
    line-height: 1.2;
	vertical-align: bottom;
}

/*ft_link*/
.ft_link {
    margin-top: 4rem;
    max-width: 80%;
    display: flex;
    justify-content: flex-start;

}

.ft_link a {
    transition: .3s ease all;
    display: inline-block;
}

.ft_link a:nth-of-type(1) {
    margin-bottom: 1rem;
}

.ft_link a:hover {
    opacity: .5;
}



.footer_bot {
    width: 100%;
    text-align: center;
    background: #c1d0e2;
    padding: 2.5rem 30rem;
}

/*share*/
.share {
    font-size: 12px;
    display: inline-block;
    width: 24%;
    text-align: left;
}

.share a {
    font-size: 14px;
    display: inline-block;
    margin-right: 1rem;
}

.share a:hover {
    opacity: .7;
}


/*ftrt*/
.ftrt {
    font-size: 14px;
    display: inline-block;
    top: 0;
    right: 0;
    width: 75%;
    text-align: right;
}

.ftrt a,
.ftrt a h1 {
    display: inline-block;
    font-size: 14px;
}

.ftrt a:hover,
.ftrt a h1:hover {
    color: #a6a95f;
}


#gotop {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 50;
    cursor: pointer;
    display: none;
    transition: .2s linear;
}

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


#btn {
    position: fixed;
    bottom: 10rem;
    right: 1rem;
    z-index: 50;
    cursor: pointer;
    display: none;
}

#btn a {
    transition: .2s linear;
    margin-bottom: .5rem;
    display: block;
}

#gotop img,
#btn img {
    transition: .3s cubic-bezier(0.25, 1, 0.5, 1);
}

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

#btn a:hover {
    transform: scale(.8);
}


@media screen and (max-width:1536px) {
    .footer_bot {
        padding: 2.5rem 10rem;
    }
}

@media screen and (max-width: 1366px) {
    .footer_bot {
        padding: 2.5rem 2rem;
    }
}

@media screen and (max-width:1200px) {
    footer .ft_inner {
        padding: 4.6rem 2rem 4.3rem;
    }

    .ftinfo ul li span:nth-of-type(1) {
        width: 25%;
    }

    #gotop,
    #btn {
        width: 70px;
    }
}

@media screen and (max-width:1100px) {
    .ftinfo {
        padding: 2rem 1rem 0;
    }
}

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

    footer .ft_inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ft_inner .ftlogo {
        width: 25%;
        padding-top: 0;
    }

    .ftinfo {
        padding: 0;
        width: 55%;
    }

    .ftmap {
        margin-top: 3rem;
        width: 90%;
        text-align: center;
    }

    #gotop,
    #btn {
        width: 80px;
        text-align: right;
    }
}

@media screen and (max-width:834px) {
    .ft_inner .ftlogo {
        margin-right: 3rem;
    }

    .share {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }

    .ftrt {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .footer_bot {
        padding: 2rem 1rem;
    }

}

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

    .ft_inner .ftlogo {
        width: 100%;
        margin: 0 0 2rem;
    }

    .ftinfo {
        width: 80%;
    }

    .ftinfo ul li span:nth-of-type(1) {
        width: 20%;
    }

    .ft_link {
        max-width: 100%;
    }

}

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

    .ft_link {
        margin-top: 3rem;
    }

    .ftmap {
        width: 100%;
    }



}

@media screen and (max-width: 414px) {
    footer .ft_inner {
        padding: 4.6rem 1rem 4.3rem;
    }

    .ftinfo ul li span:nth-of-type(1) {
        width: 25%;
    }

#btn {
    bottom: 8rem;
}

}

@media screen and (max-width:320px) {
    .ftinfo ul li span:nth-of-type(1) {
        width: 26%;
        letter-spacing: 0px;
    }
}

@media screen and (max-width:310px) {
    .ftinfo ul li span:nth-of-type(2) {
        letter-spacing: 0px;
    }
}

/***map***/
.map {
    position: relative;
    width: 515px;
    max-width: 100%;
    min-height: 332px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #fff;
}

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

@media (max-width:450px) {
    .map {
        min-height: 330px;
    }
}


/***********************/
/***banner start***/

.banner {
    background: url(../../images/banner.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    padding-top: 39.4rem;
}

.banner .title {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 712px;
    max-width: 100%;
    min-height: 308px;
}

.title_scooters {
    background: url(../../images/title_scooters.png) bottom center no-repeat;
    background-size: contain;
}

.title_news {
    background: url(../../images/title_news.png) bottom center no-repeat;
    background-size: contain;
}

.title_note {
    background: url(../../images/title_note.png) bottom center no-repeat;
    background-size: contain;
}

.title_sce {
    background: url(../../images/title_sce.png) bottom center no-repeat;
    background-size: contain;
}

.title h2 {
    font-size: 24px;
    color: #00479d;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: .5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

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

    .banner .title {
        min-height: 270px;
    }

}

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

    .banner .title {
        min-height: 190px;
    }
}

@media screen and (max-width:450px) {
    .banner .title {
        min-height: 150px;
    }

    .title h2 {
        font-size: 20px;
        bottom: 0;
    }
}

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

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

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

@media screen and (max-width:350px) {
    .banner .title {
        min-height: 130px;
    }
}

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

@media screen and (max-width:310px) {
    .banner .title {
        min-height: 115px;
    }

    .title h2 {
        font-size: 16px;
    }
}

/***banner end****/
/***********************/
/***********************/
/***main start***/

.main {
    width: 100%;
    position: relative;
    padding-bottom: 3rem;
}

.main:before {
    content: '';
    background: url(../../images/inner_mask01.png) top left;
    background-repeat: repeat-y;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.main:after {
    content: '';
    background: url(../../images/inner_mask02.png) top right;
    background-repeat: repeat-y;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.main .inner_txt {
    padding: 2.6rem 0;
    text-align: center;
}

.main .inner_txt h3 {
    font-size: 18px;
    color: #9eb3d5;

}

@media screen and (max-width:1366px) {
    .main:before {
        background-position-x: -15rem;
    }

    .main:after {
        background-position-x: 131rem;
    }
}

@media screen and (max-width:1200px) {
    .main:after {
        background-position-x: 115rem;
    }
}

@media screen and (max-width:1100px) {
    .main:after {
        background-position-x: 104rem;
    }
}

@media screen and (max-width:1000px) {
    .main:after {
        background-position-x: 95rem;
    }
}

@media screen and (max-width:991px) {
    .main:after {
        background-position-x: 95rem;
    }

}

@media screen and (max-width:834px) {
    .main:after {
        background-position-x: 78rem;
    }
}

@media screen and (max-width:768px) {
    .main:after {
        background-position-x: 72rem;
    }
}

@media screen and (max-width:650px) {
    .main:after {
        background-position-x: 60rem;
    }
}

@media screen and (max-width:576px) {
    .main:after {
        background-position-x: 53rem;
    }
}

@media screen and (max-width:450px) {
    .main:before {
        display: none;
    }

    .main:after {
        display: none;
    }
}


@media screen and (max-width:360px) {    
    .main .inner_txt h3 {
        font-size: 15px;
    }
}


@media screen and (max-width:310px) {
    .main .inner_txt h3 {
        font-size: 12px;
    }
}

/***main end****/
/***********************/
/***********************/
/***scooters start***/

.scooters {
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.scooters .sco_card {
    width: 33.33%;
    margin-bottom: 6rem;
}

.sco_card .sco_img {
    text-align: center;
    margin-bottom: 4.7rem;
}

.sco_card .sco_img img {}

.sco_card .sco_name {
    text-align: center;
    margin-bottom: 3.2rem;
}

.sco_card .sco_name h2 {
    font-size: 36px;
    font-weight: bold;
}

.sco_card .sco_cc {
    background: #124fa1;
    border-radius: 100px;
    width: 324px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.5rem;
}

.sco_card .sco_cc h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    width: 50%;
    padding: 1.5rem 2rem;
    text-align: center;
}

.sco_card .sco_cc h4 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto';
    background: #9eb3d5;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    width: 50%;
    padding: 1.5rem 2rem;
    text-align: center;
}

.sco_card .sco_inner {
    width: 75%;
    margin: 0 auto;
    letter-spacing: 1px;
}

.sco_card .sco_inner ul {}

.sco_card .sco_inner ul li {
    line-height: 1.8;
}

@media screen and (max-width:991px) {
    .sco_card .sco_inner {
        width: 100%;
    }

    .scooters .sco_card {
        padding: 0 1rem;
    }
}

@media screen and (max-width:768px) {
    .scooters .sco_card {
        width: 50%;
    }

    .sco_card .sco_inner {
        width: 90%;
    }
}

@media screen and (max-width:650px) {
    .sco_card .sco_inner {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .scooters .sco_card {
        width: 100%;
    }

    .sco_card .sco_inner {
        width: 77%;
    }
}

@media screen and (max-width:414px) {
    .scooters .sco_card {
        margin-bottom: 4rem;
    }

    .sco_card .sco_inner {
        width: 85%;
    }

    .sco_card .sco_img {
        margin-bottom: 2rem;
    }

    .sco_card .sco_name {
        margin-bottom: 2rem;
    }

    .sco_card .sco_cc {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:402px) {
    .sco_card .sco_inner {
        width: 90%;
    }
}

@media screen and (max-width:360px) {
    .sco_card .sco_inner {
        width: 100%;
    }
}

/***scooters end****/
/***********************/
/***********************/
/***news start***/

.news {
    margin-bottom: 5rem;
}

.newstitle {
    font-size: 30px;
}

/***newstable***/
.newstable {
    width: 1080px;
    margin: 0 auto;
    max-width: 100%;
    padding: 1em 0 2em;
}

.newstable table {
    width: 100%;
}

.newstable table a:not(:nth-child(1)) {
    display: inline-block;
}

.newstable a:hover {
    color: #00479d;
}

.page a {
    display: inline-block;
}

.page td {
    vertical-align: middle;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: rgba(255, 255, 255, .7);
    border: double 4px #a9a9a9;
    border-radius: 5px;
    padding: .3em 1em;
    margin: 3px;
    font-size: 16px;
    letter-spacing: 2px;
    transition: .2s linear;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: double 4px #fff;
}




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


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

/***news end****/
/***********************/
/*isce*/
.isce {
    padding-top: 0;
    padding-bottom: 60px;
}

.isce ul {
    margin: 0;
    padding: 0;
}

.isce ul li {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0 1em;
    transition: .5s all;
}

.isce ul li img {
    margin: 0 auto;
}

.isce h2 {
    font-size: 16px;
    padding: 2rem 0;
    text-align: center;
}

.isce ul li p {
    font-size: 15px;
}

@media(max-width:1550px) {
   
    .isce ul li {
        padding: 0 15px;
    }
}

@media(max-width:1200px) {
    .isce ul li {
        width: 50%;
    }
}

@media(max-width:1100px) {}

@media(max-width:991px) {
    .isce ul li {
        display: inline-block;
        float: left;
        width: 50%;
    }

    .isce ul li:nth-child(3) {
        clear: both;
    }



    .isce {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

@media(max-width:900px) {
    .isce ul li {
        float: none;
        width: 22%;
        vertical-align: top;
    }

}

@media(max-width:700px) {

    .isce ul li {
        width: 23%;
    }
}

@media(max-width:600px) {
    .isce ul li {
        width: 45%;
    }
}

@media(max-width:450px) {
    .isce ul li {
        width: 48%;
    }
}
@media screen and (max-width:414px){
    .scenic {
        padding: 0 1rem;
    }
}
@media(max-width:380px) {
    .isce ul li {
        padding: 0 .5em;
    }

    .isce ul li p {
        font-size: 14px;
    }
}

@media(max-width:380px) {}


.isce li:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform: translateY(-10px);
}

.isce ul li:hover img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0.7;
}
/*************************
********services_sce******
**************************/
#services_sce {
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
}

.scebtn {
    text-align: center;
    margin-bottom: 30px;
}

.scebtn h2 {
    display: inline-block;
    margin: 5px;
    color: #fff;
    padding: 25px 5px;
    font-size: 16px;
    border-radius: 100%;
    min-width: 82px;
    border: 3px solid #fff;
    cursor: pointer;
    line-height: 24px;
}

.scebtn h2.scebtn1 {
    background: #d85a51;
}

.scebtn h2.scebtn2 {
    background: #80a076;
}

.scebtn h2.scebtn3 {
    background: #89b5cb;
}

.scebtn h2.scebtn4 {
    background: #8dcfca;
}

.scebtn h2.scebtn5 {
    background: #b7ad6f;
}

.scebtn h2.scebtn6 {
    background: #8b8583;
}

.scebtn h2:hover.scebtn1,
.scebtn h2:hover.scebtn2,
.scebtn h2:hover.scebtn3,
.scebtn h2:hover.scebtn4,
.scebtn h2:hover.scebtn5,
.scebtn h2:hover.scebtn6 {
    background: #fff;
    border: #7e6b5a 3px solid;
    color: #656565;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

@media (max-width:650px) {
    .scebtn {
        padding: 0 120px;
    }
}

@media (max-width:600px) {
    .scebtn {
        padding: 0 100px;
    }
}

@media (max-width:550px) {
    .scebtn {
        padding: 0 60px;
    }
}

@media (max-width:480px) {
    .scebtn {
        padding: 0 25px;
    }
}

@media (max-width:400px) {
    .scebtn {
        padding: 0 5px;
    }

    .scebtn {
        margin-bottom: 10px;
    }
}

@media (max-width:350px) {
    .scebtn {
        padding: 0 0px;
    }
}

/***********/

.scebox {
    border: #c3c3c3 1px solid;
    border-radius: 5px;
    box-shadow: -1px 1px 6px 0.5px rgba(138, 138, 138, 0.75);
    padding: 0 10px 10px 10px;
}

.mount .sceimg {
    background-color: #80a076;
}

.sea .sceimg {
    background-color: #89b5cb;
}

.farm .sceimg {
    background-color: #8dcfca;
}

.city .sceimg {
    background-color: #b7ad6f;
}

.hot .sceimg {
    background-color: #d85a51;
}

.scebox:hover {
    cursor: pointer;
}

.scebox:hover .sceimg img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(0.95);
    overflow: hidden;
}

.scebox_hot {
    padding: 0 80px;
}

.scebox_hot .scebox {
    display: inline-block;
    float: left;
    width: 23%;
    margin: 0 10px;
}

.scet {
    text-align: right;
}

.scetag {
    color: #fff;
    padding: 4px 20px;
    margin-left: 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.scetag1 {
    background: #d85a51;
}

.scetag2 {
    background: #80a076;
}

.scetag3 {
    background: #89b5cb;
}

.scetag4 {
    background: #8dcfca;
}

.scetag5 {
    background: #b7ad6f;
}

.scet h3 {
    clear: both;
    color: #3d3d3d;
    font-size: 23px;
    letter-spacing: 1px;
    margin: 10px 0 10px;
    display: block;
    text-align: center;
}

.sceimg img {
    margin: 0 auto;
}

.scep p {
    color: #616161;
    text-align: left;
    margin: 10px 0 0 0;
}

.scemore {
    text-align: right;
}

@media(max-width:1700px) {
    .scebox_hot {
        padding: 0 10px;
    }
}

@media(max-width:1400px) {
    .scebox_hot .scebox {
        width: 24%;
        margin: 0 5px;
    }
}

@media(max-width:1199px) {
    .scebox_hot .scebox {
        width: 48%;
        margin: 5px;
    }

    .scebox_hot .scebox:nth-child(3) {
        clear: both;
    }
}

@media(max-width:700px) {
    .scebox_hot .scebox {
        width: 100%;
        margin: 5px 0px;
    }

    .scet h3 {
        font-size: 22px;
    }

    .scep p {
        line-height: 24px;
    }

    #services_sce {
        padding: 0 1em 60px;
    }

}

@media(max-width:550px) {

    .city .sceimg,
    .farm .sceimg,
    .hot .sceimg,
    .mount .sceimg,
    .sea .sceimg {
        background-color: #fff;
    }
}

@media(max-width:500px) {
    .scet h3 {
        letter-spacing: 0px;
    }
}

@media(max-width:450px) {
    .mount .sceimg {
        background-color: #80a076;
    }

    .sea .sceimg {
        background-color: #89b5cb;
    }

    .farm .sceimg {
        background-color: #8dcfca;

    }

    .city .sceimg {
        background-color: #b7ad6f;
    }

    .hot .sceimg {
        background-color: #d85a51;
    }
}

@media(max-width:350px) {
    .scet h3 {
        font-size: 20px;
    }
}


/*************/

.scebox_content {
    padding: 0 0px;
    margin-top: 30px;
}

.scebox_content .scebox {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 5px;
}

@media (max-width: 1800px) {
    .scebox_content {
        padding: 0px;
    }
}

@media screen and (max-width:1700px) {
    .scebox_content {
        padding: 0 0px;
        margin-top: 30px;
    }
}


/*********************** 20170328  以上 優質a****************/

.scecontainer {
    display: block;
    margin: auto;
    width: 100%;
}

.scecontainer .item {
    margin: 0.5%;
    float: left;
    background: #ffffff;
    display: block;
    width: 24%;
}

@media screen and (max-width: 1800px) {
    .scecontainer {
        width: 96%;
    }

    .scecontainer .item {
        width: 19%;
    }
}

@media screen and (max-width: 1400px) {
    .scecontainer .item {
        width: 24%;
    }
}

@media screen and (max-width: 991px) {
    .scecontainer .item {
        width: 32%;
    }
}

@media screen and (max-width:767px) {
    .scecontainer .item {
        width: 49%;
    }
}

@media screen and (max-width:550px) {
    .scecontainer .item {
        width: 99%;
        margin-bottom: 10px;
    }
}


/***********************/
/***notice start***/

.notice {
    width: 1330px;
    max-width: 100%;
    margin: 5rem auto;
}

.notice .notice_remit {
    margin-bottom: 10rem;
    display: flex;
    justify-content: space-between;
}

.notice_remit .remit_lt {
    width: 19%;
    position: relative;
}

.notice_remit .remit_lt:after {
    content: '';
    background: #00479d;
    width: 159px;
    max-width: 100%;
    min-height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.notice_remit .remit_lt h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 1.3rem;
}

.notice_remit .remit_lt h3 {
    font-size: 16px;
    color: #808080;
}

.notice_remit .remit_rt {
    width: 60%;
}

.notice_remit .remit_rt ul {}

.notice_remit .remit_rt ul li {
    line-height: 1.8;
}

.notice_remit .remit_rt ul li span {
    display: inline-block;
}

.notice_remit .remit_rt ul li span:first-child {
    margin-right: 4rem;
}



.notice .notice_note {
    display: flex;
    justify-content: space-between;
}

.notice_note .note_lt {
    width: 19%;
    position: relative;
}

.notice_note .note_lt:after {
    content: '';
    background: #00479d;
    width: 159px;
    max-width: 100%;
    min-height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.notice_note .note_lt h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 1.3rem;
}

.notice_note .note_lt h3 {
    font-size: 16px;
    color: #808080;
}

.notice_note .note_rt {
    width: 60%;
}

.notice_note .note_rt ul {}

.notice_note .note_rt ul li {
    line-height: 1.8;
}

.notice_note .note_rt ul:first-child {
    margin-bottom: 3rem;
}


@media screen and (max-width:1366px) {
    .notice {
        padding: 0 2rem 0 6rem;
        ;
    }
}

@media screen and (max-width:1100px) {
    .notice {
        padding: 0 7rem 0 6rem;
    }

    .notice_remit .remit_rt {
        width: 70%;
    }

    .notice_note .note_rt {
        width: 70%;
    }
}

@media screen and (max-width:834px) {
    .notice_remit .remit_lt {
        width: 30%;
    }

    .notice_note .note_lt {
        width: 30%;
    }
}

@media screen and (max-width:768px) {
    .notice .notice_remit {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .notice_remit .remit_lt {
        width: 50%;
        margin-bottom: 3rem;
        padding-bottom: 3rem;
    }

    .notice_remit .remit_rt {
        width: 100%;
    }

    .notice .notice_note {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .notice_note .note_lt {
        width: 50%;
        margin-bottom: 3rem;
        padding-bottom: 3rem;
    }

    .notice_note .note_rt {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .notice {
        padding: 0 4rem 0 4rem;
    }
}

@media screen and (max-width:402px) {
    .notice {
        padding: 0 2rem 0 2rem;
    }
}

@media screen and (max-width:393px) {
    .notice {
        margin: 2rem auto;
    }
}

@media screen and (max-width:350px) {
    .notice_remit .remit_lt {
        width: 100%;
    }

    .notice_remit .remit_rt ul li span:first-child {
        margin-right: 1rem;
    }

    .notice_note .note_lt {
        width: 100%;
    }
}

@media screen and (max-width:300px) {
    .notice_remit .remit_rt ul li span:last-child {
        letter-spacing: 0;
    }
}

/***notice end****/
/***********************/


























/**/
#about,
#pro {
    transform: translateY(-75px);
}

#con {
    transform: translateY(-78px);
}


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

@media (max-width:768px) {
    #con {
        transform: translateY(-60px);
    }

}

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




/***********************/
#svc2 {
    transform: translateY(-110px);
}

.space2 {
    transform: translateY(-10px);
}

@media (max-width:414px) {
    #enter {
        transform: translateY(-80px);
    }
}