.yjxyy-content{
    display: flex;
    justify-content: center;
    background: url(../image/yjxyy_bg.png) no-repeat;
    background-position: top center;
    background-size: contain;
    padding: 50px 0;
    margin-top: -5px;
}
.yjxyy-con{
    width: 1205px;
    height: auto;
    display: inline-block;
    margin: 0 auto;
}
.banner-wrap {
    height: 716px;
    width: 100%;
    /* background-color: #333333; */
    background: url('../image/banner-yjxyy_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: -90px;
    margin-top: -100px;
}

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

.text-desc {
    font-size: 17px;
}
.text-chinese{
font-size: 34px;
margin-top: -20px;
}