.unshop-banner-slider__subheading{
    font-family: var(--e-global-typography-f908ab7-font-family), sans-serif;
    font-size: 36px;
    font-weight: var(--e-global-typography-f908ab7-font-weight);
    line-height: 1.5;
    letter-spacing: var(--e-global-typography-f908ab7-letter-spacing);
    word-spacing: var(--e-global-typography-f908ab7-word-spacing);
    color: #fff;
    display: flex;
    align-items: center;
}
.unshop-banner-slider__subheading img{
    margin-right: 10px;
}
.unshop-banner-slider .hero__title{
    margin-bottom: 20px;
}
.unshop-banner-slider .unshop-banner-slider__description{
    margin-top: 20px;
    opacity: 0.7;
}
@media(max-width:1024px) {
    .unshop-banner-slider .hero__title {
        font-size: var( --e-global-typography-f908ab7-font-size );
        line-height: var( --e-global-typography-f908ab7-line-height );
        letter-spacing: var( --e-global-typography-f908ab7-letter-spacing );
        word-spacing: var(--e-global-typography-f908ab7-word-spacing)
    }
    .unshop-banner-slider__subheading{
        font-size: 28px;
    }
    .unshop-banner-slider .unshop-banner-slider__description{
        font-size: 18px;
        line-height: 1.5;
    }
}
@media(max-width:470px) {
    .unshop-banner-slider .hero__title {
        font-size: var(--e-global-typography-f908ab7-font-size);
        line-height: var(--e-global-typography-f908ab7-line-height);
        letter-spacing: var(--e-global-typography-f908ab7-letter-spacing);
        word-spacing: var(--e-global-typography-f908ab7-word-spacing)
    }
    .unshop-banner-slider__subheading{
        font-size: 28px;
    }
    .unshop-banner-slider .unshop-banner-slider__description{
        font-size: 18px;
        line-height: 1.5;
    }
}
.unshop-banner-slider .swiper-pagination{
    bottom: 80px;
}
.title {
    font-size: 36px;
    font-weight: 700;
    color: #003b82;
    text-align: center;
    line-height: 1.2;
    padding-top: 70px;
}
.models{
    padding-bottom: 70px;
}
.models_row{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.models_row .item{
    width: 32.4%;
    border: solid 1px #eff3f6;
    border-radius: 10px;
    overflow: hidden;
}
.models_row .item .item-content{
    padding: 20px 8.5%;
}
.models_row .item .item-title{
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}
.models_row .item .item_charge{
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: start;
    color: #003b82;
    margin: 10px 0;
    font-weight: 600;
}
.models_row .item .item_charge img{
    margin-right: 5px;
    margin-top: 4px;
}
.models_row .item .item-desc{
font-size: 16px;
color: #999;
line-height: 1.5;
}
@media(max-width: 1200px){
    .models_row .item .item-title{
        font-size: 24px;
    }
    .models_row .item .item_charge{
        font-size: 16px;
    }
    .models_row .item .item-desc{
        font-size: 16px;
    }
}
@media(max-width: 992px){
    .models_row .item .item-title{
        font-size: 20px;
    }
    .models_row .item .item_charge{
        font-size: 16px;
    }
    .models_row .item .item-desc{
        font-size: 14px;
    }
}
.solutions{
    padding-bottom: 70px;
    background: #f7fbff;
}
.subtit{
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    margin-top: 20px;
    padding: 0 5.6%;
}
.solutions .content{
    margin-top: 50px;
}
.case{
    padding-bottom: 70px;
}
.case .itemtit{
    font-size: 30px;
    color: #003b82;
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
    margin: 35px 0 25px;
}
.case .item{
    padding: 35px 0 0 50px;
}
.case .item_content{
    background: #f2f8ff;
    border-radius: 8px;
    padding: 15px;
}
.case .item_content .item_img{
    width: 38.1%;
    float: left;
    margin: -35px 20px 15px -50px;
    border-radius: 18px;
}
.case .item_content .text1{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.case .item_content .text2{
    font-size: 16px;
    line-height: 28px;
}
.case .item_content .text3{
    font-size: 18px;
    line-height: 30px;
    color: #003b82;
    font-weight: 600;
}
.clear{
    clear: both;
}
.m-b-5{
    margin-bottom: 5px;
}
.case .item_content .jt{
    margin-right: 10px;
}
@media(max-width: 1200px){
    .case .item_content .text1 {
        font-size: 20px;
        line-height: 28px;
    }
    .case .item_content .text2 {
        font-size: 16px;
        line-height: 28px;
    }
    .case .item_content .text3 {
        font-size: 16px;
        line-height: 24px;
    }
}
@media(max-width: 470px){
    .case .item{
        padding: 0;
    }
    .case .item_content .item_img{
        float: none;
        margin: 0;
        width: 100%;
    }
    .case .item_content .text1 {
        font-size: 18px;
        line-height: 28px;
    }
    .case .item_content .text2 {
        font-size: 14px;
        line-height: 28px;
    }
    .case .item_content .text3 {
        font-size: 14px;
        line-height: 24px;
    }
    .models_row{
        display: block;
    }
    .models_row .item{
        width: 100%;
    }
}