body{
    color: #333;
    font-size: 18px;
}
.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
a{
    color: #333;
}
.color{
    color: #4e7fff;
}
.mx_center{
    width: 84%;
    margin: 0 auto;
}
/* 通用标题 */
.mx_title h3{
    font-size: 35px;
    color: #333;
    text-align: center;
}
.mx_title h3 span{
    color: #4e7fff;
}
.mx_title>div{
    width: 60px;
    height: 3px;
    background-color: #4e7fff;
    margin: 28px auto;
    margin-bottom: 50px;
}

/* 首页导航栏 */
.header{
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .8);
    backdrop-filter: blur(4px);
    z-index: 99;
}
.header_wrap{
    height: 100%;
    align-items: center;
}
.header_wrap .logo{
    flex: 1;
}
.header_wrap ul li{
    margin-right: 50px;
}
.header_wrap ul li a{
    display: inline-block;
    font-size: 18px;
    line-height: 90px;
    color: #333;
    position: relative;
}
.header_wrap ul li a::after{
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background-color: #4e7fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .3s linear;
}
.header_wrap ul li .header_ac{
    color: #4e7fff;
}
.header_wrap ul li .header_ac::after{
    left: 0%;
    width: 100%;
}
.header_wrap ul li a:hover{
    color: #4e7fff;
}
.header_wrap ul li a:hover::after{
    left: 0%;
    width: 100%;
}
.header_wrap .denglv a{
    display: block;
    font-size: 16px;
    padding: 10px 32px;
    border-radius: 50px;
}
.header_wrap .denglv a:nth-child(1) {
    border: none;
    color: #fff;
    background-image: linear-gradient(30deg, #0400ff, #4ce3f7);
    border-radius: 20px;
    background-size: 100% auto;
    font-family: inherit;
}

.header_wrap .denglv a:nth-child(1):hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
0% {
    box-shadow: 0 0 0 0 #05bada66;
}

70% {
    box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
}

100% {
    box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
}
}

.header_wrap .denglv a:nth-child(2){
    color: #0f81f0;
    border: 1px solid #0f81f0;
    margin-left: 16px;
    background: white;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.header_wrap .denglv a:nth-child(2):hover {
    color: white;
    border-color: transparent;
}
.header_wrap .denglv a:nth-child(2):after {
    content: "";
    background: linear-gradient(90deg, rgba(15,129,240,1) 0%, rgba(89,228,248,1) 100%);
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}
.header_wrap .denglv a:nth-child(2):hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


/* 首页Banner图文案 */
.banner .swiper-wrapper .swiper-slide>img{
    width: 100%;
}
.banner .swiper-slide .banner_text{
    position: absolute;
    top: 52%;
    left: 8%;
}
.banner .swiper-slide .banner_text h3{
    font-size: 46px;
    color: #333;
    position: relative;
}
.banner .swiper-slide .banner_text h3::after,
.banner .swiper-slide .banner_text h3::before{
    content: '';
    display: none;
    width: 30px;
    height: 30px;
    border: 5px solid #4e7fff;
    position: absolute;
    top: -10px;
    left: -12px;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.banner .swiper-slide .banner_text h3::before{
    top: auto;
    left: auto;
    bottom: -12px;
    right: -12px;
    border-right-color: #4e7fff;
    border-bottom-color: #4e7fff;
    border-top-color: transparent;
    border-left-color: transparent;
}
.banner .swiper-slide .banner_text h3 span{
    color: #4e7fff;
}
.banner .swiper-slide .banner_text p{
    font-size: 18px;
    color: #333;
    margin-top: 32px;
}
.banner .swiper-slide .banner_text a{
    display: inline-block;
    font-size: 22px;
    color: white;
    background-color: #4e7fff;
    padding: 16px 36px;
    border-radius: 10px;
    margin-top: 130px;
    transition: all .3s linear;
}
.banner .swiper-slide .banner_text a:hover{
    opacity: .8;
}
#banner_swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 70px;
    width: auto;
    left: 8%;
}
#banner_swiper .swiper-pagination-bullet{
    width: 30px;
    height: 4px;
    border-radius: 0px;
}

/* 行业痛点 */
.pain_points{
    padding-top: 80px;
    padding-bottom: 90px;
}
.pain_points .td_box{
    align-items: center;
}
.pain_points .td_box .td_item{
    width: 31%;
}
.pain_points .td_box .td_item .item{
    width: 100%;
    box-sizing: border-box;
    justify-content: start;
    text-align: left;
    transition: all .3s linear;
    position: relative;
    background: linear-gradient(to bottom, #dfeaf9, #ffffff);
    box-shadow: 4px 6px 18px rgba(37, 97, 255, .1);
    border-radius: 16px;
    margin-bottom: 65px;
    align-items: center;
    padding: 22px 0px;
    padding-left: 30px;
    font-size: 22px;
    color: #4e7fff;
}
.pain_points .td_box .td_item .item p{
    padding: 6px 0px;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 2px solid #4e7fff;
}
.pain_points .td_box .td_item .item:last-child{
    margin: 0;
}
.pain_points .td_box .td_item.td_right .item{
    justify-content: end;
    padding-left: 0;
    padding-right: 30px;
}
.pain_points .td_box .td_item.td_right .item p{
    order: 1;
    border-left: none;
    margin-left: 0px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 20px;
    border-right: 2px solid #4e7fff;
}
.pain_points .td_box .td_item.td_right .item img{
    order: 2;
}
.pain_points .td_box .td_item .item:hover{
    transform: scale(1.1);
    background: linear-gradient(to bottom, #4e7fff, #4e7fff);
    transition: all .3s linear;
    color: white;
}
.pain_points .td_box .td_center{
    width: 38%;
}
.pain_points .td_box .td_center img{
    width: 100%;
}


/* 跨服退税对比传统退税 */

.drawback{
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../image/drawback-bg.jpg);
}
.drawback_wrapper .drawback_box{
    padding: 0 86px;
    position: relative;
}
.drawback_box .drawback_left,
.drawback_box .drawback_right{
    position: relative;
}
.drawback_box .drawback_left h3,
.drawback_box .drawback_right h3{
    font-size: 30px;
    color: white;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}
.drawback_box ul{
    width: 74%;
    position: absolute;
    bottom: 14%;
    left: 50%;
    transform: translateX(-50%);
}
.drawback_box ul li{
    cursor: pointer;
    align-items: center;
    padding: 13px 0;
    border: 1px solid transparent;
}
.drawback_box ul li .p1,
.drawback_box ul li .p3{
    width: 28%;
    text-align: right;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    color: #666;
}
.drawback_box ul li .p1::after{
    content: url(../image/henggang.png);
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-38%);
}
.drawback_box ul li .p3{
    text-align: left;
    color: #333;
}
.drawback_box ul li .p3::before{
    content: url(../image/duihao.png);
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-38%);
}
.drawback_box ul li .p2{
    font-size: 18px;
    color: #333;
    position: relative;
    transition: all .3s linear;
}
.drawback_box ul li .p2::after,
.drawback_box ul li .p2::before{
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: -30px;
    border: 8px solid transparent;
    border-right-color: #666;
}
.drawback_box ul li .p2::before{
    left: auto;
    right: -30px;
    border-right-color: transparent;
    border-left-color: #00cb6f;
}
.drawback_box ul li:hover{
    border-bottom: 1px solid #00cb6f;
    border-top: 1px solid #00cb6f;
}
.drawback_box ul li:hover .p2{
    color: #00cb6f;
    transform: scale(1.2);
}


/* 数智退税 */
.shuzhi{
    padding: 80px 0;
}
.shuzhi_box ul{
    margin-bottom: 80px;
    position: relative;
}
.shuzhi_box ul li{
    padding-bottom: 30px;
    font-size: 23px;
    flex: 1;
    text-align: center;
    cursor: pointer;
    border-bottom: 3px solid #ebebeb;
}
.shuzhi_box ul .shuzhi_ac{
    color: #4e7fff;
    border-bottom-color: #4e7fff;
}
.shuzhi .shuzhi_item{
    display: none;
    align-items: center;
    opacity: 0;
    transition: all .3s linear;
}
.shuzhi .shuzhi_item.block{
    display: flex;
    opacity: 1;
}
.shuzhi .shuzhi_item .left_text{
    width: 45%;
}
.shuzhi .shuzhi_item .left_text h4{
    font-size: 30px;
    color: #4e7fff;
    margin-top: 40px;
    margin-bottom: 16px;
}
.shuzhi .shuzhi_item .left_text span{
    font-size: 20px;
    color: #4e7fff;
}
.shuzhi .shuzhi_item .left_text p{
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.shuzhi .shuzhi_item .left_text .lianjie a{
    display: inline-block;
    font-size: 18px;
    background-color: #4e7fff;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    border: 1px solid #4e7fff;
}
.shuzhi .shuzhi_item .right_img{
    width: 53%;
    overflow: hidden;
}
.shuzhi .shuzhi_item .right_img img{
    width: 100%;
}

/* 关于我们 */
.about{
    padding-bottom: 80px;
}
.about_us .about_left{
    width: 50%;
}
.about_us .about_left h3{
    font-size: 30px;
    color: #4e7fff;
}
.about_us .about_left h4{
    font-size: 33px;
    color: #d0d0d0;
    font-weight: 500;
    margin-top: 14px;
    margin-bottom: 50px;
}
.about_us .about_left p{
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
}
.about_us .about_left li{
    font-size: 16px;
    position: relative;
    padding-left: 24px;
    line-height: 40px;
}
.about_us .about_left li::after{
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background-color: #4e7fff;
    position: absolute;
    top: 50%;
    left: 0;
}
/* a标签鼠标移入样式-start */
.about_us .about_left a {
    display: inline-block;
    padding: 12px 40px;
    color: white;
    border-radius: 6px;
    margin-top: 30px;
    border: 2px solid #fff;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    background-color: #0f81f0;
}
.about_us .about_left a:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 120%;
    background-color: #ff6700;
    top: 50%;
    transform: skewX(30deg) translate(-150%, -50%);
    transition: all 0.5s;
}
.about_us .about_left a:hover {
    background-color: #4cc9f0;
    color: #fff;
}
.about_us .about_left a:hover::before {
    transform: skewX(30deg) translate(150%, -50%);
    transition-delay: 0.1s;
}
.about_us .about_left a:active {
    transform: scale(0.9);
}
/* a标签鼠标移入样式-end */

.about_us .about_right{
    box-sizing: border-box;
    width: 48%;
    height: 100%;
    background-color: #4e7fff;
    position: relative;
    padding-right: 30px;
}
.about_us .about_right img{
    width: 100%;
}
.about_us .about_right::after{
    content: '';
    display: block;
    position: absolute;
    top: -5%;
    right: 0px;
    width: 30%;
    height: 110%;
    background-color: #4e7fff;
    z-index: -1;
}


/* 合作客户 */

.hezuo{
    padding: 80px 0;
    padding-bottom: 40px;
    background: url(../image/hezuo-bg.jpg);
}
.hezuo .mx_title>div{
    margin-bottom: 20px;
}
.hezuo .mx_title p{
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}
.hezuo_box .hezuo_item{
    width: 18.1%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 40px;
}
.hezuo_box .hezuo_item img{
    width: 100%;
}
.hezuo_box .hezuo_item p{
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 26px;
    letter-spacing: 8px;
    line-height: 120px;
    text-align: center;
    background-color: rgba(78,127,255,.85);
    color: white;
    font-weight: 500;
    backdrop-filter: blur(4px);
    overflow: hidden;
    transition: all .2s ease-out;
}
.hezuo_box .hezuo_item:hover p{
    height: 100%;
}
.hezuo_wrapper>p{
    font-size: 20px;
    color: #d9dce0;
    text-align: center;
}

/* 新闻中心 */

.news{
    padding: 80px 0;
    padding-bottom: 40px;
}
.news .mx_title>div{
    margin-bottom: 20px;
}
.news .mx_title p{
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}
#news_swiper{
    padding-bottom: 30px;
}
#news_swiper .swiper-slide{
    box-sizing: border-box;
    padding: 0 10px;
    padding-bottom: 20px;
}
#news_swiper .swiper-slide a{
    color: #333;
}
#news_swiper .swiper-slide .news_img img{
    width: 100%;
}
#news_swiper .swiper-slide .news_text{
    padding: 36px 25px;
    box-shadow: 0 2px 20px rgba(47, 103, 247, .1);
    position: relative;
}
#news_swiper .swiper-slide .news_text span{
    font-size: 16px;
}
#news_swiper .swiper-slide .news_text p{
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 30px;
    padding-bottom: 24px;
    position: relative;
}
#news_swiper .swiper-slide .news_text p::after{
    content: '';
    display: block;
    width: 10%;
    height: 1px;
    background-color: #4e7fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s linear;
}
#news_swiper .swiper-slide .news_text h4{
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
}
#news_swiper .swiper-slide .news_text .jiantou{
    width: 25px;
    overflow: hidden;
    position: absolute;
    left: 100px;
    bottom: 37px;
}
#news_swiper .swiper-slide .news_text .jiantou img{
    transition: all .3s ease;
    transform: translateX(-25px);
}
#news_swiper .swiper-slide:hover a{
    color: #4e7fff;
}
#news_swiper .swiper-slide:hover .news_text p::after{
    width: 100%;
}
#news_swiper .swiper-slide:hover .news_text .jiantou img{
    transform: translateX(0px);
}
/* 按钮移入样式-strat */
.news_wrapper>a{
    display: inline-block;
    padding: 12px 36px;
    border: 1px solid #4e7fff;
    color: #4e7fff;
    border-radius: 8px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    position: relative;
    background-image: linear-gradient(30deg, #0400ff, #4ce3f7);
    overflow: hidden;
    z-index: 10;
    transition: all 0.4s;
}
.news_wrapper>a::before,
.news_wrapper>a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.news_wrapper>a::before {
    content: "";
    background: white;
    width: 120%;
    left: -10%;
    transform: skew(40deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.news_wrapper>a:hover{
    color: white;
    border-color: white;
}
.news_wrapper>a:hover::before {
    transform: translate3d(100%, 0, 0);
}
.news_wrapper>a:active {
    transform: scale(0.95);
}
/* 按钮移入样式-end */


/* 底部样式 */

.footer{
    padding: 80px 0;
    padding-bottom: 50px;
    background: url(../image/footer-bg.jpg);
}
.footer_logo ul{
    justify-content: start;
}
.footer_logo ul li{
    width: 120px;
    overflow: hidden;
    text-align: center;
    margin: 50px 30px 0px 0;
}
.footer_logo ul li img{
    margin-bottom: 16px;
    display: block;
    width: 100%;
}

.footer_lianxi{
    width: 31%;
}
.footer_lianxi h3,
.footer_menu h3{
    font-size: 20px;
    color: #333;
    font-weight: 500;
    padding-bottom: 26px;
    border-bottom: 1px solid #d7dbe0;
    margin-bottom: 20px;
}
.footer_lianxi h3 span,
.footer_menu h3 span{
    color: #9d9d9d;
}
.footer_lianxi li{
    font-size: 18px;
    color: #333;
    line-height: 40px;
}

.footer_menu{
    width: 31%;
}
.footer_menu .footer_nav ul li a{
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.footer_menu .footer_nav ul li:first-child a{
    font-size: 18px;
    color: #333;
    line-height: 40px;
}
.footer_menu .footer_nav ul li a:hover{
    color: #4e7fff;
}
.footer_bottom{
    margin-top: 60px;
}
.footer_bottom p{
    font-size: 16px;
    color: #333;
}
.footer_bottom p a{
    font-size: 16px;
    color: #333;
}


/* 手机菜单样式-1 start */
.burger {
    position: relative;
    width: 30px;
    height: 20px;
    background: transparent;
    cursor: pointer;
    display: none;
}

.burger input {
    display: none;
}

.burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #4e7fff;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.burger span:nth-of-type(1) {
    top: 0px;
    transform-origin: left center;
}

.burger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
}

.burger span:nth-of-type(3) {
    top: 100%;
    transform-origin: left center;
    transform: translateY(-100%);
}

.burger input:checked ~ span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
}

.burger input:checked ~ span:nth-of-type(2) {
    width: 0%;
    opacity: 0;
}

.burger input:checked ~ span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 21px;
    left: 5px;
}
/* 手机菜单样式-1 end */


/* 手机菜单样式-2 start */
.hamburger {
    cursor: pointer;
    display: none;
}

.hamburger input {
    display: none;
}

.hamburger svg {
    /* The size of the SVG defines the overall size */
    height: 3.5em;
    /* Define the transition for transforming the SVG */
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
    fill: none;
    stroke: #4e7fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    /* Define the transition for transforming the Stroke */
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
                stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
    stroke-dasharray: 12 63;
}

.hamburger input:checked + svg {
    transform: rotate(-45deg);
}

.hamburger input:checked + svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
}
/* 手机菜单样式-2 end */



/*修改2023-10-21*/

/* 新闻样式-修改 */
.news{
    background-color: #f3f4f9;
}
.news .news_wrap{
    margin-bottom: 30px;
}
.news .news_list{
    width: 66.5%;
}
.news .news_list .news_slide{
    width: 31.6%;
    box-sizing: border-box;
    padding: 12px;
    background-color: white;
    overflow: hidden;
    transition: all .2s linear;
}
.news .news_list .news_slide .news_img{
    width: 100%;
    height: 300px;
    margin-bottom: 16px;
}
.news .news_list .news_slide .news_img img{
    width: 100%;
    height: 100%;
}
.news .news_list .news_slide .news_text p{
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .news_list .news_slide .news_text ul{
    font-size: 14px;
    margin-top: 18px;
}

.news_wrap .news_right{
    width: 31.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_wrap .news_right .right_item{
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    padding: 12px;
    transition: all .2s linear;
}
.news_wrap .news_right .right_item .item_top{
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #999;
}
.news_wrap .news_right .right_item .item_top .time h4{
    font-size: 45px;
    font-weight: 500;
}
.news_wrap .news_right .right_item .item_top .time p{
    font-size: 14px;
    font-weight: 500;
}
.news_wrap .news_right .right_item .item_top .jiantou{
    width: 20px;
    overflow: hidden;
}
.news_wrap .news_right .right_item .item_top .jiantou img{
    margin-left: -21px;
    transition: all .2s linear;
}
.news_wrap .news_right .right_item a>h3{
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_wrap .news_right .right_item a>p{
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .news_list .news_slide:hover{
    box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
    transform: translate3d(0,-8px,0);
}
.news .news_list .news_slide:hover .news_text p{
    color: #0064ff;
}
.news .news_list .news_slide:hover .news_text li{
    color: #0064ff;
}
.news_wrap .news_right .right_item:hover{
    box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
    transform: translate3d(0,-8px,0);
}
.news_wrap .news_right .right_item:hover a{
    color: #0064ff;
}
.news_wrap .news_right .right_item:hover .item_top .jiantou img{
    margin-left: 0;
}

/*新-合作客户*/
.hezuo{
    padding: 20px 0;
    background: none;
}

.hezuo_box .hezuo_item{
    width: 11%;
    margin-bottom: 50px;
}
.hezuo_box .hezuo_item p{
    font-size: 20px;
    line-height: 74px;
}

.header_wrap .logo img{
    width: 200px;
}
