.banner-wrap {
    height: 716px;
    width: 100%;
    /* background-color: #333333; */
    background: url('../image/banner-szdn_1.png') #333333 no-repeat center;
    background-size: cover;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.bg-text {
    width: 50%;
    background: #047DF9;
    height: 716px;
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 0px 39px 39px 0px;
    -webkit-border-radius: 0px 39px 39px 0px;
    -moz-border-radius: 0px 39px 39px 0px;
    -ms-border-radius: 0px 39px 39px 0px;
    -o-border-radius: 0px 39px 39px 0px;
    z-index: 1001;
}

.font-text {
    position: absolute;
    left: 25%;
    top: 50%;
    z-index: 1002;
    color: #FFFEFE;
margin-left: -110px;
    margin-top: -100px;
}

.text-title {
    font-size: 50px;
        line-height: 40px;
}

.text-desc {
    font-size: 17px;
}

.text-chinese {
    font-size: 34px;
    margin-top: -20px;
}
.link-wrap {}

.link-wrap .link-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #73757E;
    line-height: 22px;
    width: 1200px;
    margin:0 auto;
    height: 513px;
}
.icon-img{
    width: 584px;
    height: 369px;
    flex-shrink: 0;
}
.icon-img img{
    width: 100%;
    height: 100%;
}
.desc-wrap{
    width: 265px;
    margin-right: 148px;
}
.desc-wrap .title{
    color: #333333;
    font-size: 26px;
    margin-bottom: 39px;
    margin-top: 30px;
    font-weight: bold;
}
.desc{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}
.bg_grey{
    background: #F1F6FC;
}
.item-reverse{
    
}
.item-reverse .desc-wrap{
    margin-left: 148px;
    margin-right: 0;
}