.inside-banner {
    height: 855px;
    width: 100%;
    background-size: cover;
    background-position: top right;
}
.inside-banner .txtInfor {
    position: relative;
}
.inside-banner .txtInfor .txt{
    float: left;
}
.inside-banner .txtInfor .txt .bigTxt {

    margin-top: 86px;
}
.inside-banner .txtInfor .txt .smallTxt{
    width: 740px;
}
.inside-banner .box {
    position: relative;
}
.inside-banner .box .container{
    position: relative;
    z-index: 2;
}
.inside-banner .img {
    width: 675px;
    position: absolute;
    right: 186px;
    top: -31px;
    z-index: 0;
}
@media screen and (max-width: 1260px){
    .body {
        overflow:hidden;
    }
    .inside-banner .img {
        width: 675px;
        position: absolute;
        right: -143px;
        top: -31px;
        z-index: 0;
    }
}


.title-01 {
    font-size: 40px;
    font-family: "D-DINExp-Bold";
    color: #233863;
    line-height: 43px;
    text-align: center;
}
.industry .title-01{
    margin-top: -70px;
    margin-bottom: 49px;
}
.industry .industry-box{
    display: flex;
    justify-content: space-between;
}
.industry .industry-box .industry-item{
    background: #E7F9FF;
    border-radius: 10px;
    position: relative;
    height: 450px;
    width: calc(50% - 30px);
}

.industry .industry-box .industry-item .text{
    margin: 48px 36px 0 36px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
    text-align: center;
}
.industry .industry-box .industry-item .img{
    position: absolute;
    bottom: 0;
    height: 246px;
}

.solution{
    margin-top: 88px;
}
.solution-box{
    margin-top: 56px;
}
.solution-box .solution-item{
    margin-top: 48px;
}
.solution-box .solution-item:first-child{
    margin-top: 0;
}
.solution-box .solution-item .img{
    width: 500px;
    float: left;
}
.solution-box .solution-item .text{
    width: calc(100% - 500px);
    float: right;
    padding-left: 43px;
}
.solution-box .solution-item:nth-child(2n) .img{
    float: right;
}
.solution-box .solution-item:nth-child(2n) .text{
    float: left;
}
.solution-box .solution-item .text .tit{
    font-family: "D-DINExp-Bold";
    font-size: 32px;
    color: #233863;
    line-height: 35px;
}
.solution-box .solution-item .text .des{
    margin-top: 32px;
    font-family: Verdana;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 32px;
}
.solution-box .item01 .text{
    margin-top: 151px;
}
.solution-box .item02 .text{
    margin-top: 120px;
}
.solution-box .item03 .text{
    margin-top: 153px;
}
.solution-box .item04 .text{
    margin-top: 119px;
}
.solution-box .item05 .text{
    margin-top: 153px;
}
.solution-box .item01{
    position: relative;
}
.solution-box .item01::before{
    content: '';
    width: 975px;
    height: 940px;
    z-index: -1;
    position: absolute;
    right: 0;
    top: -171px;
    background-image: url("../images/solution-bg-01.png");
    background-size: cover;
}
.solution-box .item02{
    position: relative;
}
.solution-box .item02::before{
    content: '';
    width: 839px;
    height: 1061px;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/solution-bg-02.png");
    background-size: cover;
}
.solution-box .item04{
    position: relative;
}
.solution-box .item04::before{
    content: '';
    width: 975px;
    height: 1061px;
    z-index: -1;
    position: absolute;
    right: 0;
    top: 10px;
    background-image: url("../images/solution-bg-03.png");
    background-size: cover;
}
.solves{
    padding-top: 152px;
    position: relative;
}
.solves::before{
    content: '';
    position: absolute;
    top: -503px;
    background-image: url("../images/solves-bg.png");
    background-size: cover;
    width: 100%;
    height: 1312px;
    z-index: -1;
}
.solves .solves-tab{
    margin-top: 67px;
}
.solves .solves-tab a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(20% - 12px);
    height: 56px;
    background: linear-gradient( 174deg, #E7F9FF 0%, #BFEEFE 98%, #BEEEFD 100%);
    border-radius: 8px;
    float: left;
    margin-right: 15px;
}
.solves .solves-tab a:last-child{
    margin-right: 0;
}
.solves .solves-tab a img{
    width: 28px;
    height: 29px;
    margin-right: 12px;
}
.solves .solves-tab a img.active{
    display: none;
}
.solves .solves-tab a.active,.solves .solves-tab a:hover{
    background: #229AF4;
}
.solves .solves-tab a.active img,.solves .solves-tab a:hover img{
    display: none;
}
.solves .solves-tab a.active img.active,.solves .solves-tab a:hover img.active{
    display: block;
}
.solves .solves-tab a span{
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    text-align: left;
}
.solves .solves-tab a.active span,.solves .solves-tab a:hover span{
    color: #FFFFFF;
}
.solves .solves-item{
    display: none;
}
.solves .solves-item.active{
    display: block;
}
.solves .solves-item .insideBox{
    width: 100%;
    height: 540px;
    background: #E7F9FF;
    border-radius: 24px;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solves .solves-item .img{
    width: 600px;
}
.solves .solves-item .text{
    width: calc(100% - 600px);
    padding-left: 40px;
}
.solves .solves-main{
    margin-top: 40px;
}
.solves .solves-item .text .tit{
    font-family: "D-DINExp-Bold";
    font-size: 32px;
    color: #233863;
    line-height: 35px;
    margin-bottom: 24px;
}
.solves .solves-item .text .des{
    font-family: Verdana;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 32px;
}
.logos{
    padding-top: 137px;
    position: relative;
}
.logos::before{
    content: '';
    position: absolute;
    top: -26px;
    right: 0;
    width: 885px;
    height: 1153px;
    background-image:url("../images/logos-bg.png") ;
    background-size: cover;
    z-index: -1;
}
.logo-box{
    margin: 56px -10px 67px;
}
.logo-box .img{
    width: 14.285%;
    padding: 0 10px;
    float: left;
    margin-bottom: 21px;
}
.logos .logo-box .img .insideImg {
    height: 162px;
    background: #FFFFFF;
    box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    position: relative;
}
.logos .logo-box .img .insideImg img{
    max-width: 130px;
    max-height: 130px;
}
.contact_us .container {
    text-align: center;
}
.contact_us .txt1 {
    max-width: 600px;
    margin: 0 auto;
}
.contact_us .txt2{
    font-size: 40px;
    font-family: "D-DINExp-Bold";
    color: #FFFFFF;
    line-height: 43px;
}
@media screen and (max-width: 1850px) {
    .inside-banner .img{
        right: 50px;
    }
}
@media screen and (max-width: 1600px) {
    .inside-banner .img{
        right: 0;
    }
}
@media screen and (max-width: 1500px) {
    .inside-banner .txtInfor .txt .smallTxt {
        width: 700px;
    }
}
@media screen and (max-width: 1280px) {
    .inside-banner .txtInfor .txt .smallTxt{
        width: 600px;
    }
}
@media screen and (max-width: 768px) {
    .title-01{
        font-size: 32px;
        line-height: 35px;
    }
    .m-banner img{
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .m-banner-bg{
        position: relative;
    }
    .m-banner-bg::before{
        content: '';
        position: absolute;
        /*top: -109px;*/
        bottom: -32px;
        width: 100%;
        height: 506px;
        background-image: url("../images/m_banner_bg_02.png");
        background-size: 100% 100%;
        z-index: -1;
    }
    .industry .title-01{
        margin-top: 88px;
        margin-bottom: 32px;
    }
    .industry .industry-box{
        display: block;
    }
    .industry .industry-box .industry-item{
        width: 100%;
        height: auto;
        margin-bottom: 24px;
    }
    .industry .industry-box .industry-item .text{
        margin: 0;
        padding: 32px 24px;
        font-family: Verdana;
        font-size: 20px;
        color: #233863;
        line-height: 28px;
    }
    .industry .industry-box .industry-item .img{
        position: unset;
        height: auto;
    }
    .solution {
        margin-top: 48px;
    }
    .solution-box {
        margin-top: 32px;
    }
    .solution-box .solution-item{
        margin-top: 32px;
        position: relative;
    }
    .solution-box .solution-item .img{
        width: 100%;
        height: 300px;
        text-align: center;
    }
    .solution-box .solution-item .text{
        width: 100%;
        margin-top: 32px;
        padding-left: 0;
    }
    .solution-box .item01::before,
    .solution-box .item03::before{
        content: '';
        position: absolute;
        right: 0;
        width: 327px;
        height: 588px;
        top: 170px;
        background-image: url("../images/m-solution-bg-01.png");
    }
    .solution-box .item02::before,
    .solution-box .item04::before{
        width: 345px;
        height: 630px;
        top: 170px;
        left: 0;
        background-image: url("../images/m-solution-bg-02.png");
    }
    .solves{
        padding-top: 70px;
    }
    .solves::before{
        background-image: url("../images/m-solves-bg.png");
        top:-24px;
        height: 311px;
    }

    .swiper1 {
        width: 100%;
    }

    .swiper1 .swiper-slide {
        text-align: center;
        font-size: 16px;
        color: #6B7B9B;
        height: 48px;
        font-family: "D-DINExp-Bold";
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        cursor: pointer;
    }
    .swiper1 .selected {
        color: #233863;
        position: relative;
    }
    .swiper1 .selected::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        bottom: 0;
        background:  #229AF4;
        border-radius: 2px;
    }
    .swiper2 {
        width: 100%;
        margin-top: -38px;
    }
    .swiper1{
        width: calc(100% - 72px);
        height: 48px;
        /**/
    }
    .swiper-container-free-mode>.swiper-wrapper{
        width: 100%;
    }
    .m-solves-box{
        margin-top: 32px;
    }
    .m-swiper-tab{
        position: relative;
        bottom: 48px;
        height: 48px;
        width: 100%;
        background: linear-gradient( 174deg, #E7F9FF 0%, #BFEEFE 98%, #BEEEFD 100%);
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-weight: bold;
        font-size: 20px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        left: 0;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        right: 0;
    }
    .m-solves-box .swiper2 .insideBox{
        background: #E7F9FF;
        padding: 24px 24px 38px;
    }
    .m-solves-box .swiper2 .insideBox .img{
        height: 251px;
        text-align: center;
    }
    .m-solves-box .swiper2 .insideBox .text{
        margin-top: 24px;
    }
    .m-solves-box .swiper2 .insideBox .text .tit{
        font-family: "D-DINExp-Bold";
        font-size: 32px;
        color: #233863;
        line-height: 35px;
    }
    .m-solves-box .swiper2 .insideBox .text .des{
        margin-top: 24px;
        font-family: Verdana;
        font-size: 20px;
        color: #4A4A4A;
        line-height: 32px;
    }
    .logos {
         padding-top: 48px;
    }
    /*手机端展示5行超出隐藏*/
    .logos .logo-box {
         height: 450px;
         overflow: hidden;
         margin: 32px -8px 48px;
    }

    .logos .logo-box .img .insideImg img{
        max-width: 70px;
    }
    .logos .logo-box .img {
        width: 25%;
        margin-bottom: 16px;
        padding: 0;
    }
    .logos .logo-box .img .insideImg{
        width: 76px;
        height: 76px;
        padding: 8px;
        margin: auto;
        box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    }
    .logos::before{
        background-image: none;
    }
    .contact_us .txt2{
        font-size: 30px;
        line-height: 33px;
    }
}
