﻿@charset "utf-8";

header {
    width: 100%;
    max-width: 1920px;
    min-width: 450px;
    height: 60px;
    position:fixed;
    z-index:100;
    top:0px;
}
.black {
    width: 100%;
    position: absolute;
    z-index: 1000;

}
.black .open_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    height: 100vh;
    left: 0px;
    top: 0px;
    opacity: .7;
    background-color: #000000;
}
.black .index_pop {
    width: 100%;
    height: 100%;
    position: fixed;
    height: 100vh;
    left: 0px;
    top: 0px;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.black .index_pop img {
    width: 80%;
    height: 80%;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
    position: relative;
}
.black .box_close {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-image: url(../images/pc_close_btn.png);
    background-size: contain;
    cursor: pointer;
    transition: ease-in-out 0.4s 0.6s;
}
.js-back-to-top {
    margin: -1% auto;
    position: fixed;
    z-index: 9999;
    width: 36px;
    margin-right: 20px;
    text-align: right;
    right: 0;
    bottom: 50px;
}
@media screen and (max-width: 1024px){
    .js-back-to-top {
    margin: -2% auto;
}
}
@media screen and (max-width: 768px){
    .js-back-to-top {
    margin: -3% auto;
}
}F
@media screen and (max-width: 414px){
    .js-back-to-top {
    margin: -5% auto;
}
}
@media screen and (max-width: 320px){
    .js-back-to-top {
    margin: -7% auto;
}
}
.LoadHeader {
    width:inherit;
    height:inherit;
    position:relative;
    background-image: url(../images/header_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/*LOGO*/
.LoadHeader .logo{
    height: 100%;
    position:relative;
    z-index: 25;
    float:left;
    display:block;
    padding-left: 50px;
}
.LoadHeader .fb{
    height: 100%;
    position:relative;
    z-index: 25;
    float:right;
    display:block;
    padding-right: 30px;
}
.LoadHeader .youtu{
    height: 100%;
    position:relative;
    z-index: 25;
    float:right;
    display:block;
    padding-right: 30px;
}
.LoadHeader .address{
    height: 100%;
    position:relative;
    z-index: 25;
    float:right;
    display:block;
    padding-right: 50px;
}
.LoadHeader .logo img , .LoadHeader .youtu img , .LoadHeader .fb img , .LoadHeader .phone img , .LoadHeader .address img{
    height: 100%;
}
@media  screen and (max-width: 1366px) {
.LoadHeader .youtu img , .LoadHeader .fb img , .LoadHeader .phone img , .LoadHeader .address img{
    height: 80%;
    margin-top: 8px;
}
}
/*橫向平版*/
@media  screen and (max-width: 1024px) {
.LoadHeader .youtu img , .LoadHeader .fb img , .LoadHeader .phone img , .LoadHeader .address img{
    height: 70%;
}
}



/*整體框*/
.wrapper {
    width: 100%;
    height: 100%;
    padding-top: 0px;
}
/*直向平版*/
@media  screen and (max-width: 1024px) and  (min-height: 1366px) {
}
/*橫向平版*/
@media  screen and (max-width: 1280px) and  (max-height: 850px) {
}


/*SCROLL*/
.wrapper .scroll_btn {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 50%;
    margin-right: -18px;
    bottom: 30px;
    z-index: 10;
    background-color: rgba(3,3,3,0.3);
    border-radius:50%;

        /*完全置中 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    opacity:0;
    cursor: pointer;
    transition:all 0.6s ease-out;
}
.wrapper .scroll_btn.up {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 2.5%;
    margin-right: 0px;
    bottom: 30px;
    z-index: 10;
    background-color: rgba(3,3,3,0.3);
    border-radius:50%;

        /*完全置中 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    opacity:0;
    cursor: pointer;
    transition:all 0.6s ease-out;
}
@media  screen and (max-width: 768px){
.wrapper .scroll_btn.up {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 5%;
    margin-right: 0px;
    bottom: 30px;
    z-index: 10;
    background-color: rgba(3,3,3,0.3);
    border-radius:50%;

        /*完全置中 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    opacity:0;
    cursor: pointer;
    transition:all 0.6s ease-out;
}
}

.wrapper .scroll_btn.action {
    opacity:1;
}
.wrapper .scroll_btn .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
    transition:all 0.5s ease-out;
}
.wrapper .scroll_btn .triangle.up {
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #ffffff transparent;
}




.wrapper .more_img{
    width: 100%;
    position: relative;
    font-size: 0;
    padding: 0;
    margin: 0;

}
.wrapper .more_img .pg{
    width: 100%;
    position: relative;
}
.wrapper .more_img .pg .bg{
    width: 100%;
    position: relative;
}
.wrapper .more_img .pg .bg img{
    width: 100%;
    max-width: 1920px;
    font-size: 0;
    padding: 0;
    margin: 0;
    object-fit: contain;
}
.wrapper .more_img .pg .tt{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.wrapper .more_img .pg .tt .txt_style{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.wrapper .more_img .pg .tt .txt_style img{
    width: 100%;
    max-width: 1920px;
}

.wrapper .page7 img{
    width: 100%;
    max-width: 1920px;
}


.wrapper .more_img .pg_outer>li .tt .txt_style{
    -webkit-transition: all 0.4s ease-out ;
    transition: all 0.4s ease-out ;
}
/*文字動畫*/
.wrapper .more_img .pg_outer>li .tt .txt_style.ani_alpha1 {
    opacity: 0;
    transition-delay: 0.2s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}
.wrapper .more_img .pg_outer>li .tt .txt_style.ani_alpha2 {
    opacity: 0;
    transition-delay: 0.4s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}
.wrapper .more_img .pg_outer>li .tt .txt_style.ani_alpha3 {
    opacity: 0;
    transition-delay: 0.6s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}

/*show*/
.wrapper .more_img .pg_outer>li .tt .txt_style.show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    transform: scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1);    /* Firefox */
    -webkit-transform:scale(1); /* Safari 和 Chrome */
    -o-transform:scale(1);  /* Opera */
}





/*彈跳視窗*/
.banner_sc{
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 0 auto; 
    z-index: 1;


    animation-name:myfirst;
    animation-duration:.5s;
    animation-timing-function:linear;
    animation-iteration-count:infinite;
    animation-direction:alternate;
    animation-play-state:running;
    /* Safari and Chrome: */
    -webkit-animation-name:myfirst;
    -webkit-animation-duration:.5s;
    -webkit-animation-timing-function:linear;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:alternate;
}

@keyframes myfirst
{
    0%   {bottom:5%;}
    100%  {bottom:2%;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    0%   {bottom:5%;}
    100%  {bottom:2%;}
}
/*
.open_pic {
    -webkit-transition: all 0.6s ease-out ;
}
.open_web{
    position: absolute;
    bottom: 10%;
    left: 20%;
    z-index: 1;
    -webkit-transition: all 0.6s ease-out ;
}*/
.open_btn{
    margin:0 5px; cursor: pointer; 
    -webkit-transition: all 0.6s ease-out ;
}
.open_btn:hover{
    opacity: 0.8;
    -webkit-transition: all 0.6s ease-out ;
}



.swiper-slide{
    width: 100%;
    height: auto;
    overflow: hidden;
}




/*btn*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
    bottom: 50px;
    left: 50%;
    margin-left: -120px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 3px;
}
.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #f2c056;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 17px;
}
.wrapper .total_page .page4 .page2_dot{
    width: 360px;margin-left: -180px;
}


@media  screen and (max-width: 1024px) {
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 160px;
    bottom: 15px;
    left: 50%;
    margin-left: -80px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 3px;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #f2c056;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 7px;
}

}

.more_img ul li img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
}




.swiper-pagination{
    width: auto;
    padding: 0 2%;
}
@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 3) {
    .page2_pic>li>div {
        padding-top: 100%;
    }
}