@charset "utf-8";










/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: Microsoft JhengHei, Arial, sans-serif, "微軟正黑體";
    color: #fff;
    text-decoration: none;
    background-color: #000;
}



a {
    color: #fff;
    text-decoration: none;
}




img {
  border: 0px
}



/* header */

.logo-ford {
    position: absolute;
    width: 110px;
    height: 40px;
    top: 25px;
    left: 25px;
    z-index: 999;
}


.logo-01 {
    position: absolute;
    width: 125px;
    height: 30px;
    top: 25px;
    right: 25px;
    z-index: 999;
}


.fb-share {
    position: absolute;
    width: 88px;
    height: 28px;
    top: 25px;
    right: 175px;
    background: rgba(0, 53, 103, 0.3);
    transition: 0.2s;
    z-index: 999;
    border: solid 1px #fff;
}

.fb-share:hover {
    background: rgba(206, 113, 16, 0.4);
}




.clear_both {
    clear: both;
}




.container {
    width: 100%;
    max-width: 1920px;
    height: 3480px;
    margin: 0 auto;
    background-color: #ececec;
}






/* kv */

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


.kv-content {
    width: 1280px;
    height: 780px;
    margin: 0 auto;
    position: relative;
}


.kv-title {
    width: 500px;
    height: 450px;
    position: absolute;
    top: 90px;
    left: 100px;
    background: url(../images/kv-title.png) no-repeat;
}


.arrow-white {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 220px;
    bottom: 20px;
    background: url(../images/arrow-white.png) no-repeat;
}

.kv-btn-area {
    width: 1130px;
    height: 75px;
    position: absolute;
    left: 75px;
    bottom: 75px;
}

.kv-btn {
    width: 325px;
    height: 65px;
    margin: 10px 25px;
    padding-top: 12px;
    box-sizing: border-box;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    background: url(../images/kv-btn.png) no-repeat;
    float: left;
    cursor: pointer;
    transform: translateY(0px);
    transition: 0.2s;
}

.kv-btn:hover {
    /*margin: 0px 25px;*/
    transform: translateY(-10px);
}





/* record */

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


.record-content {
    width: 1080px;
    height: 780px;
    margin: 20px auto;
    position: relative;
}


.heading {
    width: 1080px;
    height: 120px;
    margin-bottom: 40px;
}

.record-box {
    width: 1080px;
    height: 500px;
    background: #000;
}

.record-box .record-box-item img{
    display: block;
    margin: 0 auto;
}

.record-box .record-box-item iframe{
    display: block;
    margin: 0 auto;
}

.arrow-orange {
    width: 50px;
    height: 50px;
    background: url(../images/arrow-orange.png) no-repeat center;
    /*float: left;*/
    display: inline-block;
    margin: 10px 10px 15px 20px;
    cursor: pointer;
}

.arrow-orange.right {
    transform: scaleX(-1);
    margin: 10px 10px 15px 10px;
}

.record-list {
    width: 890px;
    height: 90px;
    margin: 10px;
    display: inline-block;
    font-size: 0;
    /*float: left;*/
}

.record-box-s {
    width: 160px;
    height: 83px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.record-box-s img{
    width: 100%;
}





/* editor */

.editor-content {
    width: 1080px;
    height: 650px;
    margin: 50px auto;
    position: relative;
}


.editor-box {
    width: 1080px;
    height: 540px;
    background: url(../images/editor-img.jpg) no-repeat;
    padding: 140px 0 0 50px;
    box-sizing: border-box;
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 1px;
}

.editor-box:hover {
    color: #da750c;
}




.editor-title {
    position: absolute;
    font-size: 28px;
    color: #fff;
    top: 60px;
    left: 90px;
    letter-spacing: 2px;
}

.editor-box:hover .editor-title {
    color: #f07f3c;
}






/*article*/

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

.article-content {
    width: 1080px;
    height: 1100px;
    margin: 50px auto;
    position: relative;
}



.article-box {
    width: 340px;
    height: 200px;
    margin: 0 30px 30px 0;
    float: left;
    overflow: hidden;
}

.article-box.right {
    margin: 0 0 30px 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;
}


.orange-box {
    position: absolute;
    width: 340px;
    height: 200px;
    background: rgba(206, 113, 16, 0.8);
    opacity: 0;
    transition: 0.2s;
    transform:scale(0.8);
}

.a-title {
    position: absolute;
    width: 300px;
    height: auto;
    top: 50px;
    left:30px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;

}

.a-id {
    position: absolute;
    width: 300px;
    height: auto;
    bottom: 25px;
    left:30px;
    font-size: 15px;
    letter-spacing: 1px;
}



.article-box:hover .orange-box{
    opacity: 1;
    transform:scale(1);
}











/*gotop*/

#gotop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    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;
}

.float-animation {
    -webkit-animation: float 1.5s ease-in-out infinite;
    animation: float 1.5s ease-in-out infinite;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translate(0%, -10%);
        transform: translate(0%, -10%);
    }
    50% {
        -webkit-transform: translate(0%, 10%);
        transform: translate(0%, 10%);
    }
    100% {
        -webkit-transform: translate(0%, -10%);
        transform: translate(0%, -10%);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translate(0%, -10%);
        transform: translate(0%, -10%);
    }
    50% {
        -webkit-transform: translate(0%, 10%);
        transform: translate(0%, 10%);
    }
    100% {
        -webkit-transform: translate(0%, -10%);
        transform: translate(0%, -10%);
    }
}


