<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* *{  margin: 0;  padding: 0;border: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);word-break:break-all; } */
body{

    /*font-family:"\5B8B\4F53" ;*/
    /* line-height: 24px; */
    font-size: 16px;
    width: 100%;
    height:100%;
    color: #333;
    margin: 0;
    /* font-family: "noto sans"; */
    /*font-family: 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif;*/
    user-select: none;
    background: black;
}
a {
    text-decoration: none;
}

/* i {
    font-style: normal;
} */

/* li {
    list-style: none;
} */
p{
    color: #fff;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* img{
    width: 100%;
    height: 100%;
} */
.ps{
    font-family: "noto sans"
}
.mb1{
    margin-bottom: 36px;
}
.wrap{
    overflow: hidden;
    width:100%;
}
.wrap #all{
    position: relative;
    /*top: 60px;*/
}
.top1,.top2,.top3,.top5,.top6,.top7{
    width: 100%;
    min-height:100vh ;
    position: relative;
    text-align: center;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
/* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    justify-content: center;
}
.top1{

    background: url("/app/resource/wuguan/images/top1-bg1.png")center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.ttP{
    width: 665px;
    position: absolute;
    bottom: 9%;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.ttP p{
    width: 660px;
    font-size: 23px;
    font-style:italic;
    line-height: 36px;
    transition: transform 2s;
    -moz-transition: -moz-transform 2s;
    -webkit-transition: -webkit-transform 2s;
    -o-transition: -o-transform 2s;
}
.ttP p:nth-of-type(1):hover{
    transform:scale(1.2,1.4);
    -ms-transform:scale(1.2,1.4); /* IE 9 */
    -moz-transform:scale(1.2,1.4); /* Firefox */
    -webkit-transform:scale(1.2,1.4); /* Safari and Chrome */
    -o-transform:scale(1.2,1.4); /* Opera */
}
.swiper-container {
    width: 100%;
    height: 100%;
        position: absolute!important;
}
.swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.top2-sp .swiper-wrapper .s1 {
    background: url("/app/resource/wuguan/images/top2-bg1.jpg") center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.top2-sp .swiper-wrapper .s2{
    background: url("/app/resource/wuguan/images/top2-bg2.jpg") center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.top2-sp .swiper-wrapper .s3{
    background: url("/app/resource/wuguan/images/top2-bg3.jpg") center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.top2-sp .swiper-wrapper .swiper-slide p{
    position: absolute;
    font-size: 25px;
    top: 25%;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.top2-sp .top2-intro {
    width: 78%;
    text-indent: 0.8cm;
    position: absolute;
    bottom: 42px;
    z-index: 10;
    left: 10%;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
    opacity: 0;
}
.top2-sp:hover .top2-intro{
    transform:translate(0,-40px);
    -webkit-transform:translate(0,-40px);
    -moz-transform:translate(0,-40px);
    -o-transform:translate(0,-40px);
    -ms-transform:translate(0,-40px);
    opacity: 1;
}

.top2 .top2-sp .swiper-button-next,
.top2 .top2-sp .swiper-button-prev{
    background-image: url(/app/resource/wuguan/images/top6-go.png);
    width: 48px;
    height: 48px;
    background-size: 100% 100%;
}
.top2 .top2-sp .swiper-button-next {
    right: 58px;
}
.top2 .top2-sp .swiper-button-prev {
    left:58px;
    transform: rotate(180deg);
}
.top3{
    background: url("/app/resource/wuguan/images/top3-bg.png")center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.top3 .top3-lg{
    width: 888px;
    height: 146px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -444px;
    bottom: 9%;
    font-size: 34px;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.top4{
    width: 100%;
    min-height: 100vh;
    position: relative;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.top4 .move{
    opacity: 1;
}
.top4 .box{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: -webkit-center;
    justify-content: center;
    opacity: .8;
}
.top4  .box a{
    display: inline-block;
}

.idown {
    /*    background-image: url(../images/top6-go.png);
        background-size: 100% 100%;*/
    /*transform: rotate(90deg);*/
    display: inline-block;
    width: 82px;
    border: 1px solid #ffffff;
    height: 36px;
    color: #fff;
    margin-top: 33px;
}
.top4 .box .left{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-right: 86px;
    -webkit-transition: all 1.6s ease-out	;
    -moz-transition: all 1.6s ease-out	;
    transition: all 1.6s ease-out	;
    margin-top: -205px;
}
.top4 .box .left2{
    margin-left: 86px;
}
.top4 .box .left&gt;p{
    width: 305px;
    text-align: left;
    text-indent: 0.8cm;
    font-family: "noto sans";
    line-height: 27.5px;
    letter-spacing: 1.5px;
}
.top4 .box .right{
    text-align: left;
}
.top4 .box .right p{
    font-size: 13px;
    color: #dcdcdc;
    margin-left: 33px;
}
.top4 .box .right img{
    width: 586px;
    height: 457px;
}
.top5{
    background: url("/app/resource/wuguan/images/top5-bg1.png")center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    flex-direction: column;
}
.top5 div.txt{
    position: absolute;
    right: 27%;
    bottom: 9%;
    text-align: right;
    font-weight: bold;
    font-family: "noto sans";
    -webkit-transition: all 1.4s ease-in;
    -moz-transition: all 1.4s ease-in;
    transition: all 1.4s ease-in;
    /*font-family: 'Noto Serif CJK SC', 'Source Han Serif SC', â€˜ Source Han Serif â€™ , source-han-serif-sc, ' å®‹ä½“ ', serif;*/
}
.top5 div.top5-more{
    width: 100%;
    position: absolute;
    bottom: 6.8%;
    left: 0;
    text-align: center;
    z-index: 111;
}
.top5 div.top5-more a{
    display: inline-block;
    color: #fff;
    border: 1px solid darkgray;
    height: 33px;
    line-height: 33px;
    width: 96px;
    border-radius: 12px;
    opacity: 0;
}
.top5 div.top5-more img{
    width: 16px;
    height: 17px;
    z-index: 1;
    animation: dong 1s infinite;
/*    animation: balloon1 1s ease-in-out infinite;
    -webkit-animation: balloon1 1s ease-in-out infinite;*/
}


@keyframes dong {
    0%,100% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -8px);
    }
}
/*   */
.lf,.rg{
    width: 50%;
    height: 100%;
    position: relative;
}
.mask {
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    opacity: 0;
}
.lf .pic,.lf .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.rg .pic,.rg .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.mask p{
    /*width: 54px!important;height:33px!important;*/
    position: absolute;
    margin: 0 auto;
    left: 44% ;
    top: 44% ;
    animation: t10 5s ease-in-out infinite;
    -webkit-animation: lg 5s ease-in-out infinite;
}
@-webkit-keyframes lg {
    0%, 100% {  -webkit-transform: translate(0px, 0px);  }
    50% {  -webkit-transform: translate(-10px, 10px);  }
}
@keyframes lg {
    0%, 100% {  transform: translate(0px, 0px);  }
    50% {  transform: translate(-10px, 10px);  }
}
.top6 .top6-sp .swiper-button-prev,
.top6 .top6-sp .swiper-button-next{
    background-image: url(/app/resource/wuguan/images/top6-go.png);
    background-size: 100% 100%;
    width: 48px;
    height: 48px;
}
.top6 .top6-sp .swiper-button-next {
    right: 65px;
}
.top6 .top6-sp .swiper-button-prev {
    left: 65px;
    transform: rotate(180deg);
}
.top6 .top6-sp .swiper-wrapper .swiper-slide div:hover .mask {
    opacity: 1;
}
.top6 .top6-sp .top6-more {
    position: absolute;
    bottom: 9%;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 50px;
    z-index: 111;
}
.top6 .top6-sp .top6-logo{
    position: absolute;
    top: 8%;
    left: 49.3%;
    margin-left: -118px;
    width: 244px;
    height: 84px;
    z-index: 111;
}
.top7{
    background: url("/app/resource/wuguan/images/top7-bg.jpg")center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center;
}
.top7 h1{
    position: absolute;
   /* right: 0;
   */
    line-height: 44px;
    text-align: left;
    bottom: 9%;
    font-weight: bold;
    color: #fff;
    font-family: "noto sans";
    font-size: 18px;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
    z-index:111;
}
.top7 div{
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.div-layer{
    position: fixed;
    top: 28%;
    right: 2.8%;
    z-index: 111;
}
.div-layer ul li{
    width: 11px;
    height:11px;
    border-radius: 50%;
    border:1px solid #fff;
    margin: 22px auto;
}
.layAct{
    background: #fff;
    width: 12px!important;
    height: 12px !important;
}
.to_top{
    position: fixed;
    bottom: 42px;
    right: 28px;
    z-index: 111;
    width: 36px;
    height: 36px;
}
#foor{
    width: 100%;
    min-height:100vh ;
    /* position: relative; */
    /* overflow: auto; */
    /* background: url("/app/resource/wuguan/images/bg.jpg")center -323px no-repeat; */
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}</pre></body></html>