.historyArea .titleListBox .title {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@-webkit-keyframes wordAni1 {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -1431px;
    }
}

@keyframes wordAni1 {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -1431px;
    }
}
@-webkit-keyframes wordAni2 {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -1869px;
    }
}
@keyframes wordAni2 {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -1869px;
    }
}
.mainArea {
    padding-top: 0;
}
.mainArea.about {
    position: relative;
    z-index: 2;
    padding-bottom: 0;
}
.mainArea.about > .wrap {
    max-width: 100%;
    padding: 0;
}
.mainArea.about .classBox {
    max-width: 1450px;
    padding: 0 25px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1200px) {
    .mainArea.about .classBox .classLink {
        left: 25px;
        width: calc(100% - 50px);
    }
}
.mainArea.other .bread .wrap {
    padding: 20px 0;
}
.mainArea.other .bread .wrap::before {
    width: 100%;
}

.anchorBox {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
    position: absolute;
    top: 42px;
    left: 60px;
    z-index: 3;
    height: 100vh;
}
.anchorBox::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 8px;
    z-index: -1;
    width: 1px;
    height: 100%;
    background-color: #d6d6d6;
}
@media (max-width: 1600px) {
    .anchorBox {
        left: 17px;
    }
}
@media (min-width: 1201px) {
    .anchorBox.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.anchorBox.fixed {
    position: fixed;
    top: 0;
}
.anchorBox.absolute {
    position: absolute;
    top: initial;
    bottom: 0;
}
.anchorBox .anchorItem {
    padding: 10px 0;
}
.anchorBox a {
    display: block;
    pointer-events: auto;
    position: relative;
    letter-spacing: 0.5px;
    padding: 10px 0 10px 30px;
    color: #777;
}
.anchorBox a::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #009944;
}
.anchorBox a::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 4px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background-color: #009944;
}
.anchorBox a.current {
    color: #009944;
}
@media (min-width: 1201px) {
    .anchorBox a:hover {
        color: #009944;
    }
}

.classBox {
    margin-top: -42px;
    margin-bottom: 40px;
}
@media (max-width: 1200px) {
    .classBox {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.aboutArea {
    position: relative;
    overflow: hidden;
    background: url(../images/about/about/bg.png) no-repeat bottom center/contain;
    padding-bottom: 142px;
}
@media (max-width: 1200px) {
    .aboutArea {
        padding-top: 30px;
        padding-bottom: 70px;
        background-size: initial;
    }
}
@media (max-width: 960px) {
    .aboutArea {
        padding-top: 20px;
        padding-bottom: 150px;
    }
}
.aboutArea .wrap {
    position: relative;
    z-index: 2;
}
.aboutArea .titleBox {
    margin-bottom: 50px;
}
@media (max-width: 1200px) {
    .aboutArea .titleBox {
        margin-bottom: 30px;
    }
}
.aboutArea .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.aboutArea .flexBox .Img {
    width: 47.2142857143%;
}
.aboutArea .flexBox .Img img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 20px;
}
@media (max-width: 960px) {
    .aboutArea .flexBox .Img {
        width: 100%;
    }
}
.aboutArea .flexBox .Txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: "Noto Sans SC", "Microsoft JhengHei", sans-serif;
    padding: 10px 40px 0 57px;
}
.aboutArea .flexBox .Txt .title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 1.6;
    color: #333;
}
.aboutArea .flexBox .Txt .text {
    letter-spacing: -0.15px;
    line-height: 1.62;
    padding-right: 26px;
    margin-top: 32px;
    color: #666;
}
@media (max-width: 1200px) {
    .aboutArea .flexBox .Txt {
        padding: 0 0 0 35px;
    }
    .aboutArea .flexBox .Txt .text {
        padding-right: 0;
    }
}
@media (max-width: 960px) {
    .aboutArea .flexBox .Txt {
        padding: 20px 0 0;
    }
}
.aboutArea .decorate {
    position: absolute;
    bottom: 13%;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 110px;
    background: url(../images/about/about/word.png?v=240117) repeat-x top/contain;
    -webkit-animation: wordAni1 30s linear infinite;
            animation: wordAni1 30s linear infinite;
}
@media (max-width: 960px) {
    .aboutArea .decorate {
        bottom: 50px;
        width: 960px;
        height: 74px;
    }
}

.advantageArea {
    position: relative;
    overflow: hidden;
    background: url(../images/bg.jpg);
    padding: 84px 0 131px;
}
@media (max-width: 1200px) {
    .advantageArea {
        padding: 60px 0;
    }
}
.advantageArea .wrap {
    position: relative;
    z-index: 2;
}
.advantageArea .titleBox {
    margin-bottom: 25px;
}
.advantageArea .description {
    text-align: center;
    max-width: 755px;
    letter-spacing: 1px;
    line-height: 1.8;
    margin: 0 auto;
    color: #666;
}
.advantageArea .listBox {
    position: relative;
    margin-top: 50px;
}
.advantageArea .advantageList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -55px;
}
@media (max-width: 1200px) {
    .advantageArea .advantageList {
        margin: 0 -25px;
    }
}
@media (max-width: 1200px) {
    .advantageArea .advantageList {
        margin: 0;
    }
}
.advantageArea .advantageList .advantageItem {
    width: 33.3333333333%;
    padding: 0 55px 55px;
}
@media (max-width: 1200px) {
    .advantageArea .advantageList .advantageItem {
        padding: 0 25px 50px;
    }
}
@media (max-width: 960px) {
    .advantageArea .advantageList .advantageItem {
        padding: 0 25px;
    }
}
.advantageArea .advantageList .Img {
    position: relative;
    padding-right: 32px;
}
.advantageArea .advantageList .Img .listImg {
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #009944;
}
.advantageArea .advantageList .Img .iconImg {
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: 1;
    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;
    width: 166px;
    height: 140px;
    margin: 0 auto;
    background: url(../images/about/advantage/imgBg.png) no-repeat center/contain;
}
.advantageArea .advantageList .Img .iconImg img {
    max-width: 80px;
}
@media (max-width: 1200px) {
    .advantageArea .advantageList .Img .iconImg {
        width: 140px;
        height: 118px;
    }
}
@media (max-width: 768px) {
    .advantageArea .advantageList .Img .iconImg {
        width: 120px;
        height: 101px;
    }
    .advantageArea .advantageList .Img .iconImg img {
        max-width: 60px;
    }
}
.advantageArea .advantageList .Img img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.advantageArea .advantageList .Txt {
    padding-right: 32px;
    margin-top: 23px;
}
.advantageArea .advantageList .Txt .title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #009944;
}
.advantageArea .arrowBox {
    top: calc(50% - 27px);
    width: 100%;
}
@media (min-width: 961px) {
    .advantageArea .arrowBox {
        display: none;
    }
}
.advantageArea .decorate {
    position: absolute;
    bottom: 40%;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 110px;
    background: url(../images/about/advantage/word.png?v=240117) repeat-x top/contain;
    -webkit-animation: wordAni2 30s linear infinite;
            animation: wordAni2 30s linear infinite;
}
@media (max-width: 960px) {
    .advantageArea .decorate {
        bottom: 35%;
        width: 960px;
        height: 57px;
    }
}
.advantageArea canvas {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.historyArea {
    position: relative;
    z-index: 1;
    margin-top: -40px;
}
@media (max-width: 1200px) {
    .historyArea {
        margin-top: 0;
    }
}
.historyArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    padding: 0;
}
.historyArea .leftBox {
    width: 50%;
}
.historyArea .leftBox img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: 40px;
}
@media (max-width: 960px) {
    .historyArea .leftBox {
        display: none;
    }
}
.historyArea .rightBox {
    width: 50%;
    background: url(../images/about/history/bg.jpg) no-repeat center/cover;
    padding: 64px 64px 0;
}
@media (max-width: 960px) {
    .historyArea .rightBox {
        width: 100%;
        padding: 64px 25px 0;
    }
}
.historyArea .titleListBox {
    position: relative;
    max-width: 670px;
    padding: 0 60px;
}
@media (max-width: 960px) {
    .historyArea .titleListBox {
        max-width: 100%;
    }
}
.historyArea .titleListBox .titleItem {
    cursor: pointer;
    padding-right: 20px;
}
.historyArea .titleListBox .titleItem.current .title {
    font-size: 50px;
    color: #fff;
}
@media (max-width: 960px) {
    .historyArea .titleListBox .titleItem.current .title {
        font-size: 23px;
    }
}
.historyArea .titleListBox .title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 55px;
    color: #d4d4d4;
}
@media (max-width: 960px) {
    .historyArea .titleListBox .title {
        line-height: 23px;
    }
}
.historyArea .titleListBox .arrowBox {
    width: 100%;
}
.historyArea .titleListBox .arrowBox .arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.historyArea .titleListBox .arrowBox .arrowPrev {
    background: #fff url(../images/icon/arrowLeft2.png) no-repeat center;
}
.historyArea .titleListBox .arrowBox .arrowNext {
    background: #fff url(../images/icon/arrowRight3.png) no-repeat center;
}
.historyArea .dataListBox {
    padding: 33px 0 0 56px;
}
@media (max-width: 1600px) {
    .historyArea .dataListBox {
        padding: 33px 0 0 0;
    }
}
@media (min-width: 961px) {
    .historyArea .dataListBox .explistBox {
        overflow-y: auto;
        height: 478px;
    }
    .historyArea .dataListBox .explistBox::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15);
        background-color: #dbdbdb;
    }
    .historyArea .dataListBox .explistBox::-webkit-scrollbar {
        width: 0;
        height: 3px;
        background-color: #dbdbdb;
    }
    .historyArea .dataListBox .explistBox::-webkit-scrollbar-thumb {
        background: #009944;
    }
}
.historyArea .dataListBox .expItem {
    position: relative;
    padding: 0 0 45px 30px;
}
.historyArea .dataListBox .expItem::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 13px;
    left: 0;
    width: 11px;
    height: 11px;
    background-color: #fff;
}
.historyArea .dataListBox .expItem::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 13px;
    left: 5px;
    width: 1px;
    height: 100%;
    background-color: #fff;
}
.historyArea .dataListBox .title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 11px;
    color: #fff;
}
.historyArea .dataListBox .textItem {
    position: relative;
    letter-spacing: 0.5px;
    padding: 4px 0 4px 10px;
    color: #fff;
}
.historyArea .dataListBox .textItem::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: calc(50% - 0.5px);
    left: 0;
    width: 4px;
    height: 1px;
    background-color: #fff;
}