<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* banner */
.bannerImage {
    height: 100%;
}
/* .appNew */
.appNew {
    width: 100%;
    height: 100%;
    color: black;
}

.appNew .new-more {
    text-align: center;
    position: relative;
    top: 25px;
}

.appNew .el-divider--horizontal {
    position: relative;
    left: 42.5%;
    width: 15%;
}

.appNew .el-divider__text {
    border-bottom: 5px #1A3789 solid;
    padding: 0 29px;
}

.appNew .new-title {
    font-size: 25px;
}

.appNew .margin-top25 {
    margin-top: 25px
}

.appNew .new-list-img {
    width: 100%
}

.appNew .new-list-area {
    padding: 0 15px
}

.appNew .new-list-title {
    font-size: 20px;
    height: 56px;
}

.appNew .new-list-brief {
    height: 65px;
    padding-top: 5px;
    line-height: 22px;
}

.appNew .new-list-time {
    border-bottom: 1px #f0f0f0 solid;
}

.appNew .new-one-img {
    width: 100%;
    height: 391px;
}

.appNew .new-one-area {
    padding: 0 15px;
    border-left: 8px #1A3889 solid;
    position: relative;
    top: 15px
}

.appNew .new-one-brief {
    height: 50px;
    /*padding-top: 15px;*/
}


/* appabout */
.appAbout {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
}

.appAbout .aboutBack {
    background: url("backAboutIndex.jpg");
    background-size: 100% 100%;
    margin-top: 10px;
    background-repeat: no-repeat;
    height: 500px;
}

.appAbout .el-divider--horizontal {
    position: relative;
    left: 42.5%;
    width: 15%;
}

.appAbout .el-divider__text {
    border-bottom: 5px #1A3789 solid;
    padding: 0 29px;
}

.appAbout .el-divider--horizontal-title {
    position: relative;
    margin: 15px 0;
    width: 15%;
}

.appAbout .el-divider__text-title {
    border-bottom: 5px white solid;
}

.appAbout .about-title {
    font-size: 25px;
    color: black;
}

.appAbout .about-content-area {
    height: 350px;
    background: linear-gradient(90deg, #a24dff, #2a27d5);
    opacity: 0.8;
    padding: 35px;
    color: white;
    margin: 3.87% 13.6%;
}

.appAbout .about-content-title {
    font-size: 30px;
    text-align: center;
    opacity: 1
}

.appAbout .about-content-brief {
    padding-top: 20px;
    opacity: 1
}

/* appDown */
.appDown {
    width: 100%;
    height: 100%
}

.appDown .down-Img {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.appDown .down-back-color {
    background: black;
    opacity: 0.6;
    padding: 10px 20px;
}

.appDown .el-divider--horizontal {
    position: relative;
    left: 42.5%;
    width: 15%;
}

.appDown .el-divider__text {
    border-bottom: 5px #1A3789 solid;
    padding: 0 29px;
}

.appDown .down-more {
    text-align: center;
    position: relative;
    top: 25px;
}

.appDown .down-title {
    font-size: 25px;
    color: black;
}

.appDown .box {
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    position: relative;
}

.appDown .box:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
}

.appDown .box:hover:before {
    left: 15px;
    right: 15px;
    /*  bottom: 15px;
top: 15px;*/
    opacity: 0.4;
    animation: bounce-left 1s ease-in forwards;
}

.appDown .box img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}

.appDown .box .box-content {
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transition: all 0.3s ease 0.5s;
}

.appDown .box .content {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transition: all 0.3s ease 0s;
    font-size: 25px;
}

.appDown .box:hover .content {
    opacity: 1;
}

.appDown .box .icon li {
    margin: 0 4px;
    opacity: 0;
    display: inline-block;
    transform: translateY(-200px);
    transition: all 0.8s ease 0s;
}

.appDown .box .icon li:nth-child(2) {
    transition-delay: 0.1s;
}

.appDown .box:hover .icon li {
    opacity: 1;
    transform: translateY(0);
}

.appDown .box .icon li a {
    color: #fff;
    background-color: #0eb1dc;
    font-size: 18px;
    line-height: 33px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
}

.appDown .box .icon li a:hover {
    color: #fff;
    background-color: #ff3a6f;
    box-shadow: 0 0 15px #ff3a6f;
}
</pre></body></html>