.banner-nr {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 39%;
    transform: translateX(-50%);
}

.banner-nr h1 {
    font-size: 60px;
    font-weight: bold;
    color: #0B527D;
}

.banner-nr p {
    font-size: 32px;
    color: #0B527D;
    margin-top: 40px;
}

.banner-nr a {
    display: inline-block;
    width: 200px;
    height: 69px;
    line-height: 69px;
    background-color: #fff;
    color: #0B527D;
    font-size: 24px;
    border-radius: 35px;
    margin-top: 50px;
    font-weight: bold;
}

.banner-nr a:hover{
    color: #fff;
   background: #0B527D;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10);
}

.con1 {
    width: 100%;
    padding: 100px 0 110px;
    background: url(../img/bg1.png) center top no-repeat;
    background-size: cover;
    overflow: hidden;
}

.coninner {
    width: 100%;
    margin-top: 48px;
    position: relative;
}

.coninner .img {
    border-radius: 24px;
    box-shadow: 0 16px 16px rgba(82, 196, 26, 0.10);
    overflow: hidden;
    position: relative;
}

.coninner .img:hover>img{
    transform: scale(1.2);
}

.coninner .img>img {
    display: block;
    border-radius: 24px;
    transition: all .3s;
}

.coninner .img .imgnr {
    width: 180px;
    height: 102px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #F3F4F6;
    background: #FFF;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
    position: absolute;
    right: 30px;
    bottom: 28px;
}

.coninner .img .imgnr img {
    width: 48px;
}

.coninner .img .imgnr .text {
    flex: 1;
    margin-left: 10px;
}

.coninner .img .imgnr h3 {
    color: #101828;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.07px;
}

.coninner .right {
    width: 608px;
}

.coninner .right h3 {
    color: #101828;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.07px;
    margin-bottom: 24px;
}

.coninner .right p {
    color: #4A5565;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    text-align: justify;
}

.iconlist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.iconlist li {
    width: 165px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.iconlist li i {
    display: flex;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background: linear-gradient(180deg, #F0F9F5 0%, #E6F7FF 100%);
}

.iconlist li h4 {
    color: #101828;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
    letter-spacing: 0.07px;
}

.iconlist li span {
    color: #6A7282;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
}

.con2 {
    width: 100%;
    padding: 100px 0 110px;
    background: url(../img/bg2.png) center top no-repeat;
    background-size: cover;
    overflow: hidden;
}

.ywlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.ywlist .item {
    width: 384px;
    height: 278px;
    margin-right: 24px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
        transition: all .3s ease;
    overflow: hidden;
}

.ywlist .item img{
    display: block;
    width: 100%;
}

.ywlist .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.ywlist .item:nth-child(1),
.ywlist .item:nth-child(2),
.ywlist .item:nth-child(3) {
    margin-bottom: 24px;
}

.ywlist .item:nth-child(3n) {
    margin-right: 0;
}

.ywlist .item .info {
    width: 100%;
    padding: 20px 20px 0;
}

.ywlist .item .info h3 {
    color: #101828;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 9px;
}

.ywlist .item .info p {
    color: #6A7282;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.25px;
}

.con3 {
    width: 100%;
    padding: 100px 0 110px;
    background: url(../img/bg3.png) center top no-repeat;
    background-size: cover;
    overflow: hidden;
}

.newslist {
    margin-top: 60px;
    display: grid;
    row-gap: 56px;
    column-gap: 52px;
    align-self: stretch;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.newslist .item {
    width: 574px;
    display: flex;
}

.newslist .item img {
    width: 160px;
    height: 160px;
    border-radius: 6px;
    transition: all .3s;
}

.newslist .item:hover img {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.newslist .item .info {
    flex: 1;
    margin-left: 16px;
    overflow: hidden;
}

.newslist .item .info h3 {
    color: #1F2937;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}

.newslist .item:hover .info h3{
    color: #0092B8;
}

.newslist .item .info p {
    color: #4B5563;
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
}

.newslist .item .info .bot {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #6B7280;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.newslist .item .info .bot span:nth-child(2) {
    color: #00A63E;
}

.con4 {
    width: 100%;
    padding: 100px 0 110px;
    background: url(../img/bg4.png) center top no-repeat;
    background-size: cover;
    overflow: hidden;
}

.zzlist {
    height: 280px;
    row-gap: 24px;
    margin-top: 60px;
}

.zzlist .item {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    transition: all .3s ease;
    overflow: hidden;
}

.zzlist .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.zzlist .item .info {
    display: flex;
    padding: 20px;
    flex-direction: column;
    text-align: center;
}

.zzlist .item .info h3 {
    color: #101828;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.312px;
    margin-bottom: 5px;
}

.zzlist .item .info p {
    color: #6A7282;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
}

@media screen and (max-width: 750px) {
    .banner-nr {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .banner-nr h1 {
        font-size: 18px;
        line-height: 30px;
    }

    .banner-nr p {
        font-size: 13px;
        margin-top: 20px;
    }

    .banner-nr a {
        width: 92px;
        height: 29px;
        line-height: 29px;
        font-size: 10px;
        margin-top: 25px;
    }

    .con1 {
        padding: 50px 15px 60px;
    }

    .coninner {
        margin-top: 32px;
    }

    .coninner .img>img {
        width: 100%;
        border-radius: 8px;
    }

    .coninner .img .imgnr {
        width: 90px;
        height: 51px;
        padding: 0 12px;
        border-radius: 8px;
        box-shadow: 0 10px 12px -3px rgba(0, 0, 0, 0.10), 0 4px 5px -3px rgba(0, 0, 0, 0.10);
        right: 12px;
        bottom: 14px;
    }

    .coninner .img .imgnr img {
        width: 24px;
    }

    .coninner .img .imgnr .text {
        margin-left: 5px;
    }

    .coninner .img .imgnr h3 {
        font-size: 12px;
        line-height: 16px;
    }

    .coninner .img .imgnr span {
        font-size: 7px;
        line-height: 12px;
        letter-spacing: -0.15px;
    }

    .coninner .right {
        width: 100%;

    }

    .coninner .right h3 {
        margin: 24px 0 16px;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
    }

    .coninner .right p {
        font-size: 15px;
    }

    .iconlist {
        margin-top: 24px;
    }

    .iconlist li i {
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
    }

    .iconlist li i img {
        width: 12px;
    }

    .iconlist li h4 {
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .iconlist li span {
        font-size: 12px;
        line-height: 10px;
    }

    .con2,
    .con3,
    .con4 {
        width: 100%;
        padding: 50px 15px 60px;
    }

    .ywlist {
        margin-top: 32px;
    }

    .ywlist .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .ywlist .item:nth-child(1),
    .ywlist .item:nth-child(2),
    .ywlist .item:nth-child(3) {
        margin-bottom: 12px;
    }

    .ywlist .item img {
        display: block;
        width: 100%;
    }

    .newslist {
        margin-top: 32px;
        display: grid;
        row-gap: 24px;
        column-gap: 0px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .newslist .item {
        width: 100%;
    }

    .newslist .item img {
        width: 100px;
        height: 100px;
    }

    .newslist .item .info h3 {
        font-size: 15px;
        line-height: normal;
    }

    .con3 .newslist .item .info h3.tov2 {
        -webkit-line-clamp: 1;
    }

    .newslist .item .info p {
        font-size: 13px;
        line-height: normal;
    }

    .newslist .item .info .bot {
        margin-top: 24px;
        font-size: 13px;
    }

    .zzlist {
        display: grid;
        height: auto;
        margin-top: 20px;
        column-gap: 16px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}