@charset "utf-8";

.pagelist {
    width: 100%;
    text-align: center;
}

.pagelist #pege li {
    list-style: none;
    display: inline-block;
    margin: 0px 2px;
    border: 1px #dcdcdc solid;
    color: #898989;
    width: 40px;
    height: 40px;
    padding: 0px;
    text-align: center;
    line-height: 40px;
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
}

.pagelist #pege li:first-child:before {
    font-family: "icon";
    content: "\e727";
    display: block;
    transform: rotateZ(270deg);
    color: #898989;
    font-size: 12px;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    left: 0;
    top: 0;
    pointer-events: none;
}

.pagelist #pege li:first-child:has(a:hover):before {
    color: #fff;
}

.pagelist #pege li:last-child:before {
    font-family: "icon";
    content: "\e727";
    display: block;
    transform: rotateZ(90deg);
    color: #898989;
    font-size: 12px;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    left: 0;
    top: 0;
    transition: all ease 0.4s;
    pointer-events: none;
}

.pagelist #pege li:last-child:has(a:hover):before {
    color: #fff;
}

.pagelist #pege li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
    color: #333;
    background-color: #fff;
    line-height: 40px;
}

.pagelist #pege li a:hover {
    background: var(--yy-primary);
    color: #fff;
}

.bread {
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.05em;
}

.bread a {
    transition: all ease 0.4s;
}

.bread a:hover {
    color: #ffffff;
}

.mouseBox {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    z-index: 999;
    text-align: center;
    cursor: pointer;
}

.mouseIco {
    border-radius: 10px;
    width: 20px;
    height: 32px;
    border: 2px solid #fff;
    margin: 0 auto;
    display: block;
    position: relative;
}

.mouseIco i {
    width: 2px;
    height: 7px;
    border-radius: 1px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 6px;
    -webkit-animation: mouse-dot 1.5s cubic-bezier(.23,1,.32,1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(.23,1,.32,1) infinite;
}

@keyframes mouse-dot {
    from {
        opacity: 0
    }

    33% {
        opacity: 1
    }

    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        opacity: 0
    }
}

.IndTitle .name {
    margin-bottom: auto;
}

.bgScale {
    animation: bgScale 4s linear forwards;
}

@keyframes bgScale {
    0% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

.CommonBanner {
    z-index: 2;
}

.CommonBanner.about_bg {
    height: 100vh;
}

.CommonBanner > img {
    width: 100%;
}

.CommonBanner.about_bg > img {
    height: 100%;
}

.CommonBanner.after::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

@keyframes banBg {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.08);
    }
}

.aboutBan.CommonBanner > img.pc {
    height: 100vh
}

.aboutinner .CommonBtn {
    margin-right: auto;
    margin-left: auto;
}

.CommonBanner .content {
    z-index: 3;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.CommonBanner .content .name {
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.CommonBanner .content .title {
}

.Abojs {
    width: 100%;
    position: relative;
    height: 100vh;
}

.Abojs-sticky {
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    overflow: hidden;
}

.Abojs-sticky .img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.Abojs-logo {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: scale(2.4);
    opacity: 0;
}

.Abojs-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Abojs-logo img.mb {
    display: none;
}

.Abojs-logo img.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.AbojsText {
    width: 100%;
    opacity: 0;
    z-index: 4;
    align-items: center;
    flex-direction: column;
    color: #444;
    position: relative;
    transition: all .4s ease;
    margin-top: -50vh;
}

.AbojsText.active {
    opacity: 1;
}

.AbojsText .hit {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.AbojsText .hit .name {
    font-size: 160px;
    color: #232b37;
    opacity: .1;
    line-height: 1;
}

.AbojsText .hit .title {
    position: absolute;
    width: max-content;
    line-height: 1;
    text-transform: uppercase;
}

.AbojsText .content {
    max-width: 1300px;
    padding: 0px 4%;
}

.Abojs-btn a {
    display: flex;
    align-items: center;
}

.Abojs-btn a i {
    width: 40px;
    height: 40px;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(-90deg);
    margin-left: 20px;
    transition: all .4s ease;
    color: var(--yy-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(76, 94, 127, 0.22);
    border-radius: 100px;
}

.Abojs-btn a.active i {
    transform: rotate(90deg);
}

.Abojs-sticky::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.AbojsText .content {
    max-height: 250px;
    overflow: hidden;
    text-indent: 2em;
}

.Aboyj-content {
    padding: 0px 125px;
    text-indent: 2em;
}

.Aboyj-list {
    padding: 0px 125px;
    justify-content: center;
}

.Aboyj-list .list {
    width: calc(100%/3);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Aboyj-list .list .img {
    width: 145px;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.Aboyj-list .list .img img {
    max-height: 100%;
}

.Aboyj-list .list .img img.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    animation: AboyjList 3s linear infinite;
}

@keyframes AboyjList {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.Abokf-content {
    position: relative;
}

.Abokf-content > img {
    width: 100%;
}

.Abokf-content > .content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.Abokf-cont .cont-l {
    width: 50%;
    padding-right: 40px;
}

.Abokf-cont .cont-r {
    width: 50%;
    padding-left: 40px;
}

.Abokf-cont .cont-r .content {
}

.Abokf1 .Abokf-cont .CommonBtn a:before {
    background-color: rgb(234, 235, 238, 0.2);
}

.Abokf2 .Abokf-cont .CommonBtn a:before {
    background-color: rgb(255, 255, 255, 0.6);
}

.Abokf1 .Abokf-cont .CommonBtn:hover a:before {
    width: 100%;
    background-color: #fff;
}

.Abokf2 .Abokf-cont .CommonBtn:hover a:before {
    width: 100%;
    background-color: var(--yy-primary);
}

.Abokf1 .Abokf-cont .CommonBtn:hover a .text,.Abokf1 .Abokf-cont .CommonBtn:hover .icon {
    color: var(--yy-primary);
}

.Abocg-content {
    padding: 0px 125px;
    text-indent: 2em;
}

.aboutinner2 {
    background-image: url(../image/about3_bg.jpg);
    background-size: cover;
    background-position: center;
}

.swiper-btn a {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: #fff;
    color: var(--yy-primary);
    transition: all .4s ease;
}

.swiper-btn a:hover {
    background-color: var(--yy-primary);
    color: #fff;
}

.swiper-btn.next a {
    transform: rotate(180deg);
}

.Abocg-svp {
    position: relative;
}

.Abocg-svp .swiper-container {
    padding: 0px calc(100%/2 - 300px);
}

.Abocg-svp .swiper-btn {
    position: absolute;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%);
}

.Abocg-svp .swiper-btn.prev {
    left: calc((100% - 1300px) / 2);
}

.Abocg-svp .swiper-btn.next {
    right: calc((100% - 1300px) / 2);
}

.Abocg-svp .swiper-btn.prev a:before,.Abocg-svp .swiper-btn.next a:before {
    transform: translateX(0.2em);
}

.Abocg-svp::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    height: 100%;
    width: 180px;
    z-index: 10;
    pointer-events: none;
}

.Abocg-svp::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    height: 100%;
    width: 180px;
    z-index: 10;
    pointer-events: none;
}

.Abocg-page {
    display: none;
}

.Anlilb-list .list {
    margin-bottom: 120px;
}

.Anlilb-list .list:last-child {
    margin-bottom: 0px;
}

.Anlilb-list .list .img {
    width: 55%;
    height: 620px;
    overflow: hidden;
    position: relative;
}

.Anlilb-list .list .img img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.Anlilb-list .list:hover .img img {
    transform: scale(1.04);
}

.Anlilb-list .list .cont {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Anlilb-list .list:nth-child(odd) .cont {
    padding-left: 130px;
    padding-right: calc((100% - 1400px) / 2);
}

.Anlilb-list .list:nth-child(even) .cont {
    padding-right: 130px;
    padding-left: calc((100% - 1400px) / 2);
}

.Anlilb-list .list:nth-child(odd) .img::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.Anlilb-list .list:nth-child(even) .img::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.Anlilb-list .list .cont .address {
    display: flex;
    align-items: center;
}

.Anlilb-list .list .cont .address i {
    margin-right: 8px;
}

.Anlilb-list .list .cont .btn {
    width: 115px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background-color: #e9f7fe;
    transition: all .4s ease;
}

.Anlilb-list .list .cont .btn:hover {
    background-color: var(--yy-primary);
    color: #fff;
}

.Anlilb-list .list:nth-child(even) {
    flex-direction: row-reverse;
}

.Anlilb-list .list .cont .title {
    transition: all .4s ease;
}

.Anlilb-list .list:hover .cont .title {
    color: var(--yy-primary);
}

.Anlilb-list .list:nth-child(odd).animated .img::before {
    animation: marsk1 1s linear forwards;
}

.Anlilb-list .list:nth-child(even).animated .img::before {
    animation: marsk2 1s linear forwards;
}

@keyframes marsk1 {
    0% {
        right: 0%;
    }

    100% {
        right: 100%;
    }
}

@keyframes marsk2 {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}

.AnliBan-cont {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 960px;
    height: 110px;
    background-color: var(--yy-primary);
    display: flex;
    align-items: center;
    padding-left: calc((100% - 1400px) / 2);
}

.AnliBan > img {
    width: 100%;
}

.Anlixq-content {
    padding: 0px 100px;
    text-indent: 2em;
}

.Anlixq-svp {
    padding-left: calc((100% - 1400px) / 2 + 100px);
}

.Anlixq-svp .swiper-container {
    padding-right: 555px;
}

.Anlixq-bg {
    position: absolute;
    bottom: 65px;
    left: 0px;
}

.Anlixq-bg {
    height: 309px;
    width: 100%;
    background: url(../image/Anlixq-bg.png)center;
    animation: AnlixqBg 30s linear infinite;
}

@keyframes AnlixqBg {
    0% {
        background-position: 1920px 0px;
    }

    100% {
        background-position: 0px 0px;
    }
}

.Anlixq-theme {
    padding-left: calc((100% - 1400px) / 2);
    padding-right: 1035px;
}

.Anlixq-theme-lun {
    background-color: var(--yy-primary);
    padding: 45px;
}

.Anlixq-theme-lun .text {
    color: rgba(255, 255, 255, .6);
}

.Anlixq-btn {
    align-items: center;
    justify-content: flex-end;
}

.Anlixq-btn .swiper-btn a {
    width: 45px;
    height: 45px;
    font-size: 20px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .4);
    color: rgba(255, 255, 255, .4);
}

.Anlixq-btn .swiper-pagination {
    position: relative;
    width: auto;
    bottom: 0px;
    margin: 0px 15px;
    color: #fff;
}

.Anlixq-theme {
    margin-top: -100px;
    position: relative;
    z-index: 3;
}

.Anlify {
    border-top: 1px solid #e0e0e0;
}

.Anlify-btn {
    width: 1px;
    height: 3em;
    background: #e0e0e0;
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.Anlify-cont {
    justify-content: space-between;
    align-items: center;
}

.Anlify-cont .cont-l {
    width: 48%;
    display: flex;
    align-items: center;
}

.Anlify-cont .cont-r {
    width: 48%;
    display: flex;
    align-items: center;
}

.Anlify-cont .cont-r .hit {
    text-align: right;
}

.Anlify-cont .cont-l .btn {
    transform: rotate(180deg);
}

.Anlify-cont .btn {
    margin-right: 20px;
}

.Anlify-cont .cont-r .btn {
    margin-right: 0;
    margin-left: 20px
}

.Anlify-cont .btn i {
    font-size: 18px;
    color: #969696;
    transition: all .4s ease;
}

.Anlify-cont .cont-l:hover .btn i {
    color: var(--yy-primary);
}

.Anlify-cont .cont-r:hover .btn i {
    color: var(--yy-primary);
}

.Anlify-cont .hit {
    width: calc(100% - 50px);
}

.Anlify-cont .hit .title {
    transition: all .4s ease;
}

.Anlify-cont .cont-l:hover .hit .title {
    color: var(--yy-primary);
}

.Anlify-cont .cont-r:hover .hit .title {
    color: var(--yy-primary);
}

.Abozc-cont {
    border-top: 1px solid #e5e5e5;
    padding-top: 100px;
}

.Abozc-cont .img {
    width: 450px;
    position: relative;
    z-index: 3;
    height: 475px;
}

.Abozc-cont .img img {
    position: relative;
    z-index: 3;
}

.Abozc-cont .img::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    right: -15px;
    bottom: -15px;
    background-color: rgba(35, 179, 246, .1);
}

.Abozc-cont .cont {
    width: calc(100% - 450px);
    padding-left: 110px;
    position: relative;
}

.Abozc-cont .cont > div {
    position: relative;
    z-index: 2;
}

.Abozc-cont .cont .content {
    text-indent: 2em;
}

.Abozc-cont .cont .hit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.Abozc-cont .cont .hit span {
    margin-right: 30px;
}

.Abozc-cont .cont::before {
    content: "";
    position: absolute;
    top: 130px;
    left: -175px;
    width: 1455px;
    height: 680px;
    background-color: #f4fbff;
}

.JaGozz {
    background-image: linear-gradient(to top,#e5f0f6,#fff);
}

.JaGozz-cont {
    display: flex;
    justify-content: center;
}

.JaGozz-cont span {
    width: 195px;
    height: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 15px solid var(--yy-primary);
    background-color: #fff;
}

.JaGozz-cont span i {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.JaGozz-cont span img {
    position: relative;
    z-index: 3;
}

.JaGozz-cont span {
    position: relative;
    z-index: 3;
}

.JaGozz-cont span::before,.JaGozz-cont span::after {
    content: "";
    display: block;
    width: 260px;
    height: 260px;
    background: var(--yy-primary);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -130px 0 0 -130px;
    animation: JaGozzCont 1.5s linear infinite;
    opacity: 0;
}

.JaGozz-cont span::before {
    animation-delay: .6s;
}

.JaGozz-cont span::after {
    animation-delay: 0s;
}

@keyframes JaGozzCont {
    0% {
        opacity: 0;
        transform: scale(.1)
    }

    5% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

.JaGozz-img {
    display: flex;
    justify-content: center;
    margin-top: -5px;
}

.JaGobj img.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 580px;
}

.JaGobj .contain {
    position: relative;
    z-index: 2;
}

.JaGobj-svp {
    position: relative;
    z-index: 2;
}

.JaGobj-svp .swiper-slide {
    height: auto;
}

.JaGobj-svp .muen {
    margin: -20px;
}

.JaGobj-svp .swiper-container {
    padding: 20px calc((100% - 1400px) / 2);
}

.JaGobj-lun {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(12, 40, 72, 0.1);
    padding: 60px 50px;
    height: 100%;
}

.JaGobj-lun .img {
    height: 25px;
}

.JaGobj-lun .img img {
    max-height: 100%;
}

.JaGobj-lun .text {
    text-indent: 2em;
}

.JaGobj-page .swiper-pagination {
    width: 100%;
    height: 2px;
    background-color: #e7e9ea;
}

.JaGobj-page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--yy-primary);
}

.RoYury {
    background-color: #f8f9fa;
}

.RoYury-cont .cont-l {
    width: 445px;
    position: relative;
}

.RoYury-cont .cont-r {
    width: calc(100% - 445px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.RoYury-cont .cont-l img.bg {
    transform: translateX(-65px);
}

.RoYury-cont .cont-l .img {
    position: absolute;
    left: -20px;
    top: 0px;
    animation: RoYuryCont 1s linear infinite alternate;
}

@keyframes RoYuryCont {
    0% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0px);
    }
}

.RoYury-list {
    margin-right: -20px;
    margin-bottom: -20px;
}

.RoYury-list .list {
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(100%/2 - 20px);
    border: 1px solid #f1f1f1;
    padding: 30px;
    display: flex;
    transition: all .4s ease;
}

.RoYury-list .list .cont {
    width: calc(100% - 60px);
    padding-right: 60px;
}

.RoYury-list .list .img {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.RoYury-list .list .cont .data {
    color: #e6e6e6;
}

.RoYury-page {
    width: 100%;
    position: relative;
}

.RoYury-page .swiper-pagination {
    width: 100%;
    height: 3px;
    background-color: #e7e9ea;
}

.RoYury-page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--yy-primary);
}

.RoYury-list .list:hover {
    transform: translateY(-10px);
}

.RoYury-svp {
    margin-top: -10px;
}

.RoYury-svp .swiper-container {
    padding-top: 10px;
}

.RoYujx-cont {
    background-color: #f8f9fa;
}

.RoYujx-cont .cont-l {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RoYujx-cont .cont-r {
    width: 40%;
    height: 600px;
    overflow: hidden;
}

.RoYujx-cont .cont-r img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.RoYujx-cont .cont-r:hover img {
    transform: scale(1.04);
}

.RoYujx-overflow {
    overflow-y: auto;
    overflow-x: hidden;
    height: 425px;
}

.RoYujx-overflow::-webkit-scrollbar {
    width: 3px;
}

.RoYujx-overflow::-webkit-scrollbar-thumb {
    background: var(--yy-primary);
}

.RoYujx-overflow::-webkit-scrollbar-track {
    background: #e7e9ea;
}

.RoYujx-list {
    width: 655px;
    padding-right: 10px;
}

.RoYujx-list ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.RoYujx-list ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: var(--yy-primary);
    border-radius: 100px;
    left: 0px;
    top: 12px;
}

.RoYujx-list ul li:last-child {
    margin-bottom: 0px;
}

.RoYubz2 {
    background-color: #f8f9fa;
}

.RoYubz-svp .swiper-slide .img_cover {
    position: relative;
    overflow: hidden;
}

.RoYubz-svp .swiper-slide .img_cover:after {
    font-family: "icon";
    content: "\e61e";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 24px;
    color: #fff;
    background-color: rgba(26, 36, 54, 0.6);
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all ease 0.4s;
}

.RoYubz-svp .swiper-slide:hover .img_cover:after {
    opacity: 1;
}

.RoYubz-svp .swiper-btn a {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(90, 90, 90, 0.15);
    color: var(--yy-primary);
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    transition: all .4s ease;
}

.RoYubz-svp .swiper-btn a:hover {
    background-color: var(--yy-primary);
    color: #fff;
}

.RoYubz-svp .swiper-btn a:before {
    transform: translateX(0.2em);
}

.RoYubz-svp .swiper-btn.prev a {
    left: 0;
    right: auto;
}

.RoYubz-svp .swiper-btn.next a {
    right: 0;
    left: auto;
    transform: translate(50%,-50%) rotate(180deg);
}

.RoYubz-list {
    border: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
}

.RoYubz-list .list {
    width: 100%;
}

.RoYubz-list:hover .list .title {
    color: var(--yy-primary);
}

.RoYubz-page {
    display: none;
    justify-content: center;
}

.RoYubz-page .swiper-pagination {
    align-items: center;
    display: flex;
}

.RoYubz-page .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--yy-gray);
    opacity: 1;
    margin: 0px 6px;
}

.RoYubz-page .swiper-pagination-bullet-active {
    background: transparent;
    border: 2px solid var(--yy-primary);
    width: 12px;
    height: 12px;
}

.RoYubz-svp:before,.RoYubz-svp:after {
    content: "";
    display: block;
    position: absolute;
    width: 10%;
    z-index: 9;
    height: 100%;
    top: 0;
}

.RoYubz-svp:before {
    left: 0;
    right: auto;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.RoYubz-svp:after {
    right: 0;
    left: auto;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.RoYubz2 .RoYubz-svp:before {
    background-image: linear-gradient(to right, #f8f9fa, rgba(255, 255, 255, 0));
}

.RoYubz2 .RoYubz-svp:after {
    background-image: linear-gradient(to left, #f8f9fa, rgba(255, 255, 255, 0));
}

.RoYuzl .IndTitle .text {
    max-width: 780px;
}

.RoYuzl-list {
    justify-content: center;
}

.RoYuzl-list .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100%/4);
}

.RoYuzl-list .list .line {
    width: 30px;
    height: 1px;
    background-color: var(--yy-primary);
}

.aboutinner .IndTitle .text a {
    color: inherit;
    text-decoration: none;
}

.WeHujz-svp {
    position: absolute;
    top: 190px;
    right: calc((100% - 1400px) / 2);
    width: 765px;
}

.WeHujz-svp .line {
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.WeHujz-line {
    position: absolute;
    bottom: 155px;
    left: 0px;
    width: 100%;
}

.WeHujz-list {
    position: absolute;
    width: 100%;
    bottom: 150px;
    left: 0px;
    height: 130px;
}

.WeHujz-list .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 75px;
    transition: all .4s ease;
    cursor: pointer;
}

.WeHujz-list .list .img {
    width: 60px;
    height: 60px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #fff;
    border-radius: 100px;
    transition: all .4s ease;
}

.WeHujz-list .list .img img {
    transition: all .4s ease;
    z-index: 3;
}

.WeHujz-list .list .img img:nth-child(1) {
    opacity: 1;
    position: absolute;
}

.WeHujz-list .list .img img:nth-child(2) {
    opacity: 0;
    position: relative;
}

.WeHujz-list .list .img::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    background-color: var(--yy-primary);
    border-radius: 100px;
    transition: all .4s ease;
}

.WeHujz-list .list.active .img {
    width: 95px;
    height: 95px;
    background-color: rgba(255, 255, 255, .5);
}

.WeHujz-list .list.active .img::before {
    width: 60px;
    height: 60px;
}

.WeHujz-list .list.active .img img:nth-child(1) {
    opacity: 0;
}

.WeHujz-list .list.active .img img:nth-child(2) {
    opacity: 1;
}

.WeHujz-list .list.active {
    padding-top: 110px;
    transform: translateY(-15px);
}

.WeHujz-list .list {
    position: absolute;
}

.WeHujz-list .list:nth-child(1) {
    top: 60%;
    left: 15%;
}

.WeHujz-list .list:nth-child(2) {
    top: 55%;
    left: 35%;
}

.WeHujz-list .list:nth-child(3) {
    top: -15%;
    left: 56%;
}

.WeHujz-list .list:nth-child(4) {
    top: -10%;
    left: 85%;
}

.WeHujz-page {
    display: none;
}

.WeHujz-page .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 1;
}

.WeHujz-page .swiper-pagination-bullet-active {
    background: var(--yy-primary);
}

.FaAnlb-list {
    margin-top: 120px;
}

.FaAnlb-list .list {
    margin-bottom: 320px;
    position: relative;
}

.FaAnlb-list .list:last-child {
    margin-bottom: 0px;
}

.FaAnlb-list .list > div {
    position: relative;
    z-index: 2;
}

.FaAnlb-list .list .cont {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.FaAnlb-list .list .cont .title {
    transition: all .4s ease;
}

.FaAnlb-list .list:hover .cont .title {
    color: var(--yy-primary);
}

.FaAnlb-list .list .img {
    width: 50%;
    overflow: hidden;
}

.FaAnlb-list .list .img img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.FaAnlb-list .list:hover .img img {
    transform: scale(1.04);
}

.FaAnlb-list .list:nth-child(even) {
    flex-direction: row-reverse;
}

.FaAnlb-list .list:nth-child(odd) .cont {
    padding-right: 230px;
}

.FaAnlb-list .list:nth-child(even) .cont {
    padding-left: 230px;
}

.FaAnlb-list .list::before {
    content: "";
    position: absolute;
    width: 845px;
    height: 705px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f7f7f7;
}

.FaAnlb-list .list:nth-child(odd)::before {
    right: -260px;
}

.FaAnlb-list .list:nth-child(even)::before {
    left: -260px;
}

.RaShxq .IndTitle .text {
    max-width: 990px;
    text-align: left;
    text-indent: 2em;
    line-height: 2.3;
}

.RaShtd-list .list {
    border-radius: 0px 60px 60px 40px;
    background-color: rgba(255, 255, 255, .95);
    padding: 90px 35px 100px 50px;
    position: relative;
    overflow: hidden;
}

.swiper-pagination-progressbar {
    position: relative !important;
    background: rgba(255, 255, 255, .5) !important;
    height: 3px;
    width: 100%;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #0a9fe4 !important;
}

.RaShtd-list .list .text {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
    text-indent: 2em;
    margin-top: 30px;
}

.RaShtd-list .list .text::-webkit-scrollbar {
    width: 3px;
}

.RaShtd-list .list .text::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

.RaShtd-list .list .text::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.RaShtd-list .list .text {
    scrollbar-color: #ddd #f1f1f1;
    scrollbar-width: thin;
    border-radius: 10px;
}

.RaShtd-list .list .text {
    scrollbar-face-color: #ddd;scrollbar-shadow-color: #ddd;scrollbar-arrow-color: #000;scrollbar-track-color: #f1f1f1;}

.RaShtd-list .list .number {
    position: absolute;
    bottom: 0px;
    left: 70px;
    color: rgba(39, 176, 241, .1);
    font-size: 200px;
    line-height: .3;
}

.RaShcj .IndTitle .text {
    max-width: 950px;
    text-align: left;
}

.RaShcj-cont {
    position: relative;
    justify-content: flex-end;
}

.RaShcj-cont .cont-l {
    width: 57%;
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 110px);
    background-color: #fff;
    padding: 75px;
}

.RaShcj-cont .cont-r {
    width: 57%;
}

.RaShcj-cont .cont-l .muen.active {
    display: block;
    animation: RaShcjCont .4s ease;
}

.RaShcj-cont .cont-l .muen .text {
    overflow-y: auto;
    overflow-x: hidden;
    height: 180px;
    padding-right: 20px;
    text-indent: 2em;
    margin-top: 30px;
}

.RaShcj-cont .cont-l .muen .text p {
    text-indent: 2em;
}

.RaShcj-cont .cont-l .muen .text::-webkit-scrollbar {
    width: 3px;
}

.RaShcj-cont .cont-l .muen .text::-webkit-scrollbar-thumb {
    background: #ddd;
}

.RaShcj-cont .cont-l .muen .text::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.RaShcj-cont .cont-l .muen .text {
    scrollbar-color: #ddd #f1f1f1;
    scrollbar-width: thin;
    border-radius: 10px;
}

.RaShcj-cont .cont-l .muen .text {
    scrollbar-face-color: #ddd;scrollbar-shadow-color: #ddd;scrollbar-arrow-color: #000;scrollbar-track-color: #f1f1f1;}

@keyframes RaShcjCont {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.RaShcj-page {
    display: flex;
}

.RaShcj-page .swiper-pagination {
    align-items: center;
    display: flex;
}

.RaShcj-page .swiper-pagination-bullet {
    width: 30px;
    height: 40px;
    opacity: 1;
    position: relative;
    background: transparent;
    margin: 0;
}

.RaShcj-page .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a3a3a5;
}

.RaShcj-page .swiper-pagination-bullet-active::after {
    background: transparent;
    border: 2px solid var(--yy-primary);
    width: 12px;
    height: 12px;
}

.RaShBan-svp {
    position: relative;
}

.RaShBan-lun {
    position: relative;
}

.RaShBan-lun::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.RaShBan-lun > img {
    width: 100%;
    height: 640px;
}

.RaShBan-lun .content {
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.RaShBan-lun .content .contain {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.RaShBan-lun .content .btn {
    width: 200px;
    height: 65px;
    border: 2px solid #fff;
    border-radius: 32.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
}

.RaShBan-lun .content .btn i {
    margin-left: 55px;
    transform: rotate(180deg);
}

.RaShBan-lun .content .btn:hover {
    background-color: var(--yy-primary);
    border: 2px solid var(--yy-primary);
}

.RaShBan-svp .RaShBan-swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.RaShBan-svp .RaShBan-swiper-btn a {
    font-size: 48px;
    color: #fff;
    transition: all .4s ease;
}

.RaShBan-svp .RaShBan-swiper-btn.next a {
    transform: rotate(180deg);
    display: block;
}

.RaShBan-svp .RaShBan-swiper-btn.prev {
    left: 0px;
}

.RaShBan-svp .RaShBan-swiper-btn.next {
    right: 0px;
}

.RaShBan-svp .RaShBan-swiper-btn a:hover {
    color: var(--yy-primary);
}

.Abolc-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -50px;
}

.Abolc-bg {
    width: 530px;
    height: 530px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Abolc-bg img.bg {
    animation: AbolcBg 60s linear infinite;
}

.Abolc-bg img.bg2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.Abolc-bg .line {
    position: absolute;
    transform: rotate(-90deg);
}

@keyframes AbolcBg {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.Abolc-muen .muen {
    display: none;
    padding: 30px 125px 30px 0px;
    position: relative;
    align-items: center;
}

.Abolc-muen .muen.active {
    display: flex;
}

.Abolc-muen .muen .swiper-btn {
    position: absolute;
    right: 30px;
}

.Abolc-muen .muen .swiper-btn.prev {
    right: auto;
    left: -100px;
}

.Abolc-muen .muen .swiper-btn a {
    box-shadow: 0px 0px 30px 0px rgba(76, 94, 127, 0.22);
}

.Abolc-list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 540px;
    height: 540px;
    display: flex;
    justify-content: center;
}

.Abolc-list .list {
    transition: all .4s ease;
    position: absolute;
}

.Abolc-list .list {
    width: 40px;
    height: 100%;
    pointer-events: none;
}

.Abolc-list .list span {
    height: 50%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0px;
    z-index: 9;
    pointer-events: auto;
    user-select: none;
    cursor: pointer;
}

.Abolc-list .list::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    border: 1px solid var(--yy-primary);
    border-radius: 100px;
    transition: all .4s ease;
}

.Abolc-list .list.active::before {
    background-color: var(--yy-primary);
}

.Abolc-Content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.Abolc-Content .muen {
    display: none;
}

.Abolc-Content .muen.active {
    display: block;
    animation: AbolcContent .4s ease;
}

@keyframes AbolcContent {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.WeHuzz {
    background: url(../image/culture_bg.jpg) repeat-x bottom center;
}

.WeHuzz-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.WeHuzz-cont img {
    width: 400px;
}

.WeHuzz-cont img.bg1 {
    animation: showreel-ring1 20s linear infinite;
}

.WeHuzz-cont img.bg2 {
    position: absolute;
    left: 50%;
    top: 50%;
    animation: showreel-ring2 20s linear infinite reverse;
}

@keyframes showreel-ring1 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes showreel-ring2 {
    0% {
        transform: translate(-50%,-50%) rotate(0);
    }

    100% {
        transform: translate(-50%,-50%) rotate(-360deg);
    }
}

.WeHuzz-cont .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 180px;
}

.WeHuzz-list {
    position: absolute;
    width: 100%;
    height: 100%;
}

.WeHuzz-list .list {
    position: absolute;
    width: calc(50% - 260px);
    z-index: 2;
}

.WeHuzz-list .list .title:before {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    z-index: -1;
    color: rgba(0, 0, 0, 0.06);
    font-size: 3em;
    line-height: 1;
    font-weight: 800;
}

.WeHuzz-list .list:nth-child(even) .title:before {
    left: 0;
    right: auto;
}

.WeHuzz-list .list:nth-child(1) .title:before {
    content: "01";
}

.WeHuzz-list .list:nth-child(2) .title:before {
    content: "02";
}

.WeHuzz-list .list:nth-child(3) .title:before {
    content: "03";
}

.WeHuzz-list .list:nth-child(4) .title:before {
    content: "04";
}

.WeHuzz-list .list .cont {
    width: 100%;
}

.WeHuzz-list .list:nth-child(odd) {
    flex-direction: row-reverse;
}

.WeHuzz-list .list:nth-child(odd) .cont {
    text-align: right;
}

.WeHuzz-list .list:nth-child(1) {
    top: 10%;
    left: 0;
}

.WeHuzz-list .list:nth-child(2) {
    top: 10%;
    right: 0;
}

.WeHuzz-list .list:nth-child(3) {
    bottom: 10%;
    left: 0;
}

.WeHuzz-list .list:nth-child(4) {
    bottom: 10%;
    right: 0;
}

/* 内页导航 */
.pagesNav {
    position: relative;
    z-index: 3;
    margin-top: -40px;
}

.pagesNav .contain {
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(90, 90, 90, 0.1);
    justify-content: center;
}

.pagesNav-item > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 80px;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    transition: all ease 0.4s;
}

.pagesNav-item > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: var(--yy-primary);
    transition: all .4s ease;
}

.pagesNav-item > a:hover,.pagesNav-item > a.current {
    color: var(--yy-primary);
}

.pagesNav-item > a:hover::after,.pagesNav-item > a.current::after {
    width: 100%;
}

/* 新闻中心 */
.newsItem {
    align-items: center;
    position: relative;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
}

.newsItem-img {
    width: 27%;
}

.newsItem-img img {
    width: 100%;
    height: 220px;
    transition: all ease 0.4s;
}

.newsItem-img a:hover img {
    transform: scale(1.08);
}

.newsItem-con {
    width: calc(100% - 27% - 70px);
}

.newsItem-title {
    width: 100%;
}

.newsItem-title:hover a {
    color: var(--yy-primary);
}

.newsItem-con .line {
    width: 100%;
    height: 1px;
    background: #e9e9e9;
}

.news .btn:hover i {
    margin-right: 10px;
}

.news .btn i {
    margin-right: 6px;
    transition: all ease 0.4s;
}

/* 新闻详情 */
.newsDet-nav {
    position: relative;
    z-index: 3;
    margin-top: -80px;
    background: rgba(0, 0, 0, .7);
}

.newsDet-nav .contain {
    justify-content: center;
}

.newsDet-nav-item {
    height: 80px;
    width: 150px;
    position: relative;
    margin-left: 0;
}

.newsDet-nav-item:first-child {
    margin-left: 0;
}

.newsDet-nav-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #fff;
    transition: all .4s ease;
}

.newsDet-nav-item span {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.newsDet-nav-item:first-child span {
    border: unset;
}

.newsDet-nav-item:hover::after,.newsDet-nav-item.active::after {
    top: auto;
    bottom: 0;
    height: 100%;
}

.newsDet-nav-item:hover,.newsDet-nav-item.active {
    color: #333;
}

.newsDet-flex {
    border-bottom: 1px solid #e0e0e0;
    justify-content: space-between;
    align-items: flex-start;
}

.newsDet-con {
    width: 71%;
}

.newsDet-title {
    border-bottom: 1px solid #e0e0e0;
}

.newsDet-title .date p {
    padding: 0 15px;
    align-items: center;
    border-left: 1px solid #d2d2d2;
}

.newsDet-title .date p:first-child {
    padding-left: 0;
    border: unset;
}

.newsDet-title .date p:last-child {
    padding-right: 0;
}

.newsDet-title .date p i {
    display: block;
    font-size: 14px;
    margin-right: 8px;
}

.newsDet-file img,.newsDet-file video {
    display: inline-block;
}

.newsDet-side {
    position: sticky;
    top: 110px;
    width: 25%;
    padding: 0 15px 25px;
    box-shadow: 0px 0px 7px 0px rgba(90, 90, 90, 0.1);
}

.newsDet-side-title {
    border-bottom: 1px solid #eeeeee;
}

.newsDet-side-list {
    padding: 0 20px;
}

.newsDet-side-list > a {
    padding-left: 15px;
    display: block;
    position: relative;
    margin-top: 20px;
}

.newsDet-side-list > a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border: 4px solid transparent;
    border-left-color: var(--yy-primary);
}

.newsDet-side-list > a .date {
    color: #aeaeae;
}

.newsDet-side-list > a:hover .title {
    color: var(--yy-primary);
}

/* 产品详情 */
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: auto;
    transform: translate3d(0,0,0);
    -webkit-font-smoothing: antialiased
}

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
    height: auto !important;
}

.proLisst-con-title,.proLisst-con-text,.proLisst-con .CommonBtn {
    opacity: 0;
}

#fullpage .section.active .proLisst-con-title,#fullpage .section.active .proLisst-con-text,#fullpage .section.active .proLisst-con .CommonBtn {
    animation: fullCon 1s .8s ease forwards;
}

#fullpage .section.active .proLisst-con-text {
    animation-delay: .9s;
}

#fullpage .section.active .proLisst-con .CommonBtn {
    animation-delay: 1s;
}

#fullpage .section.active .Abouwh-lun > img {
    transform: scale(1.1);
}

@keyframes fullCon {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.Abouwh-lun > img {
    width: 100%;
    height: 100vh;
    transition: all 3s linear;
}

.Abouwh-lun::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.Abouwh-lun .content {
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 160px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.proLisst-con-title:hover {
    color: var(--yy-primary);
}

.Abouwh-lun .content .contain {
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

.Abouwh-lun .content .contain .proLisst-con {
    width: 550px;
}

.proLabel {
    position: fixed;
    right: 6vw;
    top: 160px;
    z-index: 10;
    border-radius: 40px;
    width: 146px;
    height: 56px;
    transition: all .3s ease;
}

.Abouwh-page {
    animation: abPage 1s ease forwards;
    overflow: hidden;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 5vw;
    z-index: 10;
}

.Abouwh-page::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 42px);
    background: rgba(255, 255, 255, .3);
}

@keyframes abPage {
    0% {
        opacity: 0;
        transform: translate(-100%,-50%);
    }

    100% {
        opacity: 1;
        transform: translate(0,-50%);
    }
}

.Abouwh-page .list {
    display: flex;
    align-items: center;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

.Abouwh-page .list:first-child {
    margin-top: 0;
}

.Abouwh-page .list .span {
    width: 42px;
    height: 42px;
    margin-right: 20px;
    position: relative;
}

.Abouwh-page .list .span::after,.Abouwh-page .list .span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.Abouwh-page .list .span::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
}

.Abouwh-page .list .span::after {
    transition: all .6s ease;
    transform: translate(-50%,-50%) scale(0);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
}

.Abouwh-page .list.active .span::after {
    transform: translate(-50%,-50%) scale(1);
    transition-delay: .2s;
}

.Header.border::after {
    opacity: 1;
    background: rgba(255, 255, 255, .1);
}

.proIntro-text {
    padding: 0 5vw;
    text-indent: 2em;
    line-height: 2.3;
}

.proGY {
    position: relative;
    z-index: 2;
}

.proGY-bg img {
    width: 100%;
}

.proGY-con {
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right,rgba(0,47,93,1),rgba(0,0,0,0));
}

.proGY-text {
    width: 710px;
    text-indent: 2em;
    line-height: 2.5;
}

.proXN-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 38%;
    transform: translate(20%,-40%);
}

.proXN .contain {
    position: relative;
    z-index: 2;
}

.proXN-img {
    width: 61%;
}

.proXN-img img {
    width: 100%;
}

.proXN-text {
    position: absolute;
    right: 0;
    top: 20%;
    width: 44%;
    min-height: 100%;
    padding: 30px 75px;
    display: flex;
    align-items: center;
}

.proYS-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.proGY-bg {
    position: relative;
}

.proYS-bg::after,.proGY-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,rgba(0,46,91,.9) 10%,rgba(0,0,0,0) 100%);
}

.proYS-bg img {
    width: 100%;
    height: 100%;
}

.proYS-con {
    position: relative;
    z-index: 2;
}

.proYS-list li {
    display: flex;
    flex-wrap: wrap;
}

.proYS-list .page {
    width: 40px;
}

.proYS-list li:nth-child(1) .page {
    letter-spacing: 2px;
}

.proYS-list .text {
    flex: 1;
}

.proYY-con {
    justify-content: space-between;
    display: block;
}

.proYY-list {
    margin-left: -20px;
    padding-left: 25%;
}

.proYY-list li {
    position: relative;
    margin: 20px 0 0 20px;
    width: calc((100% / 3) - 20px);
}

.proYY-list li:first-child {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 20px);
    width: calc(25% - 20px);
}

.proYY-list li:first-child .proYY-img,.proYY-list li:first-child .proYY-img img {
    height: 100%;
}

.proYY-img img {
    width: 100%;
    height: 240px;
}

.proYY-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px 30px;
}

.proCase-swp {
    padding: 0 13.5vw;
}

.proCase-swp .swiper-container {
    overflow: visible;
}

.proCase-bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: all .6s ease;
    background: linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.3));
}

.proCase-bg img {
    width: 100%;
    height: 560px;
}

.proCase-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 50px;
    opacity: 0;
    transform: translateY(100%);
    transition: all .6s ease;
}

.proCase-text .text {
    align-items: center;
}

.proCase-text .text i {
    display: block;
    margin-right: 8px;
}

.swiper-slide-active .proCase-bg::after {
    height: 100%;
    transition-delay: .6s;
}

.swiper-slide-active .proCase-text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}

.proCase-btn {
    z-index: 2;
    position: absolute;
    top: calc(50% - 35px);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    user-select: none;
    cursor: pointer;
    font-size: 20px;
}

.proCase-btn.prev {
    left: 80px;
}

.proCase-btn.next {
    right: 80px;
    transform: rotate(180deg);
}

.proCase-btn:hover {
    background: var(--yy-primary);
    color: #fff;
}

.marsk {
    animation: marsk 4s ease forwards;
}

@keyframes marsk {
    0% {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

.serMsg-table {
    justify-content: space-between;
}

.serMsg-table .w100 {
    width: 100% !important;
}

.serMsg-input {
    width: 32%;
}

.serMsg-input .title span {
    color: #ed2024;
}

.serMsg-input input {
    border: 1px solid #e1e1e1;
    margin-top: 15px;
    width: 100%;
    height: 52px;
    padding: 0 20px;
    font-size: 16px;
    color: #333!important;
}

.serMsg-input input::-webkit-input-placeholder {
    font-size: 16px;
    color: #c5c5c5;
}

.serMsg-input textarea {
    margin-top: 15px;
    border: 1px solid #e1e1e1;
    width: 100%;
    min-height: 200px;
    font-size: 16px;
    color: #333!important;
    padding: 20px 15px 20px 20px;
    resize: vertical;
    scrollbar-width: thin;
}

.serMsg-input textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #c5c5c5;
}

.serMsg-input input:focus,.serMsg-input textarea:focus {
    border-color: var(--yy-primary);
}

.serMsg-code {
    margin-top: 15px;
    justify-content: space-between;
}

.serMsg-btn {
    width: 100%;
}

.serMsg-btn .btn {
    width: 32%;
    height: 52px;
    border-radius: 40px;
    background: var(--yy-primary);
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.serMsg-btn .btn i {
    margin-left: 14px
}

.serMsg-btn .btn:hover {
    background: var(--yy-hover);
}

.service .contain {
    border-top: 1px solid #e5e5e5;
}

.faqList li {
    align-items: flex-start;
    padding: 30px 45px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    user-select: none;
    transition: all .4s ease;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.faqList li:first-child {
    border-top: 1px solid #ddd;
}

.faqList-label {
    margin-top: 5px;
    height: 1em;
    width: 4px;
    background: var(--yy-primary);
}

.faqList-btn {
    transform: rotate(180deg);
    font-size: 17px;
    color: #494949;
}

.faqList-text {
    flex: 1;
    padding: 0 80px 0 20px;
}

.faqList-text .text {
    display: none;
    user-select: text;
    cursor: auto;
}

.faqList li.active {
    background: #f5f5f5;
}

.faqList li.active .faqList-btn {
    transform: rotate(0);
    color: var(--yy-primary);
}

/* 联系我们 */
.ctaMap {
    background-color: rgb(255, 255, 255);
    position: relative;
    height: 600px;
}

.ctaMap-show {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.ctaMap-text {
    padding: 20px 80px;
    border-radius: 100px;
    align-items: center;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(90, 90, 90, 0.1);
    bottom: 40px;
    left: 40px;
    width: calc(100% - 80px);
}

.ctaMap-text .text {
    flex: 1;
}

.ctaMap-text .text p {
    position: relative;
    display: flex;
}

.ctaMap-text .text p::before {
    content: "/";
    display: inline-block;
    margin: 0 20px;
}

.amap-logo,.amap-copyright {
    display: none !important;
}

.ctaList li {
    position: relative;
    padding: 0 45px;
    flex: 1;
}

.ctaList li:last-child {
    display: flex;
    flex-direction: row;
    flex: 0 0 auto;
}

.ctaList li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 90%;
    background: #e5e5e5;
}

.ctaList li:first-child::after {
    display: none;
}

.ctaList li i {
    margin-right: 10px;
    font-size: inherit;
    font-weight: normal;
}

.ctaList .info a:hover {
    color: var(--yy-primary);
    text-decoration: underline;
}

.ctaList .qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ctaList .qrcode:first-child {
    margin-right: 10px
}

.ctaList .qrcode img {
    width: 140px;
}

.ctaList .qrcode span {
    white-space: nowrap;
}

.Abolc .contain {
    position: relative;
    z-index: 2;
}

.Abolc-cloud1,.Abolc-cloud2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40%;
    pointer-events: none;
    background-image: url('../image/indqy-line2.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: 50% auto;
}

.Abolc-cloud1 {
    animation: footerCloudAnim1 20s infinite linear alternate;
}

.Abolc-cloud2 {
    animation: footerCloudAnim2 22s infinite linear alternate;
}

@keyframes footerCloudAnim1 {
    0% {
        transform: translateX(-80%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes footerCloudAnim2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(80%);
    }
}

.Abolc-muen .muen .swiper-container {
    margin: 0px;
    width: 100%;
}

.Abolc-lun {
    min-height: 151px;
}

.equipList {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.equipList .equipItem {
    width: 23%;
    margin-right: 2.33%;
    margin-bottom: 40px;
    cursor: zoom-in;
}

.equipList .equipItem:nth-child(4n) {
    margin-right: 0;
}

.equipList .equipItem .img_cover {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(90, 90, 90, 0.1);
    transition: all ease 0.4s;
}

.equipList .equipItem:hover .img_cover {
    box-shadow: none;
}

.equipList .equipItem .img_cover:after {
    content: "";
    z-index: 2;
    background-color: rgba(26, 36, 54, 0.4);
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    transition: all ease 0.4s;
}

.equipList .equipItem .img_cover img, .equipList .equipItem .img_cover .shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.4s;
}

.equipList .equipItem .img_cover .shadow {
    background-color: var(--yy-lighter);
    z-index: -1;
}

.equipList .equipItem:hover .img_cover img, .equipList .equipItem:hover .img_cover:after {
    transform: translate(-6px,-6px);
    opacity: 1;
}

.equipList .equipItem:hover .img_cover .shadow {
    transform: translate(6px,6px);
}

.equipList .equipItem .name {
    border-bottom: 1px solid #f0f0f0;
    transition: all ease 0.4s;
}

.equipList .equipItem:hover .name {
    color: var(--yy-primary);
    border-color: var(--yy-primary);
}

.equip .IndTitle .text span {
    display: block;
    line-height: 0.5em;
}

.cont-b {
    display: block;
    margin-top: 40px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.cont-b:before, .cont-b:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 1;
    display: block;
    top: 0;
}

.cont-b:before {
    left: 0;
    right: auto;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.cont-b:after {
    right: 0;
    left: auto;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.index_scroll {
    position: relative;
    width: 100%;
    height: 115px;
}

.scroll_box {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    width: 1950px;
    /*包含margin的全部宽度，(宽度+margin)×数量*/
}

.scroll2 .scroll_box {
    width: 2070px;
}

.scroll_box .scroll_item {
    height: 100px;
    flex: 0 0 100px;
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    margin-right: 15px;
}

.scroll_box .scroll_item img {
    height: 100%;
    width: 100%;
}

/*第一排*/
.scroll1 .scroll_box {
    animation: move1 80s linear infinite;
}

.scroll1 .scroll_box1 {
    animation-delay: -40s;
}

/*第二排*/
.scroll2 .scroll_box {
    animation: move2 80s linear infinite;
}

.scroll2 .scroll_box1 {
    animation-delay: -40s;
}

@keyframes move1 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes move2 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.inner_pro_detail .swiper-slide a {
    height: 320px;
    position: relative;
    display: block;
}

.inner_pro_detail .swiper-slide a .img {
    height: 250px;
    overflow: hidden;
}

.inner_pro_detail .swiper-slide a .img img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.inner_pro_detail .swiper-slide a:hover .img img {
    transform: scale(1.04);
}

.inner_pro_detail .swiper-slide a .cont {
    position: absolute;
    bottom: 0px;
    left: 4%;
    width: 92%;
}

.inner_pro_detail .swiper-slide a .cont .show {
    background-color: #fff;
    padding: 32px 20px;
    box-shadow: 0px 0px 20px 0px rgba(12, 40, 72, 0.1);
    position: relative;
    z-index: 2;
    transition: all .6s ease;
}

.inner_pro_detail .swiper-slide a .cont .show > div {
    position: relative;
    z-index: 2;
}

.inner_pro_detail .swiper-slide a .cont .show .btn {
    display: flex;
    align-items: center;
    width: fit-content;
}

.inner_pro_detail .swiper-slide a .cont .show .btn i {
    display: flex;
    margin-right: 8px;
    transition: all .4s ease;
}

.inner_pro_detail .swiper-slide a:hover .cont .show {
    transform: translateY(-10px);
}

.indfw-svp .muen {
    margin: -20px;
    display: none;
}

.indfw-svp .muen:first-child {
    display: block;
}

.indfw-svp .swiper-container {
    padding: 20px 20px 50px 20px;
}

.inner_pro_detail .swiper-slide a .cont .show .title {
    transition: all .4s ease;
}

.inner_pro_detail .swiper-slide a:hover .cont .show .title {
    color: var(--yy-primary);
}

.inner_pro_detail .swiper-container-horizontal>.swiper-scrollbar {
    height: 2px;
    width: 100%;
    left: 0;
    border-radius: 0;
    bottom: 13px;
}

.inner_pro_detail .swiper-scrollbar-drag {
    background: transparent;
    cursor: pointer;
    height: 30px;
    margin-top: -15px;
}

.inner_pro_detail .swiper-scrollbar-drag:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 8px;
    border-radius: 8px;
    background-color: #c1c1c1;
    display: block;
}

.inner_pro_detail .swiper-scrollbar-drag:hover:after, .inner_pro_detail .swiper-scrollbar-drag:active:after {
    background: var(--yy-primary);
}

.inner_pro_detail .text table td {
    padding: 10px;
}

.prodetail .text ul li:before, .sevice_detail .text ul li:before {
    content: "";
    border-radius: 100%;
    background-color: black;
    width: 7px;
    height: 7px;
    display: block;
    left: 0;
    top: 1em;
    transform: translateY(-50%);
    position: absolute;
}

.prodetail .text ul li, .sevice_detail .text ul li {
    position: relative;
    padding-left: 1.2em;
}

.sevice_detail .text ul {
    padding-left: 2em;
}

/* -------------------------PC端--------------------------- */
@media all and (max-width: 1600px) {
    .Abocg-svp .swiper-btn.prev {
        left: calc((100% - 1200px) / 2);
    }

    .Abocg-svp .swiper-btn.next {
        right: calc((100% - 1200px) / 2);
    }

    .Anlilb-list .list .img {
        height: 420px;
    }

    .Anlilb-list .list:nth-child(odd) .cont {
        padding-left: 100px;
        padding-right: calc((100% - 1200px) / 2);
    }

    .Anlilb-list .list:nth-child(even) .cont {
        padding-right: 100px;
        padding-left: calc((100% - 1200px) / 2);
    }

    .Anlilb-list .list {
        margin-bottom: 80px;
    }

    .AnliBan-cont {
        padding-left: calc((100% - 1200px) / 2);
        width: 850px;
    }

    .Anlixq-svp {
        padding-left: calc((100% - 1200px) / 2 + 100px);
    }

    .Anlixq-theme {
        padding-left: calc((100% - 1200px) / 2);
        padding-right: 860px;
    }

    .Abozc-cont {
        padding-top: 55px;
    }

    .Abozc-cont .cont::before {
        top: 100px;
        left: -175px;
        width: 1455px;
        height: 680px;
    }

    .JaGobj-svp .swiper-container {
        padding: 20px calc((100% - 1200px) / 2);
    }

    .JaGobj-lun {
        padding: 45px 35px;
    }

    .JaGobj img.bg {
        height: 510px;
    }

    .WeHujz-svp {
        top: 70px;
        right: calc((100% - 1200px) / 2);
        width: 565px;
    }

    .WeHujz-list .list:nth-child(3) {
        top: 5%;
        left: 65%;
    }

    .WeHujz-list .list:nth-child(4) {
        top: 20%;
        left: 90%;
    }

    .FaAnlb-list {
        margin-top: 50px;
    }

    .FaAnlb-list .list {
        margin-bottom: 150px;
    }

    .FaAnlb-list .list:nth-child(odd) .cont {
        padding-right: 130px;
    }

    .FaAnlb-list .list:nth-child(even) .cont {
        padding-left: 130px;
    }

    .FaAnlb-list .list::before {
        width: 645px;
        height: 505px;
    }

    .RaShtd-list .list {
        width: calc(100%/4 - 30px);
        border-radius: 0px 60px 60px 40px;
        padding: 50px;
        padding-right: 30px;
    }

    .AbojsText {
        margin-top: -60vh;
    }

    .WeHuzz-list .list {
        width: calc(50% - 240px);
    }

    .WeHuzz-cont img {
        width: 360px;
    }

    .pagesNav-item > a {
        margin-left: 20px;
        margin-right: 20px;
    }

    .newsItem-img {
        margin-right: 40px;
    }

    .newsItem-img img {
        height: 190px;
    }

    .newsDet-side-list {
        padding: 0 15px;
    }

    .newsDet-side-list > a {
        margin-top: 18px;
    }

    .proXN-text {
        padding: 30px 65px;
    }

    .proCase-bg img {
        height: 530px;
    }

    .proCase-btn {
        width: 60px;
        height: 60px;
    }

    .proCase-btn.prev {
        left: 40px;
    }

    .proCase-btn.next {
        right: 40px;
    }

    .faqList li {
        padding: 20px 30px;
    }

    .faqList-text {
        padding-right: 60px;
    }

    .ctaMap {
        height: 500px;
    }

    .ctaMap-show {
        height: 100%;
    }

    .ctaMap-text .text p::before {
        margin: 0 15px;
    }

    .ctaList li {
        padding: 0 30px;
    }

    .ctaList .email,.ctaList .phone {
        font-size: 14px;
    }

    .ctaList .img {
        height: 60px;
    }

    .ctaList .qrcode img {
        width: 130px;
    }

    .RaShBan-lun > img {
        height: 490px;
    }

    .Abolc-lun {
        min-height: 130px;
    }

    .RaShtd-list .list .number {
        line-height: .4;
        left: 50px;
        font-size: 150px;
    }

    .Abolc-muen .muen .swiper-btn.prev {
        left: -80px;
    }

    .RoYubz-svp .swiper-btn a {
        width: 50px;
        height: 50px;
    }

    .inner_pro_detail .swiper-slide a .img {
        height: 210px;
    }

    .inner_pro_detail .swiper-slide a {
        height: 270px;
    }

    .inner_pro_detail .swiper-slide a .cont .show {
        padding: 25px;
    }

    .inner_pro_detail .text table td {
        padding: 8px;
    }

    .WeHuzz {
        background-size: 100%;
    }
}

@media all and (max-width: 1280px) {
    .pagelist #pege li {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .pagelist #pege li a {
        line-height: 36px;
    }

    .pagelist #pege li:last-child:before, .pagelist #pege li:first-child:before {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 11px;
    }

    .Aboyj-content {
        padding: 0px;
    }

    .Aboyj-list {
        padding: 0px;
    }

    .Abocg-content {
        padding: 0px;
    }

    .Abocg-svp .swiper-btn.prev {
        left: calc((100% - 960px) / 2);
    }

    .Abocg-svp .swiper-btn.next {
        right: calc((100% - 960px) / 2);
    }

    .AbojsText .content {
        max-height: 260px;
    }

    .Anlilb-list .list:nth-child(odd) .cont {
        padding-left: 60px;
        padding-right: calc((100% - 960px) / 2);
    }

    .Anlilb-list .list:nth-child(even) .cont {
        padding-right: 60px;
        padding-left: calc((100% - 960px) / 2);
    }

    .Anlilb-list .list {
        margin-bottom: 40px;
    }

    .AnliBan-cont {
        padding-left: calc((100% - 960px) / 2);
        width: 650px;
    }

    .Anlixq-content {
        padding: 0px;
    }

    .Anlixq-svp {
        padding-left: calc((100% - 960px) / 2);
    }

    .Anlixq-theme {
        padding-left: calc((100% - 960px) / 2);
        padding-right: 560px;
        margin-top: -50px;
    }

    .JaGobj-svp .swiper-container {
        padding: 20px calc((100% - 960px) / 2);
    }

    .JaGobj img.bg {
        height: 470px;
    }

    .RoYury-list .list .cont {
        width: calc(100% - 60px);
        padding-right: 20px;
    }

    .RoYury-cont .cont-l {
        width: 350px;
    }

    .RoYury-cont .cont-r {
        width: calc(100% - 350px);
    }

    .RoYujx-list {
        width: 455px;
    }

    .RoYujx-overflow {
        height: 270px;
    }

    .RoYujx-cont .cont-r {
        height: 410px;
    }

    .RoYujx-list .list::before {
        top: 9px;
    }

    .RoYubz-list {
    }

    .RoYubz-list .list {
    }

    .WeHujz-list {
        bottom: 90px;
        height: 130px;
    }

    .WeHujz-line {
        bottom: 100px;
    }

    .WeHujz-svp {
        top: 70px;
        right: 0px;
        width: 100%;
        padding: 0px 4%;
    }

    .RaShtd-list .list {
        border-radius: 20px;
        padding: 35px;
        padding-right: 25px;
    }

    .RaShtd-list .list .number {
        font-size: 120px;
        left: 70px;
    }

    .RaShcj-page {
        margin-top: 0;
    }

    .WeHuzz-list .list {
        width: calc(50% - 220px);
    }

    .WeHuzz-cont img {
        width: 320px;
    }

    .newsItem-img img {
        height: 160px;
    }

    .proCase-bg img {
        height: 410px;
    }

    .joinWH-nav-item {
        width: 90px;
        height: 90px;
    }

    .joinWH-nav li.active .joinWH-nav-item {
        width: 150px;
        height: 150px;
    }

    .RaShBan-lun > img {
        height: 380px;
    }

    .Abozc-cont .cont::before {
        height: 800px;
    }

    .Abolc-muen .muen .swiper-btn.prev {
        left: -70px;
    }

    .newsItem-con {
        width: calc(100% - 27% - 50px);
    }

    .newsDet-side-list > a {
        margin-top: 12px;
    }

    .pagesNav-item > a {
        height: 70px;
    }

    .pagesNav {
        margin-top: -35px;
    }

    .ctaList li {
        padding: 0 20px;
    }

    .ctaList .qrcode {
        font-size: 12px;
    }

    .ctaList .qrcode img {
        width: 120px;
    }

    .ctaList .qrcode:first-child {
        margin-right: 6px;
    }

    .mouseIco {
        width: 18px;
        height: 28px;
    }

    @keyframes mouse-dot {
        from {
            opacity: 0
        }

        33% {
            opacity: 1
        }

        to {
            transform: translateY(8px);
            -webkit-transform: translateY(8px);
            opacity: 0
        }
    }

    .equipList .equipItem {
        margin-bottom: 30px;
    }

    .faqList-text {
        padding: 0 60px 0 14px;
    }

    .faqList-label {
        margin-top: 4px;
        width: 3px;
    }

    .inner_pro_detail .swiper-slide a:hover .cont .show {
        transform: translateY(-8px);
    }

    .inner_pro_detail .swiper-slide a .img {
        height: 165px;
    }

    .inner_pro_detail .swiper-slide a {
        height: 210px;
    }

    .inner_pro_detail .swiper-slide a .cont .show {
        padding: 20px;
    }

    .inner_pro_detail .text table td {
        padding: 6px;
    }
}

/* ------------------------平板端-------------------------- */
@media all and (max-width: 1100px) {
    .CommonBanner > img {
        height: auto;
        min-height: 200px;
    }

    .CommonBanner.about_bg {
        max-height: 50vh;
    }

    .Abojs-logo {
        display: none;
    }

    .Abojs {
        display: none;
    }

    .AbojsText {
        margin-top: 0px;
        opacity: 1;
        padding: 36px 0px;
    }

    .AbojsText .hit .name {
        font-size: 70px;
    }

    .Abouwh-page {
        display: none;
    }

    .RoYubz-svp:before, .RoYubz-svp:after {
        display: none;
    }

    .RoYubz-page {
        display: flex;
    }

    .RoYubz-page .swiper-pagination {
        position: relative;
    }

    .RoYubz-svp .swiper-btn {
        display: none;
    }

    .inner_pro_detail .swiper-slide a .cont {
        width: 100%;
        left: 0;
    }

    .inner_pro_detail .swiper-slide a .img {
        height: 230px;
    }

    .inner_pro_detail .swiper-slide a {
        height: 280px;
    }

    .indfw-svp .swiper-container {
        padding: 20px 18px 40px 18px;
    }

    .inner_pro_detail .swiper-slide a .cont .show {
        box-shadow: 0px 0px 14px 0px rgba(12, 40, 72, 0.08);
    }
}

@media all and (max-width: 1000px) {
    .Aboyj-list {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .Aboyj-list .list .img {
        width: 65px;
        height: 65px;
    }

    .Aboyj-list .list {
        width: calc(100%/3 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .Aboyj-list .list .img img {
        max-height: 35px;
    }

    .Aboyj-list .list .img img.bg {
        max-height: 100%;
    }

    .Aboyj-list .list .title {
        font-size: 12px;
    }

    .Abokf-content > img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    .Abokf1 .Abokf-content > img {
        object-position: left;
    }

    .Abokf2 .Abokf-content > img {
        object-position: right;
    }

    .Abokf-content > .content {
        position: relative;
    }

    .Abokf1 .cont-l,.Abokf2 .cont-r {
        width: 100%;
        padding: 80px 0px;
    }

    .Abocg-svp::after,.Abocg-svp::before {
        display: none;
    }

    .Abocg-svp .swiper-container {
        padding: 0px 4%;
    }

    .Abocg-svp .swiper-btn {
        display: none;
    }

    .Abocg-page {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .Anlilb-list {
        padding: 0px 4%;
    }

    .Anlilb-list .list .img {
        height: 194px;
        width: 100%;
    }

    .Anlilb-list .list .img::before {
        display: none;
    }

    .Anlilb-list .list .cont {
        width: 100%;
        padding: 0px !important;
        margin-top: 15px;
    }

    .Anlilb-list .list .cont .btn {
        width: 90px;
        height: 35px;
        border-radius: 15px;
    }

    .Anlilb-list .list {
        margin-bottom: 15px;
    }

    .AnliBan > img {
        min-height: 200px;
    }

    .AnliBan-cont {
        padding: 0px 4%;
        width: 100%;
        height: 60px;
        justify-content: center;
    }

    .Anlixq-theme {
        margin-top: 15px;
        padding: 0px 4%;
    }

    .Anlixq-svp {
        padding: 0px 4%;
    }

    .Anlixq-svp .swiper-container {
        padding-right: 0px;
    }

    .Anlixq-theme-lun {
        padding: 15px;
    }

    .Anlify-cont {
        justify-content: space-between;
    }

    .Anlify-cont .btn {
        display: none;
    }

    .Anlify-cont .hit {
        width: 100%;
    }

    .Anlixq-bg {
        bottom: -45px;
    }

    .Abozc-cont .img {
        width: 100%;
        height: 350px;
    }

    .Abozc-cont .img::before {
        display: none;
    }

    .Abozc-cont {
        padding-top: 15px;
    }

    .Abozc-cont .cont {
        width: 100%;
        padding-left: 0px;
        margin-top: 15px;
    }

    .Abozc-cont .cont::before {
        display: none;
    }

    .JaGobj-svp .muen {
        margin: -20px 0px;
    }

    .JaGobj-svp .swiper-container {
        padding: 20px 4%;
    }

    .JaGobj img.bg {
        height: 100%;
    }

    .JaGobj-lun {
        padding: 25px;
        border-radius: 5px;
    }

    .JaGozz-cont span {
        width: 80px;
        height: 80px;
        border: 2px solid var(--yy-primary);
    }

    .JaGozz-cont span i {
        border-radius: 100px;
        overflow: hidden;
    }

    .JaGozz-cont span::before, .JaGozz-cont span::after {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
    }

    .RoYury-cont .cont-l {
        display: none;
    }

    .RoYury-cont .cont-r {
        width: 100%;
    }

    .RoYury-page {
        margin-top: 25px;
    }

    .RoYury-list {
        margin-right: 0px;
        margin-bottom: -15px;
    }

    .RoYury-list .list {
        margin-right: 0px;
        margin-bottom: 15px;
        width: 100%;
        padding: 20px;
    }

    .RoYury-list .list .cont {
        width: calc(100% - 35px);
    }

    .RoYury-list .list .img {
        width: 35px;
    }

    .RoYujx-cont {
        flex-direction: column-reverse;
    }

    .RoYujx-cont .cont-l {
        width: 100%;
        padding: 15px;
    }

    .RoYujx-cont .cont-r {
        width: 100%;
        height: 355px;
    }

    .RoYujx-list {
        width: 100%;
    }

    .RoYujx-list .list::before {
        top: 6px;
    }

    .RoYujx-list .list {
        margin-bottom: 5px;
        padding-left: 10px;
    }

    .RoYujx-overflow {
        height: 200px;
    }

    .RoYubz-list {
        padding: 5px;
    }

    .RoYubz-list .list {
    }

    .RoYuzl-list {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .RoYuzl-list .list {
        width: calc(100%/2 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .WeHujz-line {
        display: none;
    }

    .WeHujz-list {
        display: none;
    }

    .WeHujz > img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    .WeHujz-svp {
        position: relative;
        padding: 36px 4%;
        top: 0px;
    }

    .WeHujz-svp .swiper-slide {
        height: auto;
    }

    .WeHujz-svp .muen {
        height: 100%;
    }

    .WeHujz-page {
        display: flex;
        justify-content: center;
    }

    .FaAnlb-list {
        margin-top: 0px;
    }

    .FaAnlb-list .list {
        flex-direction: column-reverse !important;
    }

    .FaAnlb-list .list .cont {
        width: 100%;
        padding: 0px !important;
        margin-top: 15px;
    }

    .FaAnlb-list .list .cont .text {
        height: auto;
    }

    .FaAnlb-list .list .img {
        width: 100%;
    }

    .FaAnlb-list .list {
        margin-bottom: 60px;
    }

    .RaShtd-list .list {
        border-radius: 10px;
        padding: 25px;
        padding-right: 5px;
    }

    .RaShcj-cont {
        flex-direction: column-reverse;
    }

    .RaShcj-cont .cont-l {
        width: 100%;
        position: static;
        transform: translateY(0px);
        padding: 25px 15px 50px;
    }

    .RaShcj-cont .cont-r {
        width: 100%;
    }

    .RaShcj-page {
        height: 15px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        top: auto;
        bottom: 15px;
    }

    .RaShBan-lun > img {
        height: 240px;
    }

    .RaShBan-svp .RaShBan-swiper-btn a {
        font-size: 24px;
    }

    .RaShBan-lun .content .btn {
        width: 100px;
        height: 35px;
        border: 1px solid #fff;
    }

    .RaShBan-lun .content .btn i {
        display: none;
    }

    .RaShBan-lun .content .btn:hover {
        border: 1px solid var(--yy-primary);
    }

    .Abolc-muen .muen {
        padding: 0px 40px;
    }

    .Abolc-muen .muen .swiper-btn {
        right: 0px;
    }

    .Abolc-muen .muen .swiper-btn.prev {
        left: 0px;
    }

    .Abolc-muen .muen .swiper-btn a {
        width: 30px;
        height: 30px;
        font-size: 12px;
        box-shadow: none;
    }

    .Abolc-cont {
        margin-top: 25px;
    }

    .Abolc-bg {
        width: 100%;
        height: 300px;
    }

    .Abolc-list {
        width: 340px;
        height: 340px;
    }

    .Abolc-muen {
        margin-top: 50px;
    }

    .WeHuzz-cont img.bg {
        display: none;
    }

    .WeHuzz-list {
        position: static;
        justify-content: space-between;
    }

    .WeHuzz-list .list {
        position: static;
        padding: 20px;
        background-color: #f6f6f6;
        margin-bottom: 15px;
        width: 48.5%;
        border-left: 4px var(--yy-primary) solid;
    }

    .WeHuzz-list .list:nth-child(odd) {
        flex-direction: inherit;
    }

    .WeHuzz-list .list:nth-child(odd) .cont {
        text-align: left;
    }

    .WeHuzz-cont img,.WeHuzz-list .list .title:before,.WeHuzz-cont .logo {
        display: none;
    }

    .pagesNav {
        margin-top: -25px;
    }

    .pagesNav-item > a {
        margin-left: 15px;
        margin-right: 15px;
        height: 50px;
    }

    .pagesNav-item > a::after {
        height: 2px;
    }

    .newsItem {
        padding: 40px 0 30px 0;
    }

    .newsItem:first-child {
        padding-top: 20px;
    }

    .newsItem-img {
        width: 100%;
        order: 1;
        margin: 0;
    }

    .newsItem-img img {
        height: 200px;
    }

    .newsItem-con {
        flex: unset;
        width: 100%;
        order: 3;
        margin-top: 10px;
    }

    .newsItem-con .btn {
        display: none;
    }

    .newsItem-con .line {
        display: none;
    }

    .newsDet-con {
        width: 100%;
    }

    .newsDet-side {
        position: relative;
        top: 0;
        width: 100%;
        margin-top: 30px;
    }

    .newsDet-side-title {
        font-size: 16px;
        font-weight: 700;
    }

    .Abouwh-lun .content .title {
        font-size: 18px;
        line-height: 24px;
    }

    .Abouwh-lun > img {
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .Abouwh-lun .content {
        position: relative;
        padding: 80px 0;
    }

    .proLisst-con-title, .proLisst-con-text, .proLisst-con .CommonBtn {
        opacity: 1;
    }

    .proLabel {
        right: 4vw;
        top: 80px;
        width: 90px;
        height: 32px;
    }

    .proIntro-text {
        padding: 0;
    }

    .proGY-con {
        position: relative;
        z-index: 2;
        padding: 40px 0;
    }

    .proGY-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .proGY-bg img {
        width: 100%;
        height: 100%;
    }

    .proXN-img {
        width: 100%;
    }

    .proXN-text {
        width: 100%;
        top: 0;
        position: relative;
        min-height: unset;
        padding: 25px 15px;
    }

    .proYS-list .page {
        width: 30px;
    }

    .proYY-list {
        padding-left: 0;
        margin-left: -15px;
        justify-content: space-between;
    }

    .proYY-list li {
        width: calc(50% - 15px);
        margin: 15px 0 0 15px;
    }

    .proYY-list li:first-child {
        position: relative;
        width: calc(50% - 15px);
        height: auto;
    }

    .proYY-img img {
        height: 120px !important;
    }

    .proYY-text {
        padding: 10px 15px;
    }

    .proCase-swp {
        padding: 0 20px;
    }

    .proCase-bg img {
        height: 195px;
    }

    .proCase-btn {
        display: none;
    }

    .proCase-text {
        padding: 10px 15px;
    }

    .proCase-text .text i {
        font-size: 12px;
        margin-right: 4px ;
    }

    .proCase-swp .swiper-pagination-bullet {
        margin: 0 4px;
    }

    .proCase-swp .swiper-pagination-bullet-active {
        background: var(--yy-primary);
    }

    .serMsg-input {
        width: 100%;
    }

    .serMsg-input input {
        height: 42px;
        padding: 0 12px;
        font-size: 13px;
        margin-top: 5px;
    }

    .serMsg-input input::-webkit-input-placeholder {
        font-size: 13px;
    }

    .serMsg-input textarea {
        font-size: 13px;
        padding: 12px;
        min-height: 150px;
        margin-top: 5px;
    }

    .serMsg-input textarea::-webkit-input-placeholder {
        font-size: 13px;
    }

    .serMsg-code {
        margin-top: 5px;
    }

    .serMsg-btn {
        width: 100%;
        margin-top: 20px;
    }

    .serMsg-btn .btn {
        height: 46px;
        font-size: 15px;
    }

    .faqList li {
        padding: 20px 15px;
    }

    .faqList-label {
    }

    .faqList-btn {
        font-size: 13px;
    }

    .faqList-text {
        padding: 0 10px;
    }

    .ctaMap-show {
        height: 100%;
    }

    .ctaMap-text {
        padding: 15px 40px;
    }

    .ctaMap-text .text {
        flex: unset;
        width: 100%;
        margin-top: 5px;
    }

    .ctaMap-text .text p::before {
        margin: 5px 10px 0 0;
        display: none;
    }

    .ctaList li {
        width: 100%;
        padding: 25px 15px;
        flex: 0 0 100%;
    }

    .ctaList li:first-child {
        padding-top: 0;
    }

    .ctaList li::after {
        bottom: auto;
        top: 0;
        width: 100%;
        height: 1px;
    }

    .ctaList .email, .ctaList .phone {
        font-size: 12px;
    }

    .ctaList .title {
        margin-top: 15px;
    }

    .ctaMap {
        box-shadow: 0px 0px 15px 0px rgba(76, 94, 127, 0.22);
    }

    .proGY-text {
        width: 100%;
    }

    .marsk {
        animation: marsk 2s ease forwards;
    }

    .Abolc-cloud1, .Abolc-cloud2 {
        height: 30%;
    }

    .RaShcj-cont .cont-l .muen .text {
        margin-top: 15px;
        padding-right: 0;
        height: 150px;
    }

    .RaShcj-page .swiper-pagination {
        position: relative;
    }

    .newsDet-nav-item {
        height: 42px;
        width: auto;
        padding: 0 15px;
    }

    .newsDet-nav {
        margin-top: -42px;
    }

    .ctaMap {
        height: 400px;
    }

    .equipList .equipItem {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 20px;
    }

    .equipList .equipItem:nth-child(2n) {
        margin-right: 0;
    }

    .inner_pro_detail .swiper-slide a .img {
        height: 320px;
    }

    .inner_pro_detail .swiper-slide a {
        height: 360px;
    }

    .Abokf2 .Abokf-cont .CommonBtn a:before {
        background-color: var(--yy-primary);
    }
}

/* ------------------------手机端-------------------------- */
@media all and (max-width: 720px) {
    .pagesNav-item > a {
        margin-left: 12px;
        margin-right: 12px;
    }

    .pagelist #pege li {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .pagelist #pege li a {
        line-height: 28px;
    }

    .pagelist #pege li:last-child:before, .pagelist #pege li:first-child:before {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 10px;
    }

    .pagelist #pege li {
        margin: 0;
    }

    .newsItem {
        padding: 30px 0 20px 0;
    }

    .newsDet-title .date p {
        padding: 0 10px;
    }

    .newsDet-side-list > a:first-child {
        margin-top: 16px;
    }

    .newsDet-side-list > a {
        margin-top: 8px;
    }

    .ctaMap-text {
        padding: 15px 30px;
        border-radius: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        box-shadow: none;
    }

    .serMsg-btn .btn {
        width: 100%;
    }

    .CommonBanner.about_bg {
        max-height: 200px;
    }

    .Abokf1 .cont-l, .Abokf2 .cont-r {
        padding: 40px 0;
    }

    .WeHuzz-list .list {
        width: 100%;
    }

    .equipList .equipItem:hover .img_cover img, .equipList .equipItem:hover .img_cover:after {
        transform: translate(0,0);
    }

    .equipList .equipItem:hover .img_cover .shadow {
        transform: translate(0,0);
    }

    .equipList .equipItem {
        margin-bottom: 15px;
    }

    .cont-b {
        margin-top: 20px;
    }

    .incoo {
        padding-bottom: 60px;
    }

    .index_scroll {
        height: 78px;
    }

    .scroll_box {
        width: 1326px;
        /*包含margin的全部宽度，(宽度+margin)×数量*/
    }

    .scroll2 .scroll_box {
        width: 1404px;
    }

    .scroll_box .scroll_item {
        height: 70px;
        flex: 0 0 70px;
        padding: 4px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        margin-right: 8px;
    }

    /*第一排*/
    .scroll1 .scroll_box {
        animation: move1 80s linear infinite;
    }

    .scroll1 .scroll_box1 {
        animation-delay: -40s;
    }

    /*第二排*/
    .scroll2 .scroll_box {
        animation: move2 80s linear infinite;
    }

    .scroll2 .scroll_box1 {
        animation-delay: -40s;
    }

    .inner_pro_detail .swiper-slide a .img {
        height: 132px;
    }

    .inner_pro_detail .swiper-slide a {
        height: 170px;
    }

    .inner_pro_detail .swiper-slide a .cont .show {
        padding: 12px 16px;
    }

    .inner_pro_detail .text table td {
        padding: 5px;
    }

    .prodetail .text ul li:before, .sevice_detail .text ul li:before {
        width: 5px;
        height: 5px;
    }

    .pagesNav.equipnav .contain {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .pagesNav.equipnav .pagesNav-item > a {
        white-space: nowrap;
    }
}