@import url('../css/public.css');
@import url('../css/header.css');
@import url('../css/footer.css');

.hxzy-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.hxzy-con img {
    width: 48.5%;
}

.hxzy_info {
    box-sizing: border-box;
    padding: 60px 43px 30px;
    width: 47%;
    height: 534px;
    border-radius: 30px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.hxzy_info:first-child {
    display: block;
}

.hxzy_info h3 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-indent: 55px;
    background: url('../images/gqtz_icon.png') no-repeat left center;
    background-size: 36px 36px;
}

.hxzy_info p {
    font-size: 18px;
    line-height: 50px;
    text-align: justify;
    letter-spacing: 0.05em;
}

.hxzy_info p span {
    margin-right: 20px;
    padding: 10px 20px;
    border-radius: 232px;
    color: #1F7DBF;
    background: rgba(31, 125, 191, 0.1);
}

.hxzy_info .more1 {
    box-sizing: border-box;
    /* margin-top: 44px; */
    padding: 0 59px 0 30px;
    display: block;
    width: 156px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #1F7DBF;
    border-radius: 232px;
    background: rgba(31, 125, 191, 0.1) url('../images/jt2.png') no-repeat 80% center;
}

.dj-bt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dj-bt .a-more {
    width: 123px;
    height: 44.12px;
    border-radius: 232px;
    box-sizing: border-box;
    border: 1px solid #1F7DBF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    line-height: 63.07px;
    color: #1F7DBF;
}

.row1 {
    position: relative;
    padding: 82px 0 0;
    background: url('../images/hxzy-row1-bg.png') no-repeat center;
}

.row1 .w1400 {
    padding-bottom: 135px;
    background: url('../images/hxzy-row1-bg2.png') no-repeat bottom center;
}

.row1 .hxzy_info {
    background: linear-gradient(90deg, #F3FAFF 0%, #F0F9FF 100%);
}

.row2 {
    position: relative;
    padding: 84px 0 99px;
    background: url('../images/hxzy-row2-bg.png') no-repeat center;
}

.row2 .hxzy_info {
    background: #fff;
}

.row3 {
    position: relative;
    padding: 95px 0 93px;
    background: url('../images/hxzy-row3-bg.png') no-repeat center;
}

.row3 .hxzy_info {
    background: linear-gradient(90deg, #F3FAFF 0%, #F0F9FF 100%);
}

.row4 {
    position: relative;
    padding: 84px 0 93px;
    background: url('../images/hxzy-row4-bg.png') no-repeat center;
}

.row4 .hxzy_info {
    background: #fff;
}

@media only screen and (max-width: 1400px) {
    .hxzy_info {
        width: 54%;
    }

    .hxzy-con img {
        width: 42.5%;
    }
}

@media only screen and (max-width: 1200px) {
    .hxzy_info {
        width: 100%;
    }

    .hxzy-con img {
        display: none;
    }
}