a{
    display: block;
    color: inherit;
}

.font-size-18 {
    font-size: 18px;
}
.font-size-28 {
    font-size: 28px;
}
.font-size-20 {
    font-size: 20px;
}

.storageBanner .pic {
    height: 100% !important;
    width: 100%;
}

.storageBanner .pic img {
    transition: transform 12s cubic-bezier(.23, 1, .32, 1);
    transform: scale(1);
}

/* .storageBanner .banner-img:hover img {
    transform: scale(1.1);
} */

.storageBanner .con {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
}

.storageBanner .box {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding-top: 150px;
}

.storageBanner .con .cistern {
    padding-left: 63px;
    padding-right: 63px;
}

.storageBanner .box .banner-text {
    color: #000;
}

.storageBanner .box .title {
    font-size: 50px;
    font-weight: 600;
}

.storageBanner .box .sub-title {
    font-size: 36px;
    padding-top: 18px;
}



.content_container {
    width: 100%;
    overflow: hidden;
}
.mod_intro,
.mod_function {
    width: 100%;
    padding: 100px 0;
}

.mod_section_title {
    position: relative;
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
}
.mod_section_title:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #c70008;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

.mod_section_intro {
    text-align: center;
    line-height: 1.77;
}

.mod_intro_cont {
    width: 100%;
    font-size: 0;
    margin-top: 60px;
}

.mod_intro_item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 31.9%;
    margin-right: 2%;
    padding: 50px;
    text-align: center;
    color: #000000;
}
.mod_intro_item:last-child {
    margin-right: 0;
}

.mod_intro_item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #C7000B;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.mod_intro_item_img {
    height: 149px;
}

.mod_intro_item_title {
    font-weight: bold;
    padding: 20px 0;
    cursor: default;
    transition: color .4s;
}

.mod_intro_item_text {
    cursor: default;
    line-height: 1.77;
    opacity: 0.75;
}



.mod_function {
    background-image: url(/mediafiles/MediaFiles/4/D/C/{4DC98B0F-9823-491D-A913-4CC164F0B418}function-bg.jpg);
    background-size: cover;
}
.mod_function_cont {
    width: 100%;
}

.mod_function_nav {
    width: 100%;
    text-align: center;
    margin-bottom: 44px;
}

.mod_function_nav_item {
    cursor: pointer;
    display: inline-block;
    line-height: 2.5;
    padding: 0 30px;
    font-weight: 500;
    color: #000000;
    margin-right: 60px;
}
.mod_function_nav_item:last-child {
    margin-right: 0;
}
.mod_function_nav_item.active {
    cursor: default;
    background: #C7000B;
    color: #FFFFFF;
}

.mod_function_container {
    position: relative;
    width: 110%;
    padding: 0 5%;
    margin-left: -5%;
}

.mod_function_swiper {
    width: 100%;
}

.mod_function_swiper_item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 31.9%;
    margin-right: 2%;
    color: #000000;
}
.mod_function_swiper_item:hover .mod_function_item_title {
    color: #C7000B;
}
.mod_function_swiper_item:hover .mod_function_item_img img {
    transform: scale(1.1);
}

.mod_function_item_img {
    height: 260px;
    background: #A4A4A4;
    box-shadow: 0px 5px 10px 0px rgba(8, 25, 36, 0.1);
    overflow: hidden;
}
.mod_function_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
}

.mod_function_item_title {
    cursor: default;
    font-weight: 600;
    margin: 20px 0;
}

.mod_function_item_text {
    cursor: default;
    font-weight: 400;
    opacity: 0.75;
    height: 48px;
}

.function_swiper_prev,
.function_swiper_next {
    width: 20px;
    height: 36px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-size: contain;
}
.function_swiper_prev {
    left: 30px;
    right: auto;
    background-image: url(/mediafiles/MediaFiles/F/E/5/{FE56C241-14D9-4724-A84E-C640D591BC64}icon-swiper-prev.png);
}
.function_swiper_next {
    left: auto;
    right: 30px;
    background-image: url(/mediafiles/MediaFiles/8/5/9/{8599D22D-6310-4F42-B8B4-45E9009C5DCC}icon-swiper-next.png);
}



.mod_structure {
    padding-top: 100px;
}

.mod_function_cont,
.mod_function_img {
    width: 100%;
}



.mod_cases {
    padding-top: 100px;
    background-image: url(/mediafiles/MediaFiles/8/D/6/{8D606E59-23C6-465D-BA4E-122432F19316}case-bg.jpg);
    background-size: cover;
}

.mod_cases_cont {
    width: 100%;
    position: relative;
    margin-top: 120px;
}

.mod_cases_left {
    display: inline-block;
    vertical-align: middle;
    width: 57.7%;
    margin-left: -5.7%;
}
.mod_cases_left img {
    width: 100%;
}

.mod_cases_right {
    display: inline-block;
    vertical-align: middle;
    width: 41.5%;
    position: absolute;
    top: 25px;
    right: 0;
}

.mod_cases_title {
    width: 100%;
}
.mod_cases_title .title_img {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    margin-right: 29px;
}
.mod_cases_title .title_text {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    color: #000000;
    line-height: 1.6;
}
.mod_cases_intro {
    width: 100%;
    font-weight: 400;
    color: #000000;
    line-height: 1.77;
    opacity: 0.75;
    margin: 30px 0 45px;
}

.mod_cases_btn {
    line-height: 45px;
}
.mod_cases_btn .btn {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #C7000B;
    color: #C7000B;
    font-size: 16px;
    margin-right: 20px;
    border-radius: 2px;
}
.mod_cases_btn .btn a {
    padding: 0 30px;
}
.mod_cases_btn .btn.btn1 {
    background: #C7000B;
    color: #FFFFFF;
}
.mod_cases_btn .btn.btn2 {
    color: #333;
    border: 2px solid #333;
}
.mod_cases_btn .btn.btn1:hover {
    background: #b60005;
}
.mod_cases_btn .btn.btn2:hover {
    border: 2px solid #C7000B;
}


.mod_developers {
    width: 100%;
    padding: 100px 0;
}
.mod_developers_cont {
    width: 100%;
}
.mod_developers_top {
    width: 100%;
    font-size: 0;
}
.mod_developers_top_item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48.9%;
    margin-right: 2%;
    padding: 20px;
    background: #F0F3F5;
}
.mod_developers_top_item:nth-child(2n+0) {
    margin-right: 0;
}
.mod_developers_item_img {
    display: inline-block;
    vertical-align: middle;
    width: 51.79%;
    height: 260px;
    overflow: hidden;
}
.mod_developers_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mod_developers_item_text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    color: #000;
}
.mod_developers_item_text .title {
    font-weight: 600;
}
.mod_developers_item_text .info {
    margin: 25px 0 45px;
}
.mod_developers_item_text .btn {
    cursor: pointer;
}
.mod_developers_item_text .btn img {
    width: 21px;
    margin-left: 8px;
    vertical-align: middle;
}
.mod_developers_bottom {
    position: relative;
    width: 100%;
    height: 343px;
    margin-top: 40px;
    overflow: hidden;
}
.mod_developers_bottom_bg {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 6px;
}
.mod_developers_bottom_box {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #000000;
}
.mod_developers_bottom_box .title {
    font-weight: 600;
}
.mod_developers_bottom_box .info {
    line-height: 1.77;
    opacity: 0.75;
    margin: 23px 0 35px;
}
.mod_developers_bottom_box .btn {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 45px;
    background: #C7000B;
    border-radius: 2px;
}
.mod_developers_bottom_box .btn a {
    padding: 0 30px;
}
.mod_developers_bottom_box .btn a:hover {
    background: #b60005;
}



.mod_partners {
    width: 100%;
    padding: 100px 0;
    background: #F5F6F7;
}
.mod_partners_cont {
    color: #000000;
    line-height: 2.2;
    text-align: center;
    padding-top: 25px;
}
.mod_partners_cont a,
.mod_partners_cont a:focus,
.mod_partners_cont a:hover,
.mod_partners_cont a:visited {
    display: inline;
    text-decoration: underline;
    color: #C7000B;
}

.layout-fixed-nav-index {
    position: relative;
    z-index: 11;
    height: 55px
}

.fixed-nav-box,
.layout-fixed-nav-index {
    border-bottom: 1px solid #eaeaea;
    background: #fff
}

.fixed-nav-box {
    width: 100%
}

.layout-fixed-nav-index .cistern {
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}

.layout-fixed-nav-index .wap-nav-controller {
    display: none
}

.layout-fixed-nav-index .wap-nav-controller.inline-box {
    display: inline-block
}

.layout-fixed-nav-index .fixed-nav {
    height: 55px;
    font-size: 0;
    overflow: hidden;
    float: left
}

.LANG-sa .layout-fixed-nav-index .fixed-nav {
    float: right
}

.layout-fixed-nav-index .fixed-nav li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    color: #666;
    padding: 16px 0;
    line-height: 1.375;
    cursor: pointer;
    font-size: 16px;
    transition: .4s
}

.LANG-sa .layout-fixed-nav-index .fixed-nav li {
    margin-right: 0;
    margin-left: 30px
}

.layout-fixed-nav-index .fixed-nav li:after {
    position: absolute;
    left: 25%;
    bottom: -1px;
    width: 50%;
    height: 2px;
    opacity: 0;
    background: #c7000b;
    content: "";
    transition: .4s
}

.layout-fixed-nav-index .fixed-nav li.current,
.layout-fixed-nav-index .fixed-nav li:hover {
    color: #000
}

.layout-fixed-nav-index .fixed-nav li.current:after,
.layout-fixed-nav-index .fixed-nav li:hover:after {
    opacity: 1;
    left: 0;
    width: 100%
}

.layout-fixed-nav-index .iconfont.icon-down {
    display: none
}


@media(max-width:1600px) {
    .layout-fixed-nav-index .fixed-nav {
        width: auto
    }
}

@media(max-width:1200px) {
    .layout-fixed-nav-index .wap-nav-controller {
        display: block;
        margin-right: 30px;
        color: #666;
        padding: 15px 0;
        line-height: 1.375;
        font-size: 16px
    }

    .layout-fixed-nav-index .fixed-nav {
        width: 100%;
        position: absolute;
        left: 0;
        top: 48px;
        padding: 15px 15px 30px;
        height: auto;
        background: #fff;
        display: none;
        box-shadow: 0 1px 2px 0 #00000038
    }

    .layout-fixed-nav-index .fixed-nav li {
        width: 100%;
        margin-right: 0;
        padding: 10px 0;
        font-size: 14px
    }

    .layout-fixed-nav-index .fixed-nav li.current:after,
    .layout-fixed-nav-index .fixed-nav li:hover:after {
        display: none
    }

    .layout-fixed-nav-index .iconfont {
        display: block;
        position: absolute;
        right: 8px;
        top: 10px;
        font-size: 28px;
        color: #a6a6a6
    }
}

@media(max-width:920px) {
    .layout-fixed-nav-index {
        height: 40px
    }

    .layout-fixed-nav-index .cistern {
        display: flex;
        padding: 0
    }

    .layout-fixed-nav-index .wap-nav-controller {
        position: relative;
        width: auto;
        min-width: 60.66666vw;
        flex: 1;
        margin-right: 0;
        padding: 12px 0;
        padding-left: 15px;
        line-height: 1;
        font-size: 16px
    }

    .LANG-sa .layout-fixed-nav-index .wap-nav-controller {
        padding-right: 15px;
        padding-left: 0
    }

    .layout-fixed-nav-index .wap-nav-controller .wap-nav-title {
        width: 52vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .layout-fixed-nav-index .iconfont.icon-up {
        top: 6px
    }

    .layout-fixed-nav-index .iconfont.icon-down {
        display: inline-block;
        top: 6px
    }

    .layout-fixed-nav-index .fixed-nav {
        top: 40px
    }
}

@media (max-width:360px) {
    .layout-fixed-nav-index .wap-nav-controller {
        min-width: 53.66666vw
    }
}


@media (max-width:1600px) and (min-width:1201px) {
    .font-size-18 {
        font-size: 16px;
    }
    .font-size-28 {
        font-size: 24px;
    }
    .font-size-20 {
        font-size: 18px;
    }
    .storageBanner .box .title {
        font-size: 42px;
    }
    .storageBanner .box .sub-title {
        font-size: 32px;
    }
    .mod_section_title {
        font-size: 40px;
    }
}



@media screen and (min-width:1026px) {
    .mod_intro_pagination,
    .mod_function_pagination,
    .mod_function_img_mb,
    .mod_developers_bottom_bg_mb {
        display: none;
    }

    .banner-mb {
        display: none !important;
    }

    .mod_intro_item:hover {
        background: #F5F6F7;
        box-shadow: 0px 1px 0px 0px #FFFFFF, 0px 10px 30px 0px rgba(8, 25, 36, 0.1);
    }
    .mod_intro_item:hover .mod_intro_item_title {
        color: #C7000B;
    }
    .mod_intro_item:hover:after {
        opacity: 1;
    }
    .mod_intro_item,
    .mod_function_nav_item,
    .mod_function_item_title {
        transition: all .4s;
    }
    .mod_developers_item_text .title,
    .mod_developers_item_text .btn {
        transition: color .4s;
    }

    .mod_developers_top_item:hover .mod_developers_item_text .title,
    .mod_developers_top_item:hover .mod_developers_item_text .btn {
        color: #C7000B;
    }
}

@media screen and (max-width:1025px) {
    .banner-pc {
        display: none !important;
    }
    
    .banner-box {
        height: 8.6rem !important;
    }

    .storageBanner .box {
        padding-top: 1rem;
    }

    .storageBanner .con .cistern {
        padding-left: .87rem;
        padding-right: .87rem;
    }

    .storageBanner .box .banner-text {
        text-align: left;
    }

    .storageBanner .box .title {
        font-size: .53rem;
    }

    .storageBanner .box .sub-title {
        font-size: .38rem;
        padding-top: .2rem;
    }

    .storageBanner .box .btn-solid-red {
        margin-top: .45rem;
        line-height: 1;
        padding: .15rem .3rem;
    }

    .mod_intro, .mod_function {
        padding: .8rem 0;
    }

    .cistern {
        padding-right: .3rem!important;
        padding-left: .3rem!important;
    }
    .layout-fixed-nav-index .wap-nav-controller {
        padding-left: 0!important;
    }
    .layout-fixed-nav-index .iconfont.icon-down {
        right: -.15rem;
    }

    .mod_section_title {
        font-size: .48rem;
        margin-bottom: .75rem;
    }
    .mod_section_title:after {
        content: '';
        position: absolute;
        width: .8rem;
        height: .04rem;
        bottom: -.25rem;
    }

    .mod_section_intro {
        font-size: .24rem;
        line-height: .42rem;
    }

    .mod_intro_cont {
        width: 110%;
        padding: 0 5% .9rem;
        margin-left: -5%;
        margin-top: .4rem;
    }

    .mod_intro_item {
        width: 100%;
        margin-right: 0;
        padding: .55rem;
        background: #F4F6F7;
        z-index: 3;
        transition: none!important;
    }
    .mod_intro_cont .swiper-wrapper:before,
    .mod_intro_cont .swiper-wrapper:after {
        content: '';
        position: absolute;
        width: 94%;
        height: 100%;
        left: 3%;
        bottom: -.2rem;
        background: #F4F6F7;
        box-shadow: 0px 2px 5px 0px rgba(8, 25, 36, 0.06);
        z-index: 2;
    }
    .mod_intro_cont .swiper-wrapper:before {
        width: 88%;
        left: 6%;
        bottom: -.4rem;
        z-index: 1;
    }
    .mod_intro_item:after {
        display: none;
    }
    .mod_intro_item.swiper-slide-active {
        box-shadow: 0px 5px 10px 0px rgba(8, 25, 36, 0.06);
    }
    .mod_intro_item.swiper-slide-active .mod_intro_item_title {
        color: #C7000B;
    }
    .mod_intro_item_img {
        height: 1.58rem;
    }
    .mod_intro_item_title {
        font-size: .28rem;
        padding: .25rem 0;
    }
    .mod_intro_item_text {
        font-size: .24rem;
        line-height: .42rem;
    }

    .swiper-pagination {
        width: 100%;
        bottom: 0!important;
    }
    .swiper-pagination-bullet {
        display: inline-block;
        width: .1rem!important;
        height: .1rem!important;
        margin: 0 5px;
        border-radius: .05rem!important;
        background-color: #CCC!important;
    }
    .swiper-pagination-bullet-active {
        width: .4rem!important;
        background: #C7000B!important;
    }

    .mod_function_container {
        padding: 0 5% .5rem;
    }
    .mod_function_nav {
        width: 100%;
        margin-bottom: .3rem;
        white-space: nowrap;
        overflow-x: auto;
    }
    .mod_function_nav_item {
        line-height: .5rem;
        padding: 0 .3rem;
        font-size: .24rem;
        margin-right: 0;
    }
    .mod_function_nav_item.active {
        font-size: .24rem;
    }
    .function_swiper_prev,
    .function_swiper_next {
        display: none;
    }

    .mod_function_swiper_item {
        width: 4.8rem;
        margin-right: .3rem;
    }
    .mod_function_item_img {
        height: 2.75rem;
        box-shadow: 0px 2px 5px 0px rgb(8 25 36 / 10%);
    }
    .mod_function_item_title {
        font-size: .28rem;
        margin: .25rem 0 .18rem;
    }
    .mod_function_item_text {
        font-size: .24rem;
        width: 100%;
        line-height: 1.5;
        height: 1.1rem;
    }

    .mod_structure {
        padding-top: 1rem;
    }
    .mod_structure .cistern {
        width: 100vw;
        padding: 0!important;
    }
    .mod_function_img {
        display: none;
    }
    .mod_function_img_mb {
        width: 100%;
    }

    .mod_cases {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-image: url(/mediafiles/MediaFiles/2/0/0/{200D9066-BA27-491A-AE08-94AE76D85F60}case-bg-mb.png);
        background-size: cover;
    }
    .mod_cases_cont {
        width: 100%;
        margin-top: 0;
    }
    .mod_cases_left {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-left: 0;
    }
    .mod_cases_left img {
        width: 100%;
    }
    .mod_cases_right {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
    }
    .mod_cases_title .title_img {
        width: .69rem;
        height: .69rem;
        margin-right: .2rem;
    }
    .mod_cases_title .title_text {
        font-size: .28rem;
        line-height: .42rem;
        font-weight: 500;
    }
    .mod_cases_intro {
        font-size: .24rem;
        line-height: .42rem;
        margin: .25rem 0 .35rem;
    }
    .mod_cases_btn {
        line-height: .62rem;
    }
    .mod_cases_btn .btn {
        display: inline-block;
        font-size: .24rem;
        margin-right: .2rem;
    }
    .mod_cases_btn .btn a {
        padding: 0 .3rem;
    }

    .mod_developers {
        width: 100%;
        padding: 1rem 0;
    }
    .mod_developers_top_item {
        width: 100%;
        margin-right: 0;
        padding: .2rem;
        background: #EEF3F5;
        margin-bottom: .2rem;
    }
    .mod_developers_item_img {
        width: 3.4rem;
        height: 2rem;
    }
    .mod_developers_item_text {
        padding-left: .18rem;
    }
    .mod_developers_item_text .title {
        font-size: .28rem;
    }
    .mod_developers_item_text .info {
        font-size: .24rem;
        margin: .25rem 0 .7rem;
    }
    .mod_developers_item_text .btn {
        font-size: .24rem;
    }
    .mod_developers_item_text .btn img {
        width: .25rem;
        margin-left: .1rem;
    }

    .mod_developers_bottom {
        width: 100%;
        height: auto;
        margin-top: .2rem;
        overflow: visible;
    }
    .mod_developers_bottom_bg {
        display: none;
    }
    .mod_developers_bottom_bg_mb {
        position: static;
        width: 100vw;
        transform: none;
        margin-left: -.4rem;
    }
    .mod_developers_bottom_box {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .mod_developers_bottom_box .title {
        font-size: .28rem;
    }
    .mod_developers_bottom_box .info {
        font-size: .24rem;
        line-height: .42rem;
        margin: .2rem 0 .25rem;
    }
    .mod_developers_bottom_box .btn {
        font-size: .24rem;
        line-height: .6rem;
    }
    .mod_developers_bottom_box .btn a {
        padding: 0 .3rem;
    }
    .mod_partners {
        width: 100%;
        padding: 1rem 0;
    }
    .mod_partners_cont {
        font-size: .24rem;
        line-height: .42rem;
        padding-top: 0;
        font-weight: 500;
    }
}