.banner_width {
    width: 1200px;
    margin: auto;
}

.banner_title {
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.intro {
    background-image: url(../../images/2024_new/storagecenter/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 660px;
}

.intro_m {
    display: flex;
    align-items: start;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.intro_t {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #ffffff;
    font-size: 40px;
}

.intro_t span {
    font-weight: 500;
    color: #ffffff;
    font-size: 40px;
}

.intro_child_t {
    color: #ffffff;
    font-size: 32px;
    margin-top: 32px;
}

.intro_exp {
    font-weight: 700;
    color: #e7290f;
    font-size: 32px;
    margin-top: 8px;
    letter-spacing: 1px;
}

.intro_exp span {
    color: white;
}

.position {
    padding: 100px 0;
}

.position_m {
    width: 1336px;
    margin: 0 auto;
}

.position_banner {
    width: 100%;
}

.position_cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 36px;
}

.position_card {
    width: 445px;
    height: 386px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.position_card:hover {
    box-shadow: 4.32px 4.17px 24px rgba(0, 0, 0, 0.06);
    transition: all .3s;
}

.position_card_t {
    font-weight: 500;
    color: #0b0b0b;
    font-size: 24px;
}

.position_card i {
    display: block;
    width: 36px;
    height: 2px;
    background: #e7290f;
    margin: 20px 0;
}

.position_card_exp {
    color: #676767;
    font-size: 16px;
    height: 40px;
    width: 300px;
    text-align: center;
    line-height: 22px;
}

.position_card img {
    width: 323px;
    margin-top: 40px;
    border-radius: 4px;
}

.products {
    background-image: url(../../images/2024_new/storagecenter/bg-存力中心产品体系@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1106px;
}

.products_m {
    width: 1336px;
    margin: 0 auto;
    padding-top: 96px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.products_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
    width: 100%;
}

.products_card {
    width: 304px;
    height: 303px;
    background: rgba(34, 37, 44, 0.5);
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-image-slice: 1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.products_card img {
    width: 178px;
}

.products_card p {
    color: #ffffff;
    font-size: 24px;
}

.products_card_active {
    background: #ffffff;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    position: relative;
}

.products_card_active::after {
    content: '';
    background-image: url(../../images/2024_new/storagecenter/箭头3_上.png);
    color: white;
    font-size: 16px;
    position: absolute;
    bottom: -38px;
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
}

.products_card_active p {
    color: #333333;
}

.products_main {
    position: relative;
    width: 100%;
    height: 434px;
    margin-top: 32px;
}

.products_panel {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 8px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_panel_active {
    transition: all .3s;
    opacity: 1;
}

.service {
    padding: 72px 0 64px 0;
    background: #f8f8f8;
}

.service_m {
    width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 56px;
}

.service_m i {
    width: 50px;
    height: 2px;
    background: #e7290f;
    display: block;
}

.service_tab {
    width: 905px;
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #333333;
    font-size: 18px;
    width: 100%;
}

.service_tab li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 49px;
    position: relative;
    cursor: pointer;
}

.service_tab_active {
    color: #e7290f;
    transition: color .3s ease;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
}

.service_tab_active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #e7290f;
    bottom: 0;
    -webkit-transition: all .3s;
    animation: show 0.5s ease forwards;
}

@keyframes show {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.service_content {
    position: relative;
    margin-top: 80px;
    height: 290px;
    width: 100%;
}

.service_panel {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service_panel_t {
    font-weight: 700;
    color: #333333;
    font-size: 18px;
}

.service_panel_exp {
    margin-top: 24px;
    width: 333px;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
}

.service_panel_active {
    opacity: 1;
    transition: all .3s;
}

.service_panel img {
    width: 500px;
}

.secure {
    padding: 170px 0 46px 0;
}

.secure_m {
    width: 1335px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 72px;
    height: 844px;
    position: relative;
}

.secure_m i {
    width: 50px;
    height: 2px;
    background: #e7290f;
    display: block;
}

.secure_m img {
    width: 100%;
}

.secure_content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.secure_t {
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    position: relative;
}

.secure_t::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #e7290f;
    position: absolute;
    top: 7px;
    left: -12px;
}

.secure_exp {
    margin-top: 8px;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    width: 356px;
}

.secure_content_b {
    margin-bottom: 48px;
}
.programme{
    padding-bottom: 94px;
}

.programme_m {
    width: 1336px;
    margin: 0 auto;
    margin-top: 64px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.programme_card {
    width: 322px;
    height: 231px;
    margin-bottom: 16px;
    position: relative;
}

.programme_card>img {
    width: 100%;
    height: 100%;
}

.programme_b {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.programme_b img {
    width: 32px;
    height: 32px;
}

.programme_b p {
    color: #ffffff;
    font-size: 24px;
    margin-top: 10px;
}
.scene{
    background-image: url(../../images/2024_new/storagecenter/应用场景-bg@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    height:883px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.scene_m{
    padding-top: 64px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.scene_map{
    margin-top: 16px;
    position: relative;
}
.the-great-map-of-China {
    width:609px;
}
.scene_xizang{
    position: absolute;
    width: 23px;
    height: 27px;
    top: 257px;
    left: 124px;
    cursor: pointer;
    z-index: 11;
}
.scene_xizang img{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    animation: moveUpDown 1.5s linear infinite;
    z-index: 9;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.scene_xizang_img{
    opacity: 1 !important;
    transition: all .3s;
}
.scene_guizhou{
    position: absolute;
    width: 23px;
    height: 27px;
    top: 316px;
    left: 308px;
    cursor: pointer;
    z-index: 9;
}
.scene_guizhou img{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    animation: moveUpDown 1.5s linear infinite;
}
.scene_guizhou_img{
    opacity: 1 !important;
    transition: all .3s;
}
.scene_xizang .scene_block{
    top: -112px;
}
.scene_block{
    position: absolute;
    background: white;
    border-radius: 8px;
    left: -444px;
    opacity: 0;
    padding: 32px 48px;
    cursor: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.scene_guizhou .scene_block{
    top: -135px;
}
.scene_block_active{
    opacity: 1 !important;
    transition: all .3s;
}
.scene_block img{
    position: absolute;
    top: -12%;
    right: -56px;
    width: 113px;
    animation: none;
    opacity: 1;
    cursor: auto;
    z-index: -1;
}
.scene_block_t{
    color:#333333;
    font-size:24px;
}
.scene_block i{
    width: 31px;
    height: 0px;
    border: 4px solid;
    border-color: #e7290f;
    display: block; 
    margin: 24px 0;  
}
.scene_block_exp{
    width: 289px;
    line-height: 22px;
    color: #333333;
    font-size: 16px;
    text-align: justify;   
}
.scene_imgs{
    position: absolute;
    bottom: -76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1032px;
}
.scene_imgs_card{
    width:240px;
    position: relative;
    display: flex;
    justify-content: center;
}
.scene_imgs_card img{
    width: 100%;
}
.scene_imgs_card p{
    color:#ffffff;
    font-size:14px; 
    position: absolute;
    text-align: center;
    bottom: 30px;  
    width:168px;
}
.cooperate{
    background-image: url(../../images/2024_new/storagecenter/合作-bg@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height:340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cooperate img{
    width: 700px;
}