.caseArea .arrow:after, .caseArea .arrow, .caseArea .Img a::after, .caseArea .Img img, .caseArea .Img, .caseArea .caseBox, .equipmentArea .arrrowBox_m .arrow:after, .equipmentArea .arrrowBox_m .arrow, .equipmentArea .Img img, .equipmentArea .item:hover, .equipmentArea .arrrowBox .arrow:after, .equipmentArea .arrrowBox .arrow, .serviceArea .arrow:after, .serviceArea .arrow, .serviceArea .serviceItem.slick-center, .serviceArea .serviceItem, .catalogArea .arrow, .catalogArea .catalogItem, .bannerArea .top .arrow, .bannerArea .numerBox .slidePage.current, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .bannerArea .bannerItem img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@-webkit-keyframes bannerTxtAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes bannerTxtAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@-webkit-keyframes bannerScrollAnimation {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
}
@keyframes bannerScrollAnimation {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
}
@-webkit-keyframes bannerMouseIcon {
    100% {
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
}
@keyframes bannerMouseIcon {
    100% {
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
}
@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes catalogMove {
    25% {
        -webkit-transform: translate(40px, -50%);
                transform: translate(40px, -50%);
    }
    50% {
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
}
@keyframes catalogMove {
    25% {
        -webkit-transform: translate(40px, -50%);
                transform: translate(40px, -50%);
    }
    50% {
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
}
@-webkit-keyframes classLinkMove {
    25% {
        -webkit-transform: translate(60px, -50%);
                transform: translate(60px, -50%);
    }
    50% {
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
}
@keyframes classLinkMove {
    25% {
        -webkit-transform: translate(60px, -50%);
                transform: translate(60px, -50%);
    }
    50% {
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
}
.popWin {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
    height: 100vh;
    font-size: 15px;
    line-height: 1.8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.popWin .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.popWin .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 700px;
    max-width: 90%;
    max-height: 85vh;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.popWin .popContent {
    max-height: 85vh;
    overflow-y: auto;
}
.popWin img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.popWin .Txt {
    padding: 30px;
}
.popWin .Txt .popTitle {
    font-size: 25px;
    margin-bottom: 25px;
}
.popWin .close {
    position: absolute;
    right: -23px;
    top: -23px;
    z-index: 1;
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.7);
    /* background-color: #fff; */
    border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 23px;
    width: 25px;
    height: 1px;
    background-color: #bca480;
    /* border-radius:  50%; */
}
.popWin .close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.popWin.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
    opacity: 1;
}
.popWin .close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
@media (max-width: 1180px) {
    .popWin .close {
        right: 0;
        top: 0;
        border-radius: 0;
    }
    .popWin .popContent {
        max-height: calc(100vh - 150px);
    }
}

.mainArea {
    padding: 0;
}

.bannerArea {
    position: relative;
}
.bannerArea .bannerBox {
    position: relative;
}
.bannerArea .bannerList {
    position: relative;
    z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
    margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
    max-width: 1460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 65px 20px 85px;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (max-width: 1680px) {
    .bannerArea .bannerItem .Txt {
        padding: 65px 40px;
        max-width: 1360px;
    }
}
@media (max-width: 1560px) {
    .bannerArea .bannerItem .Txt {
        padding: 0 30px;
    }
}
.bannerArea .bannerItem .Txt .textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.bannerArea .bannerItem .Txt .title {
    color: #fff;
    max-width: 820px;
    max-height: 216px;
    font-size: 90px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
    opacity: 0;
}
@media (max-width: 1440px) {
    .bannerArea .bannerItem .Txt .title {
        font-size: 65px;
        max-width: 560px;
    }
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .title {
        font-size: 50px;
        max-height: 120px;
    }
}
@media (max-width: 640px) {
    .bannerArea .bannerItem .Txt .title {
        font-size: 36px;
        max-height: 120px;
    }
}
.bannerArea .bannerItem .Txt .subtitle {
    color: #fff;
    display: block;
    max-width: 735px;
    max-height: 50px;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin-top: 55px;
    opacity: 0;
}
@media (max-width: 1440px) {
    .bannerArea .bannerItem .Txt .subtitle {
        max-width: 600px;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Txt .subtitle {
        font-size: 15px;
        line-height: 1.5;
        margin-top: 15px;
    }
}
.bannerArea .bannerItem .Txt .text {
    color: #999999;
    display: block;
    max-width: 470px;
    max-height: 80px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.5px;
    margin-top: 25px;
    opacity: 0;
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Txt .text {
        font-size: 14px;
    }
}
.bannerArea .bannerItem .Txt .bannerBtn {
    opacity: 0;
    padding-top: 30px;
}
.bannerArea .bannerItem .Txt .bannerBtn a {
    color: #fff;
    display: inline-block;
    letter-spacing: 2px;
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px solid #ffffff;
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.bannerArea .bannerItem .Txt .bannerBtn .btnDeco {
    stroke: #f0c417;
    stroke-width: 1.5;
    width: 11px;
    height: 15px;
}
.bannerArea .bannerItem .Txt .bannerBtn .btnDeco:nth-of-type(1) {
    margin-left: 70px;
}
.bannerArea .bannerItem .Txt .bannerBtn .btnDeco:nth-of-type(2) {
    margin-left: -8px;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    bottom: 150px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
}
@media (max-width: 1440px) {
    .bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
        bottom: 40px;
        width: 60px;
        height: 60px;
    }
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #fff;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 5px);
    z-index: 1;
}
@media (max-width: 1440px) {
    .bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
        border-width: 5px 0 5px 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
    }
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
    content: "";
    border: 1px dashed #fff;
    border-radius: 50%;
    z-index: 1;
    width: 75%;
    height: 75%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bannerArea .bannerItem .Img {
    position: relative;
    z-index: 1;
    max-height: 960px;
}
@media (max-width: 800px) {
    .bannerArea .bannerItem .Img {
        height: 600px;
    }
    .bannerArea .bannerItem .Img img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Img {
        height: 370px;
    }
}
.bannerArea .bannerItem img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.bannerArea .bannerItem img.zoomIn {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
}
.bannerArea .bannerItem.slick-current .Txt .title {
    -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
            animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .subtitle {
    -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
            animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .text {
    -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
            animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .bannerBtn {
    -webkit-animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
            animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .videoBtn::after {
    -webkit-animation: rotate 50s linear forwards;
            animation: rotate 50s linear forwards;
}
.bannerArea .socialBox {
    display: block;
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.bannerArea .socialBox .socialList li {
    margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
    margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
    margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
    width: 20px;
    height: 18px;
    display: inline-block;
    fill: #fff;
    margin-top: -2px;
    vertical-align: middle;
}
.bannerArea .socialBox .socialList li a:hover {
    color: #ffffff;
}
.bannerArea .socialBox .socialList li a:hover svg {
    fill: #ffffff;
}
.bannerArea .numerBox {
    position: absolute;
    z-index: 5;
    bottom: 20px;
    padding-left: 50px;
}
@media (max-width: 1560px) {
    .bannerArea .numerBox {
        display: none;
    }
}
.bannerArea .numerBox .slidePage {
    display: inline-block;
}
.bannerArea .numerBox .slidePage.current {
    font-size: 70px;
    margin-right: 25px;
    color: #fff;
}
.bannerArea .numerBox .slidePage.total {
    position: relative;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.2);
}
.bannerArea .numerBox .slidePage.total::after {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 8px;
    display: inline-block;
    width: 2px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
}
.bannerArea .catalogBox {
    position: absolute;
    z-index: 10;
    right: 50px;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 326px;
    width: 280px;
}
@media (max-width: 1280px) {
    .bannerArea .catalogBox {
        top: 45%;
        width: 200px;
    }
}
@media (max-width: 1180px) {
    .bannerArea .catalogBox {
        display: none;
    }
}
.bannerArea .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
}
.bannerArea .top .catalogTitle {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.bannerArea .top .arrrowBox {
    margin-left: auto;
    margin-right: -5px;
}
.bannerArea .top .arrow {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.bannerArea .top .arrow svg {
    display: block;
    margin: 4px auto;
    width: 13px;
    height: 15px;
    fill: #ffffff;
}
.bannerArea .top .arrowPrev {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.bannerArea .top .arrow:hover {
    background: #fff;
}
.bannerArea .top .arrow:hover svg {
    fill: #000000;
}
.bannerArea .catalogItem {
    position: relative;
    overflow: hidden;
}
.bannerArea .catalogItem .Img {
    height: 280px;
}
@media (max-width: 1280px) {
    .bannerArea .catalogItem .Img {
        height: 200px;
    }
}
.bannerArea .catalogItem img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.bannerArea .catalogItem .Txt {
    width: 100%;
    letter-spacing: 1px;
    padding: 15px 25px 20px;
    background: #ffffff;
}
.bannerArea .catalogItem .title {
    font-family: "Oswald", "Noto Sans Tc";
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1560px) {
    .bannerArea .catalogItem .title {
        font-size: 15px;
    }
}
.bannerArea .catalogItem .title a {
    color: #000000;
}
.bannerArea .catalogItem .title a:hover {
    color: #f0c417;
}
.bannerArea .catalogItem .more {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #666666;
}
@media (max-width: 1560px) {
    .bannerArea .catalogItem .more {
        font-size: 12px;
    }
}
.bannerArea .catalogItem .more:hover {
    color: #f0c417;
}
.bannerArea .scrollDown {
    cursor: pointer;
    display: block;
    position: absolute;
    left: 50px;
    top: 31%;
    z-index: 2;
}
@media (max-width: 1560px) {
    .bannerArea .scrollDown {
        top: initial;
        bottom: 50px;
    }
}
@media (max-width: 1366px) {
    .bannerArea .scrollDown {
        left: 30px;
    }
}
@media (max-width: 1180px) {
    .bannerArea .scrollDown {
        left: initial;
        right: 50px;
    }
}
@media (max-width: 800px) {
    .bannerArea .scrollDown {
        left: 30px;
        right: initial;
        display: none;
    }
}
.bannerArea .scrollDown span {
    display: block;
}
@media (max-width: 1560px) {
    .bannerArea .scrollDown span {
        display: none;
    }
}
.bannerArea .scrollDown span.text {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    letter-spacing: 2.5px;
}
.bannerArea .scrollDown span.line {
    width: 1px;
    height: 130px;
    margin: 20px auto 0;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 1;
}
.bannerArea .scrollDown span.line::after {
    content: "";
    background: #f0c417;
    display: block;
    width: 8px;
    height: 130px;
    -webkit-animation: bannerScrollAnimation 3s ease-in infinite;
            animation: bannerScrollAnimation 3s ease-in infinite;
}
.bannerArea .scrollDown .mouseIcon {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    fill: #ffffff;
    width: 15px;
    height: 22px;
    -webkit-animation: bannerMouseIcon 1.5s ease-in infinite alternate;
            animation: bannerMouseIcon 1.5s ease-in infinite alternate;
}
.bannerArea .slick-dots {
    position: absolute;
    z-index: 99;
    bottom: -50px;
    left: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
}
.bannerArea .slick-dots li {
    width: 100%;
    height: 9px;
    width: 9px;
    margin: 0 9px;
}
.bannerArea .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}
.bannerArea .slick-dots li button::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #7d7d7d;
    opacity: 1;
}
.bannerArea .slick-dots li.slick-active button::before {
    background-color: #ffffff;
    opacity: 1;
}
.bannerArea .bottom {
    position: relative;
    height: 30px;
}
.bannerArea .bottom::after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 15px;
    display: block;
    width: 50px;
    height: 1px;
    background: #ffffff;
}
.bannerArea .bottom .dot {
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    border: 2px solid #ffffff;
    background: #222222;
    border-radius: 50%;
    width: 13px;
    height: 13px;
}
.bannerArea .bottom .dot.move {
    -webkit-animation: catalogMove 1.6s cubic-bezier(0.76, 0, 0.24, 1) forwards;
            animation: catalogMove 1.6s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

.catalogArea {
    background: url("../images/catalogBg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 1181px) {
    .catalogArea {
        display: none;
    }
}
.catalogArea .wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}
.catalogArea .catalogBox {
    position: relative;
}
.catalogArea .catalogItem {
    position: relative;
    overflow: hidden;
    opacity: 0.5;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}
.catalogArea .catalogItem.slick-current {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    position: relative;
    z-index: 5;
}
.catalogArea .catalogItem.left {
    margin-left: -50px;
    margin-right: 50px;
}
@media (max-width: 800px) {
    .catalogArea .catalogItem.left {
        margin-left: -30px;
        margin-right: 30px;
    }
}
.catalogArea .catalogItem.right {
    margin-right: -50px;
    margin-left: 50px;
}
@media (max-width: 800px) {
    .catalogArea .catalogItem.right {
        margin-right: -30px;
        margin-left: 30px;
    }
}
.catalogArea .catalogItem .item {
    position: relative;
}
.catalogArea .catalogItem .Img {
    max-height: 355px;
}
@media (max-width: 800px) {
    .catalogArea .catalogItem .Img {
        max-width: 355px;
        margin: 0 auto;
    }
}
.catalogArea .catalogItem img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.catalogArea .catalogItem .Txt {
    max-width: 355px;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 1px;
    padding: 15px 25px 25px;
    background: #ffffff;
}
.catalogArea .catalogItem .title {
    font-family: "Oswald", "Noto Sans Tc";
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
    /*height: 60px;*/
}
@media (max-width: 1024px) {
    .catalogArea .catalogItem .title {
        font-size: 16px;
    }
}
@media (max-width: 428px) {
    .catalogArea .catalogItem .title {
        font-size: 15px;
    }
}
.catalogArea .catalogItem .title a {
    color: #000000;
}
.catalogArea .catalogItem .title a:hover {
    color: #f0c417;
}
.catalogArea .catalogItem .more {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #666666;
}
@media (max-width: 428px) {
    .catalogArea .catalogItem .more {
        font-size: 11px;
    }
}
.catalogArea .catalogItem .more:hover {
    color: #f0c417;
}
.catalogArea .arrrowBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
}
@media (max-width: 414px) {
    .catalogArea .arrrowBox {
        display: none;
    }
}
.catalogArea .arrow {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    pointer-events: auto;
}
.catalogArea .arrow svg {
    display: block;
    margin: 4px auto;
    width: 13px;
    height: 15px;
    fill: #ffffff;
}
.catalogArea .arrowPrev {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    margin-right: auto;
}
.catalogArea .arrow:hover {
    background: #fff;
}
.catalogArea .arrow:hover svg {
    fill: #000000;
}
.catalogArea .slick-dots {
    position: absolute;
    z-index: 5;
    left: 48%;
    bottom: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
}
.catalogArea .slick-dots li {
    width: 100%;
    height: 9px;
    width: 9px;
    margin: 0 10px;
}
.catalogArea .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}
.catalogArea .slick-dots li button::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #7d7d7d;
    opacity: 1;
}
.catalogArea .slick-dots li.slick-active button::before {
    background-color: #ffffff;
    opacity: 1;
}
.catalogArea .bottom {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
    height: 30px;
}
.catalogArea .bottom::after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 15px;
    display: block;
    width: 50px;
    height: 1px;
    background: #ffffff;
}
.catalogArea .bottom .dot {
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    border: 2px solid #ffffff;
    background: #222222;
    border-radius: 50%;
    width: 13px;
    height: 13px;
}
.catalogArea .bottom .dot.move {
    -webkit-animation: catalogMove 1.6s cubic-bezier(0.76, 0, 0.24, 1) forwards;
            animation: catalogMove 1.6s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

.serviceArea {
    position: relative;
    padding: 50px 0 115px;
    background: url(../images/service-bg.jpg);
    /*background: #eee;*/
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.serviceArea::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 80%;
    height: 100%;
    background: url(../images/dots.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 10% 100%;
}
@media (max-width: 1280px) {
    .serviceArea {
        padding: 50px 0;
    }
}
.serviceArea .wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
@media (max-width: 800px) {
    .serviceArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.serviceArea .wrap::after {
    content: "";
    z-index: 1;
    position: absolute;
    left: -30px;
    top: 318px;
    display: block;
    width: calc(100% + 60px);
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1080px) {
    .serviceArea .wrap::after {
        top: 238px;
    }
}
@media (max-width: 800px) {
    .serviceArea .wrap::after {
        display: none;
    }
}
.serviceArea .leftBox {
    position: relative;
    z-index: 5;
    width: 40%;
    padding: 160px 0 0 180px;
}
@media (max-width: 1280px) {
    .serviceArea .leftBox {
        padding: 160px 0 0 30px;
    }
}
@media (max-width: 1080px) {
    .serviceArea .leftBox {
        padding: 80px 0 0 30px;
    }
}
@media (max-width: 800px) {
    .serviceArea .leftBox {
        padding: 0 0 0 30px;
        width: 100%;
    }
}
.serviceArea .titleBox {
    text-align: left;
    margin-left: 5px;
    padding-bottom: 35px;
    max-width: 200px;
    border-bottom: 2px solid #f0c417;
}
@media (max-width: 800px) {
    .serviceArea .titleBox {
        border-bottom: transparent;
    }
}
.serviceArea .titleEn::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -57px;
    top: -2px;
    display: block;
    height: 180px;
    width: 70px;
    background: #f0c417;
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);
}
@media (max-width: 800px) {
    .serviceArea .titleEn::after {
        left: 25px;
    }
}
.serviceArea .infoBox {
    font-size: 16px;
    max-height: 90px;
    max-width: 350px;
    margin-top: 35px;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #999999;
}
@media (max-width: 800px) {
    .serviceArea .infoBox {
        max-width: 100%;
    }
}
.serviceArea .rightBox {
    position: relative;
    z-index: 5;
    width: 60%;
    margin-top: -50px;
}
@media (max-width: 800px) {
    .serviceArea .rightBox {
        margin: 0 auto;
        width: 100%;
    }
}
.serviceArea .slick-track {
    padding-top: 110px;
}
@media (max-width: 800px) {
    .serviceArea .slick-track {
        padding-top: 45px;
    }
}
.serviceArea .serviceItem.slick-center {
    -webkit-transform: translateY(-110px);
            transform: translateY(-110px);
}
@media (max-width: 800px) {
    .serviceArea .serviceItem.slick-center {
        -webkit-transform: none;
                transform: none;
    }
}
.serviceArea .serviceBox {
    position: relative;
    margin: 0 -70px 0 -20px;
    -webkit-transform: translateX(90px);
            transform: translateX(90px);
}
@media (max-width: 960px) {
    .serviceArea .serviceBox {
        margin: 0;
        -webkit-transform: none;
                transform: none;
    }
}
@media (max-width: 800px) {
    .serviceArea .serviceBox {
        position: static;
        max-width: 740px;
        padding: 0 40px;
        margin: 0 auto;
    }
}
@media (max-width: 360px) {
    .serviceArea .serviceBox {
        padding: 0 20px;
    }
}
.serviceArea .item {
    position: relative;
    margin: 0 20px;
}
.serviceArea .Txt {
    position: relative;
    z-index: 5;
    margin: -50px 0 0 25px;
}
@media (max-width: 960px) {
    .serviceArea .Txt {
        margin: -50px 0 0 95px;
    }
}
@media (max-width: 800px) {
    .serviceArea .Txt {
        margin: -50px 0 0 25px;
        max-width: 350px;
    }
}
@media (max-width: 360px) {
    .serviceArea .Txt {
        margin: -50px 0 0 5px;
    }
}
.serviceArea .Txt .num {
    font-size: 70px;
    color: #222;
    text-shadow: 0px 0px 2px #fff;
}
@media (max-width: 360px) {
    .serviceArea .Txt .num {
        font-size: 50px;
    }
}
.serviceArea .Txt .serviceTitleEn {
    display: block;
    font-size: 16px;
    color: #f0c417;
    font-weight: 400;
    margin-top: -10px;
    letter-spacing: 1px;
}
.serviceArea .Txt .serviceTitle {
    font-size: 20px;
    color: #222;
    font-weight: 400;
    margin-top: 5px;
    letter-spacing: 1.2px;
    padding-bottom: 5px;
}
.serviceArea .Txt .serviceTitle a {
    color: #222;
}
.serviceArea .Txt .serviceTitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #222;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform-origin: left;
            transform-origin: left;
}
.serviceArea .Txt .serviceTitle:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
}
.serviceArea .Img {
    margin: 0 auto;
    max-height: 510px;
    max-width: 350px;
}
.serviceArea .Img img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.serviceArea .arrrowBox {
    position: absolute;
    top: 338px;
    left: -100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 200px;
    max-height: 80px;
}
@media (max-width: 1080px) {
    .serviceArea .arrrowBox {
        top: 258px;
    }
}
@media (max-width: 960px) {
    .serviceArea .arrrowBox {
        left: -30px;
    }
}
@media (max-width: 800px) {
    .serviceArea .arrrowBox {
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 0;
    }
}
.serviceArea .arrow {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    border: 1px solid rgba(55, 55, 55, 0.2);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
@media (max-width: 760px) {
    .serviceArea .arrow {
        margin: 0;
    }
}
.serviceArea .arrow:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
}
.serviceArea .arrow:hover {
    background: #fff;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.serviceArea .arrow:hover svg {
    fill: #000000;
}
.serviceArea .arrow:hover:after {
    opacity: 1;
}
.serviceArea .arrow svg {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 18px;
    height: 15px;
    fill: #929292;
}
.serviceArea .arrowPrev {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.serviceArea .arrowPrev:hover {
    -webkit-transform: scale(1.2) rotate(-180deg);
            transform: scale(1.2) rotate(-180deg);
}

.serviceArea .titleBox .titleEn , .serviceArea .titleBox .titleTw , .serviceArea .text {
    color: #222;
}
.serviceArea .btnMore a {
    color: #222;
    border-bottom: 1px solid #aaa;
}

.equipmentArea {
    position: relative;
    padding: 105px 0 120px;
    background: url(../images/probg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
@media (max-width: 1280px) {
    .equipmentArea {
        padding: 50px 0;
    }
}
.equipmentArea .decoSquare {
    position: absolute;
    top: -110px;
    left: 32%;
    display: block;
    height: 180px;
    width: 70px;
    background: #f0c417;
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);
}
@media (max-width: 1180px) {
    .equipmentArea .decoSquare {
        display: none;
    }
}
.equipmentArea .topBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
@media (max-width: 360px) {
    .equipmentArea .topBox {
        padding: 0;
    }
}
.equipmentArea .dotBox {
    position: relative;
    height: 30px;
    width: 200px;
    margin-bottom: 5px;
}
@media (max-width: 1080px) {
    .equipmentArea .dotBox {
        display: none;
    }
}
.equipmentArea .dotBox::after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 15px;
    display: block;
    width: 65px;
    height: 1px;
    background: #ffffff;
}
.equipmentArea .dotBox .dot {
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    border: 2px solid #ffffff;
    background: #222222;
    border-radius: 50%;
    width: 13px;
    height: 13px;
}
.equipmentArea .dotBox .dot.move {
    -webkit-animation: classLinkMove 1.6s cubic-bezier(0.76, 0, 0.24, 1) forwards;
            animation: classLinkMove 1.6s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}
.equipmentArea .slick-dots {
    bottom: initial;
    top: -107px;
    left: 235px;
    width: initial;
}
@media (max-width: 1480px) {
    .equipmentArea .slick-dots {
        left: 105px;
    }
}
.equipmentArea .slick-dots li {
    width: 100%;
    height: 9px;
    width: 9px;
    margin: 0 10px;
}
.equipmentArea .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}
.equipmentArea .slick-dots li button::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #7d7d7d;
    opacity: 1;
}
.equipmentArea .slick-dots li.slick-active button::before {
    background-color: #ffffff;
    opacity: 1;
}
.equipmentArea .titleBox {
    margin: 0 auto;
}
.equipmentArea .titleBox .titleTw {
    margin-top: 0;
}
.equipmentArea .arrrowBox {
    width: 200px;
    max-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 5px;
}
@media (max-width: 1080px) {
    .equipmentArea .arrrowBox {
        display: none;
    }
}
.equipmentArea .arrrowBox .arrow {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.equipmentArea .arrrowBox .arrow:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
}
.equipmentArea .arrrowBox .arrow:hover {
    background: #fff;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.equipmentArea .arrrowBox .arrow:hover svg {
    fill: #000000;
}
.equipmentArea .arrrowBox .arrow:hover:after {
    opacity: 1;
}
.equipmentArea .arrrowBox .arrow svg {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 18px;
    height: 15px;
    fill: #929292;
}
.equipmentArea .arrrowBox .arrowPrev {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.equipmentArea .arrrowBox .arrowPrev:hover {
    -webkit-transform: scale(1.2) rotate(-180deg);
            transform: scale(1.2) rotate(-180deg);
}
.equipmentArea .classBox {
    position: relative;
    max-width: 1750px;
    margin: 70px auto 0;
}
@media (max-width: 640px) {
    .equipmentArea .classBox {
        margin: 45px auto 0;
    }
}
.equipmentArea .item {
    position: relative;
    overflow: hidden;
    border: 15px solid transparent;
}
.equipmentArea .item:hover {
    border: 15px solid #f0c417;
}
.equipmentArea .item:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
.equipmentArea .Img {
    overflow: hidden;
}
.equipmentArea .Img img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.equipmentArea .Txt {
    position: relative;
    padding: 15px 0 20px;
    background-color: #fff;
}
.equipmentArea .Txt .text {
    max-width: 490px;
    padding: 0 20px;
    margin: 0 auto;
}
.equipmentArea .Txt .titleEn {
    position: relative;
    color: #f0c417;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
}
.equipmentArea .Txt .titleEn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    height: 15px;
    width: 3px;
    background: #f0c417;
}
.equipmentArea .Txt .title a {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 20px;
    color: #000;
}
.equipmentArea .arrrowBox_m {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5px;
    height: 0;
    max-width: 100%;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (min-width: 1081px) {
    .equipmentArea .arrrowBox_m {
        display: none;
    }
}
.equipmentArea .arrrowBox_m .arrow {
    position: relative;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.equipmentArea .arrrowBox_m .arrow:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
}
.equipmentArea .arrrowBox_m .arrow:hover {
    background: #fff;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.equipmentArea .arrrowBox_m .arrow:hover svg {
    fill: #000000;
}
.equipmentArea .arrrowBox_m .arrow:hover:after {
    opacity: 1;
}
.equipmentArea .arrrowBox_m .arrow svg {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 18px;
    height: 15px;
    fill: #929292;
}
.equipmentArea .arrrowBox_m .arrowPrev {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.equipmentArea .arrrowBox_m .arrowPrev:hover {
    -webkit-transform: scale(1.2) rotate(-180deg);
            transform: scale(1.2) rotate(-180deg);
}
.equipmentArea .btnMore {
    text-align: center;
    padding-top: 20px;
}

.aboutArea {
    padding: 200px 0 220px;
    background: url(../images/aboutUsBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

@media (max-width: 1600px) {
    .aboutArea {
        background-position: 60% 50%;
        background: url(../images/aboutUsBg2.jpg);
    }
}

@media (max-width: 1366px) {
    .aboutArea {
        background-position: 60% 50%;
        background: url(../images/aboutUsBg3.jpg);
    }
}
@media (max-width: 800px) {
    .aboutArea {
        background-position: 55% 50%;
        padding: 50px 0 50px;
    }
}
.aboutArea .wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1460px;
}
@media (max-width: 1680px) {
    .aboutArea .wrap {
        max-width: 1300px;
    }
}
@media (max-width: 1366px) {
    .aboutArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.aboutArea .leftBox {
    position: relative;
    z-index: 5;
    width: 50%;
}
@media (max-width: 1366px) {
    .aboutArea .leftBox {
        width: 100%;
    }
}
.aboutArea .leftBox .topBox {
    max-width: 520px;
    margin: 170px auto 0;
}
@media (max-width: 1366px) {
    .aboutArea .leftBox .topBox {
        margin: 170px 0 0 auto;
    }
}
@media (max-width: 800px) {
    .aboutArea .leftBox .topBox {
        max-width: 450px;
        margin: 100px 0 0 auto;
    }
}
@media (max-width: 640px) {
    .aboutArea .leftBox .topBox {
        max-width: 320px;
        margin: 160px 0 0 auto;
    }
}
.aboutArea .leftBox .since {
    position: relative;
    z-index: 5;
    display: block;
    font-size: 24px;
    color: #f0c417;
    font-weight: 500;
    letter-spacing: 1.8px;
    padding-left: 15px;
    line-height: 1;
}
.aboutArea .leftBox .year {
    position: relative;
    z-index: 5;
    display: block;
    color: #f0c417;
    font-weight: 500;
    font-size: 290px;
    line-height: 1;
    -webkit-filter: drop-shadow(8px 5px 10px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(8px 5px 10px rgba(0, 0, 0, 0.15));
}
.aboutArea .leftBox .year::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: -160px;
    top: 110px;
    display: block;
    height: 170px;
    width: 60px;
    background: #f0c417;
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);
    -webkit-filter: drop-shadow(8px 5px 10px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(8px 5px 10px rgba(0, 0, 0, 0.15));
}
@media (max-width: 1366px) {
    .aboutArea .leftBox .year::after {
        left: -185px;
    }
}
@media (max-width: 800px) {
    .aboutArea .leftBox .year::after {
        height: 100px;
        width: 36px;
        left: -105px;
    }
}
@media (max-width: 460px) {
    .aboutArea .leftBox .year::after {
        top: 50px;
    }
}
@media (max-width: 800px) {
    .aboutArea .leftBox .year {
        font-size: 250px;
    }
}
@media (max-width: 640px) {
    .aboutArea .leftBox .year {
        font-size: 165px;
    }
}
@media (max-width: 360px) {
    .aboutArea .leftBox .year {
        font-size: 145px;
    }
}
.aboutArea .leftBox .text {
    position: relative;
    z-index: 5;
    font-size: 15px;
    color: #f0c417;
    font-weight: 500;
    padding: 15px 15px 0;
    line-height: 1.9;
}
.aboutArea .rightBox {
    position: relative;
    z-index: 5;
    width: 50%;
    padding-left: 200px;
}
@media (max-width: 1366px) {
    .aboutArea .rightBox {
        margin: 0 auto 0;
        max-width: 800px;
        width: 100%;
        padding: 0 10px;
    }
}
@media (max-width: 800px) {
    .aboutArea .rightBox {
        margin: 0 auto 0;
    }
}
.aboutArea .rightBox .titleBox {
    position: relative;
    text-align: left;
    padding-bottom: 35px;
    margin-bottom: 0;
    max-width: 250px;
}
@media (max-width: 1366px) {
    .aboutArea .rightBox .titleBox {
        max-width: 100%;
    }
}
.aboutArea .rightBox .titleBox::before {
    content: "";
    position: absolute;
    bottom: 35px;
    display: block;
    width: 1000px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1366px) {
    .aboutArea .rightBox .titleBox::before {
        width: 100%;
    }
}
.aboutArea .rightBox .titleBox::after {
    content: "";
    margin-top: 35px;
    display: block;
    width: 200px;
    height: 2px;
    background: #f0c417;
}
.aboutArea .rightBox .facList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 430px;
}
@media (max-width: 1366px) {
    .aboutArea .rightBox .facList {
        max-width: 100%;
    }
}
.aboutArea .rightBox .facItem {
    max-width: 95px;
    width: 100%;
}
@media (max-width: 1366px) {
    .aboutArea .rightBox .facItem {
        text-align: center;
    }
}
.aboutArea .rightBox .itemTitleEn {
    font-size: 16px;
    color: #f0c417;
    font-weight: 400;
}
.aboutArea .rightBox .title {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    letter-spacing: 1.3px;
    margin-top: 2px;
}
.aboutArea .rightBox .Img {
    width: 70px;
    height: 70px;
    margin-top: 10px;
}
.aboutArea .rightBox .Img img {
    width: 100%;
    height: 100%;
}
@media (max-width: 1366px) {
    .aboutArea .rightBox .Img {
        margin: 10px auto 0;
    }
}
.aboutArea .rightBox .TxtBox {
    margin: 35px 0 0 0;
    font-size: 16px;
    font-weight: 400;
    font-family: "Noto Sans Tc";
    color: #ffffff;
    line-height: 1.8;
    letter-spacing: 0.3px;
}
@media (max-width: 1366px) {
    .aboutArea .rightBox .TxtBox {
        line-height: 2;
    }
}
.aboutArea .man {
    position: absolute;
    z-index: 1;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 1366px) {
    .aboutArea .man {
        left: 10%;
        -webkit-transform: none;
                transform: none;
    }
}
@media (max-width: 800px) {
    .aboutArea .man {
        width: 513px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
@media (max-width: 480px) {
    .aboutArea .man {
        width: 513px;
        left: 60%;
    }
}
.aboutArea .man img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.aboutArea .sinceDeco {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 30px;
    width: 705px;
    height: 337px;
}
@media (max-width: 1366px) {
    .aboutArea .sinceDeco {
        left: -220px;
        height: 300px;
    }
}
@media (max-width: 800px) {
    .aboutArea .sinceDeco {
        left: -300px;
        height: 238px;
        top: 40px;
    }
}

.aboutArea .titleBox .titleEn , .aboutArea .titleBox .titleTw , .aboutArea .text {
    color: #222;
}
.aboutArea .btnMore a {
    color: #222;
    border-bottom: 1px solid #aaa;
}



.caseArea {
    position: relative;
    padding: 100px 0;
    background: url(../images/caseBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1366px) {
    .caseArea {
        padding: 50px 0 40px;
    }
}
.caseArea::before {
    content: "";
    position: absolute;
    top: 311px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1366px) {
    .caseArea::before {
        display: none;
    }
}
.caseArea .wrap {
    max-width: 1480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1366px) {
    .caseArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.caseArea .leftBox {
    position: relative;
    z-index: 10;
    width: 18%;
    padding-left: 5px;
}
@media (max-width: 1366px) {
    .caseArea .leftBox {
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
        padding: 0 10px;
    }
}
.caseArea .titleBox {
    position: relative;
    margin: 5px 0 25px;
    text-align: left;
}
.caseArea .titleBox .titleEn {
    line-height: 60px;
    color: #222;
}
.caseArea .titleBox .titleTw {
    margin: 15px 0 0;
    color: #222;
}
.caseArea .titleBox::after {
    content: "";
    margin-top: 35px;
    display: block;
    width: 200px;
    height: 2px;
    background: #f0c417;
}
.caseArea .classLink {
    margin: -8px 0 0 -12px;
}
@media (max-width: 1366px) {
    .caseArea .classLink {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 1023px) {
    .caseArea .classLink {
        display: none;
        margin: 0;
    }
}
.caseArea .classLink li {
    padding: 8px 12px;
}
.caseArea .classLink li:not(:first-child) {
    border-top: transparent;
}
@media (max-width: 1023px) {
    .caseArea .classLink li {
        padding: 0;
    }
}
.caseArea .classLink a {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    border-bottom: 1px solid transparent;
}
.caseArea .classLink a:hover, .caseArea .classLink a.current {
    color: #222;
    border-bottom: 1px solid #222;
}

.caseArea .btnMore a {
    color: #222;
    border-bottom: 1px solid #aaa;
}

@media (min-width: 1024px) {
    .caseArea .classLink a {
        padding: 5px 0;
    }
}
.caseArea .rightBox {
    position: relative;
    width: 82%;
    padding-top: 11px;
}
@media (max-width: 1366px) {
    .caseArea .rightBox {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
        padding-top: 60px;
        overflow: hidden;
    }
}
@media (max-width: 1080px) {
    .caseArea .rightBox {
        width: 950px;
    }
}
@media (max-width: 360px) {
    .caseArea .rightBox {
        margin-left: 0;
        width: 100%;
    }
}
.caseArea .caseBox {
    max-width: 940px;
    margin: 0 auto;
}
.caseArea .caseBox.hide {
    opacity: 0;
}
@media (max-width: 1366px) {
    .caseArea .caseBox {
        max-width: 100%;
    }
}
@media (max-width: 360px) {
    .caseArea .caseBox {
        width: 100%;
    }
}
.caseArea .caseItem {
    position: relative;
}
.caseArea .caseItem::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 1px;
    height: 500px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 320px) {
    .caseArea .caseItem::after {
        display: none;
    }
}
.caseArea .item {
    margin: 0 20px;
}
.caseArea .Img {
    max-width: 295px;
    height: 200px;
    overflow: hidden;
}
@media (max-width: 1366px) {
    .caseArea .Img {
        margin: 0 auto;
        height: 100%;
        max-width: 100%;
    }
}
.caseArea .Img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.caseArea .Img a {
    position: relative;
}
.caseArea .Img a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 9px solid #f0c417;
    opacity: 0;
}
.caseArea .Img a:hover::after {
    opacity: 1;
}
.caseArea .Img a:hover img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
}
.caseArea .Txt {
    margin: 25px 0 0;
}
.caseArea .Txt .classTitle {
    font-size: 14px;
    color: #f0c417;
    font-weight: 400;
    letter-spacing: 1px;
}
.caseArea .Txt .title {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
    height: 30px;
}
.caseArea .Txt .title a {
    padding-bottom: 5px;
    color: #222;
}
.caseArea .Txt .title a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffff;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform-origin: left;
            transform-origin: left;
}
.caseArea .Txt .title a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
}
.caseArea .Txt .text {
    margin-top: 15px;
    height: 56px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #666;
}
.caseArea .tagList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px -5px 0;
}
.caseArea .tagItem {
    border-radius: 45px;
    margin: 5px;
    background: #393939;
}
.caseArea .tag {
    font-size: 14px;
    color: #fff;
    margin: 5px 10px;
}
.caseArea .arrrowBox {
    max-width: 200px;
    max-height: 80px;
    position: absolute;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 180px;
    right: 0;
}
@media (max-width: 1366px) {
    .caseArea .arrrowBox {
        position: static;
        margin: 30px 0 10px;
    }
}
.caseArea .arrow {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.caseArea .arrow:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
}
.caseArea .arrow:hover {
    background: #fff;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.caseArea .arrow:hover svg {
    fill: #000000;
}
.caseArea .arrow:hover:after {
    opacity: 1;
}
.caseArea .arrow svg {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 18px;
    height: 15px;
    fill: #929292;
}
.caseArea .arrowPrev {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.caseArea .arrowPrev:hover {
    -webkit-transform: scale(1.2) rotate(-180deg);
            transform: scale(1.2) rotate(-180deg);
}
.caseArea .btnMore {
    padding-top: 30px;
}
.caseArea .decoSquare {
    position: absolute;
    top: -320px;
    right: -440px;
    display: block;
    height: 1020px;
    width: 200px;
    background: #f0c417;
    -webkit-transform: skew(30deg);
            transform: skew(30deg);
}
@media (max-width: 640px) {
.caseArea .btnMore {
    padding-top: 5px;
}
}








.distributionArea .arrow:after, .distributionArea .arrow, .distributionArea .slick-dots li button::before, .distributionArea .linkItem .Txt .num, .distributionArea .linkItem .Txt, .distributionArea .linkItem .Img img, .distributionArea .linkItem {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


.distributionArea .arrow:after, .distributionArea .arrow, .distributionArea .slick-dots li button::before, .distributionArea .linkItem .Txt .num, .distributionArea .linkItem .Txt, .distributionArea .linkItem .Img img, .distributionArea .linkItem {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}



.distributionArea {
    position: relative;
    background: url(../images/distribution-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.distributionArea::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 280%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}
.distributionArea .wrap {
    position: relative;
    z-index: 5;
    padding: 80px 30px 150px;
    max-width: 1920px;
}
@media (max-width: 800px) {
    .distributionArea .wrap {
        padding: 80px 30px 50px;
    }
}
@media (max-width: 800px) {
    .distributionArea .titleBox .titleEn {
        font-size: 33px;
    }
}
.distributionArea .linkBox {
    margin-top: 40px;
}
.distributionArea .slick-track {
    padding: 100px 0 210px;
}
@media (max-width: 800px) {
    .distributionArea .slick-track {
        padding: 0 0 100px;
    }
}
.distributionArea .linkItem.slick-center .Txt {
    -webkit-transform: translate(-80px, 0);
            transform: translate(-80px, 0);
}
@media (max-width: 1280px) {
    .distributionArea .linkItem.slick-center .Txt {
        -webkit-transform: translateX(-40px);
                transform: translateX(-40px);
    }
}
@media (max-width: 800px) {
    .distributionArea .linkItem.slick-center .Txt {
        -webkit-transform: translate(20px, -50px);
                transform: translate(20px, -50px);
    }
}
.distributionArea .linkItem.slick-center .Txt .num {
    font-size: 70px;
}
@media (max-width: 1280px) {
    .distributionArea .linkItem.slick-center .Txt .num {
        font-size: 65px;
    }
}
.distributionArea .linkItem.slick-center img {
    -webkit-transform: scale(1.55);
            transform: scale(1.55);
}
@media (max-width: 800px) {
    .distributionArea .linkItem.slick-center img {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
.distributionArea .linkItem.left {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
}
@media (max-width: 1280px) {
    .distributionArea .linkItem.left {
        -webkit-transform: translateX(15px);
                transform: translateX(15px);
    }
}
@media (max-width: 800px) {
    .distributionArea .linkItem.left {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
.distributionArea .linkItem.right {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
}
@media (max-width: 1280px) {
    .distributionArea .linkItem.right {
        -webkit-transform: translateX(-15px);
                transform: translateX(-15px);
    }
}
@media (max-width: 800px) {
    .distributionArea .linkItem.right {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
.distributionArea .linkItem .item {
    margin: 0 70px;
}
@media (max-width: 1280px) {
    .distributionArea .linkItem .item {
        margin: 0 50px;
    }
}
@media (max-width: 800px) {
    .distributionArea .linkItem .item {
        margin: 0 30px;
    }
}
.distributionArea .linkItem .Img {
    height: 100%;
}
@media (max-width: 800px) {
    .distributionArea .linkItem .Img {
        max-height: 280px;
    }
}
.distributionArea .linkItem .Img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.distributionArea .linkItem .Txt {
    position: absolute;
    -webkit-transform: translate(20px, -50px);
            transform: translate(20px, -50px);
}
@media (max-width: 1280px) {
    .distributionArea .linkItem .Txt {
        -webkit-transform: translate(10px, -50px);
                transform: translate(10px, -50px);
    }
}
.distributionArea .linkItem .Txt .num {
    display: block;
    font-size: 48px;
    color: #ffffff;
}
.distributionArea .linkItem .Txt .titleEn {
    font-size: 16px;
    color: #f0c417;
}
.distributionArea .linkItem .Txt .title {
    font-size: 20px;
    color: #ffffff;
    font-family: "Noto Sans Tc";
    font-weight: 400;
    letter-spacing: 1.2px;
    margin-top: 10px;
}

.distributionArea .linkItem .text {
    font-size: 14px;
    color: #ccc;
    font-family: "Noto Sans Tc";
    font-weight: 400;
    letter-spacing: 1.2px;
    /*margin-top: 5px;*/
}

.distributionArea .slick-dots {
    position: relative;
    margin: -30px auto 0;
}
.distributionArea .slick-dots::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}
.distributionArea .slick-dots li {
    width: 100%;
    height: 13px;
    width: 13px;
    margin: 0 20px;
}
.distributionArea .slick-dots li.slick-active button::before {
    background-color: #f0c417;
    border: 1px solid #ffffff;
    width: 26px;
    height: 26px;
    opacity: 1;
}
.distributionArea .slick-dots li button {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}
.distributionArea .slick-dots li button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin-top: 30px;
    background: #7d7d7d;
    opacity: 1;
}
.distributionArea .slick-dots button, .distributionArea .slick-dots textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 15px;
    color: #ffffff;
    font-family: Oswald;
}
.distributionArea .arrrowBox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 850px;
    width: 100%;
    max-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    pointer-events: none;
}
@media (max-width: 1680px) {
    .distributionArea .arrrowBox {
        max-width: 100%;
        padding: 0 50px;
    }
}
@media (max-width: 480px) {
    .distributionArea .arrrowBox {
        position: static;
        -webkit-transform: none;
                transform: none;
        margin: 25px auto 0;
        padding: 0 10px;
        max-width: 180px;
    }
}
.distributionArea .arrow {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #929292;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    pointer-events: auto;
}
.distributionArea .arrow:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.distributionArea .arrow:hover {
    border: 1px solid #fff;
}
.distributionArea .arrow:hover svg {
    fill: #fff;
}
.distributionArea .arrow svg {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 18px;
    height: 15px;
    fill: #929292;
}
.distributionArea .arrowPrev {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}