@import url('common.css');

@keyframes showhide {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes moveShow {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes homeTagMove {
    0% {
        transform: translateY(0) translateX(-50%)
    }

    50% {
        transform: translateY(20%) translateX(-50%)
    }

    to {
        transform: translateY(0) translateX(-50%)
    }
}

.yy-cards-block {
    display: grid
}

.yy-cards-block[data-cols="1"] {
    grid-template-columns: 1fr
}

.yy-cards-block[data-cols="2"] {
    grid-template-columns: 1fr 1fr
}

.yy-cards-block[data-cols="3"] {
    grid-template-columns: 1fr 1fr 1fr
}

.yy-cards-block[data-cols="4"] {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.yy-cards-block[data-cols="5"] {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.yy-cards-block[data-cols="6"] {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
}

.yy-cards-mzwb {
    gap: 2rem
}

.yy-card-mzwb .tit {
    background-color: #f8f8f8;
    color: #030720;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 1.8rem 6rem 1.8rem 3rem;
    position: relative
}

.yy-card-mzwb .tit:before {
    content: "\e6ea";
    font-family: iconfont;
    font-size: 1.8rem;
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%)
}

.yy-card-mzwb .tit.active {
    background-color: #efb128;
    color: #fff
}

.yy-card-mzwb .tit.active:before {
    content: "\eaf5"
}

.yy-card-mzwb .info-box {
    display: none
}

.yy-card-mzwb .card-info {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 2rem 3rem 0
}

.yy-card-mzwb .pic {
    width: 30rem
}

.yy-card-mzwb .pic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.yy-card-mzwb .txt {
    flex: 1;
    margin-left: 3.5rem
}

.yy-card-mzwb:first-of-type .tit.active+.yy-card-mzwb:first-of-type .tit.active.info-box {
    display: block
}

@media screen and (max-width:800px) {
    .yy-card-mzwb .card-info {
        padding: 2rem 2rem 0
    }

    .yy-card-mzwb .pic {
        width: 24rem
    }

    .yy-card-mzwb .txt {
        margin-left: 3rem
    }
}

@media screen and (max-width:600px) {
    .yy-cards-mzwb {
        gap: 1.6rem
    }

    .yy-card-mzwb .tit {
        padding: 1.6rem 5rem 1.6rem 2rem
    }

    .yy-card-mzwb .tit:before {
        right: 2rem
    }

    .yy-card-mzwb .card-info {
        padding: 1.6rem 1.6rem 0
    }

    .yy-card-mzwb .pic {
        width: 20rem
    }

    .yy-card-mzwb .txt {
        margin-left: 2rem
    }
}

@media screen and (max-width:500px) {
    .yy-card-mzwb .card-info {
        flex-flow: column
    }

    .yy-card-mzwb .pic {
        width: 30rem
    }

    .yy-card-mzwb .txt {
        margin-left: 0;
        margin-top: 1rem
    }
}

.yy-cards-eyn0 {
    grid-gap: 2rem;
    margin: 2rem 0
}

.yy-card-eyn0 {
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, .04);
    padding: 3rem
}

.yy-card-eyn0 .iconfont {
    align-items: center;
    background-color: rgba(239, 177, 40, .1);
    border-radius: 100%;
    color: #efb128;
    display: flex;
    font-size: 3rem;
    height: 6rem;
    justify-content: center;
    width: 6rem
}

.yy-card-eyn0 .tit {
    color: #030720;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.4rem;
    margin: 2rem 0 1.4rem;
}

.yy-card-eyn0 .txt {
    font-size: 1.6rem;
    line-height: 2.9rem;
}

.yy-card-eyn0 p {
    margin: 0
}

@media screen and (max-width:800px) {
    .yy-cards-eyn0 {
        grid-template-columns: 1fr 1fr !important
    }
}

@media screen and (max-width:600px) {
    .yy-card-eyn0 {
        padding: 2.5rem
    }

    .yy-card-eyn0 .iconfont {
        font-size: 2.5rem;
        height: 5rem;
        width: 5rem
    }

    .yy-card-eyn0 .tit {
        margin: 1.6rem 0 1rem
    }
}

@media screen and (max-width:500px) {
    .yy-cards-eyn0 {
        grid-template-columns: 1fr !important
    }
}

.yy-cards-m75w {
    grid-gap: 4.5rem
}

.yy-card-m75w .pic {
    width: 100%
}

.yy-card-m75w .pic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.yy-card-m75w .tit {
    margin: 3.4rem 0 2rem
}

.yy-card-m75w .txt strong {
    color: #030720;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    margin: 2rem 0 1.5rem;
    padding-left: 2rem;
    position: relative
}

.yy-card-m75w .txt strong:before {
    background-color: #efb128;
    content: "";
    height: .4rem;
    left: 0;
    position: absolute;
    top: .8rem;
    width: 1rem
}

@media screen and (max-width:1440px) {
    .yy-cards-m75w {
        grid-gap: 4rem
    }

    .yy-card-m75w .tit {
        margin: 3rem 0 2rem
    }
}

@media screen and (max-width:1024px) {
    .yy-cards-m75w {
        grid-gap: 1rem 2.5rem
    }

    .yy-card-m75w .tit {
        margin: 2rem 0 1.6rem
    }

    .yy-card-m75w .txt strong {
        margin: 1.6rem 0 1rem
    }
}

@media screen and (max-width:800px) {
    .yy-cards-m75w {
        grid-template-columns: 1fr 1fr !important
    }
}

@media screen and (max-width:600px) {
    .yy-cards-m75w {
        grid-gap: 1rem 2rem
    }

    .yy-card-m75w .tit {
        margin: 2rem 0 1.25rem
    }

    .yy-card-m75w .txt strong {
        margin: 1.25rem 0 .8rem
    }
}

@media screen and (max-width:500px) {
    .yy-cards-m75w {
        grid-gap: 1.5rem;
        grid-template-columns: 1fr !important
    }
}

.yy-cards-nhsr {
    grid-gap: 4rem;
    margin-top: 6.2rem
}

.yy-card-nhsr {
    display: block;
    position: relative
}

.yy-card-nhsr .pic {
    height: 100%;
    width: 100%
}

.yy-card-nhsr .pic img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.yy-card-nhsr .info-box {
    background: linear-gradient(NaNdeg, rgba(3, 7, 32, 0), #030720);
    height: 100%;
    left: 0;
    padding: 8rem;
    position: absolute;
    top: 0;
    width: 100%
}

.yy-card-nhsr .tit {
    color: #fff !important;
    font-weight: 900;
    margin-bottom: 3rem
}

.yy-card-nhsr .yy-btn {
    min-width: 16rem;
    padding: 0 3.8rem;
    width: auto
}

.yy-card-nhsr:hover .yy-btn {
    background-color: #efb128;
    color: #fff
}

@media screen and (max-width:1440px) {
    .yy-cards-nhsr {
        grid-gap: 3rem;
        margin-top: 6rem
    }
}

@media screen and (max-width:1024px) {
    .yy-cards-nhsr {
        grid-gap: 2rem;
        margin-top: 6rem
    }

    .yy-card-nhsr .info-box {
        padding: 6rem
    }

    .yy-card-nhsr .tit {
        margin-bottom: 2.5rem
    }
}

@media screen and (max-width:800px) {
    .yy-cards-nhsr {
        grid-gap: 2rem;
        margin-top: 5rem
    }

    .yy-card-nhsr .info-box {
        padding: 5rem
    }

    .yy-card-nhsr .tit {
        margin-bottom: 2.25rem
    }
}

@media screen and (max-width:600px) {
    .yy-cards-nhsr {
        gap: 1.6rem;
        margin-top: 4rem
    }

    .yy-card-nhsr .info-box {
        align-items: center;
        display: flex;
        flex-flow: column;
        justify-content: center;
        padding: 4rem
    }

    .yy-card-nhsr .tit {
        margin-bottom: 1.6rem
    }
}

@media screen and (max-width:450px) {
    .yy-cards-nhsr {
        grid-template-columns: 1fr !important
    }
}

.yy-cards-7oqu {
    background-color: rgba(51, 51, 51, .85);
    bottom: 0;
    display: flex !important;
    gap: 2rem;
    justify-content: space-between;
    left: 0;
    padding: 3.7rem;
    padding-left: calc(50vw - var(--main_w)/2);
    padding-right: calc(50vw - var(--main_w)/2);
    position: absolute;
    width: 100%
}

.yy-card-7oqu {
    color: #fff;
    text-align: left;
    transition: all .3s ease
}

.yy-card-7oqu .info-box {
    align-items: center;
    display: flex;
    gap: 1.2rem
}

.yy-card-7oqu .tit {
    color: #fff;
    transition: all .3s ease
}

.yy-card-7oqu:hover,
.yy-card-7oqu:hover .tit {
    color: #efb128
}

@media screen and (max-width:600px) {
    .yy-cards-7oqu {
        padding: 2.5rem;
        padding-left: calc(50vw - var(--main_w)/2);
        padding-right: calc(50vw - var(--main_w)/2)
    }

    .yy-card-7oqu .info-box {
        gap: .8rem
    }
}

@media screen and (max-width:500px) {
    .yy-cards-7oqu {
        flex-wrap: wrap;
        gap: 1.6rem 0
    }

    .yy-card-7oqu {
        text-align: center;
        width: 48%
    }

    .yy-card-7oqu .info-box {
        justify-content: center
    }
}

.yy-cards-ub0n {
    gap: 3rem;
    margin: 3.8rem 0 8rem
}

.yy-card-ub0n {
    align-items: center;
    background-color: #f8f8f8;
    display: flex;
    padding: 3rem
}

.yy-card-ub0n .pic {
    position: relative;
    width: 41.5rem
}

.yy-card-ub0n .pic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.yy-card-ub0n .icon {
    align-items: center;
    background-color: #efb128;
    border-radius: 4rem 0 0 0;
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 3.3rem;
    height: 6rem;
    justify-content: center;
    padding-top: 1rem;
    position: absolute;
    right: 0;
    width: 6rem
}

.yy-card-ub0n .info-box {
    flex: 1;
    margin-left: 5rem
}


.yy-card-ub0n .info-box .txt {
    margin-top: 2rem;
}

.yy-card-ub0n .info-box .txt p {
    line-height: 3rem;
}

.yy-card-ub0n .tit p {
    margin-bottom: 2rem
}

.yy-card-ub0n p {
    margin-bottom: 1rem
}

.yy-card-ub0n .txt p:last-of-type {
    margin-bottom: 0
}

.yy-card-ub0n:nth-child(2n) {
    flex-flow: row-reverse
}

.yy-card-ub0n:nth-child(2n) .icon {
    border-radius: 0 4rem 0 0;
    left: 0;
    right: auto
}

.yy-card-ub0n:nth-child(2n) .info-box {
    margin-left: 3rem;
    margin-right: 5rem
}

@media screen and (max-width:1024px) {
    .yy-cards-ub0n {
        gap: 2.5rem;
        margin: 3rem 0 6rem
    }

    .yy-card-ub0n {
        padding: 2.5rem
    }

    .yy-card-ub0n .pic {
        width: 38rem
    }

    .yy-card-ub0n .icon {
        border-radius: 3.5rem 0 0 0;
        font-size: 3rem;
        height: 5rem;
        width: 5rem
    }

    .yy-card-ub0n .info-box {
        margin-left: 3rem
    }

    .yy-card-ub0n .tit {
        margin-bottom: 1.6rem
    }

    .yy-card-ub0n:nth-child(2n) .icon {
        border-radius: 0 3.5rem 0 0
    }

    .yy-card-ub0n:nth-child(2n) .info-box {
        margin-left: 1rem;
        margin-right: 3rem
    }
}

@media screen and (max-width:800px) {
    .yy-cards-ub0n {
        margin: 3rem 0 5rem
    }

    .yy-card-ub0n .pic {
        width: 36rem
    }
}

@media screen and (max-width:600px) {
    .yy-cards-ub0n {
        margin: 3rem 0 4rem
    }

    .yy-card-ub0n {
        align-items: flex-start;
        flex-flow: column !important;
        padding: 2.5rem 2.5rem 3rem
    }

    .yy-card-ub0n .pic {
        margin-bottom: 2rem;
        max-width: 415px;
        width: 100%
    }

    .yy-card-ub0n .info-box {
        margin: 0 !important;
        width: 100%
    }
}

.yy-cards-76ws {
    grid-gap: 3.9rem
}

.yy-card-76ws {
    align-items: center;
    background-color: #fff;
    display: flex;
    padding: 3.8rem 3rem
}

.yy-card-76ws img {
    display: block;
    margin-right: 3rem;
    width: 4.5rem
}

.yy-card-76ws .info-box {
    flex: 1
}

.yy-card-76ws .tit {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #030720;
    display: -webkit-box;
    font-weight: 700;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis
}

.yy-card-76ws .info {
    align-items: center;
    color: #777;
    display: flex;
    gap: 3rem
}

.yy-card-76ws .more {
    text-decoration: underline;
    transition: all .3s ease
}

.yy-card-76ws:hover .more {
    color: #efb128
}

@media screen and (max-width: 1440px) {
    .yy-cards-76ws {
        grid-gap: 3rem;
    }
}

@media screen and (max-width: 1024px) {
    .yy-cards-76ws {
        grid-gap: 2.5rem;
    }
}

@media screen and (max-width: 800px) {
    .yy-cards-76ws {
        grid-gap: 2rem;
        grid-template-columns: 1fr 1fr !important;
    }
}

@media screen and (max-width: 500px) {
    .yy-cards-76ws {
        grid-template-columns: 1fr !important;
    }
}

@media screen and (max-width: 600px) {
    .yy-cards-76ws {
        grid-gap: 1.6rem;
    }
}

.alignleft {
    display: inline;
    float: left
}

.alignright {
    display: inline;
    float: right
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.alignleft {
    margin: .4em 1.6em 1.6em 0
}

img.alignright {
    margin: .4em 0 1.6em 1.6em
}

img.aligncenter {
    clear: both;
    margin-bottom: 1.6em;
    margin-top: .4em;
    max-width: 730px;
    width: 100%;
}

.wp-block-image {
    margin: 0
}

.wp-block-columns {
    margin-bottom: 0
}

.mfp-bg {
    background: #0b0b0b;
    opacity: .8;
    overflow: hidden;
    z-index: 1042
}

.mfp-bg,
.mfp-wrap {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.mfp-wrap {
    -webkit-backface-visibility: hidden;
    outline: none !important;
    z-index: 1043
}

.mfp-container {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    cursor: auto;
    width: 100%
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    left: 8px;
    margin-top: -.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: none;
    overflow: visible;
    padding: 0;
    touch-action: manipulation;
    z-index: 1046
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.mfp-close {
    color: #fff;
    font-family: Arial, Baskerville, monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: .65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%
}

.mfp-counter {
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.mfp-arrow {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 110px;
    margin: -55px 0 0;
    opacity: .65;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 90px
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    border: inset transparent;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-left: 35px;
    margin-top: 35px;
    position: absolute;
    top: 0;
    width: 0
}

.mfp-arrow:after {
    border-bottom-width: 13px;
    border-top-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-bottom-width: 21px;
    border-top-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    border-right: 27px solid #3f3f3f;
    margin-left: 25px
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-bottom: 40px;
    padding-top: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    max-width: 900px;
    width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%
}

.mfp-iframe-scaler iframe {
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

img.mfp-img {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0;
    width: auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    background: #444;
    bottom: 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    z-index: -1
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    cursor: auto;
    left: 0;
    margin-top: -36px;
    position: absolute;
    top: 100%;
    width: 100%
}

.mfp-title {
    word-wrap: break-word;
    color: #f3f3f3;
    line-height: 18px;
    padding-right: 36px;
    text-align: left
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        bottom: 0;
        top: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        position: fixed;
        top: auto
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        background: rgba(0, 0, 0, .6);
        height: 35px;
        line-height: 35px;
        padding: 0;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 35px
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        transform: scale(.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-bg {
    opacity: 0;
    transition: all .3s
}

.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-bg.mfp-ready.mfp-removing {
    opacity: 0
}

.white-popup-block {
    background: #fff;
    margin: 20px auto;
    max-width: 600px;
    padding: 5rem 4rem;
    position: relative;
    width: auto
}

.white-popup-block .contact-sce-tit {
    margin-top: 0
}

@media screen and (max-width:600px) {
    .white-popup-block {
        padding: 4.5rem 2rem 3rem
    }
}

.slick-loading .slick-list {
    background: #fff url(../images/ajax-loader.gif) 50% no-repeat
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.yy-case-box {
    grid-gap: 6rem;
    display: grid
}

.loop-case {
    display: flex
}

.loop-case .img-box {
    display: block;
    margin-right: 5rem;
    overflow: hidden;
    width: 45rem
}

.loop-case .img-box img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease;
    width: 100%
}

.loop-case .info-box {
    border-bottom: 1px solid #ddd;
    flex: 1;
    padding-bottom: 2rem
}

.loop-case .date {
    align-items: center;
    display: flex;
    line-height: 1em
}

.loop-case .tit {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease;
    line-height: 4.5rem;
}

.loop-case .intro {
    margin: 3rem 0;
    padding-left: 1.4rem;
    line-height: 3rem;
}

.loop-case .intro li {
    line-height: 2em;
    position: relative
}

.loop-case .intro li:before {
    background-color: #555;
    border-radius: 100%;
    content: "";
    height: .4rem;
    left: -1.4rem;
    position: absolute;
    top: 1.4rem;
    width: .4rem
}

.loop-case .info {
    align-items: center;
    display: flex;
    gap: 5rem;
    padding-left: 1.4rem
}

.loop-case .add {
    position: relative
}

.loop-case .add:before {
    background-color: #ddd;
    content: "";
    height: 1rem;
    position: absolute;
    right: -2.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.loop-case:hover img {
    transform: scale(1.05)
}

.loop-case:hover .tit {
    color: #efb128
}

@media screen and (max-width:1024px) {
    .yy-case-box {
        grid-gap: 5rem
    }

    .loop-case .tit {
        font-size: 3rem;
    }

    .loop-case .img-box {
        margin-right: 4rem;
        width: 43rem
    }

    .loop-case .intro {
        margin: 2rem 0;
        font-size: 2rem;
        line-height: 3.4rem;
    }
}

@media screen and (max-width:800px) {
    .yy-case-box {
        grid-gap: 4rem
    }

    .loop-case .img-box {
        margin-right: 3rem;
        width: 40rem
    }

    .loop-case .intro {
        margin: 2rem 0 1.5rem
    }
}

@media screen and (max-width:600px) {
    .yy-case-box {
        grid-gap: 3rem
    }

    .loop-case .img-box {
        margin-right: 2.5rem;
        width: 32rem
    }

    .loop-case .intro {
        margin: 1.6rem 0 1.25rem
    }

    .loop-case .info {
        gap: 4rem
    }

    .loop-case .add:before {
        right: -2rem
    }
}

@media screen and (max-width:500px) {
    .loop-case {
        flex-flow: column;
        margin: 0 auto;
        max-width: 450px
    }

    .loop-case .img-box {
        margin-bottom: 2rem;
        margin-right: 0;
        width: 100%
    }
}

.yy-hy-box {
    grid-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.loop-hy {
    display: block;
    transition: all .3s ease
}

.loop-hy,
.loop-hy .img-box {
    overflow: hidden
}

.loop-hy .img-box img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease;
    width: 100%
}

.loop-hy .tit {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #030720;
    display: -webkit-box;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease
}

.loop-hy:hover img {
    transform: scale(1.05)
}

.loop-hy:hover .tit {
    color: #efb128
}

.yy-industry-box {
    grid-gap: 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.loop-industry {
    display: block
}

.loop-industry .img-box {
    display: block;
    overflow: hidden
}

.loop-industry .img-box img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease;
    width: 100%
}

.loop-industry .tit {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin: 2rem 0 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease
}

.loop-industry .info a:hover {
    color: #efb128
}

.loop-industry li {
    line-height: 1.75em
}

.loop-industry:hover img {
    transform: scale(1.05)
}

.loop-industry:hover .tit {
    color: #efb128
}

@media screen and (max-width:1024px) {
    .yy-industry-box {
        grid-gap: 3rem 2.5rem
    }
}

@media screen and (max-width:800px) {
    .yy-industry-box {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:600px) {
    .yy-industry-box {
        grid-gap: 3rem 2rem
    }
}

@media screen and (max-width:500px) {
    .yy-industry-box {
        grid-gap: 2.5rem 1.5rem
    }
}

.yy-news-box {
    grid-gap: 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.loop-news {
    display: block
}

.loop-news .img-box {
    display: block;
    overflow: hidden
}

.loop-news .img-box img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease;
    width: 100%
}

.loop-news .info-box {
    background-color: #fff;
    padding: 3rem 4rem 4rem
}

.loop-news .date {
    color: #777;
    display: flex
}

.loop-news .tit {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    height: 2.66em;
    margin: 1.5rem 0 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease
}

.loop-news .intro {
    margin: 2rem 0 3rem
}

.loop-news .intro p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left !important;
    line-height: 2.5rem;
}

.loop-news .more {
    color: #030720;
    display: inline-block;
    position: relative;
    transition: all .3s ease
}

.loop-news .more:before {
    background-color: #030720;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    transition: all .3s ease;
    width: 100%
}

.loop-news:hover img {
    transform: scale(1.05)
}

.loop-news:hover .more,
.loop-news:hover .tit {
    color: #efb128
}

.loop-news:hover .more:before {
    background-color: #efb128
}

@media screen and (max-width:1024px) {
    .yy-news-box {
        grid-gap: 3rem 2.5rem
    }

    .loop-news .info-box {
        padding: 2rem 3rem 3rem
    }

    .loop-news .tit {
        margin: 1.25rem 0 1.5rem
    }

    .loop-news .intro {
        margin: 1.5rem 0 2rem
    }
}

@media screen and (max-width:800px) {
    .yy-news-box {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:600px) {
    .yy-news-box {
        grid-gap: 3rem 2rem
    }

    .loop-news .info-box {
        padding: 2rem 1.6rem 2.5rem
    }

    .loop-news .tit {
        margin: 1rem 0 1.25rem
    }

    .loop-news .intro {
        margin: 1.25rem 0 1.5rem
    }
}

@media screen and (max-width:500px) {
    .yy-news-box {
        grid-gap: 2.5rem 1.5rem
    }
}

.yy-pro-box {
    grid-gap: 4rem 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.loop-pro {
    display: flex !important;
    flex-flow: column;
}

.loop-pro .info-box {
    flex: 1;
    display: flex;
    flex-flow: column;
    align-items: flex-start
}

.loop-pro .img-box {
    display: block;
    overflow: hidden
}

.loop-pro .img-box img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease;
    width: 100%
}

.loop-pro .tit {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin: 2rem 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease;
    line-height: 1.2em
}

.loop-pro .intro {
    margin: 1.5rem 0 2rem;
    color: #999;
}

.loop-pro .intro p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.loop-pro .more {
    color: #030720;
    display: inline-block;
    position: relative;
    transition: all .3s ease
}

.loop-pro .more:before {
    background-color: #030720;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    transition: all .3s ease;
    width: 100%
}

.loop-pro:hover img {
    transform: scale(1.05)
}

.loop-pro:hover .more,
.loop-pro:hover .tit {
    color: #efb128
}

.loop-pro:hover .more:before {
    background-color: #efb128
}

@media screen and (max-width:1024px) {
    .yy-pro-box {
        grid-gap: 3rem 2.5rem
    }

    .loop-pro .intro {
        margin: 1.5rem 0
    }
}

@media screen and (max-width:800px) {
    .yy-pro-box {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:600px) {
    .yy-pro-box {
        grid-gap: 3rem 2rem
    }

    .loop-pro .intro {
        margin: 1.25rem 0
    }
}

@media screen and (max-width:500px) {
    .yy-pro-box {
        grid-gap: 2.5rem 1.5rem
    }
}

.yy-toppic-404 {
    height: 0 !important
}

.yy-404 {
    font-size: 1.6rem;
    line-height: 1.25em;
    text-align: center
}

.yy-404 .tit {
    color: #030720;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.2rem
}

.yy-404 .intro {
    color: #666;
    margin: 2rem 0 1rem
}

.yy-404 .s_tit {
    color: #555
}

.yy-404 .yy-btn {
    margin: 2rem auto 19rem;
    width: 16rem
}

.yy-404-a {
    display: block;
    margin: 9rem auto 2rem;
    max-width: 80%;
    transition: all .3s ease
}

.yy-404-a:hover {
    transform: translateY(-1rem)
}

.yy-404-a:active {
    transform: scale(.95)
}

@media screen and (max-width:1440px) {
    .yy-404-a {
        margin: 7rem auto 2rem
    }

    .yy-404 .yy-btn {
        margin: 1.5rem auto 15rem
    }
}

@media screen and (max-width:1024px) {
    .yy-404 .yy-btn {
        margin: 1.5rem auto 13rem
    }
}

@media screen and (max-width:800px) {
    .yy-404-a {
        margin: 6rem auto 2rem
    }

    .yy-404 .yy-btn {
        margin: 1.5rem auto 10rem
    }
}

@media screen and (max-width:600px) {
    .yy-404-a {
        margin: 4rem auto 2rem
    }

    .yy-404 .intro {
        margin: 1.5rem 0 1rem
    }

    .yy-404 .yy-btn {
        margin: 1.5rem auto 7rem
    }
}

.about-box {
    margin-bottom: 8rem
}

.about-box h3 {
    margin: 8rem 0 4rem
}

.about-box.about-box-pro-search .yy-main {
    border-top: 1px solid #cbccd1
}

@media screen and (max-width:1024px) {
    .about-box {
        margin-bottom: 6rem
    }

    .about-box h3 {
        margin: 6rem 0 3rem
    }
}

@media screen and (max-width:800px) {
    .about-box {
        margin-bottom: 5rem
    }

    .about-box h3 {
        margin: 5rem 0 2.5rem
    }
}

@media screen and (max-width:600px) {
    .about-box {
        margin-bottom: 4rem
    }

    .about-box h3 {
        margin: 4rem 0 2.25rem
    }
}

#breadcrumbs {
    color: #030720;
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 0;
    padding: 3rem 0 0
}

#breadcrumbs i {
    font-size: 1.6rem;
    margin-right: 1.4rem
}

#breadcrumbs a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: inherit;
    display: -webkit-box;
    max-width: 30rem;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease
}

#breadcrumbs a:hover {
    color: #efb128
}

#breadcrumbs span {
    align-items: center;
    display: inline-flex;
    gap: .6rem
}

#breadcrumbs .breadcrumb_last {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #efb128;
    display: inline-block;
    display: -webkit-box;
    max-width: 30rem;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (max-width:1024px) {
    .breadcrumbs-x {
        display: none
    }
}

.contact-ls .list {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 2rem
}

.contact-ls .list .tit {
    margin-bottom: .5rem
}

.contact-ls .list .tit {
    color: #efb128;
}

.contact-ls .list .info {
    line-height: 2.5rem
}

.contact-ls .list a {
    display: inline-block;
    line-height: 2rem;
    position: relative
}

.contact-ls .list a:before {
    background-color: #efb128;
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.contact-ls .list a:hover {
    color: #efb128;
    transform: translateX(.25rem)
}

@media screen and (max-width:800px) {
    .contact-ls .list {
        margin-bottom: 1.6rem
    }
}

@media screen and (max-width:600px) {
    .contact-ls .list {
        margin-bottom: 1.25rem
    }
}

.yy-footer {
    background: #030720;
    color: #fff;
    position: relative
}

.yy-footer a {
    color: #fff;
    display: inline-block
}

.yy-footer a:hover {
    color: #efb128;
    transform: translateX(.25rem)
}

.footer-main {
    padding: 9rem 0 5rem
}

.footer-main .f_logo {
    display: block;
    margin-bottom: 3rem;
    max-height: 3.9rem;
    -o-object-fit: contain;
    object-fit: contain
}

.footer-main .foot-info {
    margin-bottom: 2.4rem;
    width: 32.3rem
}

.footer-main .flex-box {
    gap: 8rem
}

.footer-main .flex-t {
    display: flex;
    gap: 8rem
}

.footer-main .flex-r {
    width: 34rem
}

.footer-main .yy-sns-li .yy-sns-a {
    display: flex;
    height: 4rem;
    width: 4rem
}

.footer-main .yy-sns-li .yy-sns-a i {
    font-size: 2rem
}

.footer-main .yy-sns-li .yy-sns-a:hover {
    color: #fff;
    filter: brightness(1.1);
    transform: translateY(-.5rem)
}

.footer-main .yy-sns-li:first-child .yy-sns-a {
    background-color: #3479ea
}

.footer-main .yy-sns-li:nth-child(2) .yy-sns-a {
    background-color: #4aabe8
}

.footer-main .yy-sns-li:nth-child(3) .yy-sns-a {
    background-color: #ff001d
}

.footer-main .yy-sns-li:nth-child(4) .yy-sns-a {
    background-color: #0066be
}

.footer-main .yy-sns-li:nth-child(5) .yy-sns-a {
    background-color: #0077fa
}

.f-sec-tit {
    color: #fff;
    margin-bottom: 3.7rem;
    position: relative;
    white-space: nowrap
}

.f-menu {
    flex: auto
}

.f-menu li {
    font-size: 1.4rem;
}

.f-menu a {
    margin-bottom: 1rem;
    min-width: 16rem;
    opacity: .8
}

.f-menu a:hover {
    opacity: 1;
    text-decoration: underline
}

.f-sec3 ul {
    display: flex;
    gap: 4rem
}

.f-sec3 a {
    margin-bottom: 0;
    min-width: auto
}

.footer-btm {
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    color: hsla(0, 0%, 100%, .6);
    padding: 4rem 0
}

.footer-btm a {
    color: hsla(0, 0%, 100%, .6);
}

@media screen and (max-width:1440px) {
    .footer-main {
        padding: 8rem 0 6rem
    }

    .footer-main .f_logo {
        max-height: 3rem
    }

    .footer-btm {
        padding: 3rem 0
    }

    .f-sec3 ul {
        gap: 3rem
    }
}

@media screen and (max-width:1024px) {
    .footer-main {
        padding: 6rem 0 4rem
    }

    .footer-main .f_logo {
        max-height: 2.5rem
    }

    .footer-main .flex-box,
    .footer-main .flex-t {
        gap: 4rem
    }

    .footer-main .foot-info {
        width: 30rem
    }

    .f-sec-tit {
        margin-bottom: 2.5rem
    }

    .footer-btm {
        padding: 2.2rem 0 5rem;
    }
}

@media screen and (max-width:800px) {
    .footer-main {
        padding: 5rem 0 4rem
    }

    .footer-main .flex-box {
        gap: 3rem
    }
}

@media screen and (max-width:600px) {
    .footer-main {
        padding: 4rem 0
    }
}

@media screen and (max-width:500px) {
    .footer-main .flex-t {
        flex-wrap: wrap;
        gap: 1rem 3rem
    }

    .footer-main .foot-info {
        width: 100%
    }

    .f-sec3 {
        margin-top: 2rem
    }

    .f-sec3 ul {
        flex-wrap: wrap;
        gap: 1rem 2rem
    }

    .f-sec-tit {
        margin-bottom: 1.5rem
    }
}

.en-5-L-ukq {
    --c-border: #ddd;
    --c-bg: hsla(0, 0%, 100%, .1);
    --c-font: #fff;
    --c-star: #efb128;
    --c-theme: #efb128;
    --c-green: #00b160;
    --gap: 1rem;
    --h: 2.4rem;
    --lh: 2.4rem;
    --padding: 1.5rem;
    --size: 1.6rem;
    --lines: 4;
    --btn-w: 100%;
    position: relative
}

.en-5-L-ukq .infos {
    grid-gap: var(--gap);
    display: grid;
    grid-template-columns: 1fr
}

.en-5-L-ukq .yy-form-info,
.en-5-L-ukq .yy-form-msg {
    background: var(--c-bg);
    border: none;
    border-radius: .4rem;
    color: var(--c-font);
    display: flex;
    font-size: var(--size);
    padding: var(--padding)
}

.en-5-L-ukq .yy-form-label {
    color: hsla(0, 0%, 100%, .8);
    display: block;
    line-height: var(--h);
    margin-right: .8rem
}

.en-5-L-ukq .yy-form-label.required:after {
    color: var(--c-star);
    content: "*";
    margin-left: .5rem
}

.en-5-L-ukq .yy-form-input,
.en-5-L-ukq .yy-form-textarea {
    background: transparent;
    border: none;
    color: #fff;
    font-size: var(--size);
    font-weight: 400;
    line-height: var(--h);
    outline: 0;
    padding: 0;
    width: 100%
}

.en-5-L-ukq .yy-form-textarea {
    height: calc(var(--lh)*var(--lines))
}

.en-5-L-ukq .yy-form-button {
    align-items: center;
    background: var(--c-theme);
    border: none;
    border-radius: .4rem;
    color: #fff;
    cursor: pointer;
    display: block;
    display: flex;
    font-family: Lato, sans-serif;
    font-size: var(--size);
    font-weight: 500;
    grid-row-end: 4;
    grid-row-start: 3;
    justify-content: center;
    line-height: var(--btn-h);
    padding: 0;
    text-align: center;
    transition: all .3s;
    width: 100%
}

.en-5-L-ukq .yy-form-button:hover {
    background-color: #e6a412;
    filter: brightness(1.1)
}

.en-5-L-ukq .yy-form-button:active {
    transform: scale(.98)
}

@media screen and (max-width:800px) {
    .yy-form-message.success {
        font-size: 1.6rem;
        line-height: 2.4rem;
        max-width: 90%;
        padding: 3rem
    }

    .en-5-L-ukq {
        --h: 2.4rem;
        --lh: 2.4rem;
        --padding: 2rem;
        --btn-w: 100%;
        --btn-h: 6.4rem;
        position: relative
    }
}

@media screen and (max-width:600px) {
    .yy-form-message.success {
        max-width: 95%
    }
}

@media screen and (max-width:500px) {
    .en-5-L-ukq .infos {
        grid-template-columns: 1fr
    }

    .en-5-L-ukq {
        --h: 2.4rem;
        --lh: 2.4rem;
        --padding: 1.5rem;
        --size: 1.6rem;
        --btn-h: 5.4rem
    }

    .en-5-L-ukq .yy-form-textarea {
        height: calc(var(--lh)*var(--lines))
    }
}

.public-form {
    background-color: #f8f8f8;
    padding: 8rem 0
}

.yy-form h4 {
    margin-bottom: 3.5rem;
    font-family: oswald, sans-serif
}

.en-5-L-4gl {
    --c-border: #ddd;
    --c-bg: #fff;
    --c-font: #555;
    --c-star: #efb128;
    --c-theme: #efb128;
    --c-green: #00b160;
    --gap: 2rem;
    --h: 2.4rem;
    --lh: 2.4rem;
    --padding: 1.8rem 1.5rem;
    --size: 1.6rem;
    --lines: 5;
    --btn-w: 16rem;
    position: relative
}

.en-5-L-4gl .yy-form-infos {
    grid-gap: var(--gap);
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1rem
}

.en-5-L-4gl .yy-form-label {
    align-items: center;
    color: #999;
    display: flex;
    line-height: 2rem;
    margin-bottom: 1rem
}

.en-5-L-4gl .yy-form-label.required:after {
    color: var(--c-star);
    content: "*";
    font-size: 1.6rem;
    margin-left: .6rem
}

.en-5-L-4gl .yy-form-input,
.en-5-L-4gl .yy-form-textarea {
    background-color: var(--c-bg);
    border: 1px solid var(--c-border);
    border-radius: .4rem;
    display: block;
    font-size: var(--size);
    font-weight: 400;
    line-height: var(--h);
    outline: 0;
    padding: var(--padding);
    width: 100%
}

.en-5-L-4gl .yy-form-textarea {
    height: calc(var(--lh)*var(--lines))
}

.en-5-L-4gl .yy-form-button {
    display: block;
    margin-top: 4rem;
    width: 100%;
}

.en-5-L-4gl .yy-form-button:hover {
    background-color: var(--c-theme);
    color: #fff;
    filter: brightness(1.1)
}

.en-5-L-4gl .yy-form-button:active {
    transform: scale(.98)
}

.yy-form-message.success {
    align-items: center;
    background: hsla(0, 0%, 100%, .8);
    box-shadow: 0 .5rem 3rem -.5rem rgba(0, 0, 0, .3);
    color: #00b160;
    display: flex;
    font-size: 1.8rem;
    font-weight: 500;
    left: 50%;
    line-height: 2.8rem;
    max-width: 75%;
    padding: 4rem;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999
}

@media screen and (max-width:1024px) {
    .public-form {
        padding: 6rem 0
    }
}

@media screen and (max-width:800px) {
    .public-form {
        padding: 5rem 0
    }

    .yy-form-message.success {
        font-size: 1.6rem;
        line-height: 2.4rem;
        max-width: 90%;
        padding: 3rem
    }

    .en-5-L-4gl {
        --gap: 1.6rem;
        --padding: 1.25rem 1.5rem
    }

    .en-5-L-4gl .yy-form-button {
        margin-top: 3rem
    }
}

@media screen and (max-width:600px) {
    .public-form {
        padding: 4rem 0
    }

    .yy-form-message.success {
        max-width: 95%
    }

    .en-5-L-4gl {
        --gap: 1rem
    }

    .en-5-L-4gl .yy-form-button {
        margin-top: 2rem
    }
}

#header-search-btn {
    align-items: center;
    color: #fff;
    display: flex
}

#header-search-btn i {
    font-size: 2rem;
}

#header-search-btn:hover {
    color: #efb128;
    filter: brightness(1.1)
}

.detail_page_header #header-search-btn,
.min #header-search-btn {
    color: #030720
}

.detail_page_header #header-search-btn:hover,
.min #header-search-btn:hover {
    color: #efb128;
    filter: brightness(1.1)
}

body {
    --menu_h: 13rem
}

.yy-header {
    background: transparent;
    height: var(--menu_h);
    left: 0;
    position: fixed;
    top: 0;
    transition: all .5s ease;
    width: 100%;
    z-index: 999
}

.yy-header.detail_page_header,
.yy-header.min {
    background-color: #fff;
    box-shadow: 0 6px 12px 1px rgba(0, 0, 0, .06);
    position: sticky
}

.yy-header .yy-main {
    align-items: flex-end;
    display: flex;
    height: var(--menu_h);
    justify-content: space-between;
    padding-bottom: 2rem
}

.yy-header .yy-btn {
    border-radius: 2.1rem;
    font-weight: 700;
    height: 4.2rem;
    margin-left: 5rem;
    width: 20rem
}

.yy-header .yy-btn i {
    font-size: 2.4rem
}

.yy-header .top-right {
    align-items: flex-end;
    display: flex;
    flex-flow: column;
    justify-content: space-between
}

.yy-header .bottom,
.yy-header .top {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.yy-header .top {
    margin-bottom: 2.3rem
}

/* .mh-sticky.mh-unpinned {
    transform: translate3d(0, -120%, 0)
} */

#menu-main,
#menu-top_main {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    transition: all .3s ease
}

#menu-top_main {
    justify-content: flex-end
}

#menu-main>li,
#menu-top_main>li {
    margin-left: 5rem;
    position: relative
}

#menu-main>li.m-show {
    display: none
}

#menu-main>li>a,
#menu-top_main>li>a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1.8rem;
    font-weight: 600;
    font-weight: 700;
    line-height: 2.2rem;
    position: relative;
    transition: color .3s ease;
    white-space: nowrap
}

#menu-main>li>a:before,
#menu-top_main>li>a:before {
    background-color: #efb128;
    bottom: -.8rem;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(100%) scale(0);
    transition: all .3s ease;
    width: 2.5rem
}

.detail_page_header #menu-main>li>a,
.detail_page_header #menu-top_main>li>a,
.min #menu-main>li>a,
.min #menu-top_main>li>a {
    color: #030720
}

#menu-main>li.current-menu-ancestor>a,
#menu-main>li.current-menu-item>a,
#menu-main>li.current-menu-parent>a,
#menu-main>li:hover>a,
#menu-top_main>li.current-menu-ancestor>a,
#menu-top_main>li.current-menu-item>a,
#menu-top_main>li.current-menu-parent>a,
#menu-top_main>li:hover>a {
    color: #efb128
}

#menu-main>li.current-menu-ancestor>a:before,
#menu-main>li.current-menu-item>a:before,
#menu-main>li.current-menu-parent>a:before,
#menu-main>li:hover>a:before,
#menu-top_main>li.current-menu-ancestor>a:before,
#menu-top_main>li.current-menu-item>a:before,
#menu-top_main>li.current-menu-parent>a:before,
#menu-top_main>li:hover>a:before {
    transform: translateX(-50%) translateY(100%) scale(1)
}

#menu-main>li>.sub-menu,
#menu-top_main>li>.sub-menu {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 .3rem .6rem .1rem rgba(0, 0, 0, .06);
    display: none;
    left: -3rem;
    padding: 1.6rem 1.5rem;
    position: absolute;
    top: calc(100% + 1rem);
    transition: box-shadow .3s ease;
    z-index: 2
}

#menu-main>li>.sub-menu>li>a,
#menu-top_main>li>.sub-menu>li>a {
    border-radius: 2px;
    color: #030720;
    display: block;
    font-size: 1.8rem;
    line-height: 2rem;
    padding: .8rem 1.5rem;
    transition: all .3s ease;
    white-space: nowrap
}

#menu-main>li>.sub-menu>li>a:hover,
#menu-top_main>li>.sub-menu>li>a:hover {
    background: rgba(239, 177, 40, .2)
}

.top-common-sale,
.top-hy-box {
    display: none;
    left: 45%;
    position: fixed;
    top: var(--menu_h);
    transform: translateX(-50%);
    z-index: 1000
}

.top-hy-box {
    padding: 4rem
}

.top-common-flex,
.top-hy-box {
    background: #fff;
    box-shadow: 0 12px 24px 1px rgba(0, 0, 0, .16)
}

.top-common-flex {
    display: flex;
    width: 100%
}

.top-common-tit {
    background-color: #f8f8f8;
    padding: 1.5rem 0;
    width: 28rem
}

.top-common-tit .list {
    align-items: center;
    background-color: #f8f8f8;
    border: 1px solid #fff;
    color: #030720;
    display: flex;
    justify-content: space-between;
    line-height: 2.4rem;
    padding: 1.6rem 2rem
}

.top-common-tit .list i {
    font-size: 1.8rem
}

.top-common-tit .list.current,
.top-common-tit .list:hover {
    background-color: #fff;
    color: #efb128;
    font-weight: 700
}

.top-common-content {
    flex: 1;
    padding: 4rem
}

.top-common-content .top-common-content-list {
    grid-gap: 2rem;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    opacity: 0;
    position: relative;
    transform: scale(0);
    transform-origin: center top;
    transition: opacity .5s ease, transform 0s ease .5s;
    width: 100%
}

.top-common-content .top-common-content-list.current {
    display: grid;
    opacity: 1;
    transform: scale(1);
    transition: opacity .5s ease, transform 0s ease
}

@media screen and (max-width:1440px) {
    .yy-header .yy-btn {
        margin-left: 4rem;
        width: 18rem
    }

    .yy-header .top {
        margin-bottom: 2rem
    }

    #menu-main>li,
    #menu-top_main>li {
        margin-left: 4rem
    }
}

@media screen and (max-width:1024px) {
    body {
        --menu_h: 8rem
    }

    .yy-header .yy-main {
        align-items: center;
        height: var(--menu_h);
        padding-bottom: 0
    }

    .yy-header .menu-top_main-container,
    .yy-header .yy-btn {
        display: none
    }

    .yy-header .top {
        margin-bottom: 0
    }

    #menu-main {
        background: #fff;
        box-shadow: 0 .3rem .6rem .1rem rgba(0, 0, 0, .06);
        box-sizing: border-box;
        display: block;
        height: calc(100vh + 8rem);
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 5rem 2rem;
        position: fixed;
        top: 0;
        transform: translateX(-140%);
        transition: all .4s;
        width: 30%;
        z-index: 999
    }

    #menu-main.show {
        transform: translateX(0)
    }

    .mh-unpinned #menu-main {
        padding-top: 10rem
    }

    #menu-main>li {
        height: auto;
        margin-bottom: 1.6rem;
        margin-left: 0;
        position: relative;
        width: 100%;
        border-bottom: solid 1px #f5f5f5;
        padding: 10px 2% 15px;
    }

    #menu-main>li.m-show {
        display: block
    }

    #menu-main>li>a {
        color: #333;
        display: inline-block;
        line-height: 3rem;
        padding-bottom: 0;
        position: static;
        white-space: normal
    }

    #menu-main>li.current-menu-ancestor>a,
    #menu-main>li.current-menu-item>a,
    #menu-main>li.current-menu-parent>a,
    #menu-main>li:hover>a {
        color: #efb128 !important
    }

    #menu-main>li.current-menu-ancestor>a:before,
    #menu-main>li.current-menu-item>a:before,
    #menu-main>li.current-menu-parent>a:before,
    #menu-main>li:hover>a:before {
        display: none
    }

    #menu-main>li>.sub-menu {
        background: transparent;
        box-shadow: none;
        display: none;
        padding: 0 !important;
        position: static
    }

    #menu-main>li>.sub-menu a {
        white-space: normal !important
    }

    #menu-main .current-menu-ancestor .sub-menu,
    #menu-main .current-menu-item .sub-menu,
    #menu-main .current-menu-parent .sub-menu {
        display: block
    }
}

@media screen and (max-width:800px) {
    body {
        --menu_h: 7rem
    }

    #menu-main {
        width: 50%
    }
}

@media screen and (max-width:600px) {
    #menu-main {
        width: 66.66%
    }
}

.yy-home-hy .group {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr)
}

.yy-home-hy .slick-dots {
    bottom: -4rem;
    left: 50%;
    position: absolute;
    transform: translateY(100%) translateX(-50%);
    z-index: 99
}

.yy-home-hy .slick-dots li button {
    border-color: #efb128
}

.yy-home-hy .slick-dots li.slick-active button {
    border-radius: 2rem;
    width: 4rem
}

.loop-home-hy {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.loop-home-hy .img-box {
    display: block;
    height: 100%;
    min-height: 30rem;
    overflow: hidden;
    width: 100%
}

.loop-home-hy .img-box img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease;
    width: 100%
}

.loop-home-hy .info-box {
    background: linear-gradient(to left, rgba(3, 7, 32, 0), rgba(0, 0, 0, 0.5));
    color: #fff;
    height: 100%;
    left: 0;
    padding: 6rem;
    position: absolute;
    top: 0;
    width: 100%
}

.loop-home-hy .tit {
    font-family: oswald, sans-serif;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #fff;
    display: block;
    display: -webkit-box;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1.22em;
    margin-bottom: 3rem;
    overflow: hidden;
    text-overflow: ellipsis
}

.loop-home-hy ul {
    max-height: 6em;
    overflow: hidden
}

.loop-home-hy li {
    line-height: 2em;
    overflow: hidden;
    white-space: nowrap
}

.loop-home-hy li a {
    color: #fff;
    display: inline-block
}

.loop-home-hy li a:hover {
    text-decoration: underline;
    transform: translateX(.25rem)
}

.loop-home-hy .yy-btn {
    margin-top: 3rem;
    width: 16rem
}

.loop-home-hy:hover img {
    transform: scale(1.05)
}

.loop-home-hy:hover .yy-btn {
    background-color: #efb128;
    border-color: #efb128
}

@media screen and (max-width:1280px) {
    .loop-home-hy .info-box {
        padding: 4rem
    }

    .loop-home-hy .tit {
        font-size: 3rem;
        margin-bottom: 1.6rem
    }

    .loop-home-hy .yy-btn {
        margin-top: 2rem
    }
}

@media screen and (max-width:1024px) {
    .yy-home-hy .slick-dots {
        bottom: -3rem
    }

    .yy-home-hy .slick-dots li.slick-active button {
        border-radius: 1.5rem;
        width: 3rem
    }

    .loop-home-hy .info-box {
        padding: 3rem
    }

    .loop-home-hy .tit {
        font-size: 2.8rem;
        margin-bottom: 1.25rem
    }

    .loop-home-hy .yy-btn {
        margin-top: 1.8rem
    }

    .loop-home-hy ul {
        max-height: 5.4em
    }

    .loop-home-hy li {
        line-height: 1.8em
    }
}

@media screen and (max-width:600px) {
    .yy-home-hy .group {
        gap: 1.6rem
    }

    .yy-home-hy .slick-dots {
        bottom: -2.5rem
    }

    .yy-home-hy .slick-dots li.slick-active button {
        border-radius: 1.25rem;
        width: 2.5rem
    }

    .loop-home-hy .img-box {
        min-height: 26rem
    }

    .loop-home-hy .info-box {
        align-items: center;
        display: flex;
        height: auto;
        justify-content: center;
        padding: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .loop-home-hy .tit {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        font-size: 2.4rem;
        overflow: hidden;
        padding: 1rem 1rem 0;
        text-align: center;
        text-overflow: ellipsis;
        width: 100%
    }

    .loop-home-hy .yy-btn,
    .loop-home-hy ul {
        display: none
    }
}

@media screen and (max-width:500px) {
    .loop-home-hy .img-box {
        min-height: 20rem
    }

    .loop-home-hy .tit {
        font-size: 2.25rem
    }
}

.yy-home-pro {
    position: relative;
    width: calc(100% + 4rem)
}

.yy-home-pro .slick-arrow.slick-prev {
    left: -7rem;
    transform: translateX(-100%) translateY(-50%)
}

.yy-home-pro .slick-arrow.slick-next {
    left: auto;
    right: -7rem;
    transform: translateX(100%) translateY(-50%)
}

.yy-home-pro .loop-pro {
    margin: 0 2rem
}

@media screen and (max-width:1440px) {
    .yy-home-pro {
        width: calc(100% + 3rem)
    }

    .yy-home-pro .slick-arrow.slick-prev {
        left: -1.5rem;
        transform: translateY(-50%)
    }

    .yy-home-pro .slick-arrow.slick-next {
        left: auto;
        right: -1.5rem;
        transform: translateY(-50%)
    }

    .yy-home-pro .loop-pro {
        margin: 0 1.5rem
    }
}

@media screen and (max-width:1024px) {
    .yy-home-pro {
        width: calc(100% + 2rem)
    }

    .yy-home-pro .loop-pro {
        margin: 0 1rem
    }
}

@media screen and (max-width:600px) {
    .yy-home-pro {
        width: calc(100% + 1.6rem)
    }

    .yy-home-pro .loop-pro {
        margin: 0 .8rem
    }
}

.lang-x {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: none;
    justify-content: center;
    margin: 0 5rem;
    position: relative;
    transition: all .3s ease;
    z-index: 99
}

.lang-x:hover .yy-lang {
    color: #e6a412
}

.yy-lang {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 700;
    gap: .6rem
}

.yy-lang,
.yy-lang i {
    align-items: center;
    display: flex
}

.yy-lang i {
    font-size: 1.6rem;
    justify-content: center
}

.detail_page_header .yy-lang,
.min .yy-lang {
    color: #030720
}

.menu-language-container {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 .3rem .6rem .1rem rgba(0, 0, 0, .06);
    display: none;
    left: -3rem;
    min-width: calc(100% + 6rem);
    padding: 1.5rem;
    position: absolute;
    top: calc(100% + 1rem);
    transition: box-shadow .3s ease;
    z-index: 2
}

.menu-language-container li a {
    border-radius: 2px;
    color: #030720;
    display: block;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: .8rem 1.5rem;
    text-align: center;
    transition: all .3s ease;
    white-space: nowrap
}

.menu-language-container li a:hover {
    background: rgba(230, 164, 18, .2)
}

@media screen and (max-width:1440px) {
    .lang-x {
        margin: 0 4rem
    }
}

@media screen and (max-width:1024px) {
    .lang-x {
        margin: 0 2rem 0 0
    }
}

.yy-logo-a {
    display: block;
    position: relative;
    transition: all .3s ease
}

.yy-logo-a:hover {
    filter: brightness(1.1);
    transform: scale(.95)
}

.yy-logo-a:active {
    transform: scale(.9)
}

.yy-logo {
    display: block;
    height: 3.9rem;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none;
    transition: all .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    width: auto
}

.detail_page_header .yy-logo-1,
.min .yy-logo-1,
.yy-logo-2 {
    display: none
}

.detail_page_header .yy-logo-2,
.min .yy-logo-2 {
    display: block
}

@media screen and (max-width:1440px) {
    .yy-logo {
        height: 3rem
    }
}

@media screen and (max-width:1024px) {
    .yy-logo {
        height: 2.7rem
    }
}

.map-box {
    background-color: #ddd;
    height: 27.0833vw;
    margin: 8rem 0;
    width: 100%
}

.map-box p {
    height: 100%;
    width: 100%
}

@media screen and (max-width:1024px) {
    .map-box {
        height: 46rem;
        margin: 6rem 0
    }
}

@media screen and (max-width:800px) {
    .map-box {
        height: 40rem;
        margin: 5rem 0
    }
}

@media screen and (max-width:600px) {
    .map-box {
        height: 36rem;
        margin: 4rem 0
    }
}

.mburger {
    --mb-button-size: 4.5rem;
    --mb-bar-spacing: 5px;
    --mb-bar-height: 1.5px;
    color: #fff;
    display: none
}

.detail_page_header .mburger,
.min .mburger {
    color: #555
}

@media screen and (max-width:1024px) {
    .mburger {
        display: block;
        margin-left: -.75rem;
        margin-right: 0.9rem
    }
}

nav {
    text-align: center
}

.nav-links {
    clear: both;
    display: inline-flex;
    font-size: 0;
    margin-top: 6rem
}

.nav-links,
.page-numbers {
    align-items: center;
    height: 3.5rem;
    justify-content: center;
    text-align: center
}

.nav-links h2 {
    display: none;
}

.page-numbers {
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: none;
    color: #030720;
    display: flex;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0 1rem;
    transition: all .3s;
    width: 3.5rem
}

.page-numbers.current,
.page-numbers:hover,
.post-page-numbers.current .page-numbers {
    background-color: #fff;
    border-color: #efb128;
    color: #efb128
}

@media screen and (max-width:1024px) {
    .nav-links {
        margin-top: 5rem
    }
}

@media screen and (max-width:800px) {
    .nav-links {
        margin-top: 4rem
    }
}

@media screen and (max-width:600px) {
    .nav-links {
        margin-top: 3rem
    }
}

.yy-prenext {
    margin-top: 4rem
}

.yy-pn-next,
.yy-pn-pre {
    align-items: center;
    display: flex;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5em
}

.yy-pn-next .tit,
.yy-pn-pre .tit {
    color: #333;
    font-weight: 700;
    margin-right: .7rem
}

.yy-pn-next .no,
.yy-pn-pre .no {
    color: #666
}

.yy-pn-pre {
    margin-top: 1rem
}

.yy-pn-link {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.yy-pn-link a {
    color: #555;
    display: inline-block;
    transition: all .3s ease
}

.yy-pn-link a:hover {
    color: #efb128;
    text-decoration: underline;
    transform: translateX(.25rem)
}

@media screen and (max-width:600px) {
    .yy-prenext {
        margin-top: 3rem
    }

    .yy-pn-next,
    .yy-pn-pre {
        font-size: 1.6rem;
        line-height: 2.25rem
    }
}

.yy-search {
    border-top: 1px solid rgba(40, 61, 121, .1);
    padding-bottom: 8rem
}

.yy-search.no-search {
    padding-bottom: 0
}

.search-sec-box,
.yy-search .loop-news .info-box {
    background-color: #f8f8f8
}

.search-sec {
    margin: 0 auto;
    max-width: 860px;
    padding: 7rem 7rem 4rem;
}

.search-nav {
    background-color: #f8f8f8
}

#search-nav {
    display: flex
}

.search-results {
    padding-top: 4rem
}

.search-nav-li a {
    color: #555;
    display: block;
    line-height: 6rem;
    position: relative;
    text-align: center;
    width: 14rem
}

.search-nav-li.current a,
.search-nav-li:hover a {
    background-color: #efb128;
    color: #fff
}

.search-count {
    color: #999;
    margin: 2rem 0 2.5rem;
}

.search-count span {
    color: #030720;
    margin-right: 2px
}

.found-result {
    margin: 0 auto;
    max-width: 500px;
    padding: 6.4rem 0 13.3rem;
    width: 70%
}

.found-result .index_btn {
    min-width: auto;
    width: 20rem
}

.result-tit {
    color: #030720;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.4rem;
    margin-bottom: 1.6rem
}

.results-tips {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 4rem
}

.results-btn {
    width: 16rem
}

.yy-searchform-2 {
    background: #fff;
    border: 1px solid rgba(40, 61, 121, .2);
    display: flex;
    height: 6.4rem;
    overflow: hidden;
    position: relative;
    width: 100%
}

.yy-searchform-2 .yy-searchform-input {
    background: transparent;
    border: none;
    color: #222;
    flex: 1;
    font-size: 1.4rem;
    padding: 0 6.4rem 0 2rem
}

.yy-searchform-2 .yy-searchform-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background: url(../images/down.png) calc(100% - 1rem) 50% no-repeat #fff;
    background-size: auto 1.6rem;
    border: none;
    border-right: 1px solid rgba(40, 61, 121, .2);
    color: #222;
    display: block;
    font-size: 1.6rem;
    padding: 2rem;
    position: relative;
    width: 12rem
}

.yy-searchform-2 .yy-searchform-submit {
    background: #fff;
    border: none;
    color: #222;
    cursor: pointer;
    font-size: 1.8rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease;
    width: 6.4rem
}

.yy-searchform-2 .yy-searchform-submit:hover {
    color: #efb128
}

@media screen and (max-width:1280px) {
    .search-results {
        padding-top: 3rem
    }

    .search-sec {
        max-width: 600px;
        padding: 6rem 0
    }

    .found-result {
        padding: 6rem 0 12rem
    }

    .search-nav-li a {
        line-height: 5rem;
        width: 12rem
    }

    .yy-searchform-2 {
        height: 5.4rem
    }

    .yy-searchform-2 .yy-searchform-select {
        padding: .5rem 2rem
    }

    .yy-searchform-2 .yy-searchform-input {
        padding: 0 5.4rem 0 2rem
    }

    .yy-searchform-2 .yy-searchform-submit {
        width: 5.4rem
    }
}

@media screen and (max-width:1024px) {
    .yy-search {
        padding-bottom: 6rem
    }

    .search-results {
        padding-top: 2rem
    }

    .search-sec {
        padding: 5rem 0
    }

    .found-result {
        padding: 2rem 0 9rem
    }
}

@media screen and (max-width:800px) {
    .yy-search {
        padding-bottom: 5rem
    }

    .search-sec {
        max-width: 80%
    }

    .results-tips {
        margin-bottom: 3rem
    }
}

@media screen and (max-width:600px) {
    .yy-search {
        padding-bottom: 4rem
    }

    .search-results {
        padding-top: 1rem
    }

    .search-sec {
        max-width: 90%;
        padding: 5rem 0
    }

    .found-result {
        padding: 1rem 0 6rem
    }

    .search-nav-li a {
        font-size: 1.4rem;
        line-height: 4rem;
        width: 9rem
    }
}

#searchform {
    border-radius: 4px;
    height: 5.6rem;
    left: 50%;
    line-height: 5.6rem;
    max-width: 100%;
    overflow: hidden;
    position: fixed;
    top: 200px;
    transform: translate(-50%);
    width: 800px
}

#searchform .yy-searchform-input {
    background-color: #fff;
    border: 1px solid #efb128;
    font-size: 1.8rem;
    height: 100%;
    padding: 0 7.2rem 0 1.6rem;
    width: 100%
}

#searchform .yy-searchform-submit {
    background-color: #efb128;
    border: 1px solid #efb128;
    color: #fff;
    cursor: pointer;
    font-size: 2.4rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 1px;
    transition: all .5s ease;
    width: 5.6rem
}

#searchform .yy-searchform-submit:hover {
    filter: brightness(1.1)
}

#searchform .mfp-close {
    display: none
}

@media screen and (max-width:1024px) {
    #searchform {
        width: calc(100% - 12rem)
    }
}

@media screen and (max-width:800px) {
    #searchform {
        width: calc(100% - 8rem)
    }
}

.side-bar {
    background: transparent;
    flex-direction: column;
    padding: 1rem 0;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000
}

.side-bar,
.side-bar a {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 7rem
}

.side-bar a {
    background: #efb128;
    border-radius: .4rem;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .06);
    height: 6rem;
    margin-bottom: .45rem;
    position: relative;
    transition: all .3s
}

a.toTop {
    align-items: center;
    background-color: #efb128;
    border-radius: 100%;
    bottom: 7rem;
    color: #fff;
    display: flex;
    height: 6rem;
    justify-content: center;
    position: fixed;
    right: 0;
    width: 6rem;
    z-index: 99
}

a.toTop i {
    font-size: 2rem
}

a.toTop:hover {
    background: #e6a412
}

.side-bar a p {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%
}

.side-bar a p em {
    color: #fff;
    font-size: 1.25rem;
    font-style: normal;
    line-height: 1rem;
    margin-top: .5rem;
    transition: all .3s ease
}

.side-bar a .iconfont {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    transition: all .3s ease
}

.side-bar a .iconfont.i3 {
    font-size: 2.3rem;
}

.side-bar a .iconfont.i4 {
    font-size: 2.7rem;
}

.side-bar a .iconfont.i5 {
    font-size: 2.9rem;
}

.side-bar a:hover {
    background-color: #e6a412;
    filter: brightness(1.05);
    padding: 0;
}

.side-bar a:hover span {
    opacity: 1;
    transform: translate(-100%, -50%);
    visibility: initial
}

.side-bar a span {
    background-color: #fff;
    border-radius: .2rem;
    box-shadow: 0 .3rem .6rem .1rem rgba(0, 0, 0, .06);
    color: #030720;
    display: inline-block;
    font-size: 1.4rem;
    height: 100%;
    left: -2px;
    line-height: 6rem;
    opacity: 0;
    padding: 0 1.6rem;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-110%, -50%);
    transition: all .8s;
    visibility: hidden;
    white-space: nowrap
}

@media screen and (max-width:1440px) {

    .side-bar,
    a.toTop {
        right: 0
    }
}

@media screen and (max-width:1024px) {
    .side-bar {
        width: 100vw;
        background-color: #fff;
        bottom: 0;
        flex-direction: row;
        height: 8rem;
        left: 0;
        top: auto;
        transform: none;
    }

    .side-bar a {
        display: inline-block !important;
        border: none;
        border-radius: 0;
        box-shadow: none;
        flex: 1;
        height: 8rem;
        margin: 0;
        padding: 0;
    }

    .side-bar a.wechat,
    .side-bar a>span,
    .toTop {
        display: none !important
    }

    .side-bar a p em {
        font-size: 1.8rem;
        line-height: 1.8rem
    }

    .side-bar a .iconfont.i1 {
        font-size: 3rem;
        line-height: 3.8rem
    }

    .side-bar a .iconfont.i2 {
        font-size: 3.7rem;
        line-height: 3.7rem
    }

    .side-bar a .iconfont.i3 {
        font-size: 3.3rem;
        line-height: 4rem
    }

    .side-bar a .iconfont.i5 {
        font-size: 4.1rem;
        line-height: 4.1rem
    }
}

.slick-dots {
    align-items: center;
    display: inline-block;
    display: flex;
    font-size: 0;
    justify-content: center
}

.slick-dots li {
    height: 1.4rem;
    margin: 0 .7rem !important;
    width: auto;
    line-height: 0 !important;
}

.slick-dots li button {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    display: block;
    font-size: 0;
    height: 1.4rem;
    padding: 0;
    position: relative;
    transition: all .3s ease;
    vertical-align: bottom;
    width: 1.4rem
}

.slick-dots li button:before {
    display: none
}

.slick-dots .slick-active button {
    background-color: #efb128;
    border-color: #efb128
}

.slick-arrow {
    align-items: center;
    background-color: #efb128;
    border: none;
    border-radius: 100%;
    box-shadow: 0 0 36px 1px rgba(0, 0, 0, .06);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-weight: 400;
    justify-content: center;
    left: -9rem;
    line-height: 6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    width: 6rem;
    z-index: 2
}

.slick-arrow i {
    font-size: 3rem
}

.slick-arrow:hover {
    background-color: #efb128;
    color: #fff
}

.slick-arrow.slick-next {
    left: auto;
    right: -9rem
}

@media screen and (max-width:1280px) {
    .slick-dots li {
        height: 1.2rem;
        margin: 0 .5rem
    }

    .slick-dots li button {
        height: 1.2rem;
        width: 1.2rem
    }
}

@media screen and (max-width:600px) {
    .slick-dots li {
        height: 1rem;
        margin: 0 .25rem
    }

    .slick-dots li button {
        height: 1rem;
        width: 1rem
    }

    .slick-arrow {
        height: 5rem;
        width: 5rem
    }
}

@media screen and (max-width:500px) {
    .slick-arrow {
        height: 4rem;
        width: 4rem
    }
}

.yy-sns-ul {
    display: flex;
    gap: 1rem;
    margin-top: 4rem;
}

.yy-sns-a {
    align-items: center;
    background-color: #030720;
    border: none;
    border-radius: 100%;
    color: #fff;
    display: flex;
    flex: none;
    height: 2.8rem;
    justify-content: center;
    transition: all .3s ease;
    width: 2.8rem
}

.yy-sns-a,
.yy-sns-a i {
    font-size: 1.6rem
}

.yy-sns-a:hover {
    background-color: #efb128;
    transform: translateY(-.5rem)
}

@media screen and (max-width:1440px) {
    .sns-box {
        padding: 2.4rem
    }

    .sns-box h6 {
        margin-bottom: 1.25rem
    }
}

.toppic {
    background-color: #f8f8f8;
    position: relative
}

.toppic img {
    display: block;
    height: 20vw;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    width: 100%
}

.toppic_content {
    background: linear-gradient(180deg, rgba(3, 7, 32, .8), rgba(3, 7, 32, 0));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    padding-top: 10rem;
    color: #ffff;
    font-size: 2rem;
}

@media screen and (max-width:1440px) {
    .toppic img {
        min-height: 30rem
    }
}

@media screen and (max-width:600px) {
    .toppic img {
        min-height: 28rem
    }
}

@media screen and (max-width:500px) {
    .toppic img {
        min-height: 24rem
    }
}

.a2a_kit {
    align-items: center;
    display: flex;
    line-height: 2.8rem !important
}

.a2a_kit .tit {
    color: #030720
}

.a2a_kit a {
    align-items: center;
    background-color: #030720;
    border: none;
    border-radius: 100%;
    display: flex;
    flex: none;
    height: 2.8rem;
    justify-content: center;
    line-height: 2.8rem;
    margin-left: 1rem;
    text-align: center;
    transition: all .5s ease;
    transition: all .3s ease !important;
    vertical-align: middle;
    width: 2.8rem
}

.a2a_kit a .a2a_svg {
    background-color: #030720 !important;
    height: 2rem;
    transition: all .3s ease;
    width: 2rem
}

.a2a_kit a .a2a_svg svg path {
    fill: #fff !important;
    transition: all .3s ease
}

.a2a_kit a:hover {
    background-color: #efb128;
    transform: translateY(-.5rem)
}

.a2a_kit a:hover .a2a_svg {
    background-color: #efb128 !important
}

.a2a_kit a:hover svg path {
    fill: #fff !important
}

.wp-block-table {
    margin: 2rem 0 4rem
}

.table-x {
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #030720;
    padding: 1rem
}

.table-x,
.table-x table {
    overflow: auto;
    width: 100%
}

.table-x table {
    border-collapse: collapse;
    text-align: center
}

.table-x table tr td {
    background-color: #f8f8f8;
    border: 1px solid #fff;
    padding: 1.4rem 1.8rem;
    width: auto !important
}

.table-x table p {
    margin: 0
}

.flex-box {
    display: flex;
    justify-content: space-between
}

.color-c {
    color: #efb128
}

.bg-f8 {
    background-color: #f8f8f8
}

.s-tit {
    color: #030720;
    font-weight: 700
}

.alignfull {
    margin-left: calc(var(--main_w)/2 - 50vw);
    margin-right: calc(var(--main_w)/2 - 50vw);
    padding-left: calc(50vw - var(--main_w)/2);
    padding-right: calc(50vw - var(--main_w)/2)
}

.content>.wp-block-image {
    margin: 3rem 0;
    overflow: hidden
}

.content .wp-block-gallery {
    grid-gap: 2rem !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    margin: 3rem 0
}

.content .wp-block-gallery .wp-block-image {
    display: block;
    width: 100% !important
}

.content .wp-block-gallery .wp-block-image a {
    display: block;
    overflow: hidden
}

.content .wp-block-gallery .wp-block-image a img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .6s ease;
    width: 100%
}

.content .wp-block-gallery .wp-block-image a:hover img {
    transform: scale(1.05)
}

.content h6 {
    margin: 6rem 0 2rem;
    font-size: 2.4rem;
}

.content p,
.content li {
    margin-bottom: 2rem;
    text-align: justify;
    line-height: 3.5rem;
}

.content p img {
    max-width: 800px;
    width: 100%;
}

.content li {
    list-style-type: decimal;
    list-style-position: inside;
}

.content p strong {
    color: #030720;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 4rem 0 2rem
}

.yy-public-archive {
    padding: 6rem 0 8rem
}

.public-flex-box {
    display: flex;
    justify-content: space-between
}

.public-flex-box .flex-left {
    width: 30rem
}

.public-flex-box .flex-left .box {
    position: sticky;
    top: 0
}

.public-flex-box .flex-right {
    flex: 1;
    margin-left: 6rem
}

.yy-contact {
    padding-top: 8rem
}

.yy-contact h1 {
    display: inline-flex;
    font-weight: 700;
    margin-bottom: 4rem;
    position: relative;
    text-transform: uppercase;
    font-family: oswald, sans-serif;
}

.yy-contact h1:before {
    background-color: #efb128;
    bottom: 0;
    content: "";
    height: .4rem;
    position: absolute;
    width: 100%
}

.yy-contact .content {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 6rem
}

.yy-contact .s-tit {
    margin: 3.6rem 0 1rem
}

.yy-contact .flex-box {
    gap: 4rem
}

.yy-contact .flex-box h4 {
    margin-bottom: 3.5rem
}

.yy-contact .flex-l {
    width: 39.5rem
}

.yy-contact .flex-l .yy-btn {
    margin-top: 3.4rem
}

.yy-contact .flex-r {
    width: 62.22%
}

.yy-about {
    padding-top: 6rem;
    text-align: center
}

.yy-about h2,
.yy-about h4 {
    display: inline-flex;
    margin-bottom: 4rem;
    position: relative;
    font-family: oswald, sans-serif;
}

.yy-about h2:before,
.yy-about h4:before {
    background-color: #efb128;
    bottom: 0;
    content: "";
    height: .4rem;
    left: 0;
    position: absolute;
    width: 100%
}

.yy-about p {
    text-align: left
}

.yy-about .home-about-box .wp-block-cover__background {
    display: none
}

.yy-about .content>.wp-block-group {
    padding-bottom: 8rem;
    padding-top: 8rem
}

.yy-about .content>div {
    background-color: #fff
}

.yy-about .content>div:nth-child(2n) {
    background-color: #f8f8f8
}

.yy-about .about-pic-box .wp-block-gallery,
.yy-about .about-zs-box .wp-block-gallery {
    display: block !important;
    margin: 0 0 0 -1rem !important;
    width: calc(100% + 2rem)
}

.yy-about .about-pic-box .wp-block-image,
.yy-about .about-zs-box .wp-block-image {
    display: block !important;
    margin: 0 1rem !important
}

.yy-about .about-pic-box .wp-block-image a,
.yy-about .about-pic-box .wp-block-image img,
.yy-about .about-zs-box .wp-block-image a,
.yy-about .about-zs-box .wp-block-image img {
    height: auto !important
}

.yy-about .about-pic-box .wp-block-image .wp-element-caption,
.yy-about .about-zs-box .wp-block-image .wp-element-caption {
    background: transparent !important;
    color: #555 !important;
    font-size: 1.6rem !important;
    line-height: 2rem !important;
    margin: 0 !important;
    padding: 2rem 0 0 !important;
    position: static !important;
    text-align: left !important
}

.yy-about .about-pic-box .slick-arrow.slick-prev,
.yy-about .about-zs-box .slick-arrow.slick-prev {
    left: -8rem;
    transform: translateX(-100%) translateY(-50%)
}

.yy-about .about-pic-box .slick-arrow.slick-next,
.yy-about .about-zs-box .slick-arrow.slick-next {
    left: auto;
    right: -8rem;
    transform: translateX(100%) translateY(-50%)
}

.yy-about .about-zs-box {
    padding-bottom: 3rem !important
}

.yy-about .about-zs-box .wp-block-gallery {
    margin-bottom: 19.8rem !important
}

.yy-about .about-zs-box .wp-block-gallery:before {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 8px 16px 1px rgba(0, 0, 0, .1);
    height: 8rem
}

.yy-about .about-zs-box .wp-block-gallery:after,
.yy-about .about-zs-box .wp-block-gallery:before {
    content: "";
    left: 0;
    position: absolute;
    transform: translateX(1rem) translateY(100%);
    width: calc(100% - 2rem)
}

.yy-about .about-zs-box .wp-block-gallery:after {
    background: linear-gradient(180deg, #c7c7c7, hsla(0, 0%, 97%, 0));
    bottom: -8rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 99%, 8% 100%);
    clip-path: polygon(0 0, 100% 0, 92% 99%, 8% 100%);
    height: 11.8rem
}

.yy-about .about-zs-box .wp-block-gallery .wp-block-image {
    border: 2px solid #f2e3b9 !important
}

.yy-about .about-zs-box .slick-dots {
    bottom: -3rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(100%)
}

.yy-about .about-zs-box .slick-dots li button {
    border-color: #efb128
}

.yy-about .about-zs-box .slick-dots li.slick-active button {
    border-radius: 2rem;
    width: 4rem
}

.yy-about .about-map-box img {
    width: 100%
}

.about-info-box {
    margin-bottom: 3rem;
    padding: 0 !important
}

.yy-service {
    padding-top: 6rem
}

.service-box h2 {
    display: inline-flex;
    margin-bottom: 3.2rem;
    position: relative
}

.service-box h2:before {
    background-color: #efb128;
    bottom: 0;
    content: "";
    height: .4rem;
    left: 0;
    position: absolute;
    width: 100%
}

.service-box .wp-block-columns {
    align-items: flex-start !important;
    gap: 5rem
}

.service-box .wp-block-columns .wp-block-column:first-of-type {
    flex: 1
}

.service-box .wp-block-columns .wp-block-column:last-of-type {
    align-items: center;
    display: flex;
    flex: none;
    gap: 1rem;
}

.service-box .wp-block-columns .wp-block-column:last-of-type .yy-btn {
    width: 16rem
}

.service-download {
    background-color: #f8f8f8;
    padding-bottom: 8rem;
    padding-top: 8rem
}

.service-download h4 {
    display: inline-flex;
    margin-bottom: 4rem;
    position: relative
}

.service-download h4:before {
    background-color: #efb128;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.yy-news {
    background-color: #f8f8f8
}

.news-detail {
    padding-top: 6rem
}

.news-detail .top-box {
    border-bottom: 1px solid #cbccd1
}

.news-detail .date {
    align-items: center;
    color: #030720;
    display: flex;
    line-height: 1.25em
}

.news-detail .date i {
    font-size: 1.6rem;
    margin-right: 1rem
}

.news-detail .top-info {
    align-items: center;
    color: #030720;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 5rem;
    margin: 3rem 0 3.5rem
}

.news-detail .content {
    border: 1px solid #cbccd1;
    border-top: none;
    padding: 4.5rem 6rem;
}

.news-detail .content li {
    text-indent: -4rem;
}

.news-detail .public-flex-box {
    gap: 6rem
}

.news-detail .flex-left {
    margin-top: 6rem;
    width: 45.4rem
}

.news-detail .flex-right {
    margin-left: 0
}

.case-detail .content .intro {
    padding-left: 1.4rem
}

.case-detail .content .intro li {
    line-height: 2em;
    position: relative
}

.case-detail .content .intro li:before {
    background-color: #555;
    border-radius: 100%;
    content: "";
    height: .4rem;
    left: -1.4rem;
    position: absolute;
    top: 1.4rem;
    width: .4rem
}

.case-detail .content .info {
    align-items: center;
    display: flex;
    gap: 5rem;
    margin: 2rem 0 3rem
}

.case-detail .content .add {
    position: relative
}

.case-detail .content .add:before {
    background-color: #ddd;
    content: "";
    height: 1rem;
    position: absolute;
    right: -2.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.pro_nav .list {
    align-items: center;
    background-color: #f8f8f8;
    border: 1px solid #fff;
    color: #030720;
    display: flex;
    justify-content: space-between;
    line-height: 2.4rem;
    padding: 1.6rem 2rem
}

.pro_nav .list.current,
.pro_nav .list:hover {
    background-color: #efb128;
    color: #fff;
    font-weight: 700
}

.yy-pro h1 {
    margin-bottom: 3rem;
    font-family: oswald, sans-serif
}

.pro_detail .top-box {
    border-bottom: 1px solid #cbccd1;
    padding: 6rem 0
}

.pro_detail .top-box .yy-main {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    position: relative
}

.pro_detail .col1 {
    width: 50.0694%
}

.pro_detail .col2 {
    width: 46.4683%
}

.pro_detail .pro_banner {
    position: relative
}

.pro_detail .pro_banner .slick-track {
    display: block
}

.pro_detail .pro_banner .showpic {
    animation: showhide .5s ease;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: auto;
    padding-top: 66.0194%;
    width: 83.218%
}

.pro_detail .pro_banner .smallpic {
    height: 100%;
    overflow: hidden;
    position: relative;
    position: absolute;
    right: 0;
    top: 0;
    width: 16.089%
}

.pro_detail .pro_banner .smallpic .gallery {
    height: 100%
}

.pro_detail .pro_banner .smallpic::-webkit-scrollbar {
    display: none
}

.pro_detail .pro_banner .smallpic .slick-list,
.pro_detail .pro_banner .smallpic .slick-track {
    height: calc(100% + .4rem) !important
}

.pro_detail .pro_banner .smallpic .slick-track {
    top: -.4rem
}

.pro_detail .pro_banner .smallpic .gallery-item {
    border: 1px solid hsla(0, 0%, 100%, .2);
    box-sizing: border-box;
    cursor: pointer;
    height: calc(20% - .4rem);
    margin: .4rem 0 0 !important;
    overflow: hidden;
    width: 100% !important
}

.pro_detail .pro_banner .smallpic .gallery-item:first-of-type {
    margin-top: 0 !important
}

.pro_detail .pro_banner .smallpic .gallery-item .gallery-icon,
.pro_detail .pro_banner .smallpic .gallery-item a {
    display: block;
    height: 100%
}

.pro_detail .pro_banner .smallpic .gallery-item.slick-current {
    border-color: #fff
}

.pro_detail .pro_banner .smallpic img {
    border: none !important;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden
}

.pro_detail .info {
    background-color: #f8f8f8;
    margin: 2rem 0;
    padding: 2rem 2rem 1.5rem 2.8rem;
}

.pro_detail .info li {
    margin-bottom: 1rem;
    position: relative
}

.pro_detail .info li:before {
    background-color: #efb128;
    border-radius: 100%;
    content: "";
    height: .4rem;
    left: -1.2rem;
    position: absolute;
    top: 1rem;
    width: .4rem
}

.pro_detail .btn-box {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin-bottom: 2.5rem
}

.pro_detail .btn-box .yy-btn {
    min-width: 23rem
}

.pro-content .nav_fixed {
    animation: showhide .3s ease;
    box-shadow: 0 .2rem 2.4rem 0 rgba(0, 0, 0, .1);
    left: 0;
    /* position: sticky; */
    top: -1px;
    width: 100%;
    z-index: 999
}

.pro-content .pro_tab {
    background-color: #fff
}

.pro-content .pro_tab .yy-main {
    border: 1px solid #cbccd1;
    border-top: none;
    position: relative
}

.pro-content .live-sec-tit-nav {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    overflow: auto;
    overflow-y: none;
    overflow-y: hidden
}

.pro-content .live-sec-tit-nav li {
    position: relative
}

.pro-content .live-sec-tit-nav li:before {
    background-color: #cbccd1;
    content: "";
    height: 1rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    width: 1px
}

.pro-content .live-sec-tit-nav li:first-of-type:before {
    display: none
}

.pro-content .live-sec-tit-nav li.current a,
.pro-content .live-sec-tit-nav li:hover a {
    background-color: #efb128;
    color: #fff
}

.pro-content .live-sec-tit-nav li.current+li:before,
.pro-content .live-sec-tit-nav li.current:before,
.pro-content .live-sec-tit-nav li:hover+li:before,
.pro-content .live-sec-tit-nav li:hover:before {
    opacity: 0
}

.pro-content .live-sec-tit-nav a {
    color: #030720;
    cursor: pointer;
    display: block;
    padding: 2.9rem 5rem;
    transition: all .3s ease;
    white-space: nowrap
}

.pro-content .content {
    border: 1px solid #cbccd1;
    border-top: none;
    padding: 2rem 5.2083vw 6rem
}

.pro-content .content h6[id] {
    padding-left: 3rem;
    position: relative;
    scroll-margin-top: 100px
}

.pro-content .content h6[id]:after,
.pro-content .content h6[id]:before {
    background-color: #030720;
    border-radius: 100%;
    content: "";
    height: 1rem;
    left: 0;
    position: absolute;
    top: 1rem;
    width: 1rem
}

.pro-content .content h6[id]:before {
    background-color: #efb128;
    left: .5rem
}

.hy-detail .top-box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    margin: 6rem 0 4rem
}

.hy-detail h1 {
    border-bottom: 2px solid #efb128;
    font-family: oswald, sans-serif
}

.hy-info {
    background-color: #f8f8f8;
    padding: 6rem
}

.hy-info .wp-block-media-text {
    grid-gap: 4rem;
    grid-template-columns: 37.88% 59.1% !important;
    margin-bottom: 2rem
}

.hy-info .wp-block-media-text .wp-block-media-text__media {
    align-self: flex-start;
    height: 100%
}

.hy-info .wp-block-media-text .wp-block-media-text__media img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.hy-info .wp-block-media-text .wp-block-media-text__content {
    align-self: flex-start;
    padding: 0
}

.hy-info .wp-block-media-text .wp-block-media-text__content p:last-of-type {
    margin-bottom: 0
}

.hy-info .yy-btn {
    min-width: 23rem
}

.hy-list-box {
    border-bottom: 1px solid #cbccd1;
    border-top: 1px solid #cbccd1;
    margin-top: 6rem;
    padding: 0 0 8rem
}

.hy-list-box .wp-block-media-text {
    grid-gap: 6rem;
    grid-template-columns: 31.528% 64.375% !important;
    margin-top: 6rem;
    scroll-margin-top: calc(var(--menu_h) + 2rem)
}

.hy-list-box .wp-block-media-text .wp-block-media-text__media {
    align-self: flex-start
}

.hy-list-box .wp-block-media-text .wp-block-media-text__media img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.hy-list-box .wp-block-media-text .wp-block-media-text__content {
    align-self: flex-start;
    padding: 0
}

.hy-list-box .wp-block-media-text .wp-block-media-text__content p:last-of-type {
    margin-bottom: 0
}

.hy-list-box .wp-block-media-text .wp-block-media-text__content p.tit {
    margin-bottom: 1rem
}

.hy-list-box .wp-block-media-text .wp-block-media-text__content p strong {
    font-size: 1.6rem;
    line-height: 1.25rem;
    margin: 3rem 0 1rem
}

.hy-list-box .wp-block-media-text .wp-block-media-text__content h6 {
    margin-top: 0
}

.hy-list-box .wp-block-media-text .wp-block-media-text__content li {
    padding-left: 1.4rem;
    position: relative
}

.hy-list-box .wp-block-media-text .wp-block-media-text__content li:before {
    background-color: #efb128;
    border-radius: 100%;
    content: "";
    height: .4rem;
    left: 0;
    position: absolute;
    top: 1rem;
    width: .4rem
}

.limit-height {
    position: relative
}

.limit-height .limit-x {
    margin-bottom: 6rem;
    max-height: 24.5rem;
    overflow: hidden;
    transition: all .5s ease
}

.limit-height .limit-height-btn {
    background: #fff;
    bottom: -3rem;
    left: 0;
    margin: 0;
    padding: 3rem 0 0;
    position: absolute;
    transition: all .3s ease;
    width: 100%;
    z-index: 9
}

.limit-height .limit-height-btn span {
    color: #030720;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 2rem;
    position: relative;
    transition: all .3s ease
}

.limit-height .limit-height-btn span:before {
    background-color: #030720;
    bottom: -.5rem;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all .3s ease;
    width: 100%
}

.limit-height .limit-height-btn span:hover {
    color: #efb128
}

.limit-height .limit-height-btn span:hover:before {
    background-color: #efb128
}

.limit-height .limit-height-btn.open {
    padding-top: 0;
    transform: translateY(100%)
}

.hy-service {
    border-bottom: 1px solid #cbccd1;
    margin-top: 8rem;
    padding-bottom: 6rem
}

.hy-service h3 {
    margin-bottom: 4rem
}

.yy-home h2 {
    font-family: oswald, sans-serif;
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 5rem;
    position: relative;
}

.yy-home h2:after,
.yy-home h2:before {
    color: #efb128;
    content: "\e697";
    font-family: iconfont;
    font-size: 2.4rem
}

.yy-home h2:after {
    content: "\e69a"
}

.yy-home .content p {
    text-align: center;
}

.home-hy-box {
    margin-top: 8rem;
    position: relative;
    z-index: 2
}

.home-pro-box.wp-block-cover {
    padding-bottom: 8rem !important;
    padding-left: calc(50vw - var(--main_w)/2);
    padding-right: calc(50vw - var(--main_w)/2);
    padding-top: 13.4rem !important;
    position: relative;
    z-index: 1
}

.home-pro-box.wp-block-cover .wp-block-cover__background {
    display: none
}

.home-pro-box.wp-block-cover h2 {
    color: #030720 !important
}

.home-pro-box.wp-block-cover .yy-home-pro {
    margin-left: -2rem !important
}

.home-about-box.wp-block-cover {
    min-height: 60rem !important;
    padding-bottom: 11.72vw !important;
    padding-left: calc(50vw - var(--main_w)/2);
    padding-right: calc(50vw - var(--main_w)/2);
    padding-top: 8vw !important;
    position: relative;
}

.home-about-box.wp-block-cover .wp-block-cover__background {
    background: linear-gradient(180deg, #030720, rgba(3, 7, 32, 0)) !important
}

.home-about-box.wp-block-cover h2 {
    margin-bottom: 10rem;
    color: #fff;
}

.home-about-box.wp-block-cover .p_btn a {
    width: 16rem
}

.home-news-box.wp-block-cover {
    padding-bottom: 8rem !important;
    padding-left: calc(50vw - var(--main_w)/2);
    padding-right: calc(50vw - var(--main_w)/2);
    padding-top: 8rem !important
}

.home-news-box.wp-block-cover .wp-block-cover__background {
    display: none
}

.home-news-box.wp-block-cover h2 {
    color: #030720 !important
}

.home-news-box.wp-block-cover .p_btn {
    margin-bottom: 0
}

.home-news-box.wp-block-cover .p_btn a {
    background-color: #fff;
    border-radius: 3rem;
    color: #030720;
    height: 6rem;
    margin-top: 4rem;
    width: 100%
}

.home-news-box.wp-block-cover .p_btn a:hover {
    background-color: #efb128;
    color: #fff
}

@media screen and (max-width:1440px) {
    .content h6 {
        margin: 3rem 0 1.8rem
    }

    .content p {
        margin-bottom: 1.8rem
    }

    .content p strong {
        margin: 3rem 0 1.8rem
    }

    .wp-block-table {
        margin: 3rem 0 2rem
    }

    .table-x table tr td {
        padding: 2rem 1.8rem
    }

    .news-detail .top-info {
        margin: 2.5rem 0 3rem
    }

    .news-detail .content {
        padding: 6rem 6rem 4rem
    }

    .pro_detail .info {
        margin: 2.5rem 0;
        padding: 2.5rem 2.5rem 2rem 3rem
    }

    .pro_detail .btn-box {
        margin-bottom: 2.5rem
    }

    .pro-content .live-sec-tit-nav a {
        padding: 2.5rem 4rem
    }

    .pro-content .content {
        padding: 2rem 6rem 5rem
    }

    .pro-content .content h6[id] {
        scroll-margin-top: 80px
    }

    .hy-info .wp-block-media-text {
        margin-bottom: 1.8rem
    }

    .yy-home h2 {
        margin-bottom: 4rem
    }

    .home-pro-box.wp-block-cover .yy-home-pro {
        margin-left: -1.5rem !important
    }

    .service-box .wp-block-columns {
        gap: 4rem
    }

    .yy-about .about-pic-box .slick-arrow.slick-prev,
    .yy-about .about-zs-box .slick-arrow.slick-prev {
        left: 1rem;
        transform: translateY(-50%) translateX(-50%)
    }

    .yy-about .about-pic-box .slick-arrow.slick-next,
    .yy-about .about-zs-box .slick-arrow.slick-next {
        left: auto;
        right: 1rem;
        transform: translateY(-50%) translateX(50%)
    }

    .yy-about .about-zs-box {
        padding-bottom: 3rem !important
    }

    .yy-about .about-zs-box .wp-block-gallery {
        margin-bottom: 15rem !important
    }

    .yy-about .about-zs-box .wp-block-gallery:before {
        height: 7rem
    }

    .yy-about .about-zs-box .wp-block-gallery:after {
        bottom: -7rem;
        height: 8rem
    }

    .yy-about .about-zs-box .slick-dots {
        bottom: -2.5rem
    }

    .about-info-box {
        margin-bottom: 5rem
    }
}

@media screen and (max-width:1024px) {
    body {
        padding-bottom: 5rem
    }

    .content>.wp-block-image {
        margin: 2.5rem 0
    }

    .content .wp-block-gallery {
        gap: 1.6rem !important;
        margin: 2.5rem 0
    }

    .content h6 {
        margin: 2.5rem 0 1.6rem
    }

    .content p {
        margin-bottom: 1.6rem;
        font-size: 2rem;
    }

    .content p strong {
        margin: 2.5rem 0 1.6rem
    }

    .wp-block-table {
        margin: 2.5rem 0 1.8rem
    }

    .yy-contact {
        padding-top: 6rem
    }

    .yy-contact h1 {
        margin-bottom: 3rem
    }

    .yy-contact h1:before {
        height: 2px
    }

    .yy-contact .content {
        margin-bottom: 4rem
    }

    .yy-contact .flex-box h4 {
        margin-bottom: 2.5rem
    }

    .yy-contact .flex-l .yy-btn {
        margin-top: 3rem
    }

    .yy-public-archive {
        padding: 6rem 0
    }

    .public-flex-box {
        flex-flow: column-reverse
    }

    .public-flex-box .flex-left {
        margin-top: 6rem;
        width: 100%
    }

    .public-flex-box .flex-right {
        margin-left: 0;
        width: 100%
    }

    .pro_nav {
        display: grid;
        gap: 0 2rem;
        grid-template-columns: repeat(2, 1fr)
    }

    .pro_nav .list {
        padding: 2rem
    }

    .news-detail .top-info {
        margin: 2rem 0 2.5rem
    }

    .news-detail .content {
        padding: 5rem 4rem 3rem
    }

    .news-detail .public-flex-box {
        flex-flow: column;
        gap: 0
    }

    .case-detail .content .info {
        margin: 1.6rem 0 2.5rem
    }

    .pro_detail .info {
        margin: 2rem 0;
        padding: 2rem 2rem 1.6rem 2rem
    }

    .pro_detail .btn-box {
        margin-bottom: 2rem
    }

    .pro-content .live-sec-tit-nav a {
        padding: 2rem 3.5rem
    }

    .pro-content .content {
        padding: 2rem 4rem 4rem
    }

    .pro-content .content h6[id] {
        scroll-margin-top: 60px
    }

    .hy-detail .top-box {
        margin: 6rem 0 3rem
    }

    .hy-info {
        padding: 5rem
    }

    .hy-info .wp-block-media-text {
        grid-gap: 3rem;
        margin-bottom: 1.6rem
    }

    .hy-list-box {
        padding: 0 0 6rem
    }

    .hy-list-box .wp-block-media-text {
        grid-gap: 4rem;
        grid-template-columns: 31.528% 66% !important;
        margin-top: 6rem
    }

    .limit-height .limit-x {
        margin-bottom: 4rem;
        max-height: 22rem
    }

    .hy-service {
        margin-top: 6rem;
        padding-bottom: 5rem
    }

    .hy-service h3,
    .yy-home h2 {
        margin-bottom: 3rem
    }

    .home-hy-box {
        margin-top: 6rem
    }

    .home-pro-box.wp-block-cover {
        padding-bottom: 6rem !important;
        padding-top: 10rem !important
    }

    .home-pro-box.wp-block-cover .yy-home-pro {
        margin-left: -1rem !important
    }

    .home-about-box.wp-block-cover h2 {
        margin-bottom: 4rem;

    }

    .home-news-box.wp-block-cover {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }

    .home-news-box.wp-block-cover .p_btn a {
        margin-top: 3rem
    }

    .service-box h2:before {
        height: 2px
    }

    .service-box .wp-block-columns {
        gap: 3rem
    }

    .service-download {
        padding-bottom: 6rem;
        padding-top: 6rem
    }

    .service-download h4,
    .yy-about h2,
    .yy-about h4 {
        margin-bottom: 3rem
    }

    .yy-about h2:before,
    .yy-about h4:before {
        height: 2px
    }

    .yy-about .content>.wp-block-group {
        padding-bottom: 6rem;
        padding-top: 6rem
    }

    .yy-about .about-pic-box .wp-block-gallery,
    .yy-about .about-zs-box .wp-block-gallery {
        margin: 0 0 0 -.8rem !important;
        width: calc(100% + 1.6rem)
    }

    .yy-about .about-pic-box .wp-block-image,
    .yy-about .about-zs-box .wp-block-image {
        margin: 0 .8rem !important
    }

    .yy-about .about-pic-box .wp-block-image .wp-element-caption,
    .yy-about .about-zs-box .wp-block-image .wp-element-caption {
        padding: 1.6rem 0 0 !important
    }

    .yy-about .about-zs-box .wp-block-gallery {
        margin-bottom: 12rem !important
    }

    .yy-about .about-zs-box .wp-block-gallery:before {
        height: 6rem
    }

    .yy-about .about-zs-box .wp-block-gallery:after {
        bottom: -6rem;
        height: 6rem
    }

    .yy-about .about-zs-box .slick-dots {
        bottom: -2rem
    }

    .yy-about .about-zs-box .slick-dots li.slick-active button {
        border-radius: 1.5rem;
        width: 3rem
    }

    .about-info-box {
        margin-bottom: 4rem
    }
}

@media screen and (max-width:800px) {
    .flex-box {
        flex-flow: column
    }

    .flex-box .flex-l,
    .flex-box .flex-r {
        width: 100%
    }

    .yy-contact {
        padding-top: 5rem
    }

    .yy-contact h1 {
        margin-bottom: 2rem
    }

    .yy-contact .content {
        margin-bottom: 3rem
    }

    .yy-contact .flex-box {
        flex-flow: column-reverse;
        gap: 3rem
    }

    .yy-contact .flex-box h4 {
        margin-bottom: 2rem
    }

    .yy-contact .s-tit {
        margin: 2rem 0 1rem
    }

    .yy-contact .flex-l .yy-btn {
        margin-top: 2rem
    }

    .yy-public-archive {
        padding: 5rem 0
    }

    .public-flex-box .flex-left {
        margin-top: 5rem
    }

    .news-detail {
        padding-top: 5rem
    }

    .news-detail .top-info {
        margin: 1.8rem 0 2rem
    }

    .news-detail .date i {
        margin-right: .8rem
    }

    .news-detail .content {
        padding: 4rem 3rem 2rem
    }

    .case-detail .content .info {
        margin: 1.6rem 0 2rem
    }

    .pro_detail .top-box {
        padding: 5rem 0 4rem
    }

    .pro_detail .top-box .yy-main {
        flex-flow: column
    }

    .pro_detail .col1 {
        margin: 0 auto 3rem;
        max-width: 720px;
        width: 100%
    }

    .pro_detail .col2 {
        margin: 0 auto;
        max-width: 720px;
        width: 100%
    }

    .pro-content .content {
        padding: 1rem 3rem 3rem
    }

    .hy-detail .top-box {
        margin: 5rem 0 3rem
    }

    .hy-info {
        padding: 4rem
    }

    .hy-info .wp-block-media-text {
        grid-gap: 2.5rem;
        grid-template-columns: 1fr !important;
        margin-bottom: 1.6rem
    }

    .hy-info .wp-block-media-text .wp-block-media-text__media {
        grid-column: 1 !important;
        grid-row: 1 !important
    }

    .hy-info .wp-block-media-text .wp-block-media-text__content {
        grid-column: 1 !important;
        grid-row: 2 !important
    }

    .hy-list-box {
        margin-top: 5rem;
        padding: 0 0 5rem
    }

    .hy-list-box .wp-block-media-text {
        grid-gap: 3rem;
        margin-top: 5rem
    }

    .hy-list-box .wp-block-media-text .wp-block-media-text__content p strong {
        margin: 2rem 0 1rem
    }

    .limit-height .limit-height-btn {
        padding-top: 2rem
    }

    .limit-height .limit-height-btn.open {
        bottom: -2rem
    }

    .hy-service {
        margin-top: 5rem;
        padding-bottom: 3.5rem
    }

    .hy-service h3,
    .yy-home h2 {
        margin-bottom: 2.5rem
    }

    .home-hy-box {
        margin-top: 5rem
    }

    .home-pro-box.wp-block-cover {
        padding-bottom: 5rem !important;
        padding-top: 9rem !important
    }

    .home-about-box.wp-block-cover {
        padding-bottom: 18vw !important;
        padding-top: 7vw !important
    }

    .home-news-box.wp-block-cover {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .home-news-box.wp-block-cover .p_btn a {
        height: 5rem;
        line-height: 2.5rem;
        margin-top: 2.5rem
    }

    .yy-service {
        padding-top: 5rem
    }

    .service-box h2 {
        margin-bottom: 2.5rem
    }

    .service-box .wp-block-columns {
        flex-flow: column;
        gap: 0
    }

    .service-download {
        padding-bottom: 5rem;
        padding-top: 5rem
    }

    .service-download h4 {
        margin-bottom: 2.5rem
    }

    .yy-about {
        padding-top: 5rem
    }

    .yy-about h2,
    .yy-about h4 {
        margin-bottom: 2.5rem
    }

    .yy-about .content>.wp-block-group {
        padding-bottom: 5rem;
        padding-top: 5rem
    }

    .yy-about .about-zs-box {
        padding-bottom: 2rem !important
    }

    .yy-about .about-zs-box .wp-block-gallery {
        margin-bottom: 10rem !important
    }

    .yy-about .about-zs-box .wp-block-gallery:before {
        height: 5rem
    }

    .yy-about .about-zs-box .wp-block-gallery:after {
        bottom: -5rem;
        height: 5rem
    }

    .yy-about .about-zs-box .slick-dots {
        bottom: -1.85rem
    }

    .about-info-box {
        margin-bottom: 3rem
    }
}

@media screen and (max-width:600px) {
    .content>.wp-block-image {
        margin: 2rem 0
    }

    .content .wp-block-gallery {
        gap: 1.25rem !important;
        margin: 2rem 0
    }

    .content h6 {
        margin: 2rem 0 1.25rem
    }

    .content p {
        margin-bottom: 1.25rem
    }

    .content p strong {
        margin: 2rem 0 1.25rem
    }

    .wp-block-table {
        margin: 2.5rem 0 1.6rem
    }

    .table-x table tr td {
        padding: 1.6rem
    }

    .yy-contact {
        padding-top: 4rem
    }

    .yy-contact h1 {
        margin-bottom: 2rem
    }

    .yy-contact .content {
        margin-bottom: 2.5rem
    }

    .yy-contact .flex-box h4 {
        margin-bottom: 1.5rem
    }

    .yy-contact .s-tit {
        margin: 1.5rem 0 .8rem
    }

    .yy-contact .flex-l .yy-btn {
        margin-top: 1.5rem
    }

    .yy-public-archive {
        padding: 4rem 0
    }

    .public-flex-box .flex-left {
        margin-top: 4rem
    }

    .yy-pro h1 {
        margin-bottom: 2.5rem
    }

    .news-detail {
        padding-top: 4rem
    }

    .news-detail .top-info {
        margin: 1.6rem 0 1.8rem
    }

    .news-detail .content {
        padding: 3rem 2.5rem 2rem
    }

    .case-detail .content .info {
        gap: 4rem;
        margin: 1rem 0 1.6rem
    }

    .case-detail .content .add:before {
        right: -2rem
    }

    .pro_detail .top-box {
        padding: 4rem 0 3.5rem
    }

    .pro_detail .col1 {
        margin: 0 auto 2.5rem
    }

    .pro-content .live-sec-tit-nav a {
        padding: 1.8rem 3rem
    }

    .pro-content .content {
        padding: 1rem 2.5rem 2rem
    }

    .hy-detail .top-box {
        margin: 4rem 0 2.5rem
    }

    .hy-info {
        padding: 3rem 2.5rem
    }

    .hy-info .wp-block-media-text {
        grid-gap: 2rem;
        margin-bottom: 1.25rem
    }

    .hy-list-box {
        margin-top: 4rem;
        padding: 0 0 4rem
    }

    .hy-list-box .wp-block-media-text {
        grid-gap: 2.5rem;
        grid-template-columns: 1fr !important;
        margin-top: 4rem
    }

    .hy-list-box .wp-block-media-text .wp-block-media-text__media {
        grid-column: 1 !important;
        grid-row: 1 !important;
        max-width: 454px
    }

    .hy-list-box .wp-block-media-text .wp-block-media-text__content {
        grid-column: 1 !important;
        grid-row: 2 !important
    }

    .limit-height .limit-x {
        margin-bottom: 3rem;
        max-height: 23rem
    }

    .limit-height .limit-height-btn.open {
        bottom: -1.5rem
    }

    .hy-service {
        margin-top: 4rem;
        padding-bottom: 2.5rem
    }

    .hy-service h3 {
        margin-bottom: 2.5rem
    }

    .yy-home h2 {
        margin-bottom: 2rem
    }

    .home-hy-box {
        margin-top: 4rem
    }

    .home-pro-box.wp-block-cover {
        padding-bottom: 4rem !important;
        padding-top: 8rem !important
    }

    .home-pro-box.wp-block-cover .yy-home-pro {
        margin-left: -.8rem !important
    }

    .home-about-box.wp-block-cover h2 {
        margin-bottom: 1.6rem
    }

    .home-news-box.wp-block-cover {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .home-news-box.wp-block-cover .p_btn a {
        height: 4rem;
        line-height: 2rem
    }

    .yy-service {
        padding-top: 4rem
    }

    .service-download {
        padding-bottom: 4rem;
        padding-top: 4rem
    }

    .yy-about {
        padding-top: 4rem
    }

    .yy-about h2,
    .yy-about h4 {
        margin-bottom: 2rem
    }

    .yy-about .content>.wp-block-group {
        padding-bottom: 4rem;
        padding-top: 4rem
    }

    .yy-about .about-zs-box .wp-block-gallery {
        margin-bottom: 9rem !important
    }

    .yy-about .about-zs-box .wp-block-gallery:after {
        height: 4rem
    }

    .yy-about .about-zs-box .slick-dots li.slick-active button {
        border-radius: 1.25rem;
        width: 2.5rem
    }

    .about-info-box {
        margin-bottom: 3rem
    }
}

@media screen and (max-width:500px) {
    .pro_nav {
        gap: 0 1.6rem;
        grid-template-columns: 1fr
    }

    .pro_nav .list {
        padding: 1.6rem
    }

    .home-about-box.wp-block-cover {
        height: 66rem;
        padding-bottom: 40vw !important;
        padding-top: 10vw !important
    }
}

.about-box-news h4 {
    margin-bottom: 3rem
}

.yy-news-about {
    display: grid;
    gap: 3rem
}

.loop-about-news {
    position: relative
}

.loop-about-news:before {
    background-color: #ddd;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    transition: all .3s ease;
    width: .4rem
}

.loop-about-news .info-box {
    background-color: #f8f8f8;
    padding: 3rem 4rem 4rem
}

.loop-about-news .date {
    color: #777;
    display: flex
}

.loop-about-news .tit {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    height: 2.66em;
    margin: 1.5rem 0 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease
}

.loop-about-news .intro {
    margin: 2rem 0 3rem
}

.loop-about-news .intro p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.loop-about-news .more {
    color: #030720;
    display: inline-block;
    transition: all .3s ease
}

.loop-about-news:hover:before {
    background-color: #efb128
}

.loop-about-news:hover .tit {
    color: #efb128
}

@media screen and (max-width:1024px) {
    .about-box-news h4 {
        margin-bottom: 2rem
    }

    .yy-news-about {
        gap: 2rem
    }

    .loop-about-news .info-box {
        padding: 2rem 3rem 3rem
    }

    .loop-about-news .tit {
        height: auto;
        margin: 1.25rem 0 1.5rem
    }

    .loop-about-news .intro {
        margin: 1.5rem 0 2rem
    }
}

@media screen and (max-width:600px) {
    .about-box-news h4 {
        margin-bottom: 1.6rem
    }

    .yy-news-about {
        gap: 1.6rem
    }

    .loop-about-news .info-box {
        padding: 2rem 1.6rem 2.5rem
    }

    .loop-about-news .tit {
        margin: 1rem 0 1.25rem
    }

    .loop-about-news .intro {
        margin: 1.25rem 0 1.5rem
    }
}

#menu-language {
    display: none;
}

a.glink {
    display: block;
    white-space: nowrap;
    margin: .25rem 1.5rem .25rem 0;
}

a.glink span {
    font-size: 1.6rem !important;
}

a.glink.gt-current-lang,
a.glink:hover {
    color: #efb128;
}

@media screen and (max-width: 1280px) {
    .menu-language-container {
        left: auto;
        right: -3rem;
    }
}
.page-video .video-content .wp-block-gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: normal;
    align-items: normal;
    gap: 0
}

.video-content .wp-block-gallery .wp-block-image {
    -ms-flex: none;
    flex: none;
    width: 31.7%;
    margin-bottom: 60px
}

.video-content .wp-block-gallery>i {
    -ms-flex: none;
    flex: none;
    width: 31.7%;
    height: 0;
    margin: 0
}

.video-content .wp-block-gallery .wp-element-caption {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    font-weight: 500;
    color: #666;
    overflow: hidden
}

.video-content .wp-block-gallery .wp-block-image a {
    display: block;
    position: relative
}

.video-content .wp-block-gallery .wp-block-image a::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .27);
    content: '';
    transition: all .3s
}

.video-content .wp-block-gallery .wp-block-image a::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    font-family: iconfont;
    font-size: 26px;
    content: url('/static/images/bf.png');
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 2;
    transition: all .3s
}

.video-content .wp-block-gallery .wp-block-image a:hover::before {
    background: rgba(0, 0, 0, .37)
}

.video-content .wp-block-gallery .wp-block-image a:hover::after {
    color: #0086ba;
    border-color: #0086ba;
    content: url('/static/images/bf_hover.png');
}

figure {
    margin: 0;
}

@media screen and (max-width:1440px) {

    .video-content .wp-block-gallery .wp-block-image {
        margin-top: 44px
    }
}

@media screen and (max-width:1280px) {

    .video-content .wp-block-gallery .wp-block-image {
        margin-top: 30px
    }
}

@media screen and (max-width:1024px) {

    .video-content {
        padding-top: 26px
    }

    .video-content .wp-block-gallery .wp-block-image {
        margin-top: 20px
    }
}

@media screen and (max-width:800px) {
    .video-content .wp-block-gallery .wp-element-caption {
        margin-top: 10px;
        font-size: 15px;
        line-height: 22px;
        max-height: 44px
    }

    .video-content .wp-block-gallery .wp-block-image a::after {
        width: 42px;
        height: 42px;
        line-height: 40px
    }

}

@media screen and (max-width:600px) {
    .video-content .wp-block-gallery .wp-block-image {
        width: 49%;
        margin-top: 14px
    }

    .video-content .wp-block-gallery>i {
        width: 49%
    }

    .video-content .wp-block-gallery .wp-element-caption {
        margin-top: 6px;
        font-size: 14px;
        line-height: 20px;
        max-height: 40px
    }

    .video-content {
        padding-top: 12px
    }

    .video-content .wp-block-gallery .wp-block-image a::after {
        width: 36px;
        height: 36px;
        line-height: 34px;
        font-size: 24px
    }

}

.pro-detail{margin:0em auto;width:100%;}
.pro-detail table{margin-top:.4rem;width:100%;border-collapse:collapse;text-align:left;font-size:14px;}
.pro-detail table tr{margin:0;padding:0;max-width:100%;line-height:30px;}
.pro-detail table tr:hover{background:#efb128; color:#fff;}
.pro-detail table td{padding:3px 1.5% 3px 3%;border:1px solid #ccc;line-height:3.5rem;}
.pro-detail table .td1{margin:0;width:40%; font-weight: 600;}
.pro-detail table .td2{margin:0;width:60%;}
.pro-detail p{margin-top: 1.7rem; line-height: 2.6rem;}