/*     banner   */
.banner {
    overflow: hidden;
    clear: both;
    height: auto;
}
img.banner-pc {
    object-fit: cover;
    position: relative;
    width: auto;
}
img.banner-app {
    object-fit: cover;
    position: relative;
    width: auto;
}
.text007 {
    display: block;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    z-index: 1;
    grid-area: copy/copy/copy/copy;
    text-align: center;
}


img.banner-pc {
    -o-object-fit: fill;
}

h1.keyTitle {
    color: #ffffff;
    font-size: 40px;
    padding-bottom: 26px;
    font-weight: 400;
    text-align: center;
}

h2.keyDesc {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.btngrp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn1.btnfont {
    width: 160px;
    height: 40px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #36508d;
    cursor: pointer;
    color: #ffffff;
    margin: 0 auto;
}
.banner-app{display:none;}

@media screen and (max-width: 769px){
    .banner-pc{display: none;}
    .banner-app{display:block;}
    .text007{
        margin: 0 5%;
        width: 90%;
    }
}
/*     banner:结束    */
.content-01 {
    padding: 60px 0px;
    width: 100%;
    background: #3f464f;
    text-align: center;
}
.content_01-div {
    display: flex;
    justify-content: space-between;
}

.content_01_bottom {
    width: 32%;
    padding:40px;
}
img.content_01_img {
    width: auto;
    height: auto;
}
.content-02.content.mt-60 {
    text-align: center;
}
.content-02.content.mt-60 {
    text-align: center;
}

.content-02-box {
    display: flex;
    justify-content: space-between;
}

.content-02-ul {
    width: 20%;
    padding: 60px 30px;
}
h5.content_h5.bg {
    line-height: 50px;
    background: #000000;
    border-radius: 10px;
    color: #ffffff;
}
.content-03{
    margin: 0 auto;
    width: 100%;
    background: #fafafa;
    padding: 60px 0px;
    margin-bottom: 60px;
}
.content_03-box h3 {
    text-align: center;
}
.content_03-div {
    display: flex;
    justify-content: center;
}

ul.content_03_left {
    margin-right: 200px;
}

span.J_floatBtnText.m_float_btn__text {
    background: #36508d;
    width: 60px;
    height: 60px;
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
}

li.content_03_left_li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
img.content_04_img {
    width: auto;
    height: auto;
}

.content-04 {
    text-align: center;
}
div#xg_content {
    margin-top: -10px;
}
@media screen and (max-width: 769px){
    .content_01-div,.content-02-box {
        flex-wrap: wrap;
    }
    .content_01_bottom,.content-02-ul {
        width: 100%;
        padding:0px 0px 20px;
    }
    .content_03-div.mt-30 {
        flex-wrap: wrap;
    }
    
    ul.content_03_left {
        width: 100%;
        margin-right: 0px;
        padding: 0px;
    }
    span.J_floatBtnText.m_float_btn__text {
        margin-right: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }
    .content_04_bottom {
        overflow-x: scroll;
        white-space: nowrap;
    }
    
    img.content_04_img {
        height: 360px;
    }
}