/* CSS Document */
.bg_bottom{
    width: 209px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.ds2_1 .uk-dotnav{
    margin-left: 0;
}
.e_tit{
    width: 86.5px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.ds2_1 .e_tit{
    width: 138px;
    position: absolute;
    right:0;
    top: 0;
    z-index: 1;
    left: inherit;
}
.go_btn{
    position: absolute;
    left: 11.5%;
    bottom: 0;
    width: 174px;
}
#index_con{
    padding-top: 0;
    background: #41010D;
}
.play-btn {
    background-image: url('../img/music/m_play.png');
    /* Add other styles as needed */
}
.pause-btn {
    background-image: url('../img/music/m_stop.png');
    /* Add other styles as needed */
}
.m1 {
    position: absolute;
    z-index: 9;
    top: 11px;
    left: 20px;
    animation: fadeIn 1s infinite ease-in;
    -moz-animation: fadeIn 1s infinite ease-in;
    -webkit-animation: fadeIn 1s infinite ease-in;
    -o-animation: fadeIn 1s infinite ease-in;
    opacity: 0;
}
@keyframes fadeIn{
    0%{
        opacity: 0;
        left: 20px;
    }
    60%{
        opacity: 1;
        left: 23px;
    }
    100% {
        opacity: 0;
        left: 25px;
    }
}
#mp3{
    display: none;
}
#music_play{
    position: fixed;
    cursor:pointer;
    display:block;
    bottom: 5%;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 9;
}
#mp3_play, #mp3_pause{
    position:absolute;
    bottom: 0;
    left:0;
    z-index: 999;
    background: rgba(255,255,255,0.3);
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,1);
}
#mp3_pause{
    display:inline-block;
}
#mp3_play{
    display: none;
}
.ds2_2 .pic_tit{
    right: 150px;
    bottom: 35px;
    left: initial;
    text-align: right;
}
.ds2_3 .pic_tit{
    right: 150px;
    bottom: 28px;
    left: initial;
    text-align: right;
}
.ds2_2 .uk-dotnav {
    margin: 0 0 15% 0;
}
.ds2_2 .btn_item{
    position: absolute;
    bottom: 0px;
    left: -61px;
}
.ds2_3 .btn_item {
    position: absolute;
    bottom: -9px;
    left: -70px;
}
.btn_list {
    right: 0;
    position: absolute;
    bottom: 30px;
}
.ds2_1 .btn_list {
    left: 0;
    position: absolute;
    bottom: 30px;
}
.ds2_1 .pic_tit{
    left: 130px;
    bottom: 55px;
    text-align: left;
}
#ds3 .ds2_1 .uk-slideshow-nav.uk-dotnav li{
    width: 20%;
}
.ds2_1 .uk-slideshow-nav.uk-dotnav li{
    width: 25%;
}
.ds2_2 .uk-slideshow-nav.uk-dotnav li{
    width: 50%;
}
.ds2_3 .uk-slideshow-nav.uk-dotnav li{
    width: 20%;
}
.ds2_1 .btn_item{
    position: relative;
    left: 75px;
    bottom: 20px;
}
.uk-dotnav li.uk-active a:after , .uk-dotnav li:hover a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #ECB700;
    height: 20px;
    animation-name:oxxo;
    animation-duration:2s;
    animation-iteration-count:1;
    animation-fill-mode: forwards;
}
#ds3 .uk-dotnav li.uk-active a:after,#ds3 .uk-dotnav li:hover a:after{
    background: #ffffff;
}
@keyframes oxxo{
    from{
        width: 10%;
    }
    to{
        width:100px;
    }
}
.btn_list{width: 60px;}
.btn_item svg{
    width: 10px;
    height: auto;
}
.pic_tit {
    font-size: 14px;
    left: inherit;
    width: auto;
}
.uk-slideshow-nav.uk-dotnav li {
    position: relative;
    background: transparent;
    padding-left: 0;
    margin-bottom: 3px;
    width: 21px;
}
.uk-slideshow-nav.uk-dotnav li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: #ECB700;
    width: 100%;
    height: 1px;
}
.slideshow_con .uk-dotnav>*>*,.uk-position-relative .uk-dotnav>*>*{
    width: 100%;
    border-radius: 0;
    height: 6px;
    background-color: transparent !important;
    border-color: transparent !important;
    border: 0;
}
.uk-slideshow-nav a{
    position: relative;
}

.uk-dotnav li.uk-active a:after,.uk-dotnav li:hover a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #ECB700;
    height: 20px;
    animation-name:oxxo;
    animation-duration:2s;
    animation-iteration-count:1;
    animation-fill-mode: forwards;
}
.btn_item {
    position: absolute;
    left: -18%;
    bottom: 19%;
}
.btn_item .uk-slidenav:hover {
    color: #ECB700;
}
.uk-icon.uk-slidenav-next, .uk-icon.uk-slidenav-previous {
    border-radius: 50%;
    border: 1px solid #0087D0;
    color: #ECB700;
    background: #0087D0;
    position: relative;
}
.btn_item .uk-icon.uk-slidenav-previous,.btn_item .uk-icon .uk-icon.uk-slidenav-next{
    color: #ECB700;
}
.uk-icon.uk-slidenav-previous:after{
    content:'';
    position: absolute;
    left: 41%;
    top:  calc(50% - 1px);
    width: 61px;
    height: 1px;
    background: #ECB700;
}
.uk-icon.uk-slidenav-next:after{
    content:'';
    position: absolute;
    right: 41%;
    top: calc(50% - 1px);
    width: 61px;
    height: 1px;
    background: #ECB700;
}
.slideshow_con .uk-dotnav>*>*, .uk-position-relative .uk-dotnav>*>* {
    width: 100%;
    border-radius: 0;
    height: 6px;
    background-color: transparent !important;
    border-color: transparent !important;
    border: 0;
}
.pic_tit {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #484A48;
    z-index: 1;
    font-family: "Microsoft JhengHei";
    letter-spacing: 0.5px;
    width: 23%;
}
.hand {
    position: absolute;
    top: 5.5%;
    left: 5.5%;
    width: 79px;
    display: inline-block;
}
.hand img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.hand_img {
    -ms-animation: mm1 2s infinite ease-in-out;
    -o-animation: mm1 2s infinite ease-in-out;
    -moz-animation: mm1 2s infinite ease-in-out;
    -webkit-animation: mm1 2s infinite ease-in-out;
    animation: mm1 2s infinite ease-in-out;
}
.hand_img {
    -ms-animation: mm1 2s infinite ease-in-out;
    -o-animation: mm1 2s infinite ease-in-out;
    -moz-animation: mm1 2s infinite ease-in-out;
    -webkit-animation: mm1 2s infinite ease-in-out;
    animation: mm1 2s infinite ease-in-out;
}
@keyframes mm1 {
    0% {
        -moz-transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50% {
        -moz-transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -o-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }
    100% {
        -moz-transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        -o-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}
.map_con .uk-width-1-3 {
    width: 18.75%;
}
.map_con .uk-width-1-2 {
    width: 29.89%;
}
#ds5{
    background: #FF5E17;
}
#ds4{
    background:#C7D1D8;
}
#ds1{
    background: #163667;
}
#ds3{
    background: #ECB700;
}
#ds2{
    background: #016193;
}
nav {
    position: fixed;
    z-index: 9;
    top: 0;
    width: 690px;
    display: flex;
    align-items: center;
    background: #3E100E;
    justify-content: space-between;
}
nav ul li {
    text-align: revert-layer;
    display: inline-block;
    width: 19%;
    position: relative;
    float: left;
    padding: 0 3%;
}
nav svg.uk-svg {
    color: #FFFFFF;
}
#ds3 svg.uk-svg ,#contact svg.uk-svg {
    color: #3E100E;
}
nav ul.menu {
    width: 50%;
    float: right;
    margin: 0 3% 0 0;
    padding: 0;
    display: flex;
}
h1.logo {
    width: 27.5%;
    margin: 0 8% 0 0;
}
.lig1{
    -ms-animation: li1 2s infinite linear;
    -o-animation: li1 2s infinite linear;
    -moz-animation: li1 2s infinite linear;
    -webkit-animation: li1 2s infinite linear;
    animation: li1 2s infinite linear;
}
.lig2{
    -ms-animation: li2 2s infinite linear;
    -o-animation: li2 2s infinite linear;
    -moz-animation: li2 2s infinite linear;
    -webkit-animation: li2 2s infinite linear;
    animation: li2 2s infinite linear;
}
@keyframes li1 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@keyframes li2 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.flower{
    -ms-animation: l2 5s infinite linear;
    -o-animation: l2 5s infinite linear;
    -moz-animation: l2 5s infinite linear;
    -webkit-animation: l2 5s infinite linear;
    animation: l2 5s infinite linear;
    transform-origin: 44% 93%;
    bottom: 0;
    left: 0;
    position: absolute;
}
.flower2{
    -ms-animation: l1 5s infinite linear;
    -o-animation: l1 5s infinite linear;
    -moz-animation: l1 5s infinite linear;
    -webkit-animation: l1 5s infinite linear;
    animation: l1 5s infinite linear;
    transform-origin: 50% 100%;
    bottom: -10%;
    left: 0;
    position: absolute;
}
.flower3{
    -ms-animation: l1 5s infinite linear;
    -o-animation: l1 5s infinite linear;
    -moz-animation: l1 5s infinite linear;
    -webkit-animation: l1 5s infinite linear;
    animation: l1 5s infinite linear;
    transform-origin: 52% 88.5%;
    bottom: 0;
    left: 0;
    position: absolute;
}
.flower4{
    -ms-animation: l2 8s infinite linear;
    -o-animation: l2 8s infinite linear;
    -moz-animation: l2 8s infinite linear;
    -webkit-animation: l2 8s infinite linear;
    animation: l2 8s infinite linear;
    transform-origin: 43% 68%;
    bottom: 0;
    left: 0;
    position: absolute;
}
.flower5{
    -ms-animation: l1 8s infinite linear;
    -o-animation: l1 8s infinite linear;
    -moz-animation: l1 8s infinite linear;
    -webkit-animation: l1 8s infinite linear;
    animation: l1 8s infinite linear;
    transform-origin: 63.5% 44.7%;
    bottom: 0;
    left: 0;
    position: absolute;
}
.flower6{
    -ms-animation: l3 8s infinite linear;
    -o-animation: l3 8s infinite linear;
    -moz-animation: l3 8s infinite linear;
    -webkit-animation: l3 8s infinite linear;
    animation: l3 8s infinite linear;
    bottom: 0;
    left: -9%;
    position: absolute;
}
.flower7{
    -ms-animation: l4 8s infinite linear;
    -o-animation: l4 8s infinite linear;
    -moz-animation: l4 8s infinite linear;
    -webkit-animation: l4 8s infinite linear;
    animation: l4 8s infinite linear;
    bottom: 0;
    right: -10%;
    position: absolute;
}
.flower8{
    -ms-animation: l1 5s infinite linear;
    -o-animation: l1 5s infinite linear;
    -moz-animation: l1 5s infinite linear;
    -webkit-animation: l1 5s infinite linear;
    animation: l1 5s infinite linear;
    transform-origin: 82.5% 100%;
    bottom: -2%;
    right: -10%;
    position: absolute;
}
@keyframes l4 {
    0% {
        transform: translateY(35px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(35px);
    }
}
@keyframes l3 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(35px);
    }

    100% {
        transform: translateY(0);
    }
}
@keyframes l1 {
    0% {
        transform: rotate(0deg) ;
    }

    50% {
        transform: rotate(-5deg)  skewY(-5deg);
    }

    100% {
        transform: rotate(0deg) ;
    }
}
@keyframes l2 {
    0% {
        transform: rotate(0deg) ;
    }

    50% {
        transform: rotate(5deg)  skewY(5deg);
    }

    100% {
        transform: rotate(0deg) ;
    }
}
.tel_link{
    position: absolute;
    right: 9%;
    top: 1.5%;
    width: 49%;
    height: 195px;
    z-index: 1;
}
.svg{
    filter: blur(2px);
    opacity: 0.7;
}
#index_con svg line{
    color: #FFEABB;
}
#main{
    display: block;
    margin: 0 auto;
    background: #b0b2b3;
    width: 100%;
    padding: 0;
}
.back_index{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#contact{
    background: linear-gradient(to bottom,  rgba(89,157,201,1) 16%,rgba(29,104,162,1) 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body{
    background: #353535;
    font-size: 16px;
    padding-bottom: 0;
    font-family: 'cwTeXFangSong', serif;
}
#ds3 .ds2_1 .uk-icon.uk-slidenav-next:after {
    background: #FFFFFF;
}
#ds3 .ds2_1 .uk-icon.uk-slidenav-next:after {
    background: #FFFFFF;
}
#ds3 .ds2_1 .uk-slideshow-nav.uk-dotnav li:before {
    background: #FFFFFF;
}
#ds3 .uk-icon.uk-slidenav-next{
    color: #FFFFFF;
}
@media (max-width: 960px) {
    .ds2_1 .e_tit {
        width: 20%;
    }
    .ds2_2 .e_tit {
        width: 12.5%;
    }
    .ds2_3 .e_tit {
        width: 12.5%;
    }
    .uk-icon.uk-slidenav-previous:after {
        top:50%;
    }
    .pic_tit {
        width: 50%;
    }
    .ds2_1 .uk-icon.uk-slidenav-next:after {
        top: 50%;
    }
    .ds2_1 .btn_list {
        bottom: 10px;
    }
    .go_btn {
        width: 25%;
    }
    .ds2_2 .btn_list{
        bottom: 20px;
    }
    .ds2_3 .btn_list{
        bottom: 20px;
    }
    .ds2_2 .btn_item{
        left: -40px;
        bottom: 2px;
    }
    .ds2_3 .btn_item{
        bottom: -5px;
        left: -50px;
    }
    .ds2_2 .pic_tit {
        right: 120px;
        bottom: 24px;
    }
    .ds2_1 .pic_tit{
        left: 100px;
        bottom: 31px;
    }
    .ds2_3 .pic_tit{
        right: 120px;
        bottom: 16px;
    }
    .ds2_1 .btn_item{
        left: 120%;
    }
    .btn_list {
        width: 43px;
        bottom: 12px;
    }
    .uk-icon.uk-slidenav {
        padding: 3px 5px;
        position: relative;
    }
    .btn_item svg{
        width: 6px;
        height: auto;
    }
    .hand {
        position: absolute;
        width: 11vw;
        display: inline-block;
    }
    nav {
        width: 100%;
    }
    .tel_link {
        height: 26vw;
    }
    #contact{
        background-size: contain;
    }
    #main {
        width: 100%;
    }
}
@media (max-width: 690px) {
    .ds2_3 .btn_item {
        bottom: -6px;
    }
    .ds2_2 .btn_item {
        bottom: 3px;
    }
    .ds2_3 .btn_item {
        bottom: -4px;
    }
}