.banner_width {
    width: 90%;
    margin: auto;
}

.banner_title {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    line-height: 34px;
}

.banner {
    height: 545px;
    position: relative;
}

.swiper-slide {
    position: relative;
    height: 100%;
}

.banner_swide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.banner_swide_content {
    position: absolute;
    width: 90%;
    z-index: 33;
    text-align: center;
}

.swiper-slide-img {
    height: 100%;
}

.swiper-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.banner_swide_content_exp {
    color: #f2f2f2;
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 16px;
    line-height: 28px;
}

.banner_swide_content_img {
    width: 90%;
    margin-top: 30px;
}


.banner_swide_content_title {
    font-size: 26px;
    padding-bottom: .5em;
    color: #fff;
    margin: 0;
    font-weight: normal;
    line-height: 36px;
    text-align: center;
}

.banner_btn {
    border-radius: 4px;
    width: 118px;
    height: 37px;
    background: #e7290f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    transition: color .3s ease, background-color .3s ease;
}

.banner_btn:hover {
    border: 1px solid #e7290f;
    background: transparent;
    width: 116px;
    height: 35px;
    color: #e7290f;
    transition: color .3s ease, background-color .3s ease;
}

.banner_swide_content {
    transform: translateY(200px);
    opacity: 0;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}

.index-banner-swiper .swiper-slide-active .banner_swide_content {
    transform: translateY(0px);
    opacity: 1;
}

.productivity {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f8f8f8;
}

.productivity img {
    width: 90%;
    margin-top: 30px;
}


.coreplatform {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.coreplatform_exp {
    text-align: center;
    color: #707070;
    font-size: 16px;
    margin-top: 19px;
}

.coreplatform-swiper {
    width: 96%;
    display: block;
    height: 378px;
}

.coreplatform_card {
    width: 174px;
    height: 240px;
    background-color: #ffffff;
    box-shadow: 4px 4px 24px 0px rgba(109, 30, 20, 0.06);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 22px;
    transition: border-color .3s ease;
    margin-top: 30px;
    padding-bottom: 30px;
    border-radius: 4px;
    margin-right: 20px;
}

.coreplatform_card img {
    width: 100px;
}

.coreplatform_card_name {
    color: #0b0b0b;
    font-size: 18px;
    margin-top: 14px;
}

.coreplatform_card i {
    width: 36px;
    height: 2px;
    background-color: #e7290f;
    display: block;
    margin-top: 30px;
}

.coreplatform_card_exp {
    width: 90%;
    font-size: 14px;
    line-height: 22px;
    color: #676767;
    margin-top: 16px;
    text-align: center;
    height: 84px;
}

.coreplatform_card a {
    width: 60%;
    height: 24px;
    border-radius: 5px;
    border: solid 1px #e7290f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e7290f;
    margin-top: 18px;
    background-color: transparent;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}


.coreplatform_card:hover a {
    background-color: #e7290f;
    color: #ffffff;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}

.storagecenter {
    background-image: url(../../images/2024_new/index/storagecenter-bg@2x.png);
    background-repeat: no-repeat;
    height: 730px;
    background-size: cover;
}

.storagecenter_m {
    padding-top: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px 20px;
}

.storagecenter_exp {
    color: #1f0a14;
    font-size: 20px;
    margin-top: 30px;
}

.storagecenter_exp span {
    color: #e7290f;
    padding: 0 10px;
    line-height: 26px;
}

.storagecenter_t {
    color: #919191;
    font-size: 20px;
    margin-top: 30px;
}

.storagecenter_products {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.storagecenter_product {
    width: 45%;
    height: 130px;
    background-color: #ffffff;
    box-shadow: 2px 2px 8px 0px rgba(27, 33, 117, 0.16);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}

.storagecenter_product p {
    color: #e7290f;
    font-size: 30px;
}

.storagecenter_product span {
    font-size: 24px;
    color: #1f0a14;
    margin-top: 7px;
}

.storagecenter a {
    width: 118px;
    height: 37px;
    color: #e7290f;
    border: solid 1px #e7290f;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
    margin-top: 60px;
    border-radius: 4px;
}

.storagecenter a:hover {
    background-color: #e7290f;
    color: #ffffff;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}

.banner_industry {
    background-repeat: no-repeat !important;
    /* background-size: 100% !important; */
    height: 423px;
    padding-bottom: 164px;
}

.banner_industry_title {
    padding: 50px 0 0 0;
}

.banner_industry_menu {
    text-align: center;
    margin: auto;
    display: inline-block;
    margin-top: 20px;
}

.banner_industry_menu li {
    height: 30px;
    background-color: #fafafa;
    cursor: pointer;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #666;
    display: inline-block;
    margin: .5em;
    padding: 0 1em;
    cursor: pointer;
    font-size: 1.2em;
    background: #fafafa;
    box-sizing: border-box;
}

.banner_industry_menu_p {
    text-align: center;
}

.industry_menu_active {
    background-color: #e7290f !important;
    color: #fff !important;
}

.banner_industry_c_t {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    padding-top: 25px;
}

.banner_industry_c_line {
    width: 30px;
    height: 3px;
    background-color: #e7290f;
    margin-top: 5px;
}

.banner_industry_c_exp {
    width: 335px;
    height: 81px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #dddddd;
    margin-top: 25px;
}

.banner_industry_c_btn {
    margin-top: 15px;
}

.banner_industry_c_btn a {
    display: block;
    width: 84px;
    height: 27px;
    border: solid 1px #ffffff;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
}

.banner_industry_c_line2 {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.2;
    margin-top: 25px;
}

.banner_industry_c_rec {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 25px;
}

.banner_industry_c_dl {
    margin-top: 11px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.banner_industry_c_dl dt {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #dddddd;
}

.dt_line {
    width: 1px;
    height: 20px;
    background-color: #ffffff;
    opacity: 0.2;
    margin: 0 10px 0 10px;
}

.banner_industry_c_case {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 16px;
}

.banner_industry_c_img {
    margin-top: 30px;
    height: 90px;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
    padding: 10px;
    flex-wrap: wrap;
}

.banner_industry_c_img img {
    width: 90px;
    height: 30px;
    display: block;
}

.strategicecology {
    padding: 50px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.strategicecology_exp {
    font-size: 16px;
    color: #707070;
    margin-top: 9px;
}

.strategicecology_m {
    padding: 0 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.strategicecology_card {
    width: 47%;
    height: 182px;
    background-color: #f5f5f5;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}

.strategicecology_card_ico {
    width: 50px;
    height: 50px;
}

.strategicecology_card>p {
    font-size: 18px;
    color: #1f0a14;
    margin-top: 25px;
}

.strategicecology_card_imgcontent {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    background-color: #ffffff;
    transition: opacity .3s ease, box-shadow .3s ease;
}

.strategicecology_card_imgcontent_active .strategicecology_card_imgcontent {
    opacity: 1;
    transition: opacity .3s ease, box-shadow .3s ease;
    box-shadow: 2px 2px 8px 0px rgba(27, 33, 117, 0.16);
}

.strategicecology_card_imgcontent_img img {
    width: 100px;
    margin-bottom: 11px;
}

.strategicecology_card_single img {
    width: 81px;
}

.strategicecology_card_multiple {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.strategicecology_card_multiple img {
    width: 35%;
    margin: 13px 8px;
}

.strategicecology_card_basicsoftware>div {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 5px;
}

.strategicecology_card_basicsoftware_imgs1 {
    display: flex;
    align-items: center;
    margin-top: 11px;
}

.strategicecology_card_basicsoftware_imgs1 img {
    width: 50%;
}

.strategicecology_card_basicsoftware_imgs2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 11px;
}

.strategicecology_card_basicsoftware_imgs2 img {
    width: 30%;
    margin: 5px 11px;
}

.strategicecology_card_basicsoftware_title {
    font-size: 14px;
}

.strategicecology_card_facilities {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.strategicecology_card_facilitietop {
    display: flex;
    align-items: center;
    justify-content: center;
}

.strategicecology_card_facilitietop img {
    width: 46%;
}

.strategicecology_card_facilitiebt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.strategicecology_card_facilitiebt img {
    width: 60%;
    margin: 10px 0;
}


.industryrole {
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.industryrole_m {
    padding: 0 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.industryrole_card {
    width: 90%;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(27, 33, 117, 0.16);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    padding: 30px 0;

    background-image: url(../../images//2024_new/index/bg-industryrole.png);
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0px 8px 8px 0px;
}

.industryrole_card_img1 {
    width: 150px;
}

.industryrole_card_img2 {
    width: 203px;
}

.industryrole_card_img3 {
    width: 147px;
}


.industryrole_card_right {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.industryrole_card_right_c i {
    width: 20px;
    height: 4px;
    background-color: #e7290f;
    display: block;
    margin-top: 20px;
}

.industryrole_card_right_c p {
    color: #1f0a14;
    line-height: 26px;
    font-size: 15px;
    width: 242px;
    margin-top: 20px;
}

.successcase {
    background-image: url(../../images//2024_new/index/case-success.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 1052px;
}

.successcase_m {
    margin-top: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.successcase_title {
    font-size: 20px;
    color: #1f0a14;
    margin-top: 24px;
}

.successcase_exp {
    font-size: 14px;
    color: #1f0a14;
    margin-top: 16px;
}

.successcase_items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.successcase_item {
    display: block;
    width: 48%;
    margin-top: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    padding-bottom: 20px;
}

.successcase_swiper_slide_img {
    width: 100%;
}

.successcase_item_company {
    margin-top: 16px;
    font-size: 14px;
    color: #240909;
    line-height: 18px;
}

.successcase_item_child {
    width: 88%;
    margin: 0 auto;
}

.successcase_item_per {
    color: #999;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.successcase_item_demand {
    color: #3d3d3d;
    font-size: 12px;
    margin-top: 10px;
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.techpark {
    background-image: url(../../images//2024_new/index/bg-techpark.png);
    background-repeat: no-repeat;
    height: 892px;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.techpark_m {
    margin-top: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.techpark_intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 36px;
    width: 100%;
}

.techpark_intro_text {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.techpark_intro_text img {
    width: 76%;
}

.techpark_intro_text p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    margin-top: 10px;
    text-align: justify;
}
.techpark_intro video{
    width: 100%;
    margin-top: 30px;
}
.techpark_core{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}
.techpark_core_name{
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    margin-top: 30px;
}
.techpark_core p{
    font-size: 12px;
    color: #ffffff;
}
.techpark_core span{
    font-size: 22px;
    color: #ffffff;
}
.techpark_core i{
    width: 3px;
	height: 25px;
	background-color: #e7290f;
    display: block;
}

.newsevent{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
}
.newsevent_exp{
    color: #707070;
    font-size: 16px;
    margin-top: 9px;
}
.newsevent_m{
    width: 96%;
    margin-top: 30px;
}
.newsevent_top img{
    width: 100%;
}
.newsevent_information{
    margin-top: 20px;
}
.newsevent_information_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.newsevent_information_item_t{
    color: #0B0B0B;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
}
.newsevent_information_item_exp{
    font-size: 14px;
    color: #767676;
    max-width: 30%;
}
.successcase_jump {
    color: #e7290f;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 25px;
    text-decoration: underline !important;
}

.successcase_jump svg {
    width: 16px;
    height: 16px;
}

.banner_op_img{
    width:50%;
    margin-bottom: 40px;
}