/* CSS Document */

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;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    noFocusline: expression(this.onFocus=this.blur());
    outline: 0;
    -webkit-transition: 0.3s all ease-in 0.1s;
    -o-transition: 0.3s all ease-in 0.1s;
    transition: 0.3s all ease-in 0.1s;
    border: 0;
    opacity: 1;
}

a:hover {
    text-decoration: none;
    opacity: .85;
}

a:focus {
    -moz-outline-style: none;
}



/*img*/

img {
    max-width: 100%;
    width: expression(document.body.clientWidth>100?"100%":"auto");
    overflow: hidden;
}



/*page style*/

.txtLeft {
    text-align: left;
}

.txtRight {
    text-align: right;
}

.txtCenter {
    text-align: center;
}

.floatLeft,
.imageleft {
    float: left;
    margin-right: 1em;
}

.floatRight,
.imageRight {
    float: right;
    margin-left: 1em;
}

.floatClear {
    clear: both;
    height: 0;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: " ";
}

.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.tr {
    display: table-row;
}

.td,
.th {
    display: table-cell;
}



/*----landing page-----*/

body {
    background: #000;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    overflow-x: hidden;
}



/*.navbar {
  margin-bottom: 0;
}*/

#AUTUMN {
    width: 100%;
    margin: 0 auto;
    font-family: '微軟正黑體', 'Microsoft JhengHei', Arial, helvetica, sans-serif;
}

#AUTUMN {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    background: #000;
}

#AUTUMN img {
    vertical-align: bottom;
}

#AUTUMN ul {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
}

#AUTUMN ul li {
    padding-bottom: 0px;
}


#AUTUMN .infor {
    position: relative;
    padding-bottom: 5%;
}

#AUTUMN .infor .in_warpper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0;
    z-index: 99;
}

#AUTUMN .text_center {
    text-align: center;
    margin: 0 auto;
}

#AUTUMN .att_section {
    text-align: center;
    width: 100%;
    max-width: 940px;
    padding: 0 15px;
    margin: 0 auto;
}

#AUTUMN .att_section .txt {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
}

#AUTUMN .link {
    color: #ffc000;
    opacity: 1;
}

#AUTUMN .link_img {
    width: auto;
    max-width: auto;
    text-align: center;
    margin: 0 auto;
}

#AUTUMN .att_section {
    padding: 0rem 15px;
    margin: 0 auto;
}

#AUTUMN .infor_bg {
    position: relative;
}

#AUTUMN .xs_img {
    display: none;
}

#AUTUMN .lg_img {
    display: block;
}

@media (max-width: 1680px) {
    #AUTUMN .link_img {
        max-width: 560px;
    }
    #AUTUMN .att_section {
        max-width: 960px;
        padding: .85rem 15px;
    }
}

@media (max-width: 1199px) {
    #AUTUMN .att_section {
        max-width: auto;
    }
    #AUTUMN .att_section .txt {
        font-size: 16px;
        line-height: 1.45;
    }
    #AUTUMN .link_img {
        max-width: 560px;
    }
}

@media (max-width: 1024px) {

    #AUTUMN .link_img {
        width: 100%;
        max-width: 240px;
    }
}

@media (max-width: 768px) {
    #AUTUMN .att_section .txt {
        font-size: 70%;
        line-height: 1.45;
        padding: 0 15px;
    }
}

@media (max-width: 576px) {
    #AUTUMN .att_section .txt {
        font-size: .85rem;
    }

    #AUTUMN .lg_img {
        display: none;
    }


    #AUTUMN .xs_img {
        display: block;
    }

    #AUTUMN .infor {
        padding-bottom: 20%;
    }
}