@charset "utf-8";

/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a,
img {
    outline: none;
    /* for Firefox */
    hlbr: expression(this.onFocus=this.blur());
    /* for IE */
}

input,
textarea {
    outline: none
}

/*消除chrome黃色框*/
textarea {
    resize: none
}

/*不要縮放*/

img,
div {
    border: 0px;
}

a:link {
    color: #ff8400;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #ff5500;
}

a:hover {
    text-decoration: none;
    color: #ff5500;
}

a:active {
    text-decoration: none;
    color: #ff5500;
}



html {
    font-size: 75%;
}

body {
    font-size: 1rem;
    word-wrap: break-word;
    font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
}

/**/
.bg {
    /* background-image: url(../images/bg.jpg); */
    background-repeat: repeat;
    background-attachment: scroll;
    /* background-color: #000000; */
    background-image: url(../images/elebg.jpg);

    /* background: linear-gradient(to top, #baffff -40%, #ffffff 60%); */
}

.headbox {
    position: relative;
    width: 100%;
    /* 1050 */
    height: 1018px;

    /* background-image: url(../images/index.jpg); */
    background-image: url(../images/index.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    margin-bottom: -40px;
}

.logo {
    position: absolute;
    width: 50%;
    padding-bottom: 20%;
    display: block;
    cursor: pointer;
    top: 16px;
    right: 0;
}


.content {
    position: relative;
    width: 910px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.content2 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.acbox {
    width: 1050px;
    /*1098*/
    border-radius: 3px;
    /* background-color: #86d5ec; */
    background: linear-gradient(to top, #baffff -40%, #ffffff 60%);
    margin: 0 auto;
    font-size: 1.75rem;
    line-height: 2.5rem;
    color: #2f2313;
    overflow: hidden;
    border: 1px solid #00ffff;
    box-shadow: 0px 0px 6px 3px #00abff;
}

.acbox ul {
    padding-left: 25px;
    padding-bottom: 10px;
}

.acbox ul li {
    list-style-type: decimal;
}

.tbox {
    position: relative;
    padding: 10px;
}

.tb0 {
    padding-bottom: 20px;
    text-align: center;
}

.tb1 {
    padding-bottom: 10px;
}

.f1 {
    position: relative;
    font-size: 1.9rem;
    line-height: 3.5rem;
    font-weight: 600;
    color: #30261d;
    display: inline-block;
}

.f2 {
    position: relative;
    font-size: 1.9rem;
    line-height: 3.5rem;
    font-weight: 600;
    color: #30261d;
    /* display: inline-block; */
    text-align: center;
}





.red {
    color: #ff3000;
}

.btitbg {
    position: relative;
    width: 1000px;
    height: 173px;
    text-align: center;
    /* background-image: url(../images/btitbg.png); */
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: auto 100%;
    margin: 0 auto;
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari and Chrome */
    -o-transition: all .5s;
    /* Opera */
}

.btitbg>div {
    position: absolute;
    /* 100% */
    width: 100%;
    display: block;
    /* 173 */
    height: 74px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: auto 100%;

    /* bottom: -8px; */
    bottom: -30px;
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari and Chrome */
    -o-transition: all .5s;
    /* Opera */
}






.bigt-1 {
    background-image: url(../images/btit1-1.png);
}


.bigt-2 {
    background-image: url(../images/btit1-2.png);
}

.bigt-3 {
    background-image: url(../images/btit1-3.png);
}


.bigt-4 {
    background-image: url(../images/btit1-4.png);
}

/* ----------------------------------- */

@media only screen and (max-width:450px) {

    .bigt-1 {
        background-image: url(../images/btit1.png);
    }

    .bigt-2 {
        background-image: url(../images/btit2.png);
    }

    .bigt-3 {
        background-image: url(../images/btit3.png);
    }

    .bigt-4 {
        background-image: url(../images/btit4.png);
    }




}













/*  */

.titbg {
    width: 100%;
    text-align: center;
    background-image: url(../images/titbg.jpg);
    background-repeat: repeat;
    background-position: 50% 0%;
    margin-bottom: 26px;
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari and Chrome */
    -o-transition: all .5s;
    /* Opera */
    height: 100px;
}

.titbg>div {
    width: 100%;
    display: block;
    height: 103px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: auto 100%;
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari and Chrome */
    -o-transition: all .5s;
    /* Opera */
}

.titbg>span {
    width: 100%;
    display: inline-block;
    height: 38px;
}

.tit3 {
    background-image: url(../images/tit3.png);
}

.tit4 {
    background-image: url(../images/tit4.png);
}

/**/
.ma {
    position: relative;
    width: 266px;
    height: 321px;
    display: inline-block;
    margin: 0 auto;
    /* cursor: pointer; */



}

.ma>img {
    position: absolute;
    width: 100%;
    display: block;
    top: -10px;
    left: 0;
}

/* .ma img {

    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

}

.ma:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
} */


/* 只有第一顆先亮起來 */

/* 
.ma img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.ma:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
} */



.sixbt {
    animation: sixbt .5s alternate infinite;
    -webkit-animation: sixbt .5s alternate infinite;
}


@keyframes sixbt {
    0% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
    }
}





.picbox {
    width: 900px;
    margin: 0 auto;
    text-align: center;
}


.mu1 {
    background-image: url(../images/m1.png);
}



.but1 {
    width: 414px;
    height: 84px;
    display: block;
    cursor: pointer;
    background-image: url(../images/but1.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100% auto;
    clear: both;
}

.but1:hover {
    background-position: 50% 0%;
}

.bt1 {
    display: block;
    margin: 0 auto;
}


/* 可刪除 */
.tgs>div {
    float: left;
    position: relative;
    width: 50%;
    /*min-height:300px;*/
    text-align: center;
}


.tgs>div img {
    width: auto;
    display: inline-block;
}

.tgs1 {
    width: 344px;
    display: block;
    margin: 0 auto;
    text-align: left;
}

.tgs2 {
    position: relative;
    top: -10px;
    margin-bottom: 10px;
}

.but2 {
    position: absolute;
    width: 414px;
    height: 84px;
    display: block;
    cursor: pointer;
    background-image: url(../images/but2.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 100% auto;
    clear: both;
    left: -375px;
    bottom: 45px;
}

.but2:hover {
    background-position: 50% 100%;
}

/*版宣*/
#cy {
    position: relative;
    padding: 15px 0 5px 0;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff;
    background-color: #2f2a24;
    text-align: center;
    margin-top: 50px;
}

#cy>div {
    width: 950px;
    margin: 0 auto;
}

#cy div span,
#cy div img {
    display: inline-block;
}

/*margin:-2px;*/
#cy div span {
    text-align: left;
    padding: 20px 10px;
    display: block;
}

.ch {
    float: left;
    position: relative;
    width: 195px;
    max-width: 198px;
    margin: 14px 5px 20px 0;
}

.grading {
    float: right;
    position: relative;
    width: 40px;
    max-width: 50px;
    margin-left: 5px;
}





/**/
.ffb {
    position: fixed;
    /* width: 50%; */
    top: 60px;
    left: 14px;
    text-align: left;
    z-index: 5;
}

.ffb>a,
.ffb>div {
    cursor: pointer;
    border-radius: 99px;
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari and Chrome */
    -o-transition: all .5s;
    /* Opera */
    margin: -2px;
    margin-top: -39px;
    margin-left: 5px;
    display: inline-block;
}

.ffb>a>img,
.ffb>div>img {
    width: 100%;
    display: block;
}





/* self******************************************* */

.dat {
    font-weight: normal;
    font-size: 1.75rem;
}


.dat-ti {
    padding-left: 131px;
}



.bt-bx {
    width: 400px;
    margin: 0 auto;
    text-align: center;
}

.btn {
    width: 369px;
    height: 98px;
    background-image: url(../images/btn.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    transition: all .5s;
    margin-top: 15px;
}

.btn:hover {
    background-image: url(../images/btn1.png);
    cursor: pointer;
}


.btn {
    animation: brilla .5s alternate infinite;
    -webkit-animation: brilla .5s alternate infinite;
}

@keyframes brilla {
    0% {
        opacity: 0.9
    }

    100% {
        opacity: 1
    }
}


.sixbt {
    text-align: center;
    margin-top: -25px;
}

.sixbt2 {
    /* width: 20%; */
    text-align: center;
    margin-top: -2px;
}

.teach {
    width: 900px;
    /* background-color: #f29f0e; */
    margin: 0 auto;
    text-align: center;
}


.te-ach {
    /* width: 745px; */
    width: 949px;
    /* background-color: #f29f0e; */
    margin: 0 auto;
    text-align: center;
    margin-left: -22px;
    margin-bottom: 30px;
}




/* tt start */


.col {
    margin-top: -50px;
}

.tt {
    position: relative;
    width: 100%;
    display: block;
}

.tt .swiper-container {
    /*整個寬度 手機版的話這裡就取消*/
    width: 850px;
    padding-top: 80px;
    padding-bottom: 50px;

}

.tt .swiper-slide {
    /*中間寬度  手機版的話這裡就取消*/
    width: 700px;
    background-position: center;
    background-size: cover;
    height: auto;
}

.tt .swiper-slide img {
    display: block;
    width: 100%;
    margin-bottom: 0;
    border: 6px double #bc9c5c;
    /* border: 1px solid #00ffff;
    box-shadow: 0px 0px 20px 3px #48bebc; */
}

/* end */


.ttbx {
    position: relative;
}

.car {
    width: 185px;
    position: absolute;
    top: -2%;
    right: 3%;
}

.car2 {
    display: none;
}


/* .acbox {
    animation: noline .8s alternate infinite;
    -webkit-animation: noline .8s alternate infinite;
    transition: all .8s;
}

@keyframes noline {
    0% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(1.8);
    }
} */

.ba,
.bb,
.bc {

    border: 6px double #bc9c5c;
}

/* .logtit {
    position: absolute;
    top: 5%;
    left: 39%;
    width: 420px;
    height: 104px;
    text-align: center;
    margin: 0 auto;
    animation: fadeInLeft .6s .2s 1 both;
} */

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-10%, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}




.map {
    margin: 0 auto;
    display: block;
    text-align: center;

}







.youtube {
    /* width: 100%; */
    /* border: 1px solid #ff3000; */
    text-align: center;
}


.t3box {
    text-align: center;
}

.t3 {
    /* width: 375px; */
    width: 230px;
}







/* 手機版開始 */
/* ****************************************** */

@media only screen and (max-width:1000px) {


    .content {
        width: 98%;
    }

    .content2 {
        width: 100%;
    }

    .acbox {
        width: 97%;
        background-color: #f3ebbd;
        margin: 0 auto;
        overflow: hidden;
    }

    .btitbg {
        width: 100%;
    }


}

@media only screen and (max-width:800px) {

    /**/
    .bg {
        background-size: 100% auto;
    }

    .headbox {
        position: relative;
        width: 100%;
        height: 0;
        /*1174*/
        padding-bottom: 146.75%;
        background-image: url(../images/index-m.jpg);
        background-size: 100% auto;
    }

    .tb0 {
        text-align: left;
    }


    .picbox {
        width: 100%;
    }

    .ma {
        height: 0;
        padding-bottom: 46.737%;
        top: 0;
    }


    .bt1 {
        position: relative;
        margin: 0 auto;
        right: auto;
        bottom: auto;
    }


    .tgs>div {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .tgs1 {
        width: 80%;
        margin: 0 auto;
        text-align: left;
    }

    .tgs2 {
        top: 0px;
    }

    .but2 {
        position: relative;
        width: 300px;
        height: 80px;
        left: auto;
        bottom: auto;
        margin: 0 auto;
    }

    /*版宣*/
    #cy {
        padding: 35px 10px 35px 10px;
        margin-top: 35px;
    }

    #cy>div {
        width: 100%;
    }

    #cy div img {
        margin: 1%;
        display: inline-block;
        /* margin-left: 40px; */
        /*-0.5%*/
    }

    #cy div span {
        text-align: center;
        padding: 10px 0 0 0;
        height: auto;
    }

    .ch {
        margin-right: .8%;
        width: 29.84%;
        float: none;
    }


    .grading {
        float: none;
        width: 9.11%;
    }


    .ffb {
        width: 90%;
        right: 20px;
    }

    .ffb>a,
    .ffb>div {
        margin-left: -6px;
    }

    .ffb1 {
        width: 42px;
        height: 42px;
    }

    .ffb2 {
        width: 40px;
        height: 40px;
    }

    .ffb3 {
        width: 40px;
        height: 40px;
        display: inline-block
    }

    .teach {
        width: 100%;
    }

    .te-ach {
        width: 100%;
        margin-left: 0px;
    }




    .te {
        width: 40%;
    }

    .tt .swiper-container {
        /*整個寬度 手機版的話這裡就取消*/
        width: 100%;


    }

    .tt .swiper-slide {
        /*中間寬度  手機版的話這裡就取消*/
        /* 100 */
        width: 80%;
        height: auto;
    }
}

@media only screen and (max-width:680px) {


    .btitbg>div {
        bottom: -6px;
    }

    .ma {
        padding-bottom: 68.737%;
        width: 217px;
    }

    .sixbt img {
        width: 100%;
    }

    .sixbt2 img {
        width: 85%;
    }

    .car {
        display: none;
    }

    .car2 {
        display: block;
        text-align: center;
    }

    .ba,
    .bb,
    .bc {
        width: 97%;

    }

    .map img {
        width: 100%;
    }




}




@media only screen and (max-width:520px) {

    /**/
    .acbox {
        font-size: 1.7rem;
        margin-bottom: 15%;
    }

    .btitbg {
        /* height: 120px; */
        height: 60px;
    }


    /*tgs*/
    .tgs1 {
        width: 90%;
    }

    /*版宣*/
    .ch {
        width: 70%;
    }

    .grading {
        width: 15%;
    }

    .te {
        width: 46%;
    }

    .t1 {
        width: 100%;
    }






}

@media only screen and (max-width:450px) {

    /**/
    .btitbg>div {

        /* height: 109px; */
        bottom: -31px;
    }

    .titbg {
        margin-bottom: 22px;
        background-image: url(../images/titbgm.jpg);
    }

    /* emm */
    .titbg {
        height: 78px;
    }


    .titbg>div {
        height: 70px;
    }

    .titbg>span {
        height: 32.83px;
    }


    /*版宣*/
    #cy div span {
        text-align: left;
        padding: 10px 5px 0 5px;
    }

    .logo {
        width: 80%;
        padding-bottom: 35%;
    }


    .bt-bx {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .btn {
        background-size: 70%;
        background-position: center;
    }


    .dat-ti {
        padding-left: 0px;
    }

    #cy div img {
        margin-left: -4px;
    }

    .headbox {
        margin-bottom: 45px;
    }



}

@media only screen and (max-width:380px) {

    /**/
    .acbox {
        font-size: 1.6rem;
    }



    .tgs>div img {
        width: 95%;
    }

    .tgs2 {
        margin-top: 5px;
    }

    .btitbg>div {

        bottom: -25px;
    }

    .ma {
        padding-bottom: 72.737%;
        width: 180px;
    }

    .btn {
        margin-left: -6%;
    }

    .te {
        width: 46%;
    }

    #cy div img {
        margin-left: -2px;

    }


}

@media only screen and (max-width:350px) {
    /**/

    .titbg>div {
        height: 60px;
    }

    .titbg>span {
        height: 28.14px;
    }


    .but1 {

        width: 270px;
        height: 55px;
    }

    .but2 {
        width: 270px;
        height: 56px;
    }

    .titbg {
        height: 65px;
    }


}

@media only screen and (max-width: 320px) {
    .btn {
        margin-left: -15%;
    }

    #cy div img {
        margin-left: -6px;
    }
}





@media only screen and (max-width:320px) {}