/* index.css */
/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
body {
    font-family: "'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif";
    font-weight: 400;
    src: url("//at.alicdn.com/wf/webfont/1UNcXWktpOzA/oLEQxpJhhvLoTKrnGHi7e.woff2") format("woff2"),
        url("//at.alicdn.com/wf/webfont/1UNcXWktpOzA/47iE2IQ-5wYs6pXjqO0t5.woff") format("woff");
    font-display: swap;
}

html,
body {
    position: relative;
    height: 100%;
}

.hvr-sweep-to-right:before,
.hvr-underline-from-center:before {
    background: #BC1E1D;
    /* border-radius: 500px; */
}

.hvr-sweep-to-right:before {
    color: #fff;
}

.menuHeader {
    /* position: absolute; */
    left: 0px;
    right: 0px;
    z-index: 999;
    color: #fff;
    border-bottom: 1px solid #e2e2e2;
}

.menuHeader .logo {
    margin-right: 100px;
}

.menuHeader .menu-area {
    margin-right: 50px;
}

.menuHeader .menu-area li {
    border-right: 1px solid #e2e2e2;
}

.menuHeader .menu-area li a {
    display: inline-block;
    line-height: 72px;
    text-align: center;
    color: #000;
    margin: 0px 38px;
    text-align: center;
    font-weight: 500;
}

.menuHeader .menu-area li a:hover {
    text-decoration: none;
    color: #BC1E1D;
}

.menuHeader .menu-area li a.active:before {
    background: #BC1E1D;
    display: block;
    border-radius: 500px;
    width: 100%;
    height: 5px;
    content: "";
    left: 0;
}

.menuHeader.fixedTop li a {
    color: #111;
    transition: color 0.7s ease-in-out;
}

.menuHeader.fixedTop {
    background-color: #fff;
    transition: background-color 0.5s ease-in-out;
    box-shadow: 0px 0px 8px #e2e2e2;
}

.menuHeader .header-bar-right img:first-child {
    margin-right: 15px;
    padding-right: 15px;
    height: 20px;
    border-right: 1px solid #ccc;
}

/* //banner 图片 */
.banner-container {
    width: 100%;
    height: 100%;
    background-color: rgb(179, 189, 196);
    transition: 1s background-color 1.3s;
}

.banner-container .swiper-wrapper {
    transition-delay: 1s;
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}

.banner-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner-container .title {
    transition-delay: 0s;
    z-index: 10;
    height: 100%;
    position: absolute;
}

.banner-container .img-box {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: scale(1, 1);
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: linear;
    opacity: 0.9;
    overflow: hidden;
}

.banner-container .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transform: scale(1.2, 1.2) translateX(50%);
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    transition-property: transform; */
}

.banner-container .Inbanner-title {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    letter-spacing: 0.2rem;
}

.banner-container .Inbanner-title:hover {
    color: #fff;
    background-color: #DD2725;
    transition: 1s background-color 0.01s;
}

section {
    padding: 20px 0px;
}

.About-SUNSONS {
    background: url("../img/about-SUNSONS.png") no-repeat;
    background-position: center;
    background-position-y: 50px;
}

.area-title {
    background: url("../img/about.png") no-repeat;
    height: 127px;
    width: 204px;
}

.About-SUNSONS-content {
    padding-top: 45px;
}

.About-video-SUNSONS {
    /* ../img/about-Video.webp */
    background: url("/uploads/20250120/7ba2c16e4aaafaf2c3474399484f48e8.webp") no-repeat;
}

.About-SUNSONS-main .About-SUNSONS-mian-title {
    font-family: AlibabaPuHuiTi_2_85_Bold;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 3px;
    color: #000000;
}

.About-SUNSONS-desc {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #333333;
}

.About-SUNSONS-DESC-INFO .item {
    background-image: url("../img/about-Infobg.png");
    background-repeat: no-repeat;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0px;
    color: #333333;
}

.About-SUNSONS-DESC-INFO .item .title {
    letter-spacing: 0em;
    color: #BC1E1D;
    display: inline-block;
}

.About-SUNSONS-DESC-INFO .item div:last-child {
    display: inline-block;
    color: #BC1E1D;
}

.About-SUNSONS-DESC-INFO .button {
    border-radius: 50px;
    font-size: 24px;
    color: #333333;
    background: #C2C2C2;
}

.About-SUNSONS-DESC-INFO .button:hover {
    background: #BC1E1D;
    display: inline-block;
    color: #fff;
}

.About-SUNSONS-DESC-INFO .button .icon {
    margin: 0px auto;
    height: 50px;
}

.About-com-type {
    margin-top: 20px;
}

.About-com-lst {
    position: relative;
    z-index: 2;
}

.About-com-lst li a {
    letter-spacing: 0.1rem;
    color: #281919;
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: 100px;
}

.About-com-lst li a:hover, .About-com-lst li.newon a {
    color: #fff;
    background: #BC1E1D;
    font-weight: 400;
    display: block;
    border: 1px solid #BC1E1D;
    line-height: 36px;
}

.About-com-lst li a.hvr-underline-reveal:before {
    background: #BC1E1D;
}

.About-com-wrap-content {
    position: relative;
    z-index: 0;
}

.About-com-wrap-content .type-bg {

    font-weight: 900;
    color: #9E9E9E;
    opacity: 0.1;
    letter-spacing: 0.1em;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    user-select: none;
    z-index: 1;
}

.About-com-wrap-content .desc {
    position: relative;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.05rem;
    color: #3E3E3E;
    z-index: 3;
}

.typeImg {
    margin: 0px auto;
    position: relative;
    z-index: 2;
}


.tagsNotes a {
    text-align: center;
    line-height: 24px;
    padding: 3px 12px;
    margin-right: 20px;
    border-radius: 20px;
    background: #F0F0F0;
    box-sizing: border-box;
    border: 2px solid #F0F0F0;
    font-size: 14px;
    letter-spacing: 0em;
    color: #555555;
    display: inline-block;
    cursor: pointer;
}

.tagsNotes a:hover {
    border-color: #333333;
}

.powerBG {
    background-image: url("../img/powerBG.png");
    background-position-y: 50px;
    background-position-x: 0px;
    background-repeat: no-repeat;
    margin-top: 20px;
}

.TaxPower {
    background-image: url("../img/taxpower.webp");
}

.TaxPower-newon li {
    background: #D8D8D8;
    cursor: pointer;
}

.TaxPower-newon .newon img {
    background: #B12435;
    animation-name: fadeIn;
    /*动画名称*/
    animation-duration: 0.5s;
    /*动画持续时间*/
    animation-iteration-count: 1;
    /* 动画次数 */
}

.TaxPower-content {
    margin-top: -55px;
}

.wrapPhoto {
    position: relative;
}

.wrapPhoto .singleImg {
    margin-left: 35px;
    height: 595px;
}

.wrapnameImg {
    margin-top: 120px;
}

.wrapnameImg .intro {
    line-height: 38px;
    letter-spacing: 0em;
    color: #333333;
    margin-top: 80px;
}

.SUNSONS-SERVICE {
    background: url('../img/service.webp') no-repeat;
}

.serviceTitle {
    display: inline-block;
    background: url('../img/serviceTitle.webp') no-repeat;
    background-position: left bottom;
    padding-bottom: 10px;
}

.serviceTitle.subtitle {
    height: auto;
    line-height: 62px;
    background-position-x: -52px;
    padding-left: 0px;
}

.serviceTitle span {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #000000;
}

.serviceTitle p {
    color: #777;
    font-size: 18px;
}

.service-block .service-item {
    width: 100%;
}

.service-block .service-item.newon {
    background: #DD2725;
    color: #fff;
}

.service-block .service-item.newon .icon {
    filter: brightness(0) invert(1);
}

.service-item-block {
    border: 1px solid #fff;
}

.service-item-block .icon {
    padding: 8px;
    background: #FFFFFF;
    box-sizing: border-box;
    /* border: 1px solid #F4F4F4; */
    box-shadow: 0px 0px 47px 0px #FFE7E7;
    border-radius: 20px;
}

.service-item-block:hover {
    /* 矩形 26 */
    cursor: pointer;
    border-radius: 15px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #F4F4F4;
    box-shadow: 0px 0px 47px 0px #FFE7E7;
}

.line-clamp2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.swiper-container {
    width: 80%;
    height: 100%;
    margin: 0px auto;
}

.swiper-slide {
    display: flex;
    align-items: center;
    transition: 100ms;
    transform: scale(0.55);
    opacity: 0.5;
    filter: grayscale(50%);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
    opacity: 1;
    filter: grayscale(0%);
    border: none;
}

.SUNSONS-CASE {
    background: #F7F8FC;
}

.swiper-slide .wrapContent {
    padding: 0px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    opacity: 0.5;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
}

.service-swiper-container .my-bullet {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #E5E5E5;
    display: inline-block;
    margin: 0px 5px;
}

.service-swiper-container .swiper-pagination-bullet-active {
    width: 80px;
    border-radius: 100px;
    background: #DD2725;
    animation-name: fadeIn;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    box-shadow: 0px 3px 8px #ff9c9b;
}

.friendlinks .item {
    background: #FFFFFF;
    border-radius: 15px;
    /* border: 1px solid #E5E5E5;	 */
    box-shadow: 0 2px 12px 0 rgb(80 102 126 / 15%);
    height: 93px;
}

.friendlinks .item .flogo {
    margin: 8px auto;
    max-width: 150px;
    width: 80%;
}

.clientMore {
    position: relative;
}

.clientMore .moreClient {
    /* 更多客户 */
    width: 150px;
    height: 48.93px;
    /* 矩形 1 */
    box-sizing: border-box;
    border: 1px solid #D3D3D3;

}

.clientMore a.moreClient {
    position: absolute;
    bottom: 30px;
    right: 0;
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #666666;
}

.clientMore a.moreClient:hover {
    color: #fff;
    background: #DD2725;
    border: none;
    box-shadow: 0px 3px 8px #ff9c9b;
}

.newListTab li a {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    margin: 0px 13px;
    background: #F0F0F0;
    color: #000000;
    width: 100px;
}

.newListTab li.newon a {
    background: #B12435;
    color: #fff;
    font-weight: 400;
}


.newlistItem li::after {
    display: inline-block;
    content: "";
    height: 3px;
    width: 38px;
    background: #2d2f3a;
}

a:hover .text-underline {
    text-decoration: underline;
}

.footer {
    background: #2d2f3a;
    color: #eeeeee;
}

.footer_navi ul li {
    color: #b2b2b2;
}

.footer_navi ul li:first-child {
    font-size: 20px;
}

.footer_navi ul li a {
    /* color: #333; */
    margin-bottom: 5px;
    display: inline-block;
}

.footer_logo {
    margin-top: 10px;
    width: 80%;
    height: 92px;
}

.main_title:after {
    background: #fff;
    display: block;
    width: 50px;
    margin: 10px auto 0px;
    height: 3px;
    content: "";
    left: 0;
}

.Business_module_BG {
    background: url('/uploads/20231231/c0b52115ac3edd9f12a7c18cd1ada5cd.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.Business_module .Business_item_inner>div {
    padding: 3px 0px;
}

.Business_module .title div:first-child {
    font-weight: 600;
    color: #9E9E9E;
}

.Business_module .title div:first-child:after {
    background: #BC1E1D;
    display: block;
    width: 50px;
    height: 6px;
    content: "";
    margin-bottom: 35px;
    margin-top: 10px;
}

.Business_module .title div:last-child {
    /* 审计汇缴 */
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 40px;
}

.Business_module .notes {
    font-size: 15px;
    line-height: 34px;
    color: #666666;
}

.Business_module .router-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 6px;
    background: #BC1E1D;
    color: #fff;
}

.Business_module .router-btn a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url('/uploads/20231228/638abbb51718295d1e3acf53a5b113c2.webp');
    background-repeat: no-repeat;
    background-size: 45%;
    background-position-y: -35px;
    background-position-x: 10px;
}

.Business_module .next-pre {
    cursor: pointer;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    box-sizing: border-box;
    border: 3px solid rgba(255, 255, 255, 0.5);
}

.Business_module .right-next {
    background: url('/uploads/20240102/719f9a548e740a4182b9a3b482977bde.png');
    width: 67px;
    height: 23px;
    left: 50%;
    margin-top: -12px;
}

.Business_module .itme_title {
    font-size: 1.3vw;
    border-bottom: 1px solid #f2f2f2;
    color: #007070;
    font-weight: 500;
}

.Business_module .itme_title .title_txt div {
    display: inline-block;
    z-index: 5;
}

.Business_module .itme_title .title_txt div:last-child {
    font-size: 3vw;
    font-weight: 600;
    color: #E8E8EA;
    position: absolute;
    top: -25px;
    margin-left: -50px;
    z-index: -1;
    opacity: 0.3;
}



.Business_module .contxt .entBtn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 6px;
    background: #ddd;
    color: #fff;
}

.Business_module .contxt a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url('/uploads/20231228/638abbb51718295d1e3acf53a5b113c2.webp');
    background-repeat: no-repeat;
    background-size: 45%;
    background-position-y: -35px;
    background-position-x: 10px;
}

.proovr-collect__card {
    height: 224px;
}


.w-accor {
    overflow: hidden;
    position: relative;
}

.w-accor ul,
.w-accor li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.w-accor ul {
    width: 100%;
}

.w-accor li {
    position: relative;
    overflow: hidden;
    float: left;
}

.accorClick li {
    cursor: pointer;
    border-right: 0px solid rgb(255, 255, 255, 0);
}

.w-accor li .item {
    position: relative;

}

.w-accor li>a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.w-accor h3 {
    font-size: 125%;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.w-accor .acr_p {
    margin-top: 0.5em;
    color: #333;
}

.w-accor6 li .img_ar .img {
    max-width: 100%;
    height: 380px;
    width: 200px;
}

.w-accor6 li .cont_ar {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.w-accor6 li .cont_ar:before,
.w-accor6 li .cont_ar:after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    right: 0;
    background: linear-gradient(178deg, #43a784 10%, rgba(233, 254, 251, 0.83) 60%, rgba(102, 102, 102, 0.00) 100%);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    opacity: 0.76;
    *filter: alpha(opacity=76);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=76);
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
}

.w-accor6 li .cont_ar:before {
    top: 0;
}

.w-accor6 li .cont_ar:after {
    bottom: 0;
}

.w-accor6 li h3 {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    top: 60px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

:root .w-accor4 li h3 {
    top: 50%;
}

.w-accor6 li .dec_ar {
    line-height: 1.7;
    max-height: 100%;
    max-height: calc(100% - 7em);
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: 40px;
    right: 40px;
    transform: translateY(0%) scale(0);
    -webkit-transform: translateY(0%) scale(0);
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

:root .w-accor6 li .dec_ar {
    /* top: 50%; */
}

.w-accor6 li .i_img {
    text-align: center;
    margin-bottom: 1em;
}

.w-accor6 li .i_img img {
    max-width: 80%;
    max-height: 80px;
}

.w-accor6 li.cur .cont_ar {
    background: url('/uploads/20240110/6edceb36edc57772302ce3797ca3f0f5.png') no-repeat;
    background-size: auto;
    padding: 40px;
}

.w-accor6 li.cur .cont_ar:before,
.w-accor6 li.cur .cont_ar:after {
    /* height: 3em; */
    background: none;
}

.w-accor6 li h3 {
    top: 50%;
    width: 30px;
    margin: -100px auto 0px;
    font-size: 30px;
    text-align: center;

}

.w-accor6 li.cur h3 {
    width: auto;
    top: 60px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    margin-top: 0px;
    position: static;
}

.w-accor6 li.cur h3.h_1 {
    top: 150px;
    left: 30px;
    color: #333;
    text-align: left;
}

.w-accor6 li.cur h3.h_1 div {
    top: 0;
}

.w-accor6 li h3.h_2 {
    margin-top: 80px;
    font-size: 15px;
    font-weight: 400;
}

.w-accor6 li.cur h3.h_2 {
    top: 0px;
    bottom: 0;
    display: none;
}

.w-accor6 li.cur .dec_ar {
    opacity: 1;
    top: 100px;
    color: #333;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    transform: translateY(0%) scale(1);
    -webkit-transform: translateY(0%) scale(1);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}





/* //h5-Menu */
@keyframes moveAndFadeIn {
    0% {
        transform: translate(100%);
        opacity: 0;
    }

    100% {
        transform: translate(0%);
        display: inline-block;
        opacity: 1;
    }
}

@keyframes moveAndFadeOut {
    0% {
        opacity: 1;
        transform: translate(100%);
        z-index: -1;
    }

    100% {
        display: none;
        opacity: 0;
        width: 0px;
        transform: translate(0%);
    }
}

.h5_Menubox_ami {
    opacity: 0;
    display: none;
    z-index: 2;
    position: absolute;
    top: 73px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
}

#h5_Menubox_ami_in {
    display: block;
    animation: moveAndFadeIn 0.3s ease-in-out forwards;
}

#h5_Menubox_ami_out {
    animation: moveAndFadeOut 0.2s ease-in-out forwards;
    /* 动画名称，持续时间，速度曲线，是否循环 */
}


/* /分页/ */
.pagination_info {
    padding: 8px;
}

.pagination-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination li {
    display: inline-block;
    padding: 8px;
}

li.active span {
    background-color: rgb(220 38 38);
    color: #fff;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
    text-align: center;
}