.top{
    width:100%;
    height:480px;
    background:url(/static/images/bg6.png);
    background-size:cover;
    background-position: center top;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.title1{
    /*font-family: Source Han Sans CN;*/
    font-weight: bold;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 76px;
}
.title2{
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 76px;
}
.bg2{
    /*width:1400px;*/
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height:70px;
}
.bg3{
    width:100%;
    /*height:1067px;*/
    background:url(/static/images/bg7.png);
    background-size:cover;
    background-position: center top;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding:67px 0 67px 0;
    box-sizing: border-box;
}
.bg31{
    width:1400px;
}
.bg32{
    /*font-family: Source Han Sans CN;*/
    font-weight: bold;
    font-size: 30px;
    color: #0E6BB1;
    line-height: 76px;
	text-align: center;
}
.bg33{
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}
.bg4{
    /*width: 1400px;*/
    height: 480px;
    background:url(/static/images/bg5.png);
    background-size:cover;
    background-position: center top;
    margin:100px auto 0 auto;
    position: relative;
}
.bg41{
    width: 100%;
    height: 100%;
    background:rgba(14, 107, 177, 0.7);
    position: absolute;
    left:0;
    top:0;
    z-index:1;
    padding:60px 60px 80px 60px;
}
.bg42{
    /*font-family: Source Han Sans CN;*/
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 76px;
}
.bg43{
    width:100%;
    display:flex;
    justify-content: space-around;
    align-items: center;
    margin-top:20px;
}
.bg44{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.bg45{
    /*font-family: Source Han Sans CN;*/
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 76px;
}
.bg46{
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
}
.bg47{
    width: 1px;
    height: 120px;
    background: #FFFFFF;
}
.bg5{
    /*width:1400px;*/
    margin:0 auto;
    /*font-family: Source Han Sans CN;*/
    font-weight: bold;
    font-size: 30px;
    color: #0E6BB1;
    line-height: 126px;
    text-align: center;
    margin-top:20px;
}

.bg6{
    /*width:1400px;*/
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin:0 auto;
    flex-wrap: wrap;
}
.bg61{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom:20px;
}
.bg62{
    width: 100%;
    height: 223px;
    background: #C8CFD5;
    overflow: hidden;
}
.bg62 img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.bg61:hover img{
    transform: scale(1.1);
    transition: all .3s ease-out 0s;
    cursor: pointer;
}
.bg63{
    width:100%;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 76px;
    text-align: center;
}
.bg7{
    width: 200px;
    height: 50px;
    background: #106AAF;
    border-radius: 25px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    margin:30px auto 0 auto;
}

.bg21{
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    font-size: 18px;
    color: #848484;
    /*line-height: 76px;*/
    background: none;
    border: 0;
    margin-left:30px;
}

.bg21 :hover{
    color: #0E6BB1 !important;
}
.bg22{
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    font-size: 18px;
    color: #0E6BB1;
    /*line-height: 76px;*/
    background: none;
    border: 0;
    margin-left:30px;
}
.bg621{
    width:100%;
    height:100%;
}
.image_11{
    width: 100%;
    height: 400px;
    /*vertical-align: middle;*/
}
/* 可以添加一些平滑滚动的效果 */
html {
    scroll-behavior: smooth;
}
.sonsort a{
    transition: 500ms;
}
@media (max-width: 768px) {
    .bg47 {
        display: none
    }
    .bg62 {
        width: 100%;
        height: auto;
        background: #C8CFD5;
        overflow: hidden;
    }
    .bg43{
        flex-wrap: wrap;
    }
    .bg41{
        padding: 20px 20px 20px 20px;
    }
    .bg33 {
        /* font-family: Source Han Sans CN; */
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        line-height: 32px;
        padding:15px;
    }
    .bg3 {
        width: 100%;
        /* height: 1067px; */
        background: url(/static/images/bg7.png);
        background-size: cover;
        background-position: center top;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding:20px 0 20px 0;
        box-sizing: border-box;
    }
    .bg4 {
        /* width: 1400px; */
        height: 480px;
        background: url(/static/images/bg5.png);
        background-size: cover;
        background-position: center top;
        margin: 0px auto 0 auto;
        position: relative;
    }
    .title2 {
        /* font-family: Source Han Sans CN; */
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 36px;
        padding:0 30px;
        text-align: center;
    }
    .image_11 {
        width: 100%;
        height: 300px;
        margin-top: 20px;
        /* vertical-align: middle; */
    }
    .top {
        width: 100%;
        height: 240px;
        background: url(/static/images/bg6.png);
        background-size: cover;
        background-position: center top;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .title1 {
        /* font-family: Source Han Sans CN; */
        font-weight: bold;
        font-size: 28px;
        color: #FFFFFF;
        line-height: 76px;
    }
    .bg42 {
        /* font-family: Source Han Sans CN; */
        font-weight: bold;
        font-size: 22px;
        color: #FFFFFF;
        line-height: 44px;
    }
    .bg44{
        margin-top: 15px;
    }
    .bg46 {
        /* font-family: Source Han Sans CN; */
        font-weight: 400;
        font-size: 15px;
        color: #FFFFFF;
        line-height: 28px;
        text-align: center;
    }
    .bg45 {
        /* font-family: Source Han Sans CN; */
        font-weight: bold;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 44px;
    }
}