section {
    position: relative;
    padding: 0vw 0;
}

.titlemJ {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.titlemJ .titlembox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.titlemJ .titlembox h2 {
    position: relative;
    font-size: max(2.2 * (1vw + 1vh) / 2, 18px);
    color: #80bc58;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 15px;
}

.titlemJ .titlembox h2:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 1px;
    background: #80bc58a3;
    bottom: 7px;
}

.titlemJ .titlembox p {
    font-size: max(1.3 * (1vw + 1vh) / 2, 16px);
}

section>.info {
    position: relative;
    font-size: 0;
    z-index: 12;
}

section .title {
    line-height: 90%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 74px;
}

section .more {
    margin: 60px 0px 0px;
    text-align: left;
    padding-bottom: 0px;
}

section#product_area .more {
    margin: 40px 0px 0px;
}

section .more a {
    position: relative;
    padding: 0;
    display: inline-block;
    padding: 16px 47px;
    background: #1b325f;
}

section#product_area .more a {
    background: unset;
    border: white 1px solid;
}

section#product_area .more a:hover {
    background: #1b325f;
}

section .more font {
    text-align: center;
    font-size: 75px;
    font-weight: 400;
}

section .more a svg.arrow {
    position: absolute;
    width: 20px;
    right: 7px;
    top: calc((100% - 11.41px) / 2);
}

section .more.white a font {
    padding: 5px 10px 5px 0px;
    font-size: 14px;
    color: #ffffff;
}

section .more.white a.more2line font {
    border: 1px solid #35393a;
    margin-left: 20px;
    background: #ffffff;
    color: #35393a;
}

section .more.white:after {
    width: 252px;
}

section .more.white span {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    right: 0;
    top: calc(50% - 2px);
    width: 21px;
    border-bottom: 2px solid #fff;
}

svg.arrow {
    width: 19px;
    fill: rgb(255, 255, 255);
}

svg.arrow.white {
    fill: rgb(255, 255, 255);
}

svg.show {
    width: 8px;
}

.conJbox {
    position: relative;
    width: 1460px;
    max-width: 95%;
    margin: 0 auto;
}

#wrap {
    position: relative;
    overflow: hidden;
}

.PriceLinkList {
    position: relative;
    display: flex;
    margin-top: -90px;
    background: rgb(128 188 88 / 93%);
    z-index: 5555;
}

.PriceLinkList .conJbox {
    display: flex;
}

.PriceLinkList .PriceLinkItem {
    position: relative;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 23px 0px;
}

.PriceLinkList .PriceLinkItem a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.PriceLinkList .PriceLinkItem:hover {
    background: #6ca34b;
}

.PriceLinkList .PriceLinkItem:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 69%;
    background: rgb(255 255 255 / 46%);
    right: 0;
}

.PriceLinkList .PriceLinkItem .info {
    display: flex;
    align-items: center;
}

.PriceLinkList .PriceLinkItem .info img {
    width: 45px;
}

.PriceLinkList .PriceLinkItem .info h3 {
    color: white;
    font-weight: 400;
    margin-left: 9px;
    font-size: max(1.1 * (1vw + 1vh) / 2, 15px);
}

/*aboutindex_box*/
.aboutindex_box {
    position: relative;
    padding: 50px 0 70px;
    background-image: url(/images/38/service_bg.jpg);
}


/*solgonbox*/
.solgonbox {
    background-image: url(/images/38/solgon_bg.jpg);
    padding: 100px 0;
    background-attachment: fixed;
    background-position: 50%;
}

.solgonbox .soginfo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solgonbox .soginfo h3 {
    text-transform: uppercase;
    font-size: max(4 * (1vw + 1vh) / 2, 25px);
    color: white;
}

.solgonbox .soginfo p {
    font-size: max(1.5 * (1vw + 1vh) / 2, 15px);
    color: white;
}



/*index_porduct_box*/
#index_porduct_box {
    padding: 45px 0;
    background-image: url(/images/38/service_bg-2.jpg);
}

#index_porduct_box .slick-prev {
    -moz-transform: scalex(-1);
    -webkit-transform: scalex(-1);
    -o-transform: scalex(-1);
    -ms-transform: scalex(-1);
    transform: scalex(-1);
}

#index_porduct_box .slick-next,
#index_porduct_box .slick-prev {
    top: 47%;
}

#index_porduct_box .slick-prev:before,
#index_porduct_box .slick-next:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    background-image: url(/images/38/aeeow-rigght2.svg);
}

#index_porduct_box ul {
    margin: 50px 0;
}

#index_porduct_box ul li {
    position: relative;
    margin: 0 10px;
    border: #80bc58 3px solid;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#index_porduct_box ul li:hover {
    background: #7eb558;
}

#index_porduct_box ul li:hover .info_AD article {
    color: white;
}

#index_porduct_box ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
}

#index_porduct_box ul li img {
    border-radius: 15px 15px 0 0;
}

#index_porduct_box .info_AD {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#index_porduct_box .info_AD article {
    font-size: max(1.3 * (1vw + 1vh) / 2, 16px);
}

#coonact_box {
    position: relative;
    display: flex;
}

#coonact_box .coonlist {
    display: flex;
    width: 100%;
}

#coonact_box .coonitem {
    position: relative;
    text-justify: inter-ideograph;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#coonact_box .coonitem .temtext {
    position: absolute;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#coonact_box .coonitem .temtext span {
    color: white;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 10px;
}

#coonact_box .coonitem .temtext span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgb(255 255 255 / 49%);
    left: 0;
    bottom: 0;
}

#coonact_box .coonitem .temtext span:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background: white;
    border-radius: 50%;
    bottom: -4px;
}

#coonact_box .coonitem .temtext h4 {
    color: white;
    font-size: max(1.4 * (1vw + 1vh) / 2, 23px);
}

#coonact_box .coonitem .temtext-center {
    position: absolute;
    bottom: 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#coonact_box .coonitem .temtext-center span {
    font-size: max(2.5 * (1vw + 1vh) / 2, 25px);
    text-transform: uppercase;
    color: white;
    font-weight: 700;
}

#coonact_box .coonitem .temtext-center b {
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 50%;
    margin-bottom: 6px;
}

#coonact_box .coonitem .temtext-center h4 {
    color: white;
    font-size: max(1.4 * (1vw + 1vh) / 2, 24px);
    margin-bottom: 30px;
}

#coonact_box .poconlink {
    display: flex;
}

#coonact_box .poconlink a {
    display: flex;
    padding: 10px 15px;
    color: white;
    border: rgb(255 255 255 / 53%) 1px solid;
    border-radius: 20px;
    margin: 0 10px;
}

#coonact_box .poconlink a:hover {
    background: #4caf50;
}

#coonact_box .coonlist .coo1 {
    background-image: url(/images/38/waonimg-2.jpg);
    background-size: 100%;
    background-position: 50%;
}

#coonact_box .coonlist a.coolink {
    position: absolute;
    width: 100%;
    height: 100%;
}

#coonact_box .coonlist .coonitem:hover {
    background-size: 110%;
}

#coonact_box .coonlist .coonitem.center:hover {
    background-size: cover;
}

#coonact_box .coonlist .center {
    background-image: url(/images/38/waonimg-center.jpg);
    background-size: cover;
}

#coonact_box .coonlist .coo2 {
    background-image: url(/images/38/waonimg-3.jpg);
    background-size: 100%;
    background-position: 50%;
}

#neww_box {
    display: flex;
    position: relative;
    padding: 30px 0 50px;
}

#neww_box .wenbox {
    display: flex;
    margin: 80px 0;
}

#neww_box .wenbox .wenleftbox {
    display: flex;
    flex-direction: column;
    width: 50%;
}

#neww_box .wenbox .wenleftbox ul {
    display: grid;
}

#neww_box .wenbox .wenleftbox ul li {
    position: relative;
    width: 95%;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 50px 115px 1fr 40px;
    padding: 30px 10px;
    border-top: #d6d6d6 1px solid;
    align-items: center;
}

#neww_box .wenbox .wenleftbox ul li:hover {
    background: rgb(244 244 244 / 82%);
}

#neww_box .wenbox .wenleftbox ul li .txt {
    overflow: hidden;
    margin: 10px 0;
    height: 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 95%;
}

#neww_box .wenbox .wenleftbox ul li font {
    display: flex;
}

#neww_box .wenbox .wenleftbox ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
}

#neww_box .wenbox .wenleftbox ul li .cateJ {
    padding: 7px 5px;
    background: #80bc58;
    border-radius: 4px;
    color: white;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: max(1 * (1vw + 1vh) / 2, 15px);
}

#neww_box .wenbox .wenleftbox .noBox svg {
    fill: #70a84a;
    width: 25px;
    aspect-ratio: 1/1;
}

#neww_box .wenbox .wenrightbox {
    display: flex;
    flex-direction: column;
    width: 50%;
}

#neww_box .wenbox .wenrightbox iframe {
    height: 310px;
    width: 95%;
    margin: 0 auto;
}

#conctat_box {
    position: relative;
    background-color: #70a84a;
    padding: 30px 0 10px;
}

#conctat_box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    background: white;
    top: 0;
}

#conctat_box .flyxon {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    background: white;
    box-shadow: 0px 0 10px 7px rgb(150 150 150 / 17%);
    border-radius: 10px;
    padding: 60px 0;
}

#conctat_box .flyxon .bartext {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

#conctat_box .flyxon .bartext span {
    font-size: max(1 * (1vw + 1vh) / 2, 16px);
}

#conctat_box .flyxon .bartext h4 {
    font-size: max(2.8 * (1vw + 1vh) / 2, 30px);
    font-weight: 400;
}

#conctat_box .flyxon .call_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: min(90%, 1440px);
}

#conctat_box .flyxon .call_box a {
    color: #212121;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
}

#conctat_box .flyxon .call_box a.linebn {
    border: #70a84a 1px solid;
    border-radius: 90px;
    font-size: max(2 * (1vw + 1vh) / 2, 21px);
    color: #70a84a;
    font-weight: 500;
}

#conctat_box .flyxon .call_box a.linebn:hover {
    background: #70a84a;
    color: white;
}

#conctat_box .flyxon .call_box a.linebn:hover svg {
    fill: white;
}

#conctat_box .flyxon .call_box a.linebn svg {
    margin-left: 14px;
}

#conctat_box .flyxon .call_box a.callbn {
    font-size: max(3.9 * (1vw + 1vh) / 2, 35px);
    font-weight: 600;
    justify-content: flex-end;
}

#conctat_box .flyxon .call_box:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 80%;
    background: #dfdfdf;
    right: 50%;
}

#conctat_box .flyxon .call_box a.callbn svg {
    fill: #70a84a;
    animation: bounce-rotate-fall 2s ease-in-out infinite;
}

#conctat_box .flyxon .call_box svg {
    width: 34px;
    aspect-ratio: 1/1;
    fill: #70a84a;
}

.dwimg {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 37px;
}

.cirtext {
    animation: 15s linear infinite spinJ;
}

@keyframes spinJ {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes bounce-rotate-fall {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(0px) rotate(-15deg);
    }

    75% {
        transform: translateY(0px) rotate(15deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}

/*run-car*/
.run-car {
    display: flex;
    height: 124px;
    width: 100%;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
}

.run-car img {
    width: 190px;
}

@keyframes runAnimation {
    0% {
        transform: translateX(1500%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.run-car img {
    animation: runAnimation 6s linear infinite;
}



.info .tit a {
    display: inline-block;
    font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
    text-transform: uppercase;
    font-size: 70px;
    letter-spacing: 2px;
    background-clip: text;
    -webkit-background-clip: text;
    color: white;
}

#ADBox .info .tit a,
#product_area .info .tit a,
#qabox .info .tit a,
#index_about_box .info .tit a {
    color: #1b325f;
}





/* aboutBox */
#aboutBox .workframe {
    overflow: hidden;
}

#aboutBox .left_box {
    padding: 0;
    float: left;
    width: 700px;
    height: calc(100vh - 71px);
    bottom: 0;
    z-index: 10;
}

#aboutBox .info_box h4 {
    margin: 15px 0;
    height: 52px;
    text-align: center;
    font-weight: 400;
    font-size: 31px;
}

#aboutBox .img_box_cover,
#aboutBox .img_box_cover img {
    height: 65vh;
}

#aboutBox .left_box .info_box article.text-clamp {
    margin-bottom: 20px;
    height: 84px;
    line-height: 190%;
    -webkit-line-clamp: 3;
}

#aboutBox .right_box {
    float: right;
    width: 50%;
}

#aboutBox .right_box .list_box {
    margin-bottom: 30px;
    width: calc(50% - 1px);
    border-left: 1px #ccc solid;
    display: inline-block;
    vertical-align: top;
}

#aboutBox .right_box .list_box .relat_box {
    margin: 0 25px;
}

#aboutBox .right_box .list_box .img_box_cover,
#aboutBox .right_box .list_box .img_box_cover img {
    height: 370px;
}

#aboutBox .right_box .list_box .info_box h4 {
    height: 40px;
    font-size: 24px;
}

#aboutBox .right_box .list_box:nth-child(2n) .img_box_cover,
#aboutBox .right_box .list_box:nth-child(2n) .img_box_cover img {
    height: 300px;
}

#aboutBox .right_box .list_box:nth-child(2n) .info_box h4 {
    margin: 15px 0 90px;
}

#aboutBox.about_content_end {
    width: 100%;
    display: block;
}

/* secabout */
#secabout {
    margin-top: 50px;
}

#secabout:before {
    position: absolute;
    width: 60%;
    height: 100%;
    background: #dc8661;
    display: block;
    top: 0;
    left: 0;
    content: "";
}

#secabout>div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

#secabout .customBox ul {
    margin: 0 auto;
    width: 500px;
}

#secabout .customBox ul li {
    padding: 60px 0;
}

#secabout .customBox ul li .page_sub_title {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 36px;
    color: #fff;
}

#secabout .customBox ul li article {
    font-weight: 200;
    font-size: 18px;
    color: #ece4e0;
}

#secabout .youtubeBox {
    top: 45px;
}

#secabout .youtubeBox iframe {
    width: 90%;
    height: 350px;
}

/* ADvideo */
section {
    position: relative;
}

.info h2,
#productBox .info h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2.2px;
    color: #35333b;
    position: relative;
    line-height: 180%;
}

#product_area .info h2.title1 {
    color: white;
}

.info h2.title1 {
    margin-bottom: 22px;
}


/* bookBox */
#bookBox ul {
    margin: 0 auto;
    width: 1200px;
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

#bookBox ul li {
    overflow: hidden;
}

#bookBox ul li img {
    height: 275px;
}

#bookBox ul li:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

#bookBox ul li:nth-child(8) {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 4;
}

#bookBox ul li:first-child img,
#bookBox ul li:nth-child(8) img {
    height: 550px;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1500px) {
    #aboutBox .left_box {
        width: calc(47.5vw - 25px);
    }
}

@media screen and (max-width: 1470px) {
    #neww_box .wenbox {
        margin: 40px 0;
    }

    .info .tit a {
        font-size: 60px;
    }

    .info h2,
    #productBox .info h2 {
        font-size: 23px;
    }

    .conJbox {
        width: 1240px;
    }

    #coonact_box .coonitem .temtext-center {
        bottom: 46px;
    }

    #product_area .moreBtn {
        padding-top: 31px;
    }

}

@media screen and (min-width: 1281px) {}

@media screen and (max-width: 1280px) {
    #coonact_box .coonlist {
        display: flex;
        flex-wrap: wrap;
    }

    #coonact_box .coonitem {
        width: 50%;
    }

    #coonact_box .coonlist .coo1 {
        order: 2;
    }

    #coonact_box .coonlist .coo2 {
        order: 3;
    }

    #coonact_box .coonlist .center {
        order: 1;
        width: 100%;
        background: #70a84a;
    }

    #coonact_box .coonlist .center img {
        width: 100%;
        height: 470px;
    }

    #coonact_box .coonitem .temtext-center {
        bottom: 140px;
    }
}

@media screen and (max-width: 1024px) {

    .info .tit a {
        font-size: 39px;
    }

    #neww_box .wenbox {
        display: flex;
        flex-direction: column;
    }

    #neww_box .wenbox .wenleftbox {
        width: 100%;
    }

    #neww_box .wenbox .wenrightbox {
        width: 100%;
    }

    #secabout:before {
        width: 90%;
        height: calc(100% - 300px);
    }

    #secabout>div {
        width: 95%;
    }

    #secabout .customBox ul {
        width: 80%;
    }

    #secabout .youtubeBox {
        width: 100%;
        text-align: right;
        top: 0;
    }
}

@media screen and (max-width: 980px) {
    .scaldown {
        right: 0;
        top: 35%;
    }

    #coonact_box .coonlist .center img {
        height: 380px;
    }

    #coonact_box .coonitem .temtext-center {
        bottom: 110px;
    }
}



@media screen and (max-width: 768px) {
    .PriceLinkList .conJbox {
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
    }

    .PriceLinkList .PriceLinkItem {
        width: 45%;
        display: flex;
        justify-content: flex-start;
    }

    .PriceLinkList .PriceLinkItem:before {
        display: none;
    }

    .PriceLinkList {
        background: rgb(128 188 88 / 100%);
    }
}

@media screen and (max-width: 640px) {

    #index_porduct_box ul {
        margin: 15px 0;
    }

    #conctat_box .flyxon .call_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #conctat_box .flyxon .call_box:before {
        display: none;
    }

    #conctat_box .flyxon {
        padding: 27px 0;
    }

    #conctat_box .flyxon .call_box a.callbn {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-bottom: 15px;
    }

    #conctat_box .flyxon .call_box a.linebn {
        padding: 7px 15px;
        width: 68%;
        display: flex;
        justify-content: space-between;
    }

    #conctat_box .flyxon .call_box a.callbn svg {
        margin-bottom: 15px;
    }

    #conctat_box .flyxon .bartext {
        margin-bottom: 5px;
    }

}

@media screen and (max-width: 550px) {
    #secabout:before {
        width: 100%;
    }


    .run-car img {
        width: 140px;
    }

    .scaldown {
        top: 28%;
        width: 150px;
        height: 150px;
        right: -95px;
    }

}

@media screen and (max-width: 480px) {
    .conJbox {
        width: 93%;
    }

    .PriceLinkList .PriceLinkItem {
        width: 50%;
    }

    .PriceLinkList .PriceLinkItem .info img {
        width: 40px;
    }

    #coonact_box .poconlink {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #coonact_box .poconlink a {
        margin-bottom: 13px;
    }

    #coonact_box .coonitem .temtext-center {
        bottom: 30px;
    }

    #coonact_box .coonlist .center img {
        height: 340px;
    }

    #coonact_box .coonlist .coo1 {
        width: 100%;
        order: 1;
    }

    #coonact_box .coonlist .coo2 {
        width: 100%;
    }

    #coonact_box .coonlist .center {}

    section#product_area .more {
        margin-top: 25px;
    }

    section .more a {
        padding: 12px 33px;
    }

    section .more.white a font {
        font-size: 12px;
    }

    #neww_box .wenbox .wenleftbox ul li {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    #aboutBox .right_box .list_box {
        width: 100%;
        border-right: 0;
    }

}