<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.container,
.container-middle,
.wrap {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    position: relative;
}
.home-banner {
    position: relative;
}
.home-banner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.about_ul {
    display: flex;
}
.about_ul li {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}
.about_ul img {
    width: 100%;
}
.index-two {
    background: #f5f7fa;
    position: relative;
    padding-bottom: 60px;
    padding-top: 60px;
}
.banner-font {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}
.banner-cont {
    position: relative;
    flex: 1;
}
.banner-cont h3 {
    margin-top: 30px;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    position: relative;
    font-weight: bold;
    letter-spacing: 4px;
}

.banner-cont h4 {
    font-size: 32px;
    line-height: 60px;
    color: #fff;
    letter-spacing: 4px;
}
.banner-cont h4.red {
    color: #ffcf32;
    margin-bottom: 20px;
    font-family: din;
}
.banner-cont p {
    margin-top: 25px;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 50px;
    letter-spacing: 4px;
}
.container {
    width: 1200px;
}
.join_in {
    padding: 80px 0;

    text-align: center;
    background-size: cover;
}

.contactView {
    width: 200px;
    padding: 10px 10px;
    padding-bottom: 20px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 10001;
    position: fixed;
    bottom: 50px;
    right: 20px;
    text-align: center;
    box-shadow: 0 10px 26px 0 rgb(35 111 251 / 12%);
    border-radius: 5px;
}
.contactView .qrcode img {
    width: 100%;
}
.contactView .wtext {
    font-size: 15px;
    font-weight: bolder;
    color: #000;
}
.contactView .wechat {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.contactView .contactlist .ct {
    font-size: 15px;
}
.contactView .contactlist ul li .cc {
    font-size: 18px;
    font-weight: bolder;
    color: #236efb;
    font-family: 'Arail';
}
.contactView .totop .ticon {
    width: 45px;
    height: 45px;
    margin: 0 auto 8px;
    background: url(../images/ttop.png) no-repeat center center #296ff7;
    background-size: 22px;
    border-radius: 45px;
}
.jjfa-dl {
    /* background-color: #f7f7f7; */
    box-sizing: content-box;
}
.jjfa-dl ul {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0px 30px;
}
.jjfa-dl ul li {
    width: 33.33%;
    position: relative;
    box-sizing: border-box;
}
.jjfa-dl ul li .jj-div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    padding: 0px 20px;
    color: #333;
}

.jjfa-dl ul li img {
    width: 160px;
}

.jjfa-dl ul li .info-text h2 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.jjfa-dl ul li .info-text p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 24px;
    text-align: center;
    color: #ccc;
}
.container_text {
    padding: 80px 0px 40px;
    background-color: #f7f7f7;
}
.about_ringt {
    width: 680px;
    float: left;
    font-size: 16px;
    line-height: 30px;
    padding-right: 40px;
}
.about_ringt p {
    text-indent: 32px;
    margin-bottom: 20px;
}
.about_left {
    height: auto;
    overflow: hidden;
    width: 480px;
    float: right;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
}
.about_left img {
    width: 100%;
}

.marketing_advantage {
    padding: 80px 0;
    background: url(../images/bg4.jpg) center top no-repeat #fbfbfb;
    background-size: cover;
    height: 240px;
    box-sizing: border-box;
}
.marketing_advantage_content {
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.marketing_advantage_list {
    position: relative;
    margin: 0 0 15px 15px;
    transition: 0.3s all;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    padding: 20px 0;
    width: calc(25% - 15px);
    border: 1px solid #ebf6f6;
    box-sizing: border-box;
}
.marketing_advantage_brief {
    padding: 20px 10px;
    display: flex;
}
.marketing_advantage_brief .brief_title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}
.marketing_advantage_brief .brief_title span {
    margin-left: 15px;
}
.marketing_advantage_brief .brief_text {
    font-size: 12px;
    color: #a5a5a5;
    line-height: 1.6;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    max-height: 58px;
    text-align: left;
}
.marketing_advantage_list:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
}
.marketing_advantage_list:hover .brief_text {
    color: #333;
}

.marketing_advantage_content .marketing_advantage_brief {
    position: relative;
    align-items: center;
}
.marketing_advantage_content .marketing_advantage_brief .vmodel {
    padding-left: 65px;
}
.marketing_advantage_content .marketing_advantage_brief:before {
    content: ' ';
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.join_in .marketing_advantage_content .vmodel {
    text-align: left;
    position: relative;
    z-index: 1000;
}
.join_in .marketing_advantage_content .vmodel01:before {
    background-image: url(../images/flow_icon1.png);
}
.join_in .marketing_advantage_content .vmodel02:before {
    background-image: url(../images/flow_icon5.png);
}
.join_in .marketing_advantage_content .vmodel03:before {
    background-image: url(../images/flow_icon2.png);
}
.join_in .marketing_advantage_content .vmodel04:before {
    background-image: url(../images/flow_icon6.png);
}
.join_in .marketing_advantage_content .vmodel05:before {
    background-image: url(../images/flow_icon3.png);
}
.join_in .marketing_advantage_content .vmodel06:before {
    background-image: url(../images/flow_icon7.png);
}
.join_in .marketing_advantage_content .vmodel07:before {
    background-image: url(../images/flow_icon4.png);
}
.join_in .marketing_advantage_content .vmodel08:before {
    background-image: url(../images/flow_icon8.png);
}
.join_in .marketing_advantage_content .marketing_advantage_list:after {
    content: '01';
    position: absolute;
    right: 10px;
    bottom: -30px;
    color: #ebf6f6;
    font-size: 80px;
    font-weight: bolder;
    font-style: italic;
}
.join_in .marketing_advantage_content .item01:after {
    content: '01';
}
.join_in .marketing_advantage_content .item02:after {
    content: '02';
}
.join_in .marketing_advantage_content .item03:after {
    content: '03';
}
.join_in .marketing_advantage_content .item04:after {
    content: '04';
}
.join_in .marketing_advantage_content .item05:after {
    content: '05';
}
.join_in .marketing_advantage_content .item06:after {
    content: '06';
}
.join_in .marketing_advantage_content .item07:after {
    content: '07';
}
.join_in .marketing_advantage_content .item08:after {
    content: '08';
}
.row-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -10px 0px;
}
.col-li {
    padding: 0px 15px 50px;
    float: left;
    width: 33.33%;
    position: relative;
}
.col-li a {
    display: block;
    position: relative;
    z-index: 9;
    background: #04ce96;
    width: 90%;
    margin: -40px auto 0px;
}
.col-li .bg_after {
    height: 260px;
    background-size: cover;
    background-position: center;
}
.marketing {
    padding: 60px 0px 60px;
    /* background-color: #f7f7f7; */
}
.marketing_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0px 30px;
}
.marketing_ul li {
    width: 20%;
    text-align: center;
    padding: 30px 40px;
    box-sizing: border-box;
    border: 1px solid #f7f7f7;
}
.marketing_ul li img {
    width: 60px;
    margin: auto;
}
.marketing_ul li h2 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
}
.function-tips {
    text-align: center;
    font-size: 14px;
}
.col-card {
    position: relative;
    background: transparent;
    border-radius: 0;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    box-sizing: border-box;
}
.col-card img {
    width: 40px;
    height: 40px;
}
.col-card em {
    width: 20px;
    height: 3px;
    background: #fff;
    margin: 10px 10px;
}
.col-card .card-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px;
    flex: 1;
    text-align: left;
}
.indexMore {
    display: none;
    border: 1px solid #fff;
    color: #fff;
    width: 82px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
}
.col-li:hover .bg_after {
    opacity: 1;
}
.col-li:hover .col-card em {
    display: none;
}
.col-li:hover .col-card .indexMore {
    display: block;
}
.index-tit {
    font-size: 0;
    text-align: center;
}

.index-tit em {
    display: inline-block;
    font-style: normal;
    font-size: 48px;
    line-height: 60px;
    color: #333;
}

.index-dec {
    margin-top: 9px;
    font-size: 16px;
    line-height: 30px;
    color: #777;
    text-align: center;
}

.hxnl-ul {
    padding: 30px 0px 0px;
}
.hxnl-ul li {
    width: 33.33%;
    float: left;
    text-align: center;
}
.hxnl-ul li .hxnl-icon {
    margin-bottom: 10px;
}

.hxnl-ul li .hxnl-icon img {
    width: 60px;
    height: 60px;
    margin:auto
}
.hxnl-ul li h3 {
    font-size: 22px;
}
.hxnl-ul li em {
    width: 20px;
    height: 3px;
    background-color: #eee;
    margin: 10px auto 10px;
    display: block;
}
.hxnl-ul li p {
    font-size: 16px;
    line-height: 30px;
}
.index-one {
    padding: 80px 0 80px;
    background-color: #f7f7f7;
}

.ino-con {
    position: relative;
    width: 100%;
    height: 344px;
    margin-top: 42px;
    margin-bottom: 30px;
}

.ino-img {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.ino-img1 {
    width: 100%;
    height: 100%;
    display: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ino-img1.on {
    display: block;
}

.ino-font {
    font-size: 0;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.ino-font1 {
    width: 15%;
    position: relative;
    float: left;
    height: 100%;
    transition: ease 0.5s;
}
.ino-font1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ino-font1::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
}

.ino-font1::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(229, 229, 229, 0.2);
    left: 0;
    top: 0;
}

.ino-font1.on::after {
    display: none;
}

.ino-font1.on {
    width: 40%;
}

.ino-font1.on::before {
    background: rgba(0, 0, 0, 0.2);
}

.ino-font1 a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.ino-div {
    padding: 0 10px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ino-icon {
    text-align: center;
    font-size: 0;
}

.ino-icon img {
    display: inline-block;
    max-width: 100%;
}

.ino-font1 h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-top: 30px;
}

.ino-font1 h4 {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.34);
    font-family: 'Arial';
}
.ino-font1 h4 img {
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin: auto;
}
.ino-font1 p {
    font-size: 0;
    opacity: 0;
    height: 0;
}

.ino-font1 p em {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    display: block;
}

.ino-font1.on p {
    opacity: 1;
    height: auto;
    margin-top: 18px;
    text-align: left;
    padding: 0 5%;
}

.ino-font1.on h4 {
    height: 0;
    opacity: 0;
}

.ino-font1.on h3 {
    margin-top: 0;
    font-size: 30px;
}

.ino-font1.on .ino-icon {
    height: 0;
    opacity: 0;
}

.ino-more {
    margin-top: 46px;
    opacity: 0;
    height: 0;
}

.ino-font1.on .ino-more {
    height: auto;
    opacity: 1;
}

.ino-con.ino-appcon {
    display: none;
    height: auto;
}

.ino-swiper {
    width: 100%;
    position: relative;
}

.ino-slide {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ino-appdiv {
    position: relative;
    text-align: center;
    padding: 40px 50px 60px;
    height: 400px;
    box-sizing: border-box;
}

.ino-appdiv .ino-icon {
    height: auto;
    opacity: 1;
}

.ino-appfont h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-top: 25px;
}

.ino-appfont h4 {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.34);
    font-family: 'Arial';
}

.ino-appfont p {
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    word-break: break-all;
    height: 160px;
}

.ino-appfont p em {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    display: block;
}

.ino-appfont .ino-more {
    opacity: 1;
    height: auto;
}

.ino-appfont {
    width: 100%;
    position: relative;
}

.ino-appfont::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.41);
    left: 0;
    top: 0;
}
.ino-morea {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 48px;
    line-height: 44px;
    border-radius: 4px;
    border: 1px #04ce96 solid;
    font-size: 16px;
    color: #fff;
    background-color: #04ce96;
}
.banner-more {
    margin: 75px auto 0;
    border: 1px solid #04ce96;
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: ease 0.5s;
    position: relative;
    overflow: hidden;
}

.banner-more::before,
.banner-more::after {
    position: absolute;
    content: '';
    width: 60%;
    height: 100%;
    transition: ease 0.5s;
    background: #04ce96;
    top: 0;
}

.banner-more::before {
    left: 0;
}

.banner-more::after {
    right: 0;
}

.banner-more span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}

.banner-more:hover {
    color: #04ce96;
    border-color: #fff;
    background: #fff;
}

.banner-more:hover::after,
.banner-more:hover::before {
    width: 0;
}

.banner-slide img {
    visibility: visible;
    -webkit-animation: scaleUpDown 6s infinite;
    animation: scaleUpDown 6s infinite;
}
.footer {
    background-color: #252525;
}
.footer .foot-det {
    text-align: justify;
    line-height: 0;
}

.footer .foot-cont {
    padding: 50px 0 0;
    color: #a9a9a9;
    border-bottom: 1px solid #303233;
}

.footer .foot-copy {
	padding: 20px 0;
	background-color: #4e4e4e;
	text-align: center;
	color: #c3c3c3;
}
@keyframes myfirst {
    0% {
        transform: rotate(0deg);
    }

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

@-webkit-keyframes myfirst {
    0% {
        transform: rotate(0deg);
    }

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

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

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes scle2 {
    from {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    to {
        transform: scale(1.1);
    }
}
@-webkit-keyframes anim4 {
    from {
        -webkit-transform: rotateZ(0deg);
    }

    50% {
        -webkit-transform: rotateZ(180deg);
    }

    to {
        -webkit-transform: rotateZ(360deg);
    }
}

@-moz-keyframes anim4 {
    from {
        -moz-transform: rotateZ(0deg);
    }

    50% {
        -moz-transform: rotateZ(180deg);
    }

    to {
        -moz-transform: rotateZ(360deg);
    }
}

@-ms-keyframes anim4 {
    from {
        -ms-transform: rotateZ(0deg);
    }

    50% {
        -ms-transform: rotateZ(180deg);
    }

    to {
        -ms-transform: rotateZ(360deg);
    }
}

@-o-keyframes anim4 {
    from {
        -o-transform: rotateZ(0deg);
    }

    50% {
        -o-transform: rotateZ(180deg);
    }

    to {
        -o-transform: rotateZ(360deg);
    }
}

@keyframes anim4 {
    from {
        transform: rotateZ(0deg);
    }

    50% {
        transform: rotateZ(180deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}
</pre></body></html>