section {
    position: relative;
    padding: 0vw 0;
}

#newsBox .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 1;
    background-color: #000;
}

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;
}

#cvanimg {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

#cvanimg:before {
    content: "";
    background-color: #f9f9f9;
    position: absolute;
    width: 100%;
    height: 303px;
    bottom: 0;
}

.flyitemJ {
    position: absolute;
    left: 22px;
    bottom: 40px;
    z-index: 3;
}

.flyitemJ2 {
    position: absolute;
    left: -203px;
    top: 400px;
    z-index: 3;
}

.flyitemJ img {
    animation: web_menu001 ease-in-out 3s infinite;
    animation-direction: alternate;
}

#cvanimg .conJbox {
    width: 90%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

#cvanimg .undertext {
    position: absolute;
    left: 0;
    top: 0%;
    z-index: 0;
}

#cvanimg .undertext p {
    text-transform: uppercase;
    font-size: 10em;
    color: rgb(237 237 237 / 31%);
    font-style: italic;
    font-weight: 700;
}

.matmbox {
    display: flex;
    align-items: center;
    padding: 90px 0;
}

.matmbox .maJtitle {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.matmbox .cvanrightbox {
    display: flex;
    flex-direction: column;
    width: 70%;
}

.matmbox .cvanrightbox ul {}

.matmbox .cvanrightbox ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.matmbox .cvanrightbox ul .slick-list {
    display: flex;
    flex-direction: column;
}

.matmbox .cvanrightbox li {
    box-shadow: 0px 0 10px 0px rgb(55 55 55 / 25%);
    display: flex;
    flex-direction: column;
}

.matmbox .cvanrightbox .title {
    font-size: 1.25em;
    font-weight: 400;
}

.matmbox .cvanrightbox .Txt {
    position: absolute;
    width: 100%;
    display: flex;
    background: white;
    padding: 15px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    bottom: 0;
}

#wrap {
    position: relative;
    overflow: hidden;
}

.scaldown {
    position: absolute;
    display: flex;
    width: 185px;
    height: 185px;
    top: auto;
    right: -168px;
    top: 0;
    left: auto;
    z-index: 3;
}

.scaldown .goindown {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    z-index: 9;
}

.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);
    }
}

/*tavideobox*/
#tavideobox {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#tavideobox video {
    transition: all linear 0.3s;
    width: 800px;
    max-width: 100%;
}

#tavideobox video.cmbooBox {
    position: absolute;
    width: 93%;
    max-width: 100%;
}

#tavideobox video.fillBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99999;
    background-color: black;
}

#tavideobox span.sanJdown {
    width: 30px;
    aspect-ratio: 1 / 1;
    position: fixed;
    background: url(/images/38/icon_aw.svg);
    background-size: contain;
    background-position: 50%;
    right: 43px;
    bottom: 150px;
    z-index: 9999998;
    animation: web_menu002 ease-in-out 3s infinite;
    animation-direction: alternate;
    border-radius: 50%;
    border: rgb(255 255 255 / 29%) 1px solid;
    background-color: #65a603;
}

/* scrollBtn */
@keyframes web_menu002 {
    0% {
        transform: translate(0px, 0px);
        opacity: 1;
    }

    50% {
        transform: translate(0px, 50px);
        opacity: 0;
    }

    100% {
        transform: translate(0px, 0px);
        opacity: 1;
    }
}

@keyframes web_menu001 {
    0% {
        transform: translate(0px, 0px);

    }

    50% {
        transform: translate(0px, 15px);

    }

    100% {
        transform: translate(0px, 0px);

    }
}

#tavideobox {
    position: relative;
    width: 100%;
    height: 900px;
    padding-bottom: 120px;
}

#tavideobox .closeeJ {
    position: fixed;
    right: 34px;
    z-index: 11999999;
    top: 40%;
}

section .btn a#prevBtn5 {
    -webkit-transform: rotate(-90deg);
    margin-bottom: 10px;
}

section#tavideobox .btn a {
    border: rgb(255 255 255 / 54%) 2px solid;
}

section#tavideobox .btn a svg {
    fill: white;
}

section .btn a#nextBtn5 {
    -webkit-transform: rotate(90deg);
}

section#tavideobox .btn {
    display: flex;
    flex-direction: column;
}

/* newsArea */
#knowledge_area {
    padding: 4vw 0;
}

.newsArea {
    padding: 0px 0 30px 0
}

section#knowledge_area .btn {
    display: flex;
    justify-content: center;
    padding: 40px 0 0;
}

.newsArea a:hover {
    color: #f08200
}

.newsArea .newsBox {
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.newsArea .newsBox.hide {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.newsArea .newsItem {
    max-width: 1310px;
    padding: 0 35px;
    width: 100%;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.newsArea .newsItem.slick-center {
    opacity: 1
}

.newsArea .clearfix {
    display: flex;
    background-color: #f8f8f8;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

#knowledge_area ul li.slick-slide {
    position: relative;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    z-index: -1;
    margin: 70px 0 0
}

#knowledge_area ul li.slick-slide:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 78%);
    content: ""
}

#knowledge_area ul li.slick-center {
    z-index: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    filter: none
}

#knowledge_area ul li.slick-center:after {
    display: none
}

#knowledge_area ul li:before {
    position: absolute;
    width: 30px;
    height: 0;
    background-color: #65a603;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    top: -90px;
    left: 80px;
    z-index: 0;
    opacity: 0;
    content: "";
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg)
}

#knowledge_area ul li.slick-center:before {
    opacity: 1;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    height: 130px
}

.newsArea .Img {
    flex-shrink: 0
}

.newsArea .Img img {
    width: 590px;
    height: 460px;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.newsArea .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between
}

.newsArea .head .titleBox {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.newsArea .head .titleBox .enTitle {
    font-size: 20px;
    display: inline-block;
    font-style: inherit;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase
}

.newsArea .head .titleBox .title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 1;
    height: auto;
    display: flex;
    align-content: center;
    align-items: center
}

.newsArea .head .titleBox .title span {
    color: var(--primary);
    font-size: 26px
}

.newsArea .titleBox .title {
    font-weight: 600;
    font-size: 40px;
    color: var(--secondary);
    position: relative
}

.newsArea .titleBox .title em {
    font-style: italic
}

.newsArea .head .arrowBox {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px)
}

.newsArea .head .arrowBox .line {
    width: 1px;
    height: 20px;
    background-color: #cbcbcb;
    margin: 0 20px
}

.newsArea .head .arrowBox .arrow {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
    background-color: #222222
}

.newsArea .head .arrowBox .arrowPrev {
    -webkit-mask: no-repeat url(../images/arrow1.png) center/contain;
    mask: no-repeat url(../images/arrow1.png) center/contain
}

.newsArea .head .arrowBox .arrowPrev:hover {
    background-color: #f08200
}

.newsArea .head .arrowBox .arrowNext {
    -webkit-mask: no-repeat url(../images/arrow2.png) center/contain;
    mask: no-repeat url(../images/arrow2.png) center/contain
}

.newsArea .head .arrowBox .arrowNext:hover {
    background-color: #f08200
}

.newsArea .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px
}

.newsArea .content .left {
    min-width: 70px;
    padding-left: 0;
    padding-top: 14px;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.newsArea .content .left .day {
    font-size: 50px;
    color: #222222;
    line-height: 45px;
    font-family: 'Poppins', sans-serif
}

.newsArea .content .left .date {
    font-size: 14px;
    color: #222222;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif
}

.newsArea .content .left .line {
    margin: 10px 0 16px 0
}

.newsArea .content .left .classTitle {
    position: static;
    font-size: 16px;
    font-weight: 500
}

.newsArea .content .right {
    padding-left: 17px;
    padding-top: 3px;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.newsArea .content .right h3 {
    font-size: 20px;
    margin: 0;
    line-height: 150%;
    -webkit-line-clamp: 2
}

.newsArea .Txt {
    position: relative;
    padding: 64px 50px 57px;
    min-width: 0;
    width: 100%
}

.newsArea .Txt .classTitle {
    position: absolute;
    right: 20px;
    top: 30px
}

.newsArea .Txt .title {
    height: 60px
}

.newsArea .Txt .title a {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px
}

.newsArea .Txt .text {
    height: 70px;
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin-bottom: 14px;
    margin-top: 20px;
    -webkit-line-clamp: 3
}

.newsArea .Txt a.link {
    text-align: right;
    font-size: 13px;
    padding-right: 3px;
    letter-spacing: 0.8px;
    align-self: flex-end;
    font-family: 'Poppins', sans-serif;
    margin-top: 40px;
    color: #898989;
}

#news_area .workframe {
    margin-right: 0;
    margin-left: auto;
    width: 82%;
}

.txt_clamp {
    overflow: hidden;
    height: 27px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 10px 0 0;
}

/* 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;
}

section .title_box {
    margin-bottom: 40px
}

section .title_box .tanJ {
    display: flex;
}

section .title_box .more_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

section .title_box .more_btn a {
    padding: 5px 25px;
    background: #65a603;
    border-radius: 50px;
}

section .title_box font {
    text-transform: uppercase;
    line-height: 130%;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 1em;
    color: #ffffff;
}

section .title_box font:last-child {
    margin-left: 15px
}

section .title_box .page_title {
    font-weight: 600;
    font-size: 40px;
    color: #231815;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 2em;
}

section .title_box .page_title::after {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #3a4856;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: -15px;
}

section .title_box .page_title::first-letter {
    color: #65a603;
}

section .boobut {
    display: flex;
}

section .btn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

section .btn a {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 50%;
    border: rgb(67 67 67 / 35%) 1px solid;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

#prevBtn2 {
    -webkit-transform: rotate(180deg);
}

section .btn a svg {
    width: 15px;
    padding: 5px;
    fill: #434343;
}

.info h2,
#productBox .info h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2.2px;
    color: #35333b;
    position: relative;
    line-height: 180%;
}

.info h2.title1 {
    margin-bottom: 22px;
}



/* Service_area */
#Service_area {
    padding: 10px 0 70px;
}

#Service_area .pos_rel {
    padding: 90px 15px;
}

#Service_area .pos_rel:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 100%;
    background-image: url(/images/38/cav_bg.jpg);
    left: -10%;
    top: 0;
    border-radius: 50px 0 50px 0px;
}

#Service_area .earthdada {
    position: absolute;
    right: -169px;
    top: -120px;
    animation: web_menu001 ease-in-out 3s infinite;
    animation-direction: alternate;
}

#Service_area .serviceList {
    display: flex
}

.productBox {
    position: relative;
    z-index: 1;
}

.productBox:before {
    content: "";
    position: absolute;
    width: 20%;
    height: 110%;
    background: white;
    left: -14%;
    top: -5%;
    border-radius: 10px;
}

#Service_area .servicetitleBox .title_box {
    width: 50%;
    position: relative;
    padding: 40px 0;
}

#Service_area .servicetitleBox .title_box::after {
    content: "";
    width: 140px;
    height: 1px;
    background-color: #3a4856;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 14px
}

#Service_area .servicetitleBox .subtitle {
    width: 25%;
    z-index: 2;
}

#Service_area .servicetitleBox .subtitle h3 {
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 5px
}

#Service_area .servicetitleBox {
    display: flex;
    margin-bottom: 30px;
}

#Service_area .serviceList li.listItem {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 33.3%;
    margin: 0 10px;
    box-shadow: 0px 0 10px 0px rgb(55 55 55 / 25%);
}

#Service_area .serviceList li.listItem .tantext {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 40px;
    z-index: 9;
}

#Service_area .serviceList li.listItem.focus .tantext {
    display: flex;
}

#Service_area .serviceList li.listItem .item {
    position: relative
}

#Service_area .serviceList li.listItem .item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 59%)20%, rgb(255 255 255 / 0%)50%);
    opacity: .7;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#Service_area .serviceList li.listItem .item:after {
    opacity: 1.7
}

#Service_area .serviceList li.listItem .Img {
    height: 540px;
    background: #000
}

#Service_area .serviceList li.listItem .Img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#Service_area .serviceList li.listItem .Txt {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 40px 20px 40px;
    z-index: 10
}

#Service_area .serviceList li.listItem .Txt .title {
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    line-height: 1.1;
    letter-spacing: 1px
}

#Service_area .serviceList li.listItem .Txt .textBox {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    padding-top: 20px
}

#Service_area .serviceBG {
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    bottom: 0;
    left: -190px;
    background: #f7f7f7;
    opacity: 1;
    z-index: -5;
    -webkit-transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
    transform: skewX(-22deg);
    transition: all 3.1s ease-in-out;
    -webkit-transition: all 3.1s ease-in-out
}

#Service_area .title_box .page_title {
    padding-bottom: 0;
    margin-bottom: 0
}

section .title_box .bgtext {
    position: absolute;
    text-transform: uppercase;
    font-size: 10em;
    color: rgb(237 237 237 / 54%);
    font-style: italic;
    font-weight: 700;
    top: -92px;
    z-index: -1;
    left: -15%;
}

#Service_area .title_box .page_title::after {
    display: none
}

#Service_area.tooolong .serviceBG {
    width: 60%
}

@media screen and (min-width:1201px) {
    .newsArea .newsItem {
        opacity: 0.5
    }

    #Service_area .serviceList li.listItem.focus {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

}

@media screen and (max-width: 1680px) {
    .newsArea .newsItem {
        max-width: 1000px
    }

    .newsArea .Img {
        width: 50%
    }

    .newsArea .Img img {
        height: 100%
    }

    .newsArea .Txt {
        padding: 40px 35px;
    }
}

@media screen and (max-width: 1560px) {
    #aboutBox .left_box {
        width: calc(47.5vw - 25px);
    }

    #news_area .workframe {
        width: 91%;
    }

    .newsArea .newsItem {
        max-width: 1200px;
        padding: 0 30px
    }

    .newsArea .content .right {
        padding-left: 30px
    }

    .newsArea .Txt {
        padding: 45px
    }
}

@media screen and (max-width: 1470px) {
    #tavideobox {
        padding-bottom: 0px;
        height: 800px;
    }

    .info .tit a {
        font-size: 60px;
    }

    .info h2,
    #productBox .info h2 {
        font-size: 23px;
    }

    .conJbox {
        width: 1240px;
    }

    .scaldown {
        right: -90px;
        width: 150px;
        height: 150px;
    }

    #Service_area .pos_rel:before {
        width: 110%;
        left: -5%;
        border-radius: 30px 0 30px 0px;
    }

    #Service_area .earthdada {
        width: 300px;
        right: -80px;
        top: -100px;
    }

    #Service_area .servicetitleBox .title_box {
        padding: 15px 0;
    }

    #Service_area .serviceList li.listItem.focus .tantext {
        bottom: 60px;
    }

    #Service_area .servicetitleBox {
        margin-bottom: 0;
    }

    #cvanimg:before {
        height: 259px;
    }

    section .title_box .bgtext {
        font-size: 8em;
        top: -67px;
        left: -8%;
    }

    #newsBox .conJbox:after {
        width: 700px;
        height: 350px;
        right: -16%;
    }

    #ADvideo {
        right: -4%;
    }

    #ADvideo ul li .img img {
        height: 280px;
    }


}

@media screen and (min-width: 1281px) {}

@media screen and (max-width: 1280px) {
    .newsArea .newsItem {
        max-width: none;
        padding: 0
    }

    .newsArea .Txt {
        padding: 35px 30px;
        width: auto
    }

    #bookBox ul {
        width: 90%;
    }

    #bookBox ul li img {
        height: 22.5vw;
    }

    #bookBox ul li:first-child img,
    #bookBox ul li:nth-child(8) img {
        height: 45vw;
    }

    #aboutBox .info .txtBox h3,
    #ADBox .info h3,
    #productBox .info h3 {
        font-size: 42px
    }

    #Service_area .serviceList li.listItem.focus .tantext {
        bottom: 120px;
    }
}

@media screen and (max-width: 1024px) {
    #newsBox .conJbox:after {
        width: 565px;
        height: 237px;
        right: -22%;
        bottom: -27px;
    }

    #Service_area .servicetitleBox {
        display: flex;
        flex-direction: column
    }

    #Service_area .servicetitleBox .title_box,
    #Service_area .servicetitleBox .subtitle {
        width: 100%;
        margin-bottom: 15px;
    }

    #Service_area .serviceList li.listItem .Img {
        height: 470px
    }

    #Service_area .serviceList {
        display: flex;
        flex-direction: column
    }

    #Service_area .serviceList li.listItem {
        width: calc(100% - 0px);
        margin-bottom: 20px;
        padding: 0;
        aspect-ratio: auto;
    }

    .productBox:before {
        display: none;
    }

    #Service_area .servicetitleBox .title_box::after {
        display: none;
    }

    #newsBox .info {
        width: 390px;
        padding: 7vw 48% 7vw 0px;
    }

    #newsBox .info .row {
        width: 100%;
        display: block;
    }

    #newsBox .info ul li {
        padding: 0;
    }

    #newsBox .info ul li a,
    #aboutBox .info {
        width: 100%;
    }

    #newsBox .info ul li .noBox,
    #newsBox .info .btn,
    #secabout #youtubeBox .right {
        display: none;
    }

    .info .tit a {
        font-size: 39px;
    }

    .newsArea .content .left .day {
        font-size: 30px
    }

    .newsArea .content .left .date {
        font-size: 12px
    }

    .newsArea .content .left {
        min-width: 50px;
        padding-top: 0
    }

    .newsArea .content .right {
        padding-left: 10px
    }

    .newsArea .Txt .text {
        margin-bottom: 14px;
        margin-top: 10px
    }

    #aboutBox .left_box {
        width: calc(60vw - 25px);
    }

    #aboutBox .right_box {
        width: 35vw;
    }

    #aboutBox .right_box .list_box {
        width: calc(100% - 1px);
    }

    #aboutBox .right_box .list_box .img_box_cover,
    #aboutBox .right_box .list_box .img_box_cover img {
        height: 300px;
    }

    #aboutBox .right_box .list_box:nth-child(2n) .info_box h4 {
        margin: 15px 0;
    }

    #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;
    }

    #ADvideo>.info_AD {
        width: 90%;
    }

    #ADvideo {
        width: 67%;
        position: relative;
        right: -3%;
    }

    section .more {
        margin: 30px 0px 0px
    }

}

@media screen and (max-width: 980px) {
    #newsBox .info {
        width: 239px;
        padding: 7vw 42% 7vw 0px;
    }

    #newsBox .info:before {
        right: 80px
    }

    #index_about_box .bumoombox {
        display: flex;
        flex-direction: column;
        padding: 30px 0 120px;
    }

    #newsBox .conJbox:after {
        right: -40%;
    }

    #index_about_box .bumoombox .rightboxx {
        width: 90%;
    }

    #index_about_box .bumoombox .leftboxx {
        width: 90%;
        margin: 20px 0 0;
    }

    .scaldown {
        right: 0;
        top: 35%;
    }

    #tavideobox {
        height: auto;
    }

    #tavideobox video.cmbooBox {
        position: relative;
        width: 800px;
    }

    #tavideobox video.fillBox {
        position: relative;
        width: 800px;
    }

    #tavideobox span.sanJdown {
        display: none;
    }

    .matmbox {
        display: flex;
        flex-direction: column;
    }

    .matmbox .maJtitle {
        width: 100%;
    }

    .matmbox .cvanrightbox {
        width: 100%;
    }

    .matmbox .cvanrightbox ul li .item {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .matmbox .cvanrightbox ul li .item a {
        display: flex;
        width: 100%;
    }

    .matmbox .cvanrightbox ul li img {
        object-fit: cover;
        width: 100%;
    }

    #cvanimg .conJbox {
        width: 100%;
    }

    #cvanimg {
        display: flex;
        justify-content: center;
    }

    #Service_area .earthdada {
        width: 200px;
        right: -17px;
        z-index: 9;
        top: -20px;
    }
}

@media screen and (max-width: 780px) {

    #aboutBox .info .title1:after,
    #ADBox .info h2:after {
        display: none;
    }


    #ADvideo {
        width: 100%;
        right: 0;
    }
}

@media screen and (max-width: 768px) {

    #aboutBox .img_box_cover,
    #aboutBox .img_box_cover img {
        height: 380px;
    }

    #aboutBox .left_box {
        margin-bottom: 50px;
        width: 100%;
        height: auto;
    }

    #aboutBox .right_box {
        width: 100%;
    }

    #aboutBox .right_box .list_box {
        width: calc((100% - 1px) / 2);
        border-left: 0;
        border-right: 1px #ccc solid;
    }

    #aboutBox .right_box .list_box:nth-child(2n) {
        border-right: 0;
    }

    #aboutBox .right_box .list_box .relat_box {
        margin: 0 15px;
    }

    #aboutBox .right_box .list_box .img_box_cover,
    #aboutBox .right_box .list_box .img_box_cover img,
    #aboutBox .right_box .list_box:nth-child(2n) .img_box_cover,
    #aboutBox .right_box .list_box:nth-child(2n) .img_box_cover img {
        height: 50vw;
    }

    #aboutBox .right_box .list_box .info_box h4 {
        height: 30px;
        font-size: 18px;
    }

    #bookBox ul {
        grid-template-rows: repeat(4, 1fr);
    }

    #bookBox ul li:first-child {
        grid-column-end: 4;
    }

    #bookBox ul li:nth-child(8) {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 5;
    }

    .newsArea .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .newsArea .Img {
        width: 100%
    }

    .newsArea .head .titleBox .enTitle {
        font-size: 20px;
    }

    .newsArea .head .titleBox .title {
        font-size: 24px
    }

    .newsArea .Img img {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    #Service_area .serviceList li.listItem .Img {
        height: 320px
    }

    #Service_area .serviceList li.listItem .Txt .title {
        font-size: 22px
    }

    #Service_area .serviceList li.listItem .Txt {
        padding: 30px 30px 20px 30px
    }

    #newsBox {
        width: 100%
    }

    #newsBox .info {
        width: 240px;
        padding: 7vw 42% 7vw 0px;
    }

    #bookBox ul {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(5, 1fr);
    }

    #bookBox ul li:first-child {
        grid-column-end: 3;
    }

    #bookBox ul li:nth-child(8) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 5;
        grid-row-end: 6;
    }

    #bookBox ul li:nth-child(7) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 5;
    }

    #bookBox ul li img,
    #bookBox ul li:nth-child(8) img {
        height: 30vw;
    }

    #bookBox ul li:first-child img,
    #bookBox ul li:nth-child(7) img {
        height: 60vw;
    }

    #newsBox .conJbox:after {
        width: 500px;
        height: 150px;
        right: -58%;
    }
}

@media screen and (max-width: 550px) {
    #secabout:before {
        width: 100%;
    }


    #index_about_box .bumoombox .leftboxx .titleP {
        width: 100%;
    }

    .run-car img {
        width: 140px;
    }

    #index_about_box .bumoombox {
        padding: 30px 0 108px;
    }

    .scaldown {
        top: 28%;
        width: 150px;
        height: 150px;
        right: -95px;
    }

    .newsArea .content .right {
        padding-left: 20px
    }

    .newsArea .Txt {
        padding: 25px 30px
    }

    .newsArea .Txt .titleBox {
        margin-bottom: 0px;
    }

}

@media screen and (max-width: 480px) {
    .conJbox {
        width: 89%;
    }

    #ADvideo ul li {
        margin: 10px 0;
    }

    #newsBox .conJbox:after {
        right: -101%;
    }

    #newsBox .info {
        width: 209px;
        padding: 9vw 41% 9vw 0px;
    }

    #newsBox .info ul li p.txt {
        font-size: 14px;
    }

    section .more a {
        padding: 12px 33px;
    }

    section .more.white a font {
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    #aboutBox .right_box .list_box {
        width: 100%;
        border-right: 0;
    }

}