/*------------ banner ------------*/
body {
    background: #ffffff;
}

.banner {
    position: relative;
}

.banner .slider {
    position: relative;
}

.banner .slick-prev,
.banner .slick-next {
    background: #000;
    display: block;
    height: 63px;
    transition: all 0.2s ease;
    width: 63px;
    right: 0;
    top: 45%;
    color: transparent;
    cursor: pointer;
    position: absolute;
    padding: 0;
    border: 0;
    margin: auto;
    z-index: 100;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.banner .slick-next {
    margin-top: 63px;
    border-top: 1px solid #424242;
}

.banner .slick-prev:before,
.banner .slick-next:before {
    content: '\f077';
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    position: absolute;
    top: 18px;
    left: -3px;
    color: #f08d1d;
}

.banner .slick-next:before {
    content: '\f078';
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
    background: #f08d1d;
}

.banner .slick-prev:hover:before,
.banner .slick-next:hover:before {
    color: #ffffff;
}

.banner .scroll {
    text-indent: inherit;
    font-size: 12px;
    font-family: 'Roboto', serif;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #ffffff;
    position: absolute;
    left: 50%;
    line-height: 120px;
    bottom: 20px;
    height: 100px;
    z-index: 99;
    overflow: inherit;
}

.banner .scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

.banner .scroll span:before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/*------------ about ------------*/

.box .pic img {
    width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pic:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    transition: all .3s ease-in-out;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.box:hover .pic:before {
    opacity: 0;
}

.site-main {
    /* clear: both; */
    position: relative;
}

.site-main .container {
    padding: 0 15px;
    max-width: 1470px;

}

.sect-title {
    color: #131313;
    font-family: 'Roboto', '微軟正黑體', sans-serif;
    letter-spacing: 4px;
    line-height: 0.85;
    font-size: 23px;
    font-weight: bold;
    position: relative;
}

.sect-title .en {
    color: #F08C1D;
    font-family: 'Roboto';
    font-size: 45px;
    display: block;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
}


/*--- ---*/


.sect1 {
    background: url(../../images/common/index/about_bg.jpg)no-repeat fixed;
    position: relative;
    padding: 130px 0 380px;
    z-index: 1;
}

.sect1 .container {
    background: rgba(255, 255, 255, .9);
    max-width: 815px;
    padding: 0;
    left: 0;
    margin: 0 0 0 10%;
}

.about-sect {
    padding: 50px 30px 50px 150px;
}

.sect1 .style01 {
    top: 30px;
    padding: 0;
    max-width: 338px;
}

.about-sect .sect-title {
    margin-bottom: 20px;
    max-width: 275px;
}

.about-sect .sect-title .en {
    font-size: 45px;
    color: #F08C1D;
}

.about-sect .txt-box {
    color: #000000;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1.4px;
    margin: 30px 0;
    max-width: 600px;
}


/*------------ news ------------*/
.sect2 {
    background: #F3F3F3;
    max-width: 1778px;
    margin: -250px auto 0;
    padding: 60px 0 40px;
    z-index: 2;
    position: relative;
}

.news-sect {}

.news-list .item {
    float: left;
}

.news-sect .slick-dots {
    text-align: center;
}

.news-sect .slick-dots li {
    display: inline-block;
    margin: 0 3px;
}

.news-sect .slick-dots li button {
    text-align: left;
    text-indent: -99999px;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: url(../../images/common/index/news_dots.png) no-repeat;
    width: 30px;
    height: 30px;
    outline: none;
    cursor: pointer;
}

.news-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}

.news-list {
    margin: 0 -30px;
}

.news-list .item {
    width: 50%;
    padding: 0 30px;
}

.news-list .item .box {
    border-bottom: 5px solid #D1D1D1;
    max-width: 690px;
    margin: 0 auto 15px;
    position: relative;
    padding: 15px;
    transition: all .3s ease;
    background: #ffffff;
}

.news-list .item .box:hover {
    border-color: #d8d8d8;
}

.news-list .item .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 50;
}

.news-list .pic {
    float: left;
    max-width: 315px;
    overflow: hidden;
    position: relative;
}

.news-list .txt {
    margin-left: 335px;
}

.news-list .title {
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.news-list .date {
    display: block;
    color: #999999;
    font-size: 15px;
    font-family: 'Roboto';
    letter-spacing: 1px;
    padding: 20px 0 10px;
    margin-bottom: 0;
    position: relative;
}

.news-list .date:after {
    content: 'NEWS';
    width: 62px;
    height: 26px;
    border: 1px solid #F99900;
    position: relative;
    text-align: center;
    color: #F99900;
    margin: 0 10px;
    padding: 5px;
    line-height: 26px;
    transition: all .3s ease;
}

.news-list .description {
    line-height: 1.76;
    overflow: hidden;
    height: 70px;
    margin-bottom: 25px;
    color: #999999;
}

.news-list .box:hover .btn.style02 {
    color: #F99F0F;
}

/*------------ video ------------*/
.sect3:before {
    background: url(../../images/common/index/left01.png)top left no-repeat;
    background-size: 100%;
    content: '';
    width: 321px;
    height: 480px;
    position: absolute;
    display: block;
    top: -200px;
    left: 0;
}

.sect3 {
    position: relative;
    padding: 130px 0;
}


.video-sect .sect-title {
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: middle;
}

.video-sect .sect-title .en {
    padding-bottom: 0;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    top: -6px;
}

.video-sect .sect-title .en:after {
    content: '';
    width: 86px;
    height: 1px;
    background: #DDDDDD;
    position: relative;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}

.video-list .item {
    width: 25%;
}

.video-list li:nth-child(4n+1) {
    clear: left;
}

.video-list .item .box {
    margin: 0 10px 50px;
    position: relative;
}

.video-list .item .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.video-list .pic {
    position: relative;
    overflow: hidden;
}

.video-list .txt {
    position: relative;
    left: 0;
    right: 0;
    margin: 10px auto 0;
}

.video-list .name:before {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    background: #FF9200;
    display: block;
    top: 15px;
    left: 0;
    transition: all .3s ease;
}

.video-list .box:hover .name:before {
    width: 20px;
}

.video-list .name {
    display: block;
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    margin: 2px 0;
    position: relative;
    transition: all .3s ease;
}

.video-list .box:hover .name {
    color: #FF9200;
    padding-left: 25px;
}

.video-sect .style01,
.service-sect .style01 {
    max-width: 338px;
    margin: 0 auto;
    position: relative;
    float: none;
    display: block;
    padding: 0;
}


/*------------ album-fancybox ------------*/

.sect4 {
    background: url(../../images/common/index/service_bg.jpg)no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.service-sect {
    text-align: center;
}

.service-sect .sect-title .en {
    margin: 0 0 18px;
}

.service-sect .sect-title {
    margin-bottom: 38px;
}

.service-sect .txt-box {
    max-width: 760px;
    margin: 0 auto 40px;
    line-height: 2.5;
}

/*------------ album ------------*/


.sect5 {
    padding: 120px 0;
    background: url(../../images/common/index/right01.png)bottom right no-repeat;
}

.album-sect {
    position: relative;
}

.album-sect .title-box {

    text-align: center;
    position: relative;
    width: 20%;
    padding-top: 20%;
    margin: 0 auto;
}

.album-sect .title-box .txt {
    width: 100%;
    position: absolute;
    left: 0%;
    top: 20%;
    right: 0;
    margin: 0 auto;
    background: #FEF3DE;
    padding: 25px 0;
}

.album-sect .title-box .sect-title .en {
    padding-bottom: 15px;
}

.album-sect .btn.style02 {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    top: 150px;
    margin: 0 auto;
}

.album-sect .cross {
    color: #242424;
    display: block;
    font-size: 24px;
    margin: 20px 0;
}

.album-sect .btn.more:hover {}

.album-list {
    margin: 0;
    width: 40%;
    position: absolute;
    top: 0;
}

.album-sect .album-list.sideL {
    left: 0;
}

.album-sect .album-list.sideR {
    right: 0;
}

.album-list .item {
    width: 50%;
    padding: 0;
}

.album-list .item a {
    max-width: 288px;
    margin-bottom: 0;
}

.album-list .pic {
    position: relative;
}

.album-list .pic:before,
.album-list .pic:after {
    content: "";
    display: block;
    position: absolute;
}

.album-list .pic:before {
    background: rgba(240, 141, 29, 0.60);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    opacity: 0;
    transition: all .3s ease;
}

.album-list a:hover .pic:before {
    opacity: 1;
}

.album-list .pic:after {
    background: url(../../images/common/album/title_ic.png) no-repeat;
    width: 50px;
    height: 50px;
    bottom: 45%;
    left: 50%;
    margin-left: -21px;
    transition: all .3s ease;
    z-index: 5;
    opacity: 0;
}

.album-list a:hover .pic:after {
    opacity: 1;
}


/*------------ rwd ------------*/
@media screen and (max-width: 1620px) {
    .sect3:before {
        width: 150px;
        top: 0;
    }
}

@media screen and (max-width: 1400px) {

    .news-sect {
        margin-top: 0;
    }

    .about-sect {
        padding: 35px;
    }

    .about-sect .txt-box {
        max-width: inherit;
    }
}

@media screen and (max-width: 1200px) {
    .video-list .item {
        padding: 0 5px;
    }

    .album-sect .title-box {
        margin-bottom: 20px;
        width: 320px;
        height: 200px;
        padding-top: 0;
    }

    .album-list {
        position: static;
        float: left;
        width: 50%;
    }

    .video-list .item a {
        margin: auto;
    }

    .album-sect .btn.style02 {
        top: 140px;
    }

}

@media screen and (max-width: 1000px) {

    .banner .slick-prev,
    .banner .slick-next {
        height: 50px;
        width: 50px;
        top: 40%;
    }

    .banner .slick-next {
        margin-top: 50px;
    }

    .banner .slick-prev:before,
    .banner .slick-next:before {
        font-size: 20px;
        top: 15px;
    }

    .sect1 {
        padding: 50px 0 80px;
    }

    .about-sect {
        padding: 25px;
    }

    .about-sect .txt-box {
        margin: 15px 0;
        max-width: inherit;
    }

    .sect2 {
        margin: 0;
        padding: 40px 0;
    }

    .album-list {
        float: none;
        width: auto;
        max-width: 576px;
        margin: 0 auto;
    }

    .sect1 .container {
        margin: 0 auto;
    }

    .news-list .title,
    .video-list .name {
        font-size: 16px;
    }

    .news-list .description {
        font-size: 14px;
    }

    .banner .scroll {
        display: none;
    }

    .sect-title span {
        font-size: 18px;
    }

    .sect-title .en,
    .about-sect .sect-title .en {
        font-size: 26px;
        padding-top: 10px;
    }

    .service-sect .sect-title .en {
        margin-bottom: 5px;
    }

    .about-sect .sect-title .en {
        padding: 0;
    }

    .album-sect .sect-title {
        font-size: 18px;
    }

    .video-list .item {
        width: 50%;
    }

    .video-list li:nth-child(4n+1) {
        clear: none;
    }

    .video-list li:nth-child(2n+1) {
        clear: left;
    }

    .video-list .item .box {
        margin: 0 10px 30px;
        position: relative;
    }

    .video-sect .style01,
    .service-sect .style01 {
        margin-top: 10px;
    }

    .sect3 {
        padding: 80px 0;
    }

    .sect4,
    .sect5 {
        padding: 45px 0;
    }

    .service-sect .sect-title {
        margin-bottom: 15px;
    }

    .service-sect .txt-box {
        line-height: 2;
        margin: 20px auto;
    }

    .album-sect .title-box {
        height: 180px;
        margin-bottom: 20px;
    }

    .album-sect .title-box .txt {
        padding: 15px 0;
        top: 15%;
        height: 70px;
    }

    .album-sect .btn.style02 {
        position: relative;
        top: 45px;
    }

    .sect3:before {
        width: 200px;
        top: 0;
    }

    .video-sect .sect-title {
        text-align: center;
        position: relative;
        display: block;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .sect1 {}

    .sect1 .container {
        padding-top: 0;
    }

    .about-sect {
        position: static;
        margin: 0;
    }

    .news-list .item .box {
        margin-bottom: 0;
    }

    .about-sect .txt-box {
        height: auto;
        display: block;
        overflow: inherit;
        margin: 20px 0 0;
    }

    .video-sect .sect-title {
        text-align: center;
        margin-bottom: 30px;
    }

    .video-sect .sect-title .en {
        display: block;
    }

    .video-sect .sect-title .en:after {
        display: none;
    }

    .sect5 {
        padding-top: 25px;
    }

    .sect3:before {
        width: 150px;
    }

    .sect3 {
        padding-top: 55px;
    }

    .sect1 .container {
        max-width: inherit;
        margin: 0 25px;
    }


}

@media screen and (max-width: 700px) {
    .video-list .item {
        width: 100%;
        float: none;
    }

    .video-list li:nth-child(4n+1) {
        clear: none;
    }

    .video-list li:nth-child(n+1) {
        clear: left;
        margin-bottom: 20px;
    }

    .video-list .item .box {
        max-width: 100%;
        margin-bottom: 35px;
    }

}

@media screen and (max-width: 600px) {
    .news-list .item {
        margin: 0 auto;
    }

    .news-list .pic {
        float: none;
        width: 100%;
        margin: auto;
    }

    .news-list .txt {
        margin: 0;
    }

    .news-list .description {
        margin-bottom: 10px;
        height: 50px;
    }

}

@media screen and (max-width: 500px) {
    .album-sect .title-box {
        width: 288px;
    }

    .album-list .item {
        width: 100%;
        margin: auto;
        padding: 0px;
    }

    .album-list {
        float: none;
        width: 100%;

        max-width: 288px;
        margin: auto;
    }

    .album-list .item a {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 335px) {

    .album-sect .title-box {
        width: auto;
        max-width: 288px;
        margin-bottom: 10px;
    }

}