.inside-banner{
    height: 678px;
    z-index: 2;
}
.inside-banner .box .txt{
    margin-top: 149px;
    width: 617px;
}
.inside-banner .box .txt .smallTxt{
    width: 587px;
    margin-top: 40px;
}
.tackling{
    padding-top: 104px;
}
.tackling .tackling-pic{
    width: 609px;
}
.tackling .tackling-pic,.tackling .tackling-text{
    float: left;
}
.tackling .tackling-text{
    width: calc(100% - 609px);
    padding-left: 118px;
}
.tackling .tackling-text .tackling-title{
    padding-top: 144px;
    font-size: 40px;
    font-family: "D-DINExp-Bold";
    color: #233863;
    line-height: 43px;
}
.tackling .tackling-text .tackling-desc{
    width: 576px;
    padding-top: 40px;
    font-size: 14px;
    font-family: Verdana;
    color: #888888;
    line-height: 24px;
}
.industry {
    padding-top: 104px;
}

.title-01{
    font-size: 40px;
    font-family: "D-DINExp-Bold";
    color: #233863;
    line-height: 43px;
    text-align: center;
}
.title-02{
    margin-top: 24px;
    font-size: 14px;
    font-family: Verdana;
    color: #888888;
    line-height: 20px;
    text-align: center;
}

/*.industry-main{
    display: flex;
    align-items: center;
}
.industry-item .industry-pic{
    width: 560px;
    height: 600px;
}
.industry-item .industry-text{
    width: calc(100% - 560px);
}*/
.industry-item .industry-text{
    width: 50%;
    float: left;
}
.industry-item .industry-pic{
    width: 50%;
    float: right;
}
.contentbg03 .industry-pic,.contentbg05 .industry-pic {
    float: left;
}
.contentbg02 .industry-text{
    margin-top: 111px;
}
.contentbg03 .industry-text{
    margin-top: 165px;
}
.contentbg04 .industry-text{
    margin-top: 240px;
}
.contentbg05 .industry-text{
    margin-top: 150px;
}
.industry-item .industry-text02{
    padding-left: 159px;
}
.industry-item{
    padding-top: 88px;
}
.industry-item01{
    padding-top: 56px;
}
.industry-item .industry-text .industry-head{
    width: 507px;
    font-size: 40px;
    font-family: "D-DINExp-Bold";
    color: #233863;
    line-height: 43px;
}
.industry-item .industry-text .industry-content{
    margin-top: 40px;
    width: 436px;
}
.industry-item .industry-text .industry-content .text-01{
    font-size: 18px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    color: #233863;
    line-height: 22px;
}
.industry-item .industry-text .industry-content .text-02{
    font-size: 14px;
    font-family: Verdana;
    color: #888888;
    line-height: 24px;
}
.mt12{
    margin-top: 12px;
}
.mt24{
    margin-top: 24px;
}
.application{
    padding-top: 25px;
    background: url(../images/bgc.png) no-repeat center;
    background-size: cover;
}
.application .application-title{
    padding-top: 267px;
}
.application .application-box{
    margin: 56px -37.5px 0px;
    position: relative;
}
.application .application-box .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 55px;
}
.application .application-box .swiper-container .swiper-wrapper{
    height: 460px;
}
.application .application-box .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* 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;
}
.application .application-box .swiper-item{
    padding: 0 37.5px;
    box-sizing: border-box;
    transition: 0.3s;
}
.application .application-box .swiper-item:hover{
    transform: translateY(-20px);
}
.application .application-box .swiper-item .insideBox {
    background: #FFFFFF;
    border-radius: 16px;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 28px 43px -6px rgba(197,210,235,0.2);
}
.application .application-box .insideBox .img {
    position: relative;
    height: 196px;
}
.application .application-box .insideBox .img img {
    padding-top: 16px;
}
.application .application-box .insideBox .txt{
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 79px;
}
.application .application-box .insideBox .txt .title{
    margin-top: 16px;
    font-size: 24px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    color: #233863;
    line-height: 29px;
}
.application .application-box .insideBox .txt .des{
    padding: 0 40px;
    height: 80px;
    margin-top: 24px;
    font-size: 14px;
    font-family: Verdana;
    color: #888888;
    line-height: 20px;
}

.swiper-pagination-bullet{
    width: 7px!important;
    height: 7px!important;
    background: #229AF4!important;
    opacity: 0.5!important;
}
.swiper-pagination-bullet-active{
    width: 21px!important;
    height: 7px!important;
    background: #229AF4!important;
    border-radius: 4px!important;
    opacity: 1!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0px!important;
}

.listen .listen-title{
    margin-top: 106px;
}
.listen .listen-text{
    margin-top: 56px;
    padding: 32px;
    background: #FFFFFF;
    box-shadow: 0px 16px 50px -4px rgba(157,168,194,0.2);
    border-radius: 16px;
}

.listen .listen-text .listen-head{
    display: flex;
    align-items: center;
}
.listen .listen-text .listen-head img{
    width: 90px;
    height: 90px;
}
.listen .listen-text .listen-head p{
    padding-left: 23px;
    font-size: 24px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    color: #233863;
    line-height: 29px;
}
.listen .listen-text .listen-xian{
    width: 100%;
    margin-top: 24px;
    height: 1px;
    border: 1px solid #DAE0E7;
}
.listen .listen-text .listen-desc{
    margin-top: 24px;
    font-size: 16px;
    font-family: Verdana, Verdana;
    font-weight: normal;
    color: #4A4A4A;
    line-height: 28px;
    font-style: italic;
}

.listen-list{
    margin: 56px -11.5px 88px;
}
.listen-list .listen-item{
    width: 14.285714285714286%;
    float: left;
    padding: 0 11.5px;
    box-sizing: border-box;
}
.listen-list .listen-item p{
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
}
.listen-list .listen-item img{
    height: 130px;
}
.contentbg{
    position: relative;
}
.contentbg::before {
    position: absolute;
    content: '';
    width: 937px;
    height: 999px;
    background-size: cover;
    top: -117px;
    z-index: 1;
}
.contentbg01::before {
    background: url(../images/bgbg-01.png) no-repeat center left;
}
.contentbg02::before {
    right: 0;
    width: 797px;
    background: url(../images/bgbg-02.png) no-repeat center right;
}
.contentbg03::before {
    width: 913px;
    background: url(../images/bgbg-03.png) no-repeat center left;
}
.contentbg04::before {
    right: 0;
    width: 875px;
    background: url(../images/bgbg-04.png) no-repeat center right;
}
.contentbg05::before {
    width: 792px;
    background: url(../images/bgbg-05.png) no-repeat center left;
}

@media screen and (max-width:1340px){
    .application .application-box{
        margin: 56px 0 0px;
    }
    .listen-list {
        margin: 56px auto 88px;
    }
    .tackling .tackling-text .tackling-desc{
        width: auto;
    }
    .industry-item .industry-text .industry-head{
        width: 100%;
    }
}
@media screen and (min-width:2100px) {
    .inside-banner{
        height: 900px;
    }
}

/*cdp移动端*/
@media screen and (max-width: 768px){
    .m-banner img{
        margin-top: 42px;
    }
    .contentbg::before{
        width: 100%;
        height: 390px;
        top: 0;
        background-size: cover;
    }
    .contentbg01::before{
        background-image: url(../images/m-bgbg-01.png);
    }
    .contentbg03::before{
        background-image: url(../images/m-bgbg-03.png);
        height: 525px;
    }
    .contentbg02::before{
        background-image: url(../images/m-bgbg-02.png);
        height: 691px;
        top: -40px;
    }
    .contentbg04::before{
        background-image: url(../images/m-bgbg-04.png);
        height: 401px;
        top: -15px;
    }
    .contentbg05::before{
        background-image: url(../images/m-bgbg-05.png);
        height: 544px;
        top: -15px;
    }
    .tackling{
        padding-top: 48px;
    }
    .tackling .tackling-pic, .tackling .tackling-text{
        width: 100%;
    }
    .tackling .tackling-text .tackling-title{
        padding-top: 32px;
        font-size: 32px;
        line-height: 35px;
    }
    .tackling .tackling-text{
        padding-left: 0;
    }
    .tackling .tackling-text .tackling-desc{
        width: auto;
        padding-top: 24px;
    }
    .industry{
        padding-top: 48px;
        line-height: 35px;
    }
    .title-01{
        font-size: 32px;
        line-height: 35px;
    }
    .title-02{
        margin-top: 16px;
    }
    .industry-item .industry-pic,.industry-item .industry-text{
        width: 100%;

    }
    .industry-item01{
        padding-top: 32px;
    }

    .contentbg02 .industry-text{
        margin-top: 2px;
    }

    .industry-item .industry-text .industry-head{
        width: auto;
        font-size: 32px;
        line-height: 35px;
    }
    .industry-item .industry-text .industry-content{
        margin-top: 32px;
        width: auto;
    }
    .industry-item .industry-text .industry-content .text-01{
        font-size: 16px;
        line-height: 19px;
    }
    .industry-item .industry-text02{
        padding-left: 0;
    }
    .industry-item{
        padding-top: 48px;
    }
    .contentbg03 .industry-text {
        margin-top: 32px;
    }
    .contentbg04 .industry-text {
        margin-top: -50px;
    }
    .contentbg05 .industry-text {
        margin-top: 12px;
    }
    .application {
        padding-top: 0;
        margin-top: 48px;
        background-image: url(../images/m-bgc.png);
        background-position-y: top;
        background-size: 100%;
    }
    .application .application-title{
        padding: 69px 16px 0;
    }
    .application .application-box {
        margin-top: 46px;
    }
    .application .application-box .swiper-container .swiper-wrapper{
        height: auto;
    }
    .application .application-box .swiper-wrapper{
        display: inline-block;
    }
    .application .application-box .swiper-item:first-child{
        padding-top: 5px;
    }
    .application .application-box .swiper-item{
        padding: 0 5px;
        margin-bottom: 24px;

    }
    .application .application-box .insideBox .img{
        height: 212px;
    }
    .application .application-box .swiper-item .insideBox{
        box-shadow: 0px 0px 23px -5px rgba(197,210,235,0.3);
        border-radius: 8px;
        border: 0px;
    }
    .application .application-box .insideBox .txt .title{
        font-size: 20px;
        line-height: 24px;
    }
    .application .application-box .insideBox .txt .des{
        padding: 0 18px;
        height: auto;
    }
    .application .application-box .swiper-container{
        padding-bottom: 0;
    }
    .application .application-box .insideBox .txt{
        padding-bottom: 40px;
    }
    .listen .listen-title{
        margin-top: 24px;
    }
    .listen .listen-text{
        margin-top: 32px;
        padding: 33px 24px 30px;
    }
    .listen .listen-text .listen-head p{
        font-size: 16px;
        line-height: 26px;

    }
    .listen .listen-text .listen-desc{
        font-style: normal;
    }
    .listen-list .listen-item{
        width: 25%;
        margin-top: 16px;
        padding: 0 8px;
    }
    .listen-list .listen-item p{
        box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
        border-radius: 7px;
        height: 76px;
        text-align: center;
        padding: 5px;
    }
    .listen-list .listen-item img{
        height: auto;
    }

    .listen-list {
        margin: 32px auto 48px;
    }
    .listen .listen-text .listen-xian{
        background: #DAE0E7;
        border: 0;
    }
}

