<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[v-cloak] {
    display: none;
}

body {
    display: none;
}

.newwrap {
    width: 78.646vw;
}

.gh7 {
    background-color: #F8F8F8;
}

.gh7 .banner_box {
    position: relative;
    height: 100vh;
    /* height: 48.802vw; */
    width: 100%;
}

.gh7 .banner {
    width: 100%;
    height: 100vh;
    /* height: 48.802vw; */
    background-color: #d8d8d8;
    position: relative;
    overflow: hidden;
    /* animation: banner_img 3s linear forwards; */
}

.gh7 .banner .p1 {
    font-size: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 48px;
    line-height: 48px;
    text-align: center;
    z-index: 10;
    /* transform: translate3d(0px, 0px, 0px) scale(20, 20); */

    /* animation: banner_font 1s linear forwards; */
    /* animation-timeline: scroll(root); */
    /* animation-timeline: scroll(root); */
    /* transform-origin: 0 50%; */
}

.gh7 .banner .img1 {
    /* width: 100%; */
    height: 100%;
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* opacity: 0; */
    /* transform: scale(1); */
    /* animation: banner_img 1s linear forwards; */
    /* animation-timeline: scroll(root); */
}

.gh7 .banner .img2 {
    width: 33.958vw;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    opacity: 0;
    /* transform: scale(0.8); */
    /* animation: banner_img 1s linear forwards; */
    /* animation-timeline: scroll(root); */
}

.gh7 .banner .arror_gif {
    position: absolute;
    width: 10.417vw;
    height: 10.417vw;
    left: 50%;
    margin-left: -5.2085vw;
    bottom: 0;
    z-index: 10;
}

@keyframes banner_font {
    0% {
        transform: translate3d(0px, 0px, 0px) scale(1, 1);
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate3d(0px, 0px, 0px) scale(20, 20);
        opacity: 0;
    }
}

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

    50% {
        opacity: 0;
    }

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

.gh7 .banner .banner_titleimg {
    position: absolute;
    left: 10.677vw;
    /* animation: banner_fontimg 1s linear forwards;
    animation-delay: 1s; */
    z-index: 10;
    opacity: 0;
}

.gh7 .banner .banner_titleimg1 {
    top: 13.802vw;
    width: 9.531vw;
}

.gh7 .banner .banner_titleimg2 {
    top: 19.23vw;
    width: 32.292vw;
}

.gh7 .banner .banner_titleimg3 {
    top: 25.469vw;
    width: 10.3125vw;
}

.gh7 .banner .banner_titleimg4 {
    top: 29.167vw;
    width: 9.635vw;
}

.gh7 .banner .banner_titleimg5 {
    left: 38.385vw;
    top: 44.2vw;
    width: 12.291vw;
}

.gh7 .banner .banner_titleimg6 {
    top: 42.656vw;
    width: 11.042vw;
}

@keyframes banner_fontimg {
    0% {
        opacity: 0;
        margin-top: 30px;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

.gh7_box1 {
    margin: 8.333vw auto;
}

.pl60 {
    padding-left: 3.125vw;
}

.title .p1 {
    font-weight: 600;
    font-size: 2.5vw;
    color: #333333;
    line-height: 2.917vw;
    text-align: left;
}

.title .p2 {
    font-size: 1.042vw;
    color: #666666;
    line-height: 1.667vw;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 1.25vw 0 3.125vw;
}

.gh7_box1 .img_box {
    width: 100%;
    height: 41.667vw;
    border-radius: 40px;
    overflow: hidden;
}

.gh7_box1 .img_box:hover img {
    transform: scale(1.2);
}

.gh7_box1 .img_box img {
    width: 100%;
    height: 100%;
    transition: 1s all;
}

.gh7_box1 .font_box {
    display: flex;
    justify-content: center;
    margin-top: 3.125vw;
}

.gh7_box1 .font_box li {
    width: 16.875vw;
    height: 9.74vw;
    padding: 2.604vw;
    background-color: #ffffff;
    border-radius: 40px;
    margin: 0 1.5625vw;
    transition: .5s all;
}

/* .gh7_box1 .font_box li:hover,
.boxshadowbox:hover {
    box-shadow: 0px 4px 10px 0px rgba(2, 8, 20, 0.1);
} */

.gh7_box1 .font_box li .p1 {
    font-weight: 600;
    font-size: 2.5vw;
    color: #333333;
    line-height: 2.917vw;
    text-align: left;
    position: relative;
}

.gh7_box1 .font_box li .p1 img {
    width: 1.875vw;
    height: 1.875vw;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.9375vw;
}

.gh7_box1 .font_box li .p2 {
    font-size: 1.042vw;
    color: #666666;
    line-height: 1.667vw;
    margin-top: 1.042vw;
}

.gh7_box2 {
    margin: 8.333vw auto 5.208vw;
}

.gh7_box2 .cont {
    margin-top: 3.125vw;
    display: flex;
    justify-content: space-between;
}

.gh7_box2 .cont .contli {
    border-radius: 40px;
    width: 38.542vw;
    height: 48.802vw;
    overflow: hidden;
}

.gh7_box2 .cont .contli.contfl {
    overflow: hidden;
}

.gh7_box2 .cont .contli.contfl:hover img {
    transform: scale(1.2);
}

.gh7_box2 .cont .contli.contfl img {
    width: 100%;
    height: 100%;
    transition: 1s all;
}

.gh7_box2 .cont .contli.contfr {
    background-color: #ffffff;
}

.gh7_box2 .cont .contli.contfr .box {
    padding: 6.25vw 3.125vw 0;
}

.gh7_box2 .cont .contli.contfr .box .p2 {
    font-weight: 600;
    font-size: 1.979vw;
    color: #333333;
    line-height: 2.344vw;
    position: relative;
}

.gh7_box2 .cont .contli.contfr .box .p2 img {
    width: 1.875vw;
    height: 1.875vw;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.9375vw;
}

.gh7_box2 .cont .contli.contfr .box ul li {
    margin-top: 3.125vw;
}

.gh7_box2 .cont .contli.contfr .box ul li:nth-of-type(1) {
    margin-top: 5.208vw;
}

.gh7_box2 .cont .contli.contfr .box ul li .p3 {
    font-size: 1.25vw;
    color: #333333;
    line-height: 1.458vw;
}

.gh7_box2 .cont .contli.contfr .box ul li .p4 {
    margin-top: 1.25vw;
    font-size: 1.042vw;
    color: #666666;
    line-height: 1.667vw;
}

.video_box {
    height: 41.667vw;
    background-color: #000;
    border-radius: 40px;
    overflow: hidden;
}

.video_box video {
    width: 100%;
    height: 100%;
}

.gh7_box3 {
    margin: 8.333vw auto;
}

.gh7_box3 .navbox {
    display: flex;
    justify-content: space-between;
    margin: 3.125vw auto 2.083vw;
}

.gh7_box3 .nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-items: center;
}

.gh7_box3 .nav li {
    font-size: 1.25vw;
    color: #666666;
    line-height: 1.458vw;
    margin-left: 4.375vw;
    cursor: pointer;
}
.gh7_box3.gh7_box3_2 .nav li{
    margin-left: 3.125vw;
}

.gh7_box3 .nav li:nth-of-type(1) {
    margin-left: 3.125vw;
}

.gh7_box3 .nav li.on {
    color: #333333;
    font-weight: bold;
}

.gh7_box3 .arrorul {
    display: flex;
}

.gh7_box3 .arrorul img {
    width: 1.667vw;
    cursor: pointer;
}

.gh7_box3 .arrorul img.img2 {
    margin: 0 2.604vw;
}

.gh7_box4 {
    height: 48.802vw;
}

.gh7_box4 .swiper-slide,
.gh7_box4 .swiper-slide img {
    width: 100%;
    height: 48.802vw;
}

.gh7_box4 .swiper_db .swiper-paginationdb {
    bottom: 60px;
}

.gh7_box4 .swiper_db .swiper-paginationdb .swiper-pagination-bullet {
    width: 66px;
    height: 2px;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
}

.gh7_box4 .swiper_db .swiper-paginationdb .swiper-pagination-bullet-active {
    height: 4px;
    position: relative;
    top: 1px;
    z-index: 99;
}

.gh7_box6 {
    margin: 8.333vw auto;
}

.gh7_box6 .box1 {
    display: flex;
    justify-content: space-between;
    margin: 3.125vw auto 1.563vw;
}

.gh7_box6 .box1 li {
    padding: 5.208vw 3.125vw 0;
    width: 32.292vw;
    height: 20vw;
    background-color: #ffffff;
    border-radius: 24px;
}

.gh7_box6 .box1 li .p1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gh7_box6 .box1 li .p1 img:nth-of-type(1) {
    width: 4.167vw;
}

.gh7_box6 .box1 li .p1 img:nth-of-type(2) {
    width: 1.823vw;
}

.gh7_box6 .box1 li .p2 {
    font-weight: 600;
    font-size: 1.979vw;
    color: #333333;
    line-height: 2.344vw;
    margin: 3.125vw 0 1.25vw;
}

.gh7_box6 .box1 li .p3 {
    font-size: 1.042vw;
    color: #666666;
    line-height: 1.667vw;
}

.gh7_box6 .box1.box2 {
    margin: 0 auto;
}

.gh7_box6 .box1.box2 li {
    padding: 5.208vw 3.125vw 0;
    width: 18.906vw;
    height: 23.958vw;
    background-color: #ffffff;
    border-radius: 24px;
}

.gh7_tips {
    margin: 3.125vw auto 0;
    font-size: 1.042vw;
    color: #666666;
    line-height: 2.344vw;
    text-align: center;
}

.gh7_tips2 {
    margin: 8.333vw auto 5.208vw;
}

.gh7_box7 {
    height: 48.802vw;
    width: 100%;
    display: flex;
}

.gh7_box7 .box {
    height: 100%;
    width: 50%;
}

.gh7_box7 .box_fl {
    overflow: hidden;
}

.gh7_box7 .box_fl:hover img {
    transform: scale(1.2);
}

.gh7_box7 .box_fl img {
    height: 100%;
    transition: 1s all;
}

.gh7_box7 .box_fr {
    background-color: #fff;
}

.gh7_box7 .box_fr .cont {
    width: 34.9vw;
    padding-top: 6.25vw;
    margin: 0 auto;
}

.gh7_box7 .box_fr .cont .p1 {
    font-weight: 600;
    font-size: 2.5vw;
    color: #333333;
    line-height: 2.917vw;
    margin-bottom: 3.125vw;
}

.gh7_box7 .box_fr .cont .el-cascader {
    width: 100%;
    height: 3.75vw;
}

.gh7_box7 .box_fr .cont .el-input,
.gh7_box7 .box_fr .cont .el-input input {
    width: 100%;
    height: 3.75vw;
    font-size: 0.938vw;
    color: #262830;
    border-color: #333333;
    border-radius: 12px;
    font-weight: 300;
}

.gh7_box7 .box_fr .el-form-item__error{
    font-size: 0.833vw;
}

.gh7_box7 .box_fr .cont .subform_btn {
    width: 13.541vw;
    height: 3.75vw;
    border-radius: 3.75vw;
    background-color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.042vw;
    color: #FFFFFF;
    cursor: pointer;
}

.gh7_box7 .box_fr .cont .el-form-item {
    margin-bottom: 2.5vw;
}

.soft_newbox6_swiper .swiper-slide {
    width: 78.646vw;
    height: 41.667vw;
    border-radius: 40px;
    overflow: hidden;
    transition: .4s all;
}

.soft_newbox6_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.soft_newbox6_swiper .swiper-slide-next,
.soft_newbox6_swiper .swiper-slide-prev {
    transform: scale(0.9, 0.8);
}


.el-cascader-node.in-active-path,
.el-cascader-node.is-selectable.in-checked-path,
.el-cascader-node.is-active {
    color: #fff;
    background-color: #77BBA5;
}

.el-cascader-node:not(.is-disabled):focus,
.el-cascader-node:not(.is-disabled):hover {
    background-color: rgba(119, 187, 165, 0.3);
    color: #77BBA5;
}

.el-cascader-node:not(.is-disabled):focus,
.el-cascader-node:not(.is-disabled).in-active-path:hover {
    color: #fff;
    background-color: #77BBA5;
}

.el-cascader-menu__wrap {
    height: 17.814vw;
}

.el-cascader-node {
    height: 2.969vw;
    line-height: 2.969vw;
    font-size: 1.094vw;
    padding: 0 !important;
    /* width: 10.9375vw; */
    text-align: center;
}

.el-cascader-node i {
    display: none;
}

.el-cascader-menu {
    width: 10.9375vw;
}</pre></body></html>