@charset "utf-8";
/*@font-face {
     font-family: 'Source Han Sans CN Normal';
        src: url('/new2025/new2025/fonts/SourceHanSansCN-Normal.eot');
        src: url('/new2025/new2025/fonts/SourceHanSansCN-Normal.eot?#iefix') format('embedded-opentype'),
            url('/new2025/new2025/fonts/SourceHanSansCN-Normal.woff2') format('woff2'),
            url('/new2025/new2025/fonts/SourceHanSansCN-Normal.woff') format('woff'),
            url('/new2025/new2025/fonts/SourceHanSansCN-Normal.ttf') format('truetype');
			
}*/






/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0px;
    border: 0;
    outline: none;
}
header, nav, footer, menu {
    display: block;
}
dt {
    font-weight: 300;
}
img {
    border: none;
    max-width: 100%;
}
li {
    list-style-type: none;
}
a, a:hover, a:focus {
    text-decoration: none;
    color: #595757;
}
.block {
    display: block;
}
body {
   font-family: "微软雅黑","Microsoft YaHei",Helvetica,Tahoma,sans-serif;
    font-size: 16px;
    color: #595757;
    position: relative;
    overflow-x: hidden;
    font-weight: 400;
    background-color: #fff;
    line-height: 1.5;
    letter-spacing:1px;
}
h1, h2, h3, h4, h5, h6, strong {
    font-weight: 600;
}
.clear {
    clear: both;
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    flex-flow: row wrap;
}
.display-flex-center {
    -webkit-justify-content: center;
    -ms-flex-pack: distribute;
    justify-content: center;
}
.display-flex-top {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.display-flex-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
}
.flex-flow-row {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.swiper-container .swiper-pagination {
    font-size: 0;
    bottom: 0;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 0.62rem;
    border-radius: 100%;
    border: 1px solid #ffffff;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.0);
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff;
}
.web_container {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.headerContainer {
    max-width: 100%;
    width: 100%;
    padding-left: 8.3%;
    padding-right: 8.3%;
    box-sizing: border-box;
}

/*******头部********/
header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}
header .header-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 550ms cubic-bezier(0, 0.55, 0.45, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #ffffff;
}
header .headerContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .logo {
    width: 160px;
    position: relative;
}
header .logo a {
    width: 100%;
    display: block;
}
header .header-nav ul {
    display: flex;
    align-items: center;
}
header .header-nav>ul>li.link_item {}

header .header-nav>ul>li.link_item .link {
    display: block;
    position: relative;
    padding: 30px 6px;
    color: #000;
    font-size: 20px;
   font-weight: Bold;
   font-family: "微软雅黑","Microsoft YaHei",Helvetica,Tahoma,sans-serif;
}
header .header-nav>ul>li.link_item .link::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 22px;
    margin-top: -11px;
    background: #666666;
    display: block;
    width: 1px;
}
header .header-nav>ul>li.link_item:last-child .link::after {
    display: none;
}
header .header-nav>ul>li.link_item .link span {
    display: block;
    border-radius: 4px;
    padding: 3px 6px;
    transition: all 300ms;
}
header .header-nav>ul>li.link_item:hover .link span {
    color: #fff;
    background: #c81313;
}
header .header-nav>ul>li.link_item .link span.on{
    color: #fff;
    background: #c81313;
}


header .header_column {
    height: 46px;
    line-height: 46px;
    padding-left: 50px;
    font-size: 28px;
    font-weight: bold;
    color:#595757;
    background: url(/new2025/images/top_tel.png) no-repeat left center;
}

/*下拉*/
header .header-nav>ul>li.link_item:hover .headerDropDown {
    opacity: 1;
    visibility: visible;
}
.headerDropDown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: all 400ms;
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 10px 30px;
}
.headerDropDown .headerDropDownList {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.headerDropDown .headerDropDownList li {
    border-left: 1px solid #c81313;
    padding: 0 10px;
}
.headerDropDown .headerDropDownList li a {
    color: #000;
    font-weight: 600;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
    font-size: 17px;
}
.headerDropDown .headerDropDownList li a:hover {
    color: #c81313;
}
.headerDropDown .headerDropDownListImg li:first-child {
    border-left: none;
}
.headerDropDown .headerDropDownListImg li a img {
    width: 20px;
    position: relative;
    top: -2px;
    margin-right: 6px;
    vertical-align: middle;
}
.headerDropDown .headerDropDownListImg li a:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px;
}
.headerDropDown .lione {
    color: #c81313 !important;
    font-weight: 600 !important;
}
.headerDropDown .litwo {
    font-weight: 600 !important;
    color: #c81313 !important;
    margin-top: 25px !important;
}
.headerDropDown .about_indextop {
    font-size: 17px;
    color:#000;
    padding: 0 15px;
    line-height: 2;
    font-weight: 600;
}

/**/
.menu_botton {
    position: absolute;
    right: 75px;
    top: 73px;
    display: block;
    cursor: pointer;
    z-index: 9999;
}
.menu_botton strong {
    display: inline-block;
    float: left;
    color: #2f318b;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    margin-right: 12px;
}
#menu_toggle1 {
    display: none;
}
.menu_botton span {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 2px;
    background-color: #b60005;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
    margin-top: -2px;
}
.menu_botton span:after, .menu_botton span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 2px;
    left: 0;
    background-color: #b60005;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}
.menu_botton span:before {
    top: -6px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}
.menu_botton span:after {
    bottom: -6px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}
.mm-opened .menu_botton span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}
.mm-opened .menu_botton span:after, .mm-opened .menu_botton span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}
.mm-opened .menu_botton span:before {
    top: 0;
    background: #b60005;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mm-opened .menu_botton span:after {
    bottom: 0;
    background: #b60005;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*********尾部************/
footer {
    background-color: #4c4c4c;
    position: relative;
    border-top: 10px solid #c81313;
}
footer .footer_main {
    position: relative;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}
footer .footer_nav {
    position: relative;
    display: flex;
   /* width: 780px;*/
    padding-top: 50px;
}
footer .footer_nav .footer_menu {
   /* flex: 1;*/
   margin:0 25px;
}
footer .footer_nav .footer_menu h3 {
    font-size: 20px;
    margin-bottom: 6px;
    color: #ffffff;
}
footer .footer_nav .footer_menu ul li {
    margin-bottom: 4px;
}
footer .footer_nav .footer_menu ul li a {
    color: #ffffff;
    font-size:18px;
}
footer .footer_nav .footer_menu ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}
footer .footer_share {
    position: relative;
    flex: 1;
}
footer .footer_share .footer_tel {
    width: 260px;
    height: 60px;
    background: #c81313;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
    border-radius: 0px 0px 15px 15px;
    margin: 0 auto;
    position: relative;
    top: -1px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
}
.footer_share_list {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin: 30px 0;
}
.footer_share_list li {
    width: 110px;
    text-align: center;
    color: #fff;
}
.footer_share_list li p {
    padding-top: 4px;
}

footer .footer_copyright {
    position: relative;
    padding: 30px 0;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}
footer .footer_copyright a {
    color: #ffffff;
}
footer .footer_search {
    position: relative;
    width: 320px;
    margin: 0 auto;
}
footer .footer_search::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    background-image: url(/new2025/images/search02_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px auto;
    width: 22px;
}
footer .footer_search .form-control {
    width: 100%;
    height: 42px;
    background-color: #ababab;
    border-radius: 0;
    border: none;
    padding: 6px 12px 6px 40px;
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
}
footer .footer_search .form-control::placeholder {
    color: #ffffff;
}

/*****主体开始*******/

/*首页*/
#banner {
    width: 100%;
    position: relative;
}
.home_banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
/* .home_banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(/new2025/images/bannerBg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    pointer-events: none;
} */
.home_banner .swiper-wrapper .swiper-slide img {
    background: #eeeeee;
    display: block;
    width: 100%;
}
.home_banner .swiper-wrapper .swiper-slide img.imgPc {
    display: block;
}
.home_banner .swiper-wrapper .swiper-slide img.imgApp {
    display:  none;
}

.home_banner .swiper-pagination {
    bottom: 10px;
    opacity: 0;
    visibility: hidden;
}
.home_banner .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 10px;
    height: 3px;
    border: none;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
}
.home_banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.3);
}
.home_banner .swiper-pagination .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ffffff;
}
.home_banner .swiper-pagination .swiper-pagination-bullet-active::after {
    width: 100%;
    transition: width 5s;
}

.home_banner .home_bannerPrev,
.home_banner .home_bannerNext {
    position: absolute;
    top: 50%;
    width: 83px;
    z-index: 10;
    transform: translateY(-50%);
    cursor: pointer;
}

.home_banner .home_bannerNext {
    right: 35px;
}
.home_banner .home_bannerPrev {
    left: 35px;
}
/**/
.hTitle {
    font-size: 37px;
    line-height: 1.4;
    position: relative;
    font-weight: 600;
    text-align: center;
    color: #c81313;
    padding-bottom: 20px;
}
.hMore {
    position: relative;
}
.hMore a {
    display: block;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    /*font-weight: 600;*/
    padding: 14px 0;
    width: 260px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    transition: all 400ms;
    background: #c81313;
}
.hMore a:hover {
    color: #fff;
    background: #bb1919;
}
.hMore_fff a {
    font-size: 20px;
    font-weight: bold;
    color: #c81313;
    background: #ffffff;
    border-radius: 10px 10px 0 0;
}
.hMore_fff a:hover {
    color: #bb1919;
    background: rgba(255, 255, 255, 0.9);
}
.container-fluid {
   /* padding-left: 8.33333vw;
    padding-right: 8.33333vw;*/
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
}

/**/
.hData {
    position: absolute;
    bottom: 6%;
    left: 0;
    width: 100%;
    z-index: 10;
}
.hData .imgPc {
    width: 100%;
    display: block;
}
.hData .imgApp {
    display: none;
}
.hData ul.list {
    display: flex;
    gap: 20px;
    width: 100%;
}
.hData ul.list li.box {
    width: 100%;
    border-radius: 10px;
    border: 1px dotted #b60005;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.hData ul.list li.box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(4px);
    background: rgba(255, 255, 255, 0.3);
    pointer-events: none;
}
.hData ul.list li.box .title {
    color: #595757;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 15px 2px;
    position: relative;
    z-index: 1;
}
.hData ul.list li.box .sou {
    background-color: #b60005;
    border-radius: 10px;
    padding: 2px 15px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;
}
.hData ul.list li.box .sou span {
    font-size: 26px;
}


.hConsulting {
    position: relative;
    padding-top: 50px;
    padding-bottom:120px;
}
.hConsultingList ul {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 18px;
}
.hConsultingList ul li:first-child {
    grid-area: 1 / 1 / span 2 / span 1;
}
.hConsultingList ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}
.hConsultingList ul li a .img img {
    display: block;
    width: 100%;
}
.hConsultingList ul li a .box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(200, 15, 14, 0.8);
    color: #fff;
    padding: 0 20px;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    transform: translateY(calc(100% - 46px));
    transition: transform 400ms ease;
}
.hConsultingList ul li:nth-child(5) a .box,
.hConsultingList ul li:nth-child(6) a .box,
.hConsultingList ul li:nth-child(7) a .box {
    background: rgba(41,32,33, 0.8);
}
.hConsultingList ul li a .box .title {
    font-size: 26px;
    height: 46px;
    line-height: 46px;
    width: 100%;
    background-image: url(/new2025/images/arr_t2.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 18px auto;
}
.hConsultingList ul li a .box .text {
    padding-top: 4px;
}
@media screen and (min-width:992px) {
    .hConsultingList ul li a:hover .box {
        transform: translateY(0);
        align-content: center;
    }
}

.hNews {
    position: relative;
    padding-bottom: 120px;
}
.hNewsTab {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-bottom: 4px solid #c81313;
    gap: 20px;
    margin-bottom: 20px;
}
.hNewsTab li {
    letter-spacing: 2px;
    cursor: pointer;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    padding: 6px 12px;
    max-width: 350px;
    width: 100%;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background: #ababab;
    box-sizing: border-box;
}
.hNewsTab li.on {
    background: #c81313;
}
.hNewsMain {

}
.hNewsMain .hNewsList {
    display: none;
}
.hNewsMain .hNewsList.active {
    display: block
}

.hNewsSwiper {
    position: relative;
    overflow: hidden;
    margin-bottom: 36px;
}
.hNewsSwiper li .box {
    display: block;
    position: relative;
    overflow: hidden;
}
.hNewsSwiper li .box .img {
    display: block;
    width: 100%;
    height: 220px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hNewsSwiper li .box .title {
    margin-top: 16px;
    font-size: 18px;
    color:#3a3a3a;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 110px;
}
.hNewsSwiper.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 6px;
    border-radius: 100%;
    opacity: 1;
    background-color: #c9c9c9;
}
.hNewsSwiper.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #c81313;
}
.hNewsSwiperBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 24px;
}
.hNewsSwiperBtn .swiper-button-prev,
.hNewsSwiperBtn .swiper-button-next {
    position: relative;
    background-color: #c81313;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    margin: 0;
    top: 0;
    font-weight: 600;
    left: 0;
}
.hNewsSwiperBtn .swiper-button-next:after,
.hNewsSwiperBtn .swiper-button-prev:after {
    font-size: 18px;
}
.hNewsSwiperBtn .swiper-pagination {
    position: relative;
    margin: 0 12px;
    width: auto;
    Left:0!important;
    transform:translateX(0)!important;
}

.hCase {
    position: relative;
    padding: 50px 0;
    background-color: #eeeeee;
}
.hCaseSwiper {
    position: relative;
    overflow: hidden;
}
.hCaseSwiper li.swiper-slide {
    opacity: 0 !important;
}
.hCaseSwiper li.swiper-slide-active {
    opacity: 1 !important;
}
.hCaseSwiper li .box {
    position: relative;
}
.hCaseSwiper li .box .img {
    width: 63.5%;
}
.hCaseSwiper li .box .img a {
    display: block;
    width: 100%;
    min-height: 445px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
}
.hCaseSwiper li .box .con {
    background-color: #fff;
    padding: 90px 0px 90px 50px;
    position: absolute;
    top: 50%;
    right: 0;
    overflow: hidden;
    transform: translateY(-50%);
}
.hCaseSwiper li .box .con .label {
    /*font-weight: 600;*/
    color: #000;
    font-size: 29px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hCaseSwiper li .box .con .title {
  
    font-size: 45px;
    font-weight: 600;
    padding: 4px 20px 60px 0;
    overflow: hidden;
    width: 600px;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hCaseSwiper li .box .con .title a{
     font-weight: 600;
   color: #000;
}

.hCaseSwiper li .box .con .more {
     position: absolute;
    bottom: 50px;
    font-size: 22px;
    font-weight: 600;
    color: #d1141b;
}
.hCaseSwiper li .box .con .more a {
    color: #d1141b;
}
.hCaseSwiperBtn {
    position: absolute;
    bottom: 50px;
    right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hCaseSwiperBtn .swiper-button-prev,
.hCaseSwiperBtn .swiper-button-next {
    position: relative;
    background-color: #c81313;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    margin: 0;
    top: 0;
    font-weight: 600;
    left: 0;
}
.hCaseSwiperBtn .swiper-button-next {
    margin-left: 40px;
}
.hCaseSwiperBtn .swiper-button-next:after,
.hCaseSwiperBtn .swiper-button-prev:after {
    font-size: 18px;
}

.hTraining {
    position: relative;
    padding: 120px 0;
}
.hTrainingList ul {
    display: flex;
    gap: 16px;
}
.hTrainingList ul li {
    width: 25%;
}
.hTrainingList ul li img {
    border-radius:15px;
    display: block;
    width: 100%;
}
.hTrainingList ul li .more {
    background: #c81313;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    display: block;
    text-align: center;
    max-width:140px;
    margin: 20px auto 0;
    font-size: 20px;
    font-weight: 600;
}
.hArticle {
    position: relative;
    padding-bottom: 120px;
}
.hArticleTab {
    position: relative;
    display: flex;
    gap: 4px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.hArticleTab li {
    background-color: #434951;
    padding: 15px 12px;
    cursor: pointer;
    color: #fff;
    font-size: 23px;
    flex: 1;
    text-align: center;
}
.hArticleTab li.on {
    font-weight: 600;
    background-color: #c81313;
}
.hArticleMain .hArticleList {
    display: none;
}
.hArticleMain .hArticleList.active {
    display: block;
}
.hArticleHead {
    border-radius: 10px 10px 0 0;
    background-color: #c81313;
    background-image: url(/new2025/images/articleBg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 15px;
    text-align: center;
    color: #fff;
    font-size: 60px;
    letter-spacing: 5px;
    font-weight: 600;
}
.hArticleCon {
    background: #e8e8e8;
    padding: 60px;
    min-height: 360px;
    box-sizing: border-box;
}
.hArticleCon ul {
    max-height: 238px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.hArticleCon ul li {
    padding:8px 30px;
    width: 50%;
    box-sizing: border-box;
}

.hArticleCon ul li span::before {
  content: " ";
  display: inline-block;
  width: 45px;
  height: 20px;
  background-image: url('/new2025/images/newnew.png');
  background-size: contain;
  margin-right: 4px; /* 图标与文字的间距 */
  vertical-align: middle; /* 垂直对齐 */
}
.hArticleCon ul li a {
    font-size: 21px;
    color: #000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
    position: relative;
    padding-left: 24px;
}
.hArticleCon ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    margin-top: -3px;
    background-color: #3a3a3a;
}

.hArticleCon ul li a:hover {
    color: #b30c0c;
    font-weight: 600;
}
.hArticleCon ul li a:hover::before {
    background-color: #b30c0c;
}

.hCustomer {
    position: relative;
    padding-bottom: 120px;
}
.hCustomerBox {
    position: relative;
    background-color: #eeeeee;
    padding: 30px 0 80px;
}
.hCustomerSwiper {
    max-width: 1350px;
    width: 100%;
    padding-left: 130px;
    padding-right: 130px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}
.hCustomerSwiper li.swiper-slide .img {
    background: #eeeeee;
    text-align: center;
}
.hCustomerSwiper::after,
.hCustomerSwiper::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-position: center;
    width: 88px;
    background-repeat: no-repeat;
}
.hCustomerSwiper::after {
    background-image: url(/new2025/images/hCustomerLeft.png);
    left: 0;
}
.hCustomerSwiper::before {
    background-image: url(/new2025/images/hCustomerRight.png);
    right: 0;
}
.hCustomerBtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:0px;
}
.hCustomerBtn .swiper-button-next,
.hCustomerBtn .swiper-button-prev {
    position: relative;
    background-color: #c81313;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    margin: 0;
    top: 0;
    font-weight: 600;
    left: 0;
}
.hCustomerBtn .swiper-button-next:after,
.hCustomerBtn .swiper-button-prev:after {
    font-size: 18px;
}
.hCustomerBtn .swiperText {
    padding: 0 26px;
    font-size: 28px;
    font-weight: 600;
}
.hCustomerBtn .swiperText .list {
    display: none;
}
.hCustomerBtn .swiperText .list p {
    margin-top: 0 !important;
}
.hCustomerBtn .swiperText .list.on {
    display: block;
}


.hPublish {
    position: relative;
    padding-bottom: 120px;
}
.hPublishBox {
    position: relative;
    background-color: #b30c0c;
}
.hPublishList {
    padding: 60px 0;
    position: relative;
}
.hPublishList ul {
}
.hPublishList ul li {
}
.hPublishList ul li a {
    display: block;
    color: #fff;
}
.hPublishList ul li a .img {
    display: block;
}
.hPublishList ul li a .img img {
    display: block;
    width: 100%;
}
.hPublishList ul li a .title {
    font-weight: 600;
    font-size: 20px;
    padding: 18px 0 4px;
}
.hPublishList ul li a .text {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    position: relative;
}
.hDown {
    position: fixed;
    top: 40%;
    right: 5px;
    z-index: 999;
}
.hDown ul li {
    margin: 14px 0;
    position: relative;
}
.hDown ul li a {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background-color: #cdcdcd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.hDown ul li.wxChat .wxchatBox {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 100%;
    right: calc(100% + 10px);
    width: 120px;
    box-shadow: 0 0 6px #c8413f;
    background-color: #ffffff;
    transition: all 400ms;
}
.hDown ul li.wxChat:hover .wxchatBox {
   opacity: 1;
   visibility: visible;
}
.hDown ul li.telPhone .telPhoneBox {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: 600;
    padding: 0 12px;
    border-radius: 50px;
    box-shadow: 0 0 6px #c8413f;
    background-color: #ffffff;
    transition: all 400ms;
    box-sizing: border-box;
}
.hDown ul li.telPhone:hover .telPhoneBox {
   opacity: 1;
   visibility: visible;
}
.hDown ul li a svg {
    width: 24px;
    height: 24px;
}
.hDown ul li:hover a {
    background-color: #c8413f;
}
/* app */

@media screen and (max-width: 1390px) {}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width:991px) {
     .container-fluid {
        width: 100%;
        padding-left: 5%;
        padding-right:5%;
    }
    #menu_toggle1 {
        display: block;
    }
.hCaseSwiper li .box .con .title {
  
    width: 300px;
   
}
    .menu_botton {
        right: 15px;
        top: 50%;
        float: right;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .menu_botton strong {
        display: none;
    }

    /**/
    body {
        font-size: 14px;
    }
    header .logo {
        padding: 10px 0;
        width: 140px;
    }
    header .header-menu {
        display: none;
    }
    header .header_column {
        margin-right: 40px;
        padding-left: 32px;
        font-size: 24px;
        background-size: 25px auto;
    }
    .headerContainer {
        padding-left: 10px;
        padding-right: 10px;
    }
    .home_banner .swiper-wrapper .swiper-slide img.imgPc {
        display: none;
    }
    .home_banner .swiper-wrapper .swiper-slide img.imgApp {
        display:  block;
    }
    .home_banner .home_bannerNext {
        right: 15px;
    }
    .home_banner .home_bannerPrev {
        left: 15px;
    }
    .hCaseSwiper li .box .img a {
        min-height: 280px;
    }
    .hCaseSwiper li .box .con .title {
        font-size: 28px;
    }
    .hData {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
    .hData .imgPc {
        display: none;
    }
    .hData .imgApp {
        width:100%;
        display: block;
    }
    .hData ul.list {
        flex-wrap: wrap;
        gap: 2vw 2%;
    }
    .hData ul.list li.box {
        width: 32%;
    }
    .hConsulting {
        padding-top: 40px;
        padding-bottom:40px;
    }
    .hConsultingList ul {
        grid-template-columns: auto auto;
        grid-gap: 14px;
    }
    .hConsultingList ul li a .box .title {
        font-size: 18px;
    }
    .hNewsTab {
        gap: 4px;
        margin-bottom: 10px;
    }
    .hNewsTab li {
        font-size: 18px;
        padding: 6px 8px;
    }
    .hNews {
        padding-bottom: 40px;
    }
    .hNewsSwiper {
        margin-bottom: 24px;
    }
    .hNewsSwiperBtn {
        padding-top: 20px;
    }
    .hCase {
        padding: 40px 0;
    }
    .hCaseSwiper li .box {
        flex-wrap: wrap;
    }
    .hCaseSwiper li .box .img {
        width: 100%;
    }
    .hCaseSwiper li .box .con {
        padding: 40px 20px;
        margin-left: 0;
    }
    .hCaseSwiperBtn {
        bottom: 40px;
        right: 20px;
    }
    .hCaseSwiperBtn .swiper-button-next {
        margin-left: 24px;
    }
    .hTraining {
        padding: 40px 0;
    }
    .hTrainingList ul {
        flex-wrap: wrap;
        gap: 2vw 2%;
    }
    .hTrainingList ul li {
        width: 49%;
    }
    .hTitle {
        font-size: 28px;
        padding-bottom: 14px;
    }
    .hArticle {
        padding-bottom: 40px;
    }
    .hArticleHead {
        padding: 50px 15px;
        font-size: 38px;
    }
    .hArticleCon {
        min-height: 280px;
        padding: 20px;
    }
    .hArticleCon ul li {
        padding: 4px 0;
        width: 100%;
    }
    .hArticleCon ul li a {
        font-size: 18px;
        padding-left: 16px;
    }
    .hCustomer {
        padding-bottom: 40px;
    }
    .hCustomerBox {
        padding: 40px 0;
    }
    .hCustomerSwiper {
        padding-left: 0;
        padding-right: 0;
    }
    .hCustomerSwiper::after, .hCustomerSwiper::before {
        display: none;
    }
    .hCustomerBtn {
        margin-top: 24px;
    }
    .hCustomerBtn .swiperText {
        font-size: 24px;
    }
    .hPublish {
        padding-bottom: 40px;
    }
    .hPublishList {
        padding: 40px 0;
    }
    .hPublishList ul {
    }
    .hPublishList ul li {
    }
    .hDown {
        display: none;
    }
    footer .footer_nav {
        display: none;
    }
    .footer_share_list li {
        width: 25%;
    }
    footer .footer_share .footer_tel img {
        width: 36px;
    }
    .home_banner .home_bannerPrev, .home_banner .home_bannerNext {
        width: 36px;
    }
    .hCaseSwiper li .box .con {
        position: relative;
        top: 0;
        transform: translateY(0);
    }
}
@media screen and (max-width:640px) {
    .hNewsSwiper li .box .title{height: 135px;}
        .hNewsTab li {
        font-size: 16px;
        padding: 6px 0px;
    }
}


@media screen and (max-width:480px) {}

@media screen and (max-width:414px) {}

@media screen and (max-width:340px) {}