#header {
    position: static;
    background-color:#0094FE;
    height: auto;
}
.header-content {
    width: 100vw;
    padding-top: 0;
}
.bg-light {
    /* background-color: rgba(0, 0, 0, .7)!important */
}
#navbarNav {
    /* background-color: rgba(0, 0, 0, .7)!important */
    background-color: #0094FE!important
}
.navbar-nav .nav-item .nav-link {
    font-size: 16px;
}
.navbar-toggler:focus {
    box-shadow: none
}
.tx-list {
    width: 100%;
}
.tx-block .col-sm-6 .item {
    padding-bottom: 70%;
    margin-bottom: 20px;
}
.tx-block .col-sm-6 .item .text-center {
    text-align: left!important;
    margin-left: 50px;
}
.tx-block  .col-6 .item .h3{
    font-size: 16px;
}
.tx-list .item{
    padding: 0 10px;
}
.section3 .title-img{
    width: calc(696px * .4);
    height: calc(90px * .4);
    margin-top: 30px;
}
.section3 .inner-img {
    /* width: calc(948px * .5);
    height: calc(548px * .5); */
    width: 100%;
    height: auto;
    max-width: 800px;
}

.m-hzhb {
    background-image: url(../images/hezhbgna-07.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    padding-bottom: 43%;
   position: relative;
   margin-top: 40px;
}

.m-hzhb .title{
    color: #0D4AD6;
    font-weight: bold;
    position: absolute;
    top: 3rem;
    left: 4vw;
    font-size: 18px;
}
.m-hzhb .title p{
    font-size: 16px;
    font-weight: normal;
    align-self: flex-end;
    margin-top: 8px;
}
.m-hzhb .subtitle {
    width: auto;
    max-width: 50vw;
    color: #555;
    position: absolute;
    top: 6rem;
    left: 4vw;
    line-height: 1.2;
}
.gywm {
    padding: 40px 20px;
    font-size: 14px;
}
.gywm p {
    line-height: 1.3;
}

@media screen and (min-width: 996px) {
    #navbarNav {
        background-color: transparent!important;
    }
}
.navbar-toggler {
    margin-right: 24px;
}

.tx-block .item {
    width: 100%;
    height: 150px;
    background: none;
}
.tx-block {
    width: 100vw;
}
.tx-block .item1 {
    background-color: rgb(255,251,242);
}

.tx-block .item2 {
    background-color: #FFF8F9;
}
.tx-block .item3 {
    background-color: #F8F8FF;
}
.tx-block .item4 {
    background-color: #F3FAFF;
}