.bannerArea .arrowBox .arrow,
.bannerArea .bannerItem .Txt .bannerBtn,
.catalogArea .Txt .btnBox,
.catalogArea .Txt .btnBox .btn,
.catalogArea .Txt .btnBox .btn .icon,
.catalogArea .Txt .btnBox .btn a,
.catalogArea .arrowBox .arrow:before,
.catalogArea .item {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@-webkit-keyframes bannerScrollAnimation {
    0% {
        width: 0;
    }
    99% {
        width: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
@keyframes bannerScrollAnimation {
    0% {
        width: 0;
    }
    99% {
        width: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
.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);
    border-radius: 50%;
}
.popWin .close:after,
.popWin .close:before {
    content: "";
    position: absolute;
    left: 11px;
    top: 23px;
    width: 25px;
    height: 1px;
    background-color: #3aaa26;
}
.popWin .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popWin.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.popWin.show .inner,
.popWin.show .mask {
    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 .bannerBox {
    position: relative;
}
.bannerArea .bannerList {
    position: relative;
    z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
    margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
    max-width: 1440px;
    padding: 110px 20px 85px;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (max-width: 1650px) {
    .bannerArea .bannerItem .Txt {
        max-width: 1180px;
        padding: 0 30px;
    }
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt {
        padding: 0;
        text-align: center;
        color: #fff;
    }
}
.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;
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .textBox .titleEn {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .bannerArea .bannerItem .Txt .textBox .titleEn {
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .bannerArea .bannerItem .Txt .textBox {
        padding: 0px 30px;
    }
}
.bannerArea .bannerItem .Txt .title {
    color: #3aaa26;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.6px;
    opacity: 0;
    text-shadow: 
    -2px -2px 0 white,
     2px -2px 0 white,
    -2px  2px 0 white,
     2px  2px 0 white;
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .title {
        /*color: #fff;*/
    }
}
@media (max-width: 767px) {
    .bannerArea .bannerItem .Txt .title {
        font-size: 42px;
        /*text-shadow: 1px 1px #fff;*/
    text-shadow: 
    -1px -1px 0 white,
     1px -1px 0 white,
    -1px  1px 0 white,
     1px  1px 0 white;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Txt .title {
        font-size: 36px;
    }
}

@media (max-width: 400px) {
    .bannerArea .bannerItem .Txt .title {
        font-size: 26px;
    }
}

.bannerArea .bannerItem .Txt .titleEn {
    font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.4px;
    opacity: 0;
    /*text-shadow: 2px 2px #222;*/
    margin-top: 10px;
    text-shadow: 
    -1px -1px 0 #222,
     1px -1px 0 #222,
    -1px  1px 0 #222,
     1px  1px 0 #222;
}

@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .titleEn {
    font-size: 21px;
    /*text-shadow: 1px 1px #222;*/
    }
}

@media (max-width: 767px) {
    .bannerArea .bannerItem .Txt .titleEn {
    font-size: 19px;
    /*text-shadow: 1px 1px #222;*/
    }
}

@media (max-width: 480px) {
    .bannerArea .bannerItem .Txt .titleEn {
    font-size: 17px;
    }
}

.bannerArea .bannerItem .Txt .subtitle {
    color: #222222;
    display: block;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin-top: 10px;
    opacity: 0;
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .subtitle {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .bannerArea .bannerItem .Txt .subtitle {
        font-size: 26px;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Txt .subtitle {
        font-size: 20px;
    }
}
@media (max-width: 380px) {
    .bannerArea .bannerItem .Txt .subtitle {
        font-size: 16px;
    }
}
.bannerArea .bannerItem .Txt .text {
    font-size: 21px;
    color: #222;
    font-weight: 600;
    display: block;
    line-height: 1.5;
    letter-spacing: 0.6px;
    margin-top: 25px;
    opacity: 0;
    /*text-shadow: 1px 1px #fff;*/
    text-shadow: 
    -1px -1px 0 white,
     1px -1px 0 white,
    -1px  1px 0 white,
     1px  1px 0 white;
}
@media (max-width: 1180px) {
    .bannerArea .bannerItem .Txt .text {
        /*color: #fff;*/
    }
    .bannerArea .bannerItem .Txt .text span {
        display:inline-block;;
        text-align: left;
    }
}
@media (max-width: 767px) {
    .bannerArea .bannerItem .Txt .text {
        margin-top: 15px;
        font-size: 19px;
        display: none;
    }
}
@media (max-width: 480px) {
    .bannerArea .bannerItem .Txt .text {
        font-size: 15px;
    }
}
@media (max-width: 400px) {
    .bannerArea .bannerItem .Txt .text {
        font-size: 13px;
    text-shadow: 1px 1px 1px #fff;
    }
}
.bannerArea .bannerItem .Txt .bannerBtn {
    opacity: 0;
    padding-top: 30px;
}
.bannerArea .bannerItem .Txt .bannerBtn a {
    background-color: #3aaa26;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 15px 30px;
    width: 200px;
    text-align: left;
    position: relative;
    -webkit-box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.15);
}
.bannerArea .bannerItem .Txt .bannerBtn a:after,
.bannerArea .bannerItem .Txt .bannerBtn a:before {
    content: "";
    width: 13px;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.bannerArea .bannerItem .Txt .bannerBtn a:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bannerArea .bannerItem .Txt .bannerBtn a:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    color: #3aaa26;
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover:after,
.bannerArea .bannerItem .Txt .bannerBtn a:hover:before {
    background-color: #3aaa26;
}
.bannerArea .bannerItem .Img {
    position: relative;
}
.bannerArea .bannerItem .Img img {
    min-height: 580px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 767px) {
    .bannerArea .bannerItem .Img {
        min-height: 300px;
    }
    .bannerArea .bannerItem .Img img {
    min-height: 300px;
    }
}
.bannerArea .arrowBox {
    max-width: 1800px;
    pointer-events: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bannerArea .arrowBox .arrow {
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
}
@media (min-width: 1201px) {
    .bannerArea .arrowBox .arrow:hover {
        background-color: rgba(0, 104, 183, 0.3);
    }
}
.bannerArea .arrowBox .arrowPrev:hover:before {
    border-color: #fff transparent transparent #fff;
}
.bannerArea .arrowBox .arrowNext:hover:before {
    border-color: #fff #fff transparent transparent;
}
.bannerArea .slick-current .Txt .titleEn {
    -webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
    animation: textSlideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title {
    -webkit-animation: textSlideUpAnimation 0.8s 0.2s ease-in-out forwards;
    animation: textSlideUpAnimation 0.8s 0.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
    -webkit-animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
    animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
    -webkit-animation: textSlideUpAnimation 0.8s 0.8s ease-in-out forwards;
    animation: textSlideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .bannerBtn {
    -webkit-animation: textSlideUpAnimation 0.8s 1.2s ease-in-out forwards;
    animation: textSlideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn:after {
    -webkit-animation: rotate 50s linear forwards;
    animation: rotate 50s linear forwards;
}
.bannerArea .scrollDown {
    width: 200px;
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 0;
    left: 250px;
    z-index: 2;
}
@media (max-width: 1180px) {
    .bannerArea .scrollDown {
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.bannerArea .scrollDown span {
    display: block;
}
.bannerArea .scrollDown span.text {
    color: #fff;
    letter-spacing: 0.9px;
    font-size: 12px;
    font-weight: 700;
    font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
    padding: 20px 0;
    padding-left: 35px;
    position: relative;
}
.bannerArea .scrollDown span.text:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 22px;
    top: 50%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../images/mouse.png);
    background-position: center;
}
.bannerArea .scrollDown span.line {
    height: 4px;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: 1;
}
@media (max-width: 640px) {
    .bannerArea .scrollDown span.line {
        bottom: 0px;
    }
}
.bannerArea .scrollDown span.line:before {
    content: "";
    height: 4px;
    width: calc(100% + 20px);
    -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
    animation: bannerScrollAnimation 2.5s linear infinite forwards;
    background-color: #3aaa26;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
@media (max-width: 1180px) {
    .bannerArea .arrowBox {
        display: none;
    }
}
.catalogArea {
    overflow: hidden;
    padding: 130px 0 100px;
    position: relative;
}
@media (max-width: 960px) {
    .catalogArea {
        padding: 80px 0;
    }
}
@media (max-width: 540px) {
    .catalogArea {
        padding: 50px 0;
    }
}
.catalogArea .catalogBox {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0 15px;
}
@media (max-width: 420px) {
    .catalogArea .catalogBox {
        padding: 0;
    }
}
.catalogArea .catalogBox.hide {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.catalogArea .arrowBox {
    pointer-events: none;
    max-width: 1550px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.catalogArea .arrowBox .arrow {
    pointer-events: auto;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1201px) {
    .catalogArea .arrowBox .arrow:hover {
        background-color: #3aaa26;
    }
}
.catalogArea .arrowBox .arrow:before {
    content: "";
    border-style: solid;
    display: block;
    z-index: 2;
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.catalogArea .arrowBox .arrowPrev:before {
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #dcdcdc transparent transparent #dcdcdc;
    -webkit-transform: rotate(-45deg) translate(1px, 2px);
    transform: rotate(-45deg) translate(1px, 2px);
    z-index: 2;
}
.catalogArea .arrowBox .arrowPrev:hover:before {
    border-color: #fff transparent transparent #fff;
}
.catalogArea .arrowBox .arrowNext:before {
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #dcdcdc #dcdcdc transparent transparent;
    -webkit-transform: rotate(45deg) translate(-1px, 2px);
    transform: rotate(45deg) translate(-1px, 2px);
}
.catalogArea .arrowBox .arrowNext:hover:before {
    border-color: #fff #fff transparent transparent;
}
.catalogArea .titleBox {
    margin-bottom: 70px;
    position: relative;
    position: relative;
}
.catalogArea .titleBox .titleEn {
    position: relative;
    z-index: 1;
}
.catalogArea .titleBox:before {
    position: absolute;
    content: "";
    width: 953px;
    height: 82px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../images/ourcase.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media (max-width: 954px) {
    .catalogArea .titleBox:before {
        width: calc(100% + 20px);
    }
}
@media (max-width: 640px) {
    .catalogArea .titleBox {
        margin-bottom: 30px;
    }
}
.catalogArea .catalogItem {
    background-color: #fff;
    padding: 5px;
}
.catalogArea .item {
    margin: 0 auto;
    max-width: 420px;
    position: relative;
    padding: 10px;
    background-color: transparent;
    border-radius: 15px;
}
.catalogArea .item:hover {
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.07);
}
.catalogArea .Img {
    max-width: 300px;
    margin: 0 auto;
}
.catalogArea .Img img {
    /*width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
    width: 100%;
    height: 300px;
    object-fit:cover;
}
.catalogArea .Txt {
    position: relative;
    padding: 15px 15px;
    text-align: center;
}
@media (max-width: 360px) {
    .catalogArea .Txt {
        padding: 10px;
    }
}
.catalogArea .Txt .no {
    font-size: 13px;
    color: #333333;
}
.catalogArea .Txt .title a {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}
.catalogArea .Txt .text {
    overflow: hidden;
    height: 30px;
    color: #888888;
    line-height: 1.6;
}
@media (max-width: 360px) {
    .catalogArea .Txt .text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
.catalogArea .Txt .btnBox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalogArea .Txt .btnBox .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.catalogArea .Txt .btnBox .btn .fa {
    pointer-events: none;
}
.catalogArea .Txt .btnBox .btn .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
@media (max-width: 380px) {
    .catalogArea .Txt .btnBox .btn .icon {
        display: none;
    }
}
.catalogArea .Txt .btnBox .btn svg {
    width: 20px;
    height: 20px;
}
.catalogArea .Txt .btnBox .btn span {
    padding-left: 12px;
}
@media (max-width: 360px) {
    .catalogArea .Txt .btnBox .btn span {
        padding-left: 0;
    }
}
.catalogArea .Txt .btnBox .btn.compare {
    position: relative;
}
.catalogArea .Txt .btnBox .btn.compare:after {
    content: "";
    width: 1px;
    height: 18px;
    background-color: #e0e0e0;
    position: absolute;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
@media (min-width: 1201px) {
    .catalogArea .Txt .btnBox .btn.compare a:hover .icon {
        background-color: #448339;
    }
}
.catalogArea .Txt .btnBox .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 1201px) {
    .catalogArea .Txt .btnBox .btn a:hover .icon {
        background-color: #3aaa26;
        border-color: transparent;
    }
    .catalogArea .Txt .btnBox .btn a:hover i {
        color: #fff;
    }
    .catalogArea .Txt .btnBox .btn a:hover svg {
        stroke: #fff;
    }
    .catalogArea .Txt .btnBox .btn a:hover img {
        -webkit-filter: brightness(100);
        filter: brightness(100);
    }
}
.catalogArea .moreBtn {
    padding-top: 80px;
    width: 100%;
    text-align: center;
}
@media (max-width: 960px) {
    .catalogArea .moreBtn {
        padding-top: 30px;
    }
}
.appArea {
    padding: 0;
    background-color: #eefbf8;
}
.appArea .Box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1180px) {
    .appArea .Box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.appArea .newsBox {
    width: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 1180px) {
    .appArea .newsBox {
        width: 100%;
    }
}
.appArea .newsBox.hide {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.appArea .titleBox {
    text-align: left;
    position: relative;
    margin: 0;
    padding-bottom: 30px;
}
.appArea .titleBox:after {
    content: "";
    width: 45px;
    height: 2px;
    background-color: #3aaa26;
    left: 0;
    bottom: 0;
    position: absolute;
}
.appArea .titleBox:before {
    content: "";
    width: 61px;
    height: 20px;
    display: block;
    background-image: url(../images/case-deco.png);
    background-size: contain;
    position: absolute;
    top: 5%;
    left: 200px;
}
.appArea .titleBox .arrowBox {
    width: 108px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    gap: 8px;
    top: 0;
    right: 0;
    z-index: 2;
}
@media (max-width: 541px) {
    .appArea .titleBox .arrowBox {
        bottom: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
.appArea .titleBox .arrowBox .arrow {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
}
.appArea .titleBox .arrowBox .arrow:hover {
    background-color: #3aaa26;
}
.appArea .titleBox .arrowBox .arrowPrev:before {
    border-color: #919191 transparent transparent #919191;
}
.appArea .titleBox .arrowBox .arrowPrev:hover:before {
    border-color: #fff transparent transparent #fff;
}
.appArea .titleBox .arrowBox .arrowNext:before {
    border-color: #919191 #919191 transparent transparent;
    -webkit-transform: rotate(45deg) translate(-1px, 2px);
    transform: rotate(45deg) translate(-1px, 2px);
}
.appArea .titleBox .arrowBox .arrowNext:hover:before {
    border-color: #fff #fff transparent transparent;
}
.appArea .infoBox {
    padding: 30px 0 60px;
    font-size: 16px;
    letter-spacing: 1.5px;
    color: #666666;
}
@media (max-width: 1800px) {
    .appArea .infoBox {
        padding: 16px 0;
    }
}
.appArea .Img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.appArea .Img img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-size: 0;
    display: block;
}
@media (max-width: 1180px) {
    .appArea .Img img {
        width: 100%;
    }
}
.appArea .Txt {
    position: relative;
}
.appArea .Txt .title a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.appArea .Txt .text {
    height: 60px;
    color: #666;
    line-height: 1.5;
}
.appArea .newsBox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.appArea .newsBox.left .Txt {
    width: 100%;
    max-width: 960px;
    padding: 0 60px;
    position: absolute;
    bottom: 60px;
}
@media (max-width: 840px) {
    .appArea .newsBox.left .Txt {
        bottom: 20px;
    }
}
@media (max-width: 540px) {
    .appArea .newsBox.left .Txt {
        padding: 0 30px;
    }
}
.appArea .newsBox.left .Txt .title a {
    color: #fff;
}
.appArea .newsBox.left .Txt .text {
    width: calc(100% - 200px);
    color: #fff;
}
@media (max-width: 840px) {
    .appArea .newsBox.left .Txt .text {
        width: 100%;
    }
}
.appArea .newsBox.left .Txt .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.appArea .newsBox.left .Txt .moreBtn {
    padding-left: 110px;
}
.appArea .newsBox.left .Txt .moreBtn a {
    color: #fff;
}
.appArea .newsBox.left .Txt .moreBtn a:after,
.appArea .newsBox.left .Txt .moreBtn a:before {
    background-color: #fff;
}
@media (max-width: 840px) {
    .appArea .newsBox.left .Txt .moreBtn {
        display: none;
    }
}
.appArea .newsBox .right {
    margin: 70px 0 0 60px;
    width: 66.66%;
}
@media (max-width: 1800px) {
    .appArea .newsBox .right {
        padding-top: 30px;
        margin: 70px auto 60px;
        width: 90%;
    }
}
@media (max-width: 1180px) {
    .appArea .newsBox .right {
        padding: 3rem 0;
        margin: 0 auto;
        width: 70%;
    }
}
@media (max-width: 840px) {
    .appArea .newsBox .right {
        width: 100%;
        padding: 45px 30px 20px;
    }
}
.appArea .newsBox .right .box {
    margin: 0 -10px;
}
.appArea .newsBox .right .item {
    padding: 0 10px;
}
.appArea .newsBox .right .title a {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0.6px;
}
.appArea .newsBox .right .text {
    font-size: 16px;
    letter-spacing: 1px;
}
@media (max-width: 1800px) {
    .appArea .newsBox .right .text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
.appArea .newsBox .right .Img {
    border-radius: 8px;
    overflow: hidden;
    max-height: 240px;
}
@media (max-width: 1800px) {
    .appArea .newsBox .right .Img {
        max-height: 200px;
    }
}
.appArea .item {
    position: relative;
}
.appArea .item img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: contain;
    object-fit: contain;
}
.appArea .no {
    z-index: 10;
    position: absolute;
    font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
    font-weight: 700;
    font-size: 70px;
    right: 5%;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}
.appArea .newsLeftList .newsItem {
    display: block;
}
.appArea .newsLeftList .Img a {
    font-size: 0;
}
.appArea .newsLeftList .no {
    font-size: 110px;
    top: 5%;
}
.appArea .newsLeftList .newsItem .Txt {
    text-shadow: 2px 2px #222;
}

@media (max-width: 540px) {
    .appArea .newsLeftList .no {
        font-size: 60px;
    }
}
.appArea .newsRightList .no {
    z-index: 2;
    bottom: 22%;
    right: 10%;
}
.aboutArea {
    background-image: url(../images/about-bg.png);
    background-position: center;
    overflow: hidden;
    padding: 105px 0 130px;
}
@media (max-width: 840px) {
    .aboutArea {
        padding: 60px 0;
    }
}
.aboutArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.aboutArea .titleBox {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 100px;
    position: relative;
}
.aboutArea .titleBox .titleEn {
    position: relative;
    z-index: 1;
}
.aboutArea .titleBox:before {
    position: absolute;
    content: "";
    width: 953px;
    height: 82px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../images/aboutus.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media (max-width: 954px) {
    .aboutArea .titleBox:before {
        width: calc(100% + 20px);
    }
}
@media (max-width: 840px) {
    .aboutArea .titleBox {
        margin-bottom: 30px;
    }
}
@media (max-width: 420px) {
    .aboutArea .titleBox {
        margin-bottom: 0;
    }
}
.aboutArea .icon {
    position: absolute;
}
.aboutArea .icon1 {
    right: -5%;
    top: -3%;
}
@media (max-width: 480px) {
    .aboutArea .icon1 {
        right: -10%;
        top: -11%;
    }
}
@media (max-width: 420px) {
    .aboutArea .icon1 {
        right: -17%;
        top: -40%;
    }
}
.aboutArea .icon2 {
    right: -27%;
    top: 17%;
}
@media (max-width: 480px) {
    .aboutArea .icon2 {
        right: -38%;
        top: 5%;
    }
}
.aboutArea .icon3 {
    right: 1%;
    bottom: 7%;
}
@media (max-width: 580px) {
    .aboutArea .icon3 {
        bottom: 1%;
    }
}
@media (max-width: 420px) {
    .aboutArea .icon3 {
        bottom: -18%;
    }
}
.aboutArea .icon4 {
    left: 12%;
    bottom: -2%;
}
@media (max-width: 420px) {
    .aboutArea .icon4 {
        bottom: -21%;
        left: 3%;
    }
}
.aboutArea .icon5 {
    left: -16%;
    top: 28%;
}
@media (max-width: 420px) {
    .aboutArea .icon5 {
        bottom: -31%;
        left: -39%;
    }
}
.aboutArea .icon6 {
    left: -13%;
    top: -2%;
}
@media (max-width: 420px) {
    .aboutArea .icon6 {
        bottom: 79%;
        left: -37%;
    }
}
@media (max-width: 767px) {
    .aboutArea .icon {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@media (max-width: 640px) {
    .aboutArea .icon {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}
@media (max-width: 580px) {
    .aboutArea .icon {
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
    }
}
@media (max-width: 480px) {
    .aboutArea .icon {
        -webkit-transform: scale(0.55);
        transform: scale(0.55);
    }
}
@media (max-width: 420px) {
    .aboutArea .icon {
        -webkit-transform: scale(0.45);
        transform: scale(0.45);
    }
}
.aboutArea .aboutBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1180px) {
    .aboutArea .aboutBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.aboutArea .rightBox {
    width: calc(100% - 320px);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 110px;
}
@media (max-width: 1280px) {
    .aboutArea .rightBox {
        gap: 0;
    }
}
@media (max-width: 1180px) {
    .aboutArea .rightBox {
        padding-top: 80px;
        width: 80%;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 840px) {
    .aboutArea .rightBox {
        padding-top: 60px;
        gap: 60px;
    }
}
@media (max-width: 420px) {
    .aboutArea .rightBox {
        padding-top: 60px;
        gap: 30px;
    }
}
.aboutArea .rightBox .Img {
    position: relative;
    z-index: 1;
}
.aboutArea .rightBox .Img:before {
    content: "";
    width: 122%;
    height: 119.5%;
    background-image: url(../images/about-pic.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 48.5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.aboutArea .rightBox .Img .mainImg {
    width: 100%;
    margin: 3px auto 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
}
@media (max-width: 840px) {
    .aboutArea .rightBox .Img {
        width: 85%;
        max-width: 506px;
    }
}
.aboutArea .rightBox .right {
    padding-left: 85px;
    padding-top: 65px;
}
@media (max-width: 1280px) {
    .aboutArea .rightBox .right {
        position: relative;
        z-index: 2;
    }
}
@media (max-width: 1180px) {
    .aboutArea .rightBox .right {
        padding: 0;
        width: 100%;
    }
}
.aboutArea .rightBox .right .title span {
    color: #3aaa26;
    font-size: 36px;
    padding: 0px 8px;
    font-weight: 700;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.aboutArea .rightBox .introBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.aboutArea .rightBox .introBox .intro {
    padding-bottom: 10px;
    border-bottom: 2px solid #e1faf6;
    margin-bottom: 10px;
}
.aboutArea .rightBox .introBox .introEn {
    font-size: 15px;
    font-weight: 500;
    color: #3aaa26;
    letter-spacing: 0.4px;
    font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
    .aboutArea .rightBox .introBox .introEn {
        display: none;
    }
}
.aboutArea .rightBox .introBox .introTw {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0.5px;
}
@media (max-width: 767px) {
    .aboutArea .rightBox .introBox .introTw {
        font-size: 14px;
    }
}
@media (max-width: 1180px) {
    .aboutArea .rightBox .introBox {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .aboutArea .rightBox .introBox .intro {
        width: 40%;
    }
}
@media (max-width: 1180px) and (max-width: 767px) {
    .aboutArea .rightBox .introBox .intro {
        width: 45%;
    }
}
.aboutArea .left,
.aboutArea .right {
    max-width: 320px;
}
.aboutArea .left .Txt,
.aboutArea .right .Txt {
    color: #666666;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.8;
}
@media (max-width: 1180px) {
    .aboutArea .left .Txt,
    .aboutArea .right .Txt {
        text-align: center;
    }
}
.aboutArea .left .Txt .title,
.aboutArea .right .Txt .title {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0.6px;
}
@media (max-width: 1180px) {
    .aboutArea .left .Txt .title,
    .aboutArea .right .Txt .title {
        text-align: center;
        line-height: 1.4;
        font-size: 27px;
    }
}

@media (max-width: 640px) {
    .aboutArea .left .Txt .title,
    .aboutArea .right .Txt .title {
        font-size: 24px;
    }
}
.aboutArea .left .Txt .subtitle,
.aboutArea .right .Txt .subtitle {
    max-width: 210px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #333333;
    position: relative;
    margin: 0;
    padding-bottom: 23px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.aboutArea .left .Txt .subtitle:after,
.aboutArea .right .Txt .subtitle:after {
    content: "";
    width: 45px;
    height: 2px;
    background-color: #3aaa26;
    left: 0;
    bottom: 0;
    position: absolute;
}
@media (max-width: 1180px) {
    .aboutArea .left .Txt .subtitle,
    .aboutArea .right .Txt .subtitle {
        text-align: center;
        max-width: 100%;
    font-size: 18px;
    }
    .aboutArea .left .Txt .subtitle:after,
    .aboutArea .right .Txt .subtitle:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 640px) {
    .aboutArea .left .Txt .subtitle,
    .aboutArea .right .Txt .subtitle {
    font-size: 16px;
    }
}

.aboutArea .left .Txt .row,
.aboutArea .right .Txt .row {
    margin: 0;
}
.aboutArea .left .btn a,
.aboutArea .right .btn a {
    padding: 12px 40px;
    border: 1px solid #51649a;
    font-size: 15px;
    color: #51649a;
}
.aboutArea .left .btn a:hover,
.aboutArea .right .btn a:hover {
    color: #fff;
    background-color: #51649a;
}
@media (max-width: 1180px) {
    .aboutArea .left,
    .aboutArea .right {
        max-width: 90%;
    }
}
@media (max-width: 840px) {
    .aboutArea .left,
    .aboutArea .right {
        max-width: 100%;
    }
}
.aboutArea .left {
    position: relative;
    z-index: 2;
}
.aboutArea .left .moreBtn a {
    border-color: #d3d3d3;
}
@media (max-width: 1180px) {
    .aboutArea .left .moreBtn {
        text-align: center;
    }
}
.newsArea {
    padding: 120px 0;
    background-color: #f9fafb;
}
@media (max-width: 580px) {
    .newsArea {
        padding: 60px 0;
    }
}
.newsArea .titleBox {
    width: 50%;
    text-align: left;
    position: relative;
    margin: 0;
    padding-bottom: 18px;
    margin-bottom: 12px;
}
.newsArea .titleBox:after {
    content: "";
    width: 45px;
    height: 2px;
    background-color: #3aaa26;
    left: 0;
    bottom: 0;
    position: absolute;
}
.newsArea .titleBox .titleTw {
    line-height: 1.2;
}
@media (max-width: 480px) {
    .newsArea .titleBox {
        width: 100%;
    }
}
.newsArea .moreBtn {
    text-align: right;
    width: 50%;
}
@media (max-width: 480px) {
    .newsArea .moreBtn {
        width: 100%;
        margin-bottom: 15px;
        text-align: left;
    }
    .newsArea .moreBtn a {
        width: 100%;
    }
}
.newsArea .dateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.newsArea .dateBox .date,
.newsArea .dateBox p {
    color: #3aaa26;
    font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
    line-height: 1;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.5px;
}
.newsArea .dateBox p {
    padding-right: 8px;
}
.newsArea .newsBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 1180px) {
    .newsArea .newsBox {
        width: 100%;
        gap: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.newsArea .newsBox.hide {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.newsArea .left {
    padding-right: 40px;
}
.newsArea .left .dateBox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 5px;
}
.newsArea .left .dateBox > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.newsArea .left .date,
.newsArea .left p {
    color: #fff;
}
.newsArea .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 40px;
}
.newsArea .right .newsList {
    width: 100%;
}
.newsArea .right .item {
    max-width: 660px;
    max-height: 123px;
    border-bottom: 1px solid #e1faf6;
}
.newsArea .left,
.newsArea .right {
    width: 50%;
}
@media (max-width: 1180px) {
    .newsArea .left,
    .newsArea .right {
        padding: 0;
        width: 80%;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .newsArea .left,
    .newsArea .right {
        width: 95%;
    }
}
@media (max-width: 420px) {
    .newsArea .left,
    .newsArea .right {
        width: 100%;
    }
}
.newsArea .Txt {
    width: 100%;
    position: relative;
    padding: 15px 0 13px;
}
.newsArea .Txt .newsInfoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.newsArea .Txt .newsInfoBox .classTitle {
    color: #3aaa26;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.5px;
}
.newsArea .Txt .title a {
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    padding-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsArea .Txt .text {
    overflow: hidden;
    height: 30px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
@media (max-width: 1180px) {
    .newsArea .Txt .text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
.newsArea .classTitle {
    font-size: 12px;
    border: 1px solid #dcdcdc;
    padding: 7px 10px;
}
.newsArea .linkItem .item {
    position: relative;
}
.newsArea .linkItem .Img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.newsArea .linkItem .Img img {
    height: 100%;
    display: block;
}
@media (max-width: 1180px) {
    .newsArea .linkItem .Img img {
        width: 100%;
    }
}
.newsArea .linkItem .Img a {
    font-size: 0;
}
.newsArea .linkItem .Txt {
    pointer-events: none;
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
}
@media (max-width: 360px) {
    .newsArea .linkItem .Txt {
        padding: 15px;
    }
}
.newsArea .linkItem .Txt .title a {
    font-size: 22px;
    letter-spacing: 0.6px;
    color: #fff;
}
.newsArea .linkItem .Txt .textEditor {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.6px;
}
@media (max-width: 540px) {
    .newsArea .linkItem .Txt .textEditor {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
