<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title-bar{
    background-color: #fbfbfb;
}
.title-bar ul{
    display: flex;
    align-items: flex-start;
    margin-bottom: 200px;
}
.title-bar ul li{
    color: #666;
    margin-right: 30px;
    padding: 15px 0;
    cursor: pointer;
}
.title-bar ul li.list-active{
    color: #333;
    border-bottom:2px solid #006EDC;
}


.list-item-pa{
    padding: 80px 0;
}
.list-item{
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
}
.list-item li{
    padding: 30px 0;
    width: 40%;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 0px rgb(0 110 220 / 8%);
    transition: 0.5s;
    min-height: 410px;
    cursor: pointer;
}
.list-item li:hover {
    background: #006EDC;
}
.list-item .list-item-img{
    display: block;
    text-align: center;
    padding-top: 20px;
}
.list-item .list-item-title{
    text-align: center;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 10px;
}
.list-item .list-item-subtitle{
    text-align: left;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    padding: 10px 15px;
}
.list-item li:hover .list-item-title,.list-item li:hover .list-item-subtitle{
    color: #fff;
}


.list-avoidance{
    padding: 80px 0;
    background: #F8F9FA;
}
.list-avoidance ul, .list-avoidance li{
    list-style: none !important;
    padding: 0 !important;
}
.list-avoidance ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}
.list-avoidance ul li .avoidance-point {
    width: 16px;
    height: 16px;
    margin-right: 7px;
    background-image: url(../images/legal_point.png);
}
.avoidance-nav{
    display: flex;
    align-items: center;
    justify-content: center;
}
.avoidance-nav li{
    cursor: pointer;
    height: 60px;
    text-align: center;
    margin: 0 40px;
    position: relative;
}
.avoidance-navline {
    width: 100%;
    height: 4px;
    background: #006EDC;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 1s;
    display: none;
}
.avoidance-none{
    display: none;
}
.avoidance-nav li:hover .avoidance-navline {
    display: block;
}

.avoidance-item {
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
    border: 1px solid #E5E5E5;
}
.avoidance-box {
    width: 100%;
    max-width: 670px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #FFFFFF;
}
.avoidance-img{
    margin: 30px;
}
.avoidance-text {
    max-width: 520px;
    margin-left: 50px;
}
.avoidance-title {
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin: 20px 0;
}
.avoidance-subtitle {
    text-align: left;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    padding: 10px 0;
}


/* Case */
.case-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 48px;
}
.case-items .case-items-list {
    cursor: pointer;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 9px 0px rgb(0 110 220 / 10%);
    border-radius: 4px;
    transition: 0.5s;
    overflow: hidden;
    margin: 20px 0;
}
.case-items .case-items-list .case-items-img {
    width: 100%;
    height: 182px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.case-items .case-items-list .case-items-img img{
    width: 100%;
}
.case-items .case-items-list .case-times-title{
    padding: 20px;
}

.case-company-section{
    position: relative;
    padding: 109px 0;
    overflow: hidden;
    background: #F0F3F5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.case-company-section .case-company-lists {
    display: flex;
    animation: baochong 10s linear infinite;
    margin-top: 50px;
}
.case-company-section .case-company-lists2 {
    animation: baochong 20s linear infinite;
}
.case-company-section .case-company-lists .case-company-item{
    margin-right: 50px;
}
.case-company-section .case-company-lists .case-company-item-user {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #888888;
}
.case-company-section .case-company-lists .case-company-item-text{
    max-width: 400px;
    min-width: 300px;
    height: 98px;
    padding: 12px;
    border-radius: 0px 14px 14px 14px;
    background: #FFFFFF;
}
@keyframes baochong {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* About */
.about-list {
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 60px 0;
}
.about-list .section-title img{
    height: 50px;
 }

.brief{
    padding-bottom: 60px;
 }
.brief-right {
    flex-direction: row-reverse;
}
.brief-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 50px 0;
}
.brief-item .item-video{
    position: relative;
    display: block;
    margin-left: 50px;
}
.brief-item .video-bg{
    position: absolute;
    left: -20px;
    top: 50px;
    bottom: -10px;
    right: 50px;
    background-color: #006edc;
    z-index: 0;
}
.brief-item .brief-text{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.culture {
    display: block;
    background-color: #f8f8f8;
    padding: 50px 0;
}
.culture-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 48px;
}
.culture-list {
    cursor: pointer;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 9px 0px rgb(0 110 220 / 10%);
    border-radius: 4px;
    transition: 0.5s;
    overflow: hidden;
    margin: 20px 0;
    min-height: 350px;
}
.culture-img{
    text-align: center;
    margin-top: 30px;
}
.culture-title{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}
.culture-text{
    text-align: center;
    padding: 20px;
    width: 100%;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.develop{
    display: block;
    padding: 50px 0;
}

.develop .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    margin: 0 60px;
    opacity: 1;
    color: #eeeeee;
    background-color: #eeeeee;
}
.develop .swiper-pagination-clickable .swiper-pagination-bullet-active{
    color: #006edc;
    background-color: #006edc;
}
.developNav{
    position: relative;
    display: block;
    margin-top: 80px;
    height: 50px;
}
.developBar{
    background: #D9D9D9;
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 7px;
    z-index: 0;
}
.develop-item{
    width: 100%;
    display: flex;
    margin: 0 auto;
}
.develop-title{
    font-size: 68px;
    color: #006EDC;
    padding-right: 10%;
}
.develop-text{
    width: 100%;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: justify;
}

.those{
    display: block;
    background-color: #f8f8f8;
    padding: 50px 0;
}
.those-right {
    flex-direction: row-reverse;
}
.those-item {
    display: flex;
    /* align-items: flex-start; */
    align-items: center;
    justify-content: space-between;
    margin: 50px 0;
}
.those-item .item-video{
    position: relative;
    display: block;
    margin-left: 50px;
    margin-right: 35px;
}
.those-item .video-bg{
    position: absolute;
    left: -20px;
    top: 50px;
    bottom: -10px;
    right: 50px;
    background-color: #006edc;
    z-index: 0;
}
.those-item .those-text{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: left;
    margin-left: 40px;
    margin-top: 20px;
}

.swiper-button-next, .swiper-button-prev{
    background: #fff;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    --swiper-navigation-size: 30px;
}
.swiper-pagination {
    bottom: -30px !important;
}
.develop .swiper-pagination {
    bottom: 0 !important;
}
.swiper-button-next{
    right: -80px;
}
.swiper-button-prev{
    left: -80px;
}


.swiper {
    width: 100%;
}
.swiperBao{
    position: relative;
    margin-top: 50px;
}
.swiper-slide {
    min-height: 200px;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.honor{
    margin: 50px 0;
}
.honorSwiper {
    height: 380px;
}
.honorSwiper .swiper-slide-active{
    transform: scale(1.15) !important;
}
.honorSwiper .honor-item .honor-img{
    display: block;
}
.honorSwiper .honor-item .honor-img img{
    width: 100%;
}

@media screen and (max-width: 850px){
    .brief-item{display: block;}
    .brief-item .item-video{margin-left: 0;margin-bottom: 50px;}
    .those-item{display: block;width: 100%;}
    .those-item .item-video{ margin-right: 0;margin-left:0;}
    .those-item .those-text{margin-left:0;}

    .list-item{display: block;} 
    .list-item li{width: 100%;min-height: auto;margin-bottom: 30px;}
    .avoidance-nav{display: none;}
    .avoidance-none{display: block;}
    .avoidance-item{display: block;margin-bottom: 30px;}
    .avoidance-text{margin: 0 20px;}

    .case-items,.culture-items {display: block;}
    .case-items .case-items-list{width: 96%;margin: 0 0 30px 2%;}
    .honorSwiper {height: auto;}
    .develop-item{display: block;}
    .develop-title{text-align: left;}
    
}</pre></body></html>