@charset "utf-8";













/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: Microsoft JhengHei, Gotham, Arial, sans-serif, "微軟正黑體";
    color: #fff;
    text-decoration: none;
    background-color: #fafafa;
    background-image: url(../images/bottom-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 2400px;
}




a {
    color: #fff;
}















/* menuBar */

.logo-01 {
    width: 148px;
    height: 45px;
    background: url(../images/01-logo.png) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 999;
    transition: 0.2s;
}


.fb-share {
    width: 62px;
    height: 61px;
    background: url(../images/fb-icon.png) no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    transition: 0.2s;
}

.logo-01:hover {
    background: url(../images/01-logo-hover.png) no-repeat;
}


.fb-share:hover {
    background: url(../images/fb-icon-hover.png) no-repeat;
}


.clear_both {
    clear: both;
}


.container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}







/* kv */

.kv-area {
    width: 100%;
    height: 800px;
    background: url(../images/kv-bg.jpg) no-repeat top center;
    position: relative;
}


.couplet-wrap {
    width: 1100px;
    height: 630px;
    position: relative;
    margin: 0 auto;
}


.couplet-top {
    width: 725px;
    height: 85px;
    position: absolute;
    top: 30px;
    left: 190px;
    background: url(../images/couplet-top.png) no-repeat;
}

.couplet {
    width: 85px;
    height: 488px;
    position: absolute;
    top: 115px;
}


.couplet.left {
    left: 0;
    background: url(../images/couplet-left.png) no-repeat;
}

.couplet.right {
    right: 0;
    background: url(../images/couplet-right.png) no-repeat;
}






/* editor */

.editor-text {
    width: 623px;
    height: 73px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -350px;
    background: url(../images/editor-text.png) no-repeat;


}


.go{
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: 300px;
    background: url(../images/btn-go.png) no-repeat;
    opacity: 0.9;
    transition: 0.2s;

}

.go:hover{
    opacity: 1;
}









/*netizen*/

.netizen-area {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.netizen-title {
    width: 1100px;
    height: 125px;
    margin: 0px auto 20px;
    background: url(../images/netizen-title.png) no-repeat;
}


.netizen-box {
    width: 260px;
    height: 260px;
    margin: 0 20px 20px 0;
    float: left;
}

.netizen-box.right {
    margin: 0 0 20px 0;
}


.netizen-box.bottom {
    margin: 0 0 100px 0;
}

.a1 {
    background: url(../images/a1.jpg) no-repeat;
}

.a2 {
    background: url(../images/a2.jpg) no-repeat;
}

.a3 {
    background: url(../images/a3.jpg) no-repeat;
}

.a4 {
    background: url(../images/a4.jpg) no-repeat;
}

.a5 {
    background: url(../images/a5.jpg) no-repeat;
}

.a6 {
    background: url(../images/a6.jpg) no-repeat;
}

.a7 {
    background: url(../images/a7.jpg) no-repeat;
}

.a8 {
    background: url(../images/a8.jpg) no-repeat;
}

.a9 {
    background: url(../images/a9.jpg) no-repeat;
}

.a10 {
    background: url(../images/a10.jpg) no-repeat;
}

.a11 {
    background: url(../images/a11.jpg) no-repeat;
}

.a12 {
    background: url(../images/a12.jpg) no-repeat;
}

.a13 {
    background: url(../images/a13.jpg) no-repeat;
}

.a14 {
    background: url(../images/a14.jpg) no-repeat;
}

.a15 {
    background: url(../images/a15.jpg) no-repeat;
}

.a16 {
    background: url(../images/a16.jpg) no-repeat;
}

.a17 {
    background: url(../images/a17.jpg) no-repeat;
}

.a18 {
    background: url(../images/a18.jpg) no-repeat;
}

.a19 {
    background: url(../images/a19.jpg) no-repeat;
}

.a20 {
    background: url(../images/a20.jpg) no-repeat;
}

.green-box {
    position: absolute;
    width: 260px;
    height: 260px;
    background: url(../images/hover-bg.png) no-repeat;
    opacity: 0;
    transition: 0.3s;
}

.a-title {
    position: absolute;
    width: 200px;
    height: auto;
    top: 10px;
    left: 32px;
    font-size: 20px;
    line-height: 28px;
    transition: 0.2s;
}

.netizen-id {
    position: absolute;
    width: 200px;
    height: auto;
    bottom: 10px;
    left: 30px;
    font-size: 16px;
    text-align: center;
    transition: 0.2s;
}

.green-box:hover {
    opacity: 1;
}

.green-box:hover .a-title {
    top: 30px;
    left: 32px;
}

.green-box:hover .netizen-id {
    bottom: 30px;
    left: 30px;
}








/*gotop*/

#gotop {
    width: 78px;
    height: 78px;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left:560px; 
    background: url(../images/btn-gotop.png) no-repeat 0 0;
    background-size: contain;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: 0.5s;
}

#gotop.show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.zoom-animation {
    -webkit-animation: zoom 1.2s ease-in-out infinite;
    animation: zoom 1.2s ease-in-out infinite;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}