.inside-banner{
    height: 678px;
}
.inside-banner .box .txt{
    margin-top: 94px;
    width: 739px;
}

.inside-banner .box .txt .smallTxt{
    margin-top: 24px;

}
.inside-banner .txtInfor {
    position: relative;
}
.inside-banner .txtInfor .img{
    position: absolute;
    bottom: -98px;
    right: -94px;
    height: 560px;
}
.inside-banner .box .btn .getBtn{
    display: block;
    margin-top: 56px;
    width: 180px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #229AF4;
    border-radius: 45px;
    font-size: 16px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    color: #FFFFFF;
}
.title-01{
    font-size: 40px;
    font-family: "D-DINExp-Bold";
    color: #233863;
    line-height: 43px;
    text-align: center;
}
.overla{
    margin-top: 74px;
}
.overla .title-01{
    font-size: 48px;
}
.overla .overla-box{
    margin-top: 32px;
}
.overla .overla-box .overla-item{
    margin-bottom: 64px;
}
.overla .overla-box .overla-item .img{
    float: left;
    width: 500px;
}
.overla .overla-box .overla-item .text{
    float: right;
    width: calc(100% - 500px);
    padding-left: 44px;
    margin-top: 97px;
}
.overla .overla-box .overla-item:nth-child(2n) .img{
    float: right;
}
.overla .overla-box .overla-item:nth-child(2n) .text{
    float: left;
    padding-left: 0px;
    padding-right: 44px;
}
.overla .overla-box .overla-item .text .txt-tit{
    font-family: "D-DINExp-Bold";
    font-size: 32px;
    color: #233863;
    line-height: 35px;
}
.overla .overla-box .overla-item .text .txt-desc{
    margin-top: 32px;
    font-family: Verdana;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 32px;
}
.overla .overla-box .overla-item .text .txt-list{
    margin-top: 35px;

}
.overla .overla-box .overla-item .text .txt-list p{
    position: relative;
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 16px;
    color: #233863;
    line-height: 19px;
    padding-left: 36px;
    margin-bottom: 16px;
}
.overla .overla-box .overla-item .text .txt-list p::before{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url('../images/dui.png');
    left: 0;
    top: 0;
}
.overla .overla-box .overlaitem01{
    position: relative;
}
.overla .overla-box .overlaitem01::before{
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 827px;
    height: 800px;
    background: url("../images/over-bg-01.png") no-repeat;
    background-size: cover;
    z-index: -1;
}
.overla .overla-box .overlaitem03{
    position: relative;
}
.overla .overla-box .overlaitem03::before{
    position: absolute;
    right: 0;
    top: -69px;
    content: '';
    width: 827px;
    height: 840px;
    background: url("../images/over-bg-02.png") no-repeat;
    background-size: cover;
    z-index: -1;
}
.full{
    margin-top: 88px;
    position: relative;
}
.full::before{
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    width: 756px;
    height:837px ;
    background: url("../images/full-bg.png") no-repeat;
    background-size: cover;
    z-index: -1;
}
.full .full-box{
    margin: 56px -37.5px 0px;
    position: relative;
}
.full .full-box .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 44px;
}
.full .full-box .swiper-container .swiper-wrapper{
    height: 410px;
}
.full .full-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;
}
.full .full-box .swiper-item{
    padding: 0 37.5px;
    box-sizing: border-box;
}
.full .full-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);
}
.full .full-box .insideBox .img {
    position: relative;
    height: 196px;
}
.full .full-box .insideBox .img img {
    padding-top: 16px;

}
.full .full-box .insideBox .txt{
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 49px;
}
.full .full-box .insideBox .txt .title{
    margin-top: 16px;
    font-size: 24px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    color: #233863;
    line-height: 29px;
}
.full .full-box .insideBox .txt .des{
    padding: 0 40px;
    height: 80px;
    margin-top: 24px;
    font-size: 14px;
    font-family: Verdana;
    color: #888888;
    line-height: 20px;
}

.full .full-box .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    background: #D8D8D8;
    opacity: 1;
}
.full .full-box .swiper-pagination-bullet-active{
    width: 30px;
    height: 12px;
    background: #229AF4;
    border-radius: 6px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0px!important;
}
.choose{
    margin-top: 88px;
    position: relative;
}
.choose::after{
    content: '';
    position: absolute;
    width: 1865px;
    height: 319px;
    left: 0;
    bottom: -9px;
    background: url("../images/dep-bg.png") no-repeat;
    background-size: cover;
    z-index: -1;
}
.choose .title-02{
    margin-top: 16px;
    font-family: Verdana;
    font-size: 20px;
    color: #888888;
    line-height: 30px;
    text-align: center;
}
.choose-box{
    margin-top: 52px;
    background: url("../images/choose-bg.png") no-repeat;
    background-size: cover;
}
.choose-main{
    margin: 0px -28px;
}
.choose-main .choose-item{
    padding: 0 28px;
    box-sizing: border-box;
    width: 50%;
    float: left;
    margin-bottom: 48px;
}
.choose-main .choose-item .insideBox{
    background: #FFFFFF;
    box-shadow: 0px 28px 43px -6px rgba(197,210,235,0.2);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    height: 200px;
    transition: all .3s;
}
.choose-main .choose-item .insideBox img{
    margin-right: 32px;
    width: 56px;
    height: 56px;
}
.choose-main .choose-item .insideBox .text .tit{
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 24px;
}
.choose-main .choose-item .insideBox .text .desc{
    margin-top: 12px;
    font-family: Verdana;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
}
.choose-main .choose-item .insideBox:hover{
    background: #229AF4;
    box-shadow: 0px 28px 43px -6px rgba(197,210,235,0.8);
}
.choose-main .choose-item .insideBox:hover .text .tit{
    color: #FFFFFF;
}
.choose-main .choose-item .insideBox:hover .text .desc{
    color: #FFFFFF;
}
.imgHide{
    display: none;
}
.dep-main{
    margin-top: 40px;
    padding-bottom: 64px;
}
.dep-box{
    position: relative;
    height: 324px;
    width: 1040px;
    margin: 48px auto 0;
}
.dep-box .swiper-container {
    width: 100%;
    height: 100%;
}
.dep-box .swiper-slide {
    text-align: center;
    height: 280px;
    display: inline-block;
    -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;
    padding: 0 40px;
}
.dep-box .swiper-slide .insideBox{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 16px 50px -4px rgba(157,168,194,0.2);
    border-radius: 16px;
    padding: 32px;
    height: 280px;
}
.dep-box .swiper-slide .img{
    display: flex;
    width: 100%;
    align-items: center;
    padding-bottom: 24px;
}
.dep-box .swiper-slide .img img{
    width: 80px;
    height: 80px;
    margin-right: 24px;
}
.dep-box .swiper-slide .img p{
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 29px;
    text-align: left;
}
.dep-box .swiper-slide .xian{
    width: 100%;
    height: 1px;
    background: #DAE0E7;
}
.dep-box .swiper-slide .text{
    padding-top: 26px;
    font-family: Verdana, Verdana;
    font-weight: normal;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 28px;
    font-style: italic;
    padding-right: 2px;
    text-align: left;
}
.dep-box .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #D8D8D8;
    opacity:1;
}
.dep-box .swiper-pagination .swiper-pagination-bullet-active{
    width: 30px;
    background: #229AF4;
    border-radius: 6px;
}

@media screen and (max-width: 1865px){
    .choose::after{
        width: 100%;
    }
}
@media screen and (max-width: 1450px) {
    .inside-banner .txtInfor .img {
        right: -50px;
    }
    .inside-banner .box .txt{
        width: 700px;
    }
}
@media screen and (max-width: 1340px) {
    .full .full-box{
        margin: 56px 0 0px;
    }
    .choose-main{
        margin: 0px;
    }
}
@media screen and (max-width: 1360px) {
    .inside-banner .txtInfor .img {
        right: 0;
        bottom: -78px;
    }
    .inside-banner .box .txt {
        width: 600px;
    }
}
@media screen and (max-width: 1280px) {
    .inside-banner .box .txt {
        width: 618px;
    }
}

@media screen and (max-width: 768px) {
    .m-banner img {
        margin-top: 40px;
    }
    .overla {
        margin-top: 40px;
    }
    .title-01{
        font-size: 32px;
        line-height: 35px;
    }
    .overla .title-01{
        font-size: 32px;
    }
    .overla .overla-box .overla-item{
        margin-bottom: 48px;
    }
    .overla .overla-box .overla-item .img{
        width: 100%;
    }
    .overla .overla-box .overla-item .text{
        width: 100%;
        margin-top: 32px;
        padding-left: 0;
    }
    .overla .overla-box .overla-item:nth-child(2n) .text{
        padding-right: 0;
    }
    .overla .overla-box .overla-item .text .txt-desc{
        font-size: 14px;
        line-height: 24px;
    }
    .overla .overla-box .overla-item .text .txt-list{
        margin-top: 32px;
    }
    .overla .overla-box .overla-item .text .txt-list p{
        line-height: 24px;
    }
    .overla .overla-box .overlaitem01::before{
        width: 100%;
        height: 784px;
        background-image: url("../images/m-over-bg-01.png");
        top: 143px;
    }
    .overla .overla-box .overlaitem02{
        position: relative;
    }
    .overla .overla-box .overlaitem02::before{
        content: '';
        position: absolute;
        width: 333px;
        height: 492px;
        background-image: url("../images/m-over-bg-02.png");
        background-size: cover;
        right: 0;
        top: 278px;
        z-index: -1;
    }
    .overla .overla-box .overlaitem03::before{
        width: 259px;
        height: 445px;
        right: 0;
        background-image: url("../images/m-over-bg-03.png");
        top: 145px;
    }
    .full::before{
        top: -142px;
        width: 100%;
        height: 100%;
        background-image: url("../images/m-full-bg.png");
    }
    .full .title-01{
        padding: 0 24px;
    }
    .full .full-box{
        margin: 32px 0 0;
    }
    .full .full-box .swiper-item{
        padding: 0 24px;
        margin-bottom: 32px;
    }
    .full .full-box .swiper-container .swiper-wrapper{
        display: block;
        height: auto;
    }
    .full .full-box .swiper-container{
        overflow: unset;
        padding-bottom: 0;
    }
    .full .full-box .insideBox .txt{
        padding-bottom: 40px;
    }
    .full .full-box .insideBox .txt .des{
        height: auto;
    }
    .choose{
        margin-top: 32px;
        padding-top: 48px;
        position: relative;
    }
    .choose::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 1428px;
        background-image: url("../images/m-choose-bg.png");
        background-size: cover;
        top: 0;
        z-index: -1;
    }
    .choose-box{
        margin-top: 32px;
        background-image: none;
    }
    .choose .title-02{
        font-size: 16px;
        line-height: 24px;
    }
    .choose-main{
        padding: 0 24px;
    }
    .choose-main .choose-item{
        width: 100%;
        padding: 0;
        margin-bottom: 32px;
        pointer-events: none;
    }

    .choose-main .choose-item .insideBox{
        height: auto;
        display: block;
        padding: 32px 24px;
        text-align: center;
    }
    .choose-main .choose-item .insideBox img{
        width: 80px;
        height: 80px;
        margin-right: 0;
    }
    .choose-main .choose-item .insideBox .text{
        margin-top: 24px;
    }
    .choose-main .choose-item .insideBox .text .tit{
        font-size: 24px;
        line-height: 29px;
    }
    .choose-main .choose-item .insideBox .text .desc{
        margin-top: 16px;
        color: #4A4A4A;
        opacity: 0.7;
    }
    .dep-main{
        margin-top: 8px;
        padding-top: 48px;
        padding-bottom: 48px;
        position: relative;
    }
    .dep-main::before{
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 233px;
        background-image: url("../images/m-end-bg.png");
        background-size: cover;
        z-index: -1;
    }
    .dep-main .title-01{
        padding: 0 24px;
    }
    .dep-box{
        width: 100%;
        margin: 32px auto 0;
        height: auto;
    }
    .dep-box .swiper-slide{
        height: auto;
        padding: 0 24px;
        padding-bottom: 44px;
    }
    .dep-box .swiper-slide .insideBox{
        padding: 32px 24px;
        height: auto;
        box-shadow: 0px 0px 20px -4px rgba(157,168,194,0.2);
    }
    .dep-box .swiper-slide .img img{
        width: 75px;
        height: 75px;
        margin-right: 15px;
    }
    .dep-box .swiper-slide .img p{
        font-size: 16px;
        line-height: 19px;
    }
    .dep-box .swiper-slide .text{
        padding-top: 24px;
        font-size: 16px;
        line-height: 30px;
        font-style: normal;
    }
    .choose::after{
        background-image: none;
    }
    .contact_us .txt2{
        padding: 0 24px;
        margin-bottom: 40px;
    }
    .contact_us .container{
        padding: 56px 0;
    }
}
