.inside-banner {
    height: 755px;
    position: relative;
}
.inside-banner .txtInfor{
    width: 550px;
    float: left;
}
.inside-banner .txtInfor .txt{
    margin-top: 75px;
}
.inside-banner .txtInfor .txt .bigTxt{
    color: #ffffff;
}
.inside-banner .txtInfor .txt .smallTxt{
    color: #ffffff;
}
.inside-banner .btn a.getBtn{
    background: #4EDDC7;
}
.inside-banner .box .btn a.getBtn:hover{
    background: #49CFBA;
}
.inside-banner  img{
    width: 609px;
    float: right;
    margin-top: 38px;
}
.title-01{
    font-family: "D-DINExp-Bold";
    font-size: 40px;
    color: #233863;
    line-height: 43px;
    text-align: center;
}
.title-02{
    margin-top: 16px;
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    line-height: 26px;
    text-align: center;
}
.advantage{
    margin-top: 8px;
}
.advantage .box{
    margin-top: 56px;
}
.advantage .box .item{
    float: left;
    margin: 0 -10px;
    width: 25%;
}
.advantage .box .item .itemBox{
    margin: 0 10px;
    padding: 32px 32px 50px;
    position: relative;
    transition: all .3s;
    height: 306px;
}
.advantage .box .item .itemBox .img{
    width: 72px;
    height: 72px;
    margin: auto;
}
.advantage .box .item .itemBox .text{
    margin-top: 24px;
    text-align: center;
}
.advantage .box .item .itemBox .text .tit{
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 24px;
}
.advantage .box .item .itemBox .text .des{
    margin-top: 16px;
    font-family: Verdana;
    font-size: 16px;
    color: #888888;
    line-height: 19px;
}
.advantage .box .item.active .itemBox{
    background: #FFFFFF;
    box-shadow: 0px 20px 61px -6px rgba(197,210,235,0.2);
    border-radius: 16px;
    transform: translateY(-20px);
}
.advantage .box .item .itemBox::before{
    content: '';
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
}
.advantage .box .item:nth-child(1).active .itemBox::before{
    background-image: url("../images/advantage_bg_01.png");
}
.advantage .box .item:nth-child(2).active .itemBox::before{
    background-image: url("../images/advantage_bg_02.png");
}
.advantage .box .item:nth-child(3).active .itemBox::before{
    background-image: url("../images/advantage_bg_03.png");
}
.advantage .box .item:nth-child(4).active .itemBox::before{
    background-image: url("../images/advantage_bg_04.png");
}
.showpic{
    margin: 88px 0;
    height: 795px;
    background-image: url("../images/showpic_bg.png");
    background-size: cover;
    padding-top: 100px;
}
.showpic .img{
    margin: auto;
    height: 551px;
    text-align: center;
}
.showpic .btn{
    margin: 48px auto 0;
    text-align: center;
    width: 205px;
    height: 52px;
    line-height: 52px;
    background: linear-gradient( 270deg, #4BD9F9 0%, #00E5A2 100%);
    border-radius: 45px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .m-banner{
        height: 483px;
        background-size: 100% 100%;
        margin-bottom: 100px;
    }
    .m-banner .m-title{
        color: #ffffff;
    }
    .m-banner .m-sub-title{
        color: #ffffff;
    }
    .m-banner img{
        margin-top: 66px;
    }
    .m-banner .m-btn a{
        background: #4EDDC7;
    }
    .advantage{
        margin-top: 48px;
    }
    .title-01{
        font-size: 32px;
        line-height: 35px;
    }
    .title-02{
        font-size: 14px;
        line-height: 20px;
    }
    .advantage .box{
        margin-top: 32px;
    }
    .advantage .box .item{
        width: 100%;
        margin: 0;
    }

    .advantage .box .item .itemBox{
        box-shadow: 0px 0px 43px -6px rgba(197,210,235,0.4);
        border-radius: 16px;
        margin: 0 0 24px;
    }
    .advantage .box .item:nth-child(1) .itemBox::before{
        background-image: url("../images/advantage_bg_01.png");
    }
    .advantage .box .item:nth-child(2) .itemBox::before{
        background-image: url("../images/advantage_bg_02.png");
    }
    .advantage .box .item:nth-child(3) .itemBox::before{
        background-image: url("../images/advantage_bg_03.png");
    }
    .advantage .box .item:nth-child(4) .itemBox::before{
        background-image: url("../images/advantage_bg_04.png");
    }
    .m-showpic{
        margin-top: 24px;
        margin-bottom: 48px;
        background-image: url("../images/m-showpic_bg.png");
        background-size: cover;
        padding: 32px 0;
    }
    .m-showpic img{
        width: 100%;
        margin-bottom: 32px;
    }
    .m-showpic .btn{
        width: 189px;
        height: 44px;
        line-height: 44px;
        background: linear-gradient( 270deg, #4BD9F9 0%, #00E5A2 100%);
        border-radius: 38px;
        font-family: Verdana, Verdana;
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        margin: auto;
        text-align: center;
    }

}
