html {
    height: 100%;
}

body {
    /*background-color: #000;*/
    font-family: "FZLTZCHK";
}

@font-face {
    font-family: "FZLTZCHK";
    src: url(../fonts/FZLTZCHK.TTF);
    font-weight: normal;
    font-style: normal;
}

body {
    /*background-color: #000;*/
    height: 100%;
    line-height: 1.7;
}

#navigation {
    background-color: #fff;
    border-color: #b3b3b3;
    transition: height 1s ease-in-out, right 1s ease-in-out, color 1s ease-in-out, background 1s ease-in-out;
}

#navigation .navbar-brand img {
    height: 20px;
}

#navigation .navbar-collapse {
    border-color: #b3b3b3;
}

#navigation .navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 900;
    color: #333;
}

#navigation #burger {
    display: block;
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: transparent;
    cursor: pointer
}

#navigation #burger .burger-text {
    position: absolute;
    top: 16px;
    right: 43px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 17px
}

#navigation #burger .burger-icon {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 22px;
    margin-left: 15px
}

#navigation #burger .burger-icon,
#navigation #burger .burger-icon:after,
#navigation #burger .burger-icon:before {
    display: block;
    width: 15px;
    height: 3px;
    background-color: #000;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-duration: .3s
}

#navigation #burger .burger-icon:after,
#navigation #burger .burger-icon:before {
    position: absolute;
    content: ""
}

#navigation #burger .burger-icon:before {
    top: -5px
}

#navigation #burger .burger-icon:after {
    top: 5px
}

#navigation #burger.active .burger-icon {
    background-color: transparent
}

#navigation #burger.active .burger-icon:before {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg)
}

#navigation #burger.active .burger-icon:after {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg)
}

@media (min-width: 768px) {
    #navigation {
        background-color: transparent;
        border-color: #b3b3b3;
    }
    #navigation.active {
        background-color: #fff;
        border-color: transparent;
    }
    #navigation .navbar-brand img {
        height: 25px;
        margin-top: 5px;
    }
    #navigation .navbar-nav {
        overflow: hidden;
    }
    #navigation .navbar-nav>li>a {
        color: #b3b3b3;
        line-height: 40px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 15px;
        margin-right: 15px;
    }
    #navigation.active .navbar-nav>li>a {
        color: #333;
    }
    #navigation .navbar-nav>li.active>a,
    #navigation .navbar-nav>li.active>a:hover,
    #navigation .navbar-nav>li>a:hover,
    #navigation .navbar-nav>li>a:focus {
        background-color: transparent;
    }
    #navigation .navbar-nav>li>a.link {
        position: relative;
        transition: color 1s ease-in-out;
        transition: line-height 1s ease-in-out, height 1s ease-in-out;
    }
    #navigation .navbar-nav>li>a.link:after {
        content: '';
        position: absolute;
        height: 5px;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        background: #b3b3b3;
        bottom: 0;
        transition: -webkit-transform .2s ease-in-out, bottom 1s ease-in-out;
        transition: transform .2s ease-in-out, bottom 1s ease-in-out
    }
    #navigation.active .navbar-nav>li>a.link:after {
        background-color: #333;
    }
    #navigation .language span {
        background-color: #b3b3b3;
        color: #000;
        border-radius: 50%;
        display: inline-block;
        padding: 7px 5px;
        line-height: 1;
        border: 1px solid #b3b3b3;
        transition: all .7s;
    }
    #navigation.active .language span {
        background-color: #333;
        color: #fff;
        border: 1px solid #333;
    }
    #navigation .language:hover span {
        background-color: transparent;
        color: #b3b3b3;
    }
    #navigation.active .language:hover span {
        color: #333333;
    }
    #navigation .navbar-nav>li.active>a.link:after,
    #navigation .navbar-nav>li>a.link:hover:after {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    #navigation #burger {
        display: none
    }
}

@media (min-width: 1200px) {
    #navigation .navbar-brand img {
        margin-left: 85px;
    }
    #navigation .navbar-nav {
        margin-right: 85px;
    }
}


/*棣栭〉*/

.swiper-container.home,
.swiper-container.home .section {
    height: 100%;
}

.swiper-container.home .section {
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #000;
    color: #fff;
}

.swiper-container.home .section_bg {
    top: 0;
    left: 0;
    position: absolute;
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-color: #000;
}

.swiper-container.home .section_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.swiper-container.home .section_bg_black {
    max-width: inherit;
    padding: 60px 0;
}

.swiper-container.home h2 {
    font-size: 24px;
}

.swiper-container.home h2 small {
    color: inherit;
}

.swiper-container.home .info {
    color: #b3b3b3;
    font-size: 12px;
}

.swiper-container.home .section_logo {
    margin-bottom: 10px;
    height: 60px;
}

.swiper-pagination.home {
    right: -10px;
}

.swiper-pagination.home .swiper-pagination-bullet {
    padding: 10px;
    margin: 0;
    border-radius: 0;
    opacity: 1;
    width: inherit;
    height: inherit;
    background-color: transparent;
}

.swiper-pagination.home .swiper-pagination-bullet-active {
    background-color: transparent;
}

.swiper-pagination.home .swiper-pagination-bullet span {
    display: block;
    width: 5px;
    height: 1px;
    transition: -webkit-transform .7s, background 1s;
    transition: transform .7s, background 1s;
    background: #fff;
}

.swiper-pagination.home .swiper-pagination-bullet-active span,
.swiper-pagination.home .swiper-pagination-bullet:hover span {
    -webkit-transform: scale(3);
    transform: scale(3);
}

.next-section-btn {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 50px;
    width: 40px;
    height: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .5;
    transition: opacity 1s
}

.next-section-btn:hover {
    opacity: 1
}

.btn {
    border-radius: 0;
}

.btn.black_border {
    position: relative;
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

.btn.black_border:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #fff;
    opacity: 0;
    transition: opacity .3s
}

.btn.black_border:hover:after {
    opacity: 1
}

.btn-pink {
    background-color: #e4007f;
    color: #fff;
    transition: color .3s, background-color .3s;
}

.btn-pink:hover {
    background-color: #fff;
    color: #e4007f;
}

.swiper-container.home .section-border {
    padding: 30px 0;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    margin-right: 15px;
}

.swiper-container.home .section-border .border {
    position: absolute;
    background: #fff;
}

.swiper-container.home .section-border .border.top {
    top: 0;
    right: 50%;
    height: 2px;
    width: 0;
}

.swiper-container.home .section-border .border.top2 {
    top: 0;
    left: 50%;
    height: 2px;
    width: 0;
}

.swiper-container.home .section-border .border.left {
    top: 0;
    left: 0;
    height: 0;
    width: 2px;
}

.swiper-container.home .section-border .border.right {
    top: 0;
    right: 0;
    height: 0;
    width: 2px;
}

.swiper-container.home .section-border .border.bottom {
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
}

.swiper-container.home .section-border .border.bottom2 {
    bottom: 0;
    right: 0;
    height: 2px;
    width: 0;
}

.swiper-container.home .section_content .btn-pink,
.swiper-container.home .section_content .btn.black_border {
    margin-top: 20px;
    min-width: 185px;
}

.section-nav {
    position: relative;
    top: -12px;
    z-index: 5;
}

.section-nav a {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 100%;
    background-color: #fff;
    color: #333;
    margin: 0 2px;
}

.section-nav a img {
    vertical-align: top;
    width: 20px;
    height: 20px;
}

.company-add {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.section_bg_black {
    background-color: #000;
}

@media (min-width: 768px) {
    .swiper-container.home h2 {
        font-size: 45px;
    }
    .swiper-container.home .section_logo {
        margin-bottom: 30px;
        height: 90px;
    }
    .swiper-container.home .info {
        font-size: 14px;
    }
    .swiper-container.home .section-border {
        padding: 60px 0;
    }
    .section-nav {
        top: -20px;
    }
    .section-nav a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        margin: 0 10px;
    }
    .section-nav a img {
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 998px) {
    .swiper-pagination.home {
        right: 50px;
    }
}


/*鍏充簬鎴戜滑*/

.about-title {
    background-color: #fff;
    color: #333;
    padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.about-banner .container {
    position: relative;
    top: 50%;
}

.about-banner {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.about-banner h2 {
    font-size: 12px;
}

.about-nav-box {
    padding: 20px 15px;
}

.about-nav h4 {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.about-nav .nav>li>a {
    padding: 5px 0;
    color: #333;
}

.about-main2 {
    text-align: center;
    font-size: 10px;
    padding: 20px 0;
}

.about-main3 {
    background-color: #F9F9F9;
    padding: 20px 0;
    text-align: center;
    font-size: 10px;
}

.about-main3 h3 span {
    /*font-size: 16px;*/
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #666;
}

.about-banner2 {
    position: relative;
    text-align: center;
    height: 250px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* .about-banner2 h3 { */
    /*margin-top: 50px;*/
/* } */

.about-banner2 .bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.about-banner2 .container {
    position: relative;
    z-index: 2;
    padding-top: 70px;
    height: 100%;
    /*background-color: rgba(0,0,0, .7);*/
}

.about-header {
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding: 50px 0;
}

.title_section {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.iteam-pic {
    width: 100%;
}

.iteam-pic img {
    width: 100%;
    max-width: 100%;
}

.about-main {
    background-color: transparent;
}

.about-main4 {
    text-align: center;
    padding: 50px 0;
}

.about-main4 h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.about-main4 .address {
    font-size: 10px;
}

.about-main4 .section-nav a {
    background-color: #000;
    color: #fff;
}

@media (min-width: 768px) {
    .about-banner {
        font-size: 18px;
        text-align: center;
    }
    .about-banner h2 {
        margin-top: -150px;
        font-size: 28px;
    }
    .about-main2 {
        font-size: 14px;
    }
    .about-main3 {
        font-size: 14px;
    }
    .about-banner2 {
        height: 500px;
        font-size: 24px;
    }
    .about-banner2 h3 {
        font-size: 36px;
    }
    .about-banner2 .container {
        padding-top: 170px;
    }
    .about-nav li {
        border-bottom: 1px solid #ddd;
    }
}

@media (min-width: 998px) {
    .about-banner {
        text-align: left;
    }
    .about-main2 {
        text-align: left;
    }
    .about-main2 h3 {
        font-size: 36px;
    }
    .about-main3 {
        text-align: left;
        background-color: transparent;
    }
    .bg-lg-000 {
        background-color: #000;
        color: #fff;
    }
    .about-banner2 {
        text-align: left;
    }
    .about-header {
        font-size: 24px;
        padding: 100px 0;
    }
    .about-nav h4 {
        font-size: 24px;
    }
}

.careers-list {
    /* background-color: #f9f9f9; */
    background-color: #fff;
    min-height: 600px;
    padding-top: 100px;
}

.careers-list li {
    margin-bottom: 50px;
}

.careers-list .title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #808080;
    font-weight: bold;
}

.careers-list .title:after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    bottom: 0;
    background: #808080;
}

.careers-list .content {
    color: #515357;
    font-size: 12px;
}

.careers-list .btn {
    background-color: #E4007E;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.careers-ad {
    background-color: #edeef2;
    padding: 50px 0;
    font-size: 16px;
    line-height: 1.7;
    color: #515357;
}

.careers-ad h3 {
    font-size: 24px;
    font-weight: bold;
}

.list-work {
    padding-top: 100px;
}

.list-work-item {
    position: relative;
    display: block;
    height: 450px;
    overflow: hidden;
    color: #333;
    margin-bottom: 30px;
    background-color: #000;
}

.list-work .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
    transition: transform .5s;
    transition: transform .5s;
}

.list-work-item:hover .cover {
    transform: scale(1.2, 1.2);
}

.title_container {
    z-index: 2;
    position: absolute;
    left: -15px;
    min-height: 50px;
    margin-top: 90px;
    padding: 10px 25px;
    overflow: hidden;
    transition: left .5s;
    background-color: #fff;
    color: #333;
}

.list-work-item:hover .title_container {
    left: 0;
}