.banner {
    width: 100%;
    height: 420px;
    margin-top: 110px
}

.banner img {
    width: 100%;
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover
}

.body {
    width: 1300px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px
}

.body .left .box {
    width: 300px;
    background-image: url(../img/gywm-znbm/leftbg.png);
    background-repeat: no-repeat;
    border-radius: 0 50px 0 0;
    -webkit-transform: translateY(-118px);
    -ms-transform: translateY(-118px);
    transform: translateY(-118px);
    padding-bottom: 22px;
    position: relative
}

.body .left .box .breadcrumb {
    position: absolute;
    left: 392px;
    top: 64px;
    font-size: 14px;
    color: #fdffff;
    width: 300px
}

.body .left .box .breadcrumb span {
    cursor: pointer
}

.body .left .box .name {
    font-size: 40px;
    color: #fff;
    padding: 33px 69px
}

.body .left .box .items {
    width: 300px;
    background: #f0f8f3;
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px)
}

.body .left .box .items .item {
    font-size: 18px;
    padding: 19px 48px;
    border-bottom: 1px solid #d1e3e1;
    cursor: pointer
}

.body .left .box .items .active {
    background-color: #fff;
    color: #1f6e78;
    font-weight: 700;
    position: relative
}

.body .left .box .items .active::after {
    content: "";
    width: 36px;
    height: 11px;
    background: url(../img/gywm-znbm/active.png);
    position: absolute;
    left: 170px;
    top: 25px
}

.body .right {
    width: 911px;
    padding-top: 35px
}

.body .right .name {
    font-size: 40px;
    color: #333
}

.body .right .top {
    padding-top: 31px
}

.body .right .top .box {
    width: 907px;
    padding: 30px 39px;
    padding-bottom: 20px;
    background-image: url(../img/gywm-zzjg/kxj-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.body .right .top .box .input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #1f6e78;
    width: 828px;
    background: #fff
}

.body .right .top .box .input input {
    font-size: 16px;
    color: #888;
    width: 767px;
    height: 54px;
    padding-left: 20px
}

.body .right .top .box .input .search {
    width: 61px;
    height: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, right top, from(#1b7d85), to(#1c9da7));
    background: -webkit-linear-gradient(left, #1b7d85 0, #1c9da7 100%);
    background: linear-gradient(90deg, #1b7d85 0, #1c9da7 100%)
}

.body .right .top .box .input .search img {
    width: 20px;
    height: 20px
}

.body .right .top .box .az {
    color: #888;
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.body .right .top .box .az>div:nth-child(1) {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.body .right .top .box .az .title {
    font-weight: 700;
    padding-right: 22px
}

.body .right .top .box .az .item {
    display: inline-block;
    width: 28px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer
}

.body .right .top .box .az .active {
    color: #1f6e78;
    font-weight: 700
}

.body .right .top .box .eyes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 10px
}

.body .right .top .box .eyes .eye {
    width: 363px;
    height: 78px;
    background: #f0f8f3;
    border: 1px solid #1f6e78;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.body .right .top .box .eyes .eye .pl {
    margin-left: 30px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.body .right .top .box .eyes .eye span {
    font-size: 22px;
    color: #666;
    margin-left: 20px
}

.body .right .top .box .eyes .eye .plr {
    margin-left: 130px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.body .right .top .box .eyes .eye::after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #1f6e78;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.body .right .top .box .eyes .eye:hover::after {
    width: 100%
}

.body .right .bottom .row {
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.body .right .bottom .row .item {
    width: 402px;
    height: 198px;
    background-image: url(../img/gywm-zzjg/kxj-bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 40px;
    padding: 30px 15px;
    position: relative;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.body .right .bottom .row .item .title {
    font-size: 23px;
    color: #1f6e78;
    margin-bottom: 17px;
    width: 50%;
    word-wrap: break-word;
}

.body .right .bottom .row .item .title1 {
    font-size: 14px;
    color: #333;
    width: 37%;
    word-wrap: break-word;
}

.body .right .bottom .row .item .detail {
    margin-top: 38px;
    font-size: 14px;
    color: #206d73;
    position: relative;
    width: 37%;
}

.body .right .bottom .row .item .detail:after {
    content: "";
    width: 36px;
    height: 11px;
    position: absolute;
    left: 45px;
    top: 5px;
    background-image: url(../img/gywm-znbm/active.png);
    background-repeat: no-repeat
}

.body .right .bottom .row .item .person {
    position: absolute;
    right: 0;
    bottom: 0
}

.body .right .bottom .row .item:hover {
    background-image: url(../img/gywm-zzjg/kxj-bg-active.png);
    -webkit-box-shadow: 8px 14px 18px 0 rgba(24, 44, 47, .38);
    box-shadow: 8px 14px 18px 0 rgba(24, 44, 47, .38);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.body .right .bottom .row .item:hover .detail,
.body .right .bottom .row .item:hover .title,
.body .right .bottom .row .item:hover .title1 {
    color: #fff
}

.body .right .bottom .row .item:hover .detail:after {
    content: "";
    background-image: url(../img/gywm-znbm/active2.png)
}

@media screen and (max-width:800px) {
    div.select-main {
        width: 4.3866666667rem
    }

    div.select-block {
        width: 100%
    }

    .banner {
        width: 100%;
        height: 4.16rem;
        margin-top: 0;
        position: relative
    }

    .banner img {
        width: 100%;
        position: relative;
        height: 4.16rem;
        -o-object-fit: cover;
        object-fit: cover
    }

    .mbody {
        width: 100%;
        margin: auto
    }

    .mbody .name {
        font-size: .5333333333rem;
        color: #333;
        padding-left: .5333333333rem;
        margin-top: .8rem;
        margin-bottom: .8rem
    }

    .mbody .top {
        margin-top: .48rem
    }

    .mbody .top .box {
        width: 8.9066666667rem;
        background-image: url(../img/gywm-zzjg/kxj-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: .4rem;
        padding-bottom: .1333333333rem;
        margin: auto
    }

    .mbody .top .box .input {
        width: 8.1066666667rem;
        background: #fff;
        border: 1px solid #1f6e78;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: .4rem
    }

    .mbody .top .box .input input {
        width: 7.2266666667rem;
        height: .88rem;
        font-size: .32rem;
        color: #888;
        padding-left: .1333333333rem
    }

    .mbody .top .box .input .search {
        width: .88rem;
        height: .88rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: -webkit-gradient(linear, left top, right top, from(#1b7d85), to(#1c9da7));
        background: -webkit-linear-gradient(left, #1b7d85 0, #1c9da7 100%);
        background: linear-gradient(90deg, #1b7d85 0, #1c9da7 100%)
    }

    .mbody .top .box .input .search img {
        width: .3733333333rem;
        height: .3733333333rem
    }

    .mbody .top .box .az .ai,
    .mbody .top .box .az .js {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .mbody .top .box .az .tz {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .mbody .top .box .az .tz .item {
        margin-right: .08rem
    }

    .mbody .top .box .az .item {
        width: .6933333333rem;
        height: .6933333333rem;
        background: #fff;
        border: 1px solid #e5e5e7;
        font-size: .2933333333rem;
        color: #aaa;
        text-align: center;
        line-height: .6933333333rem;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: .2666666667rem
    }

    .mbody .top .box .az .active {
        color: #1f6e78;
        font-weight: 700
    }

    .mbody .bottom {
        width: 8.9066666667rem;
        margin: auto;
        margin-bottom: 1.0666666667rem
    }

    .mbody .bottom .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 1.2rem
    }

    .mbody .bottom .item {
        width: 4.2rem;
        height: 2.3866666667rem;
        border-top-right-radius: .5333333333rem;
        background-image: url(../img/gywm-zzjg/kxj-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative
    }

    .mbody .bottom .item .title {
        font-size: .3rem;
        color: #1f6e78;
        padding-top: .4rem;
        margin-left: .2rem;
        width: 1.5rem
    }

    .mbody .bottom .item .detail {
        font-size: .24rem;
        color: #1f6e78;
        margin-top: .4rem;
        margin-left: .2rem
    }

    .mbody .bottom .item .detail img {
        width: .4133333333rem;
        height: .1333333333rem
    }

    .mbody .bottom .item .person {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 2.6533333333rem;
        height: 3.08rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .mbody .bottom .item .person img {
        width: 100%
    }
}

/*# sourceMappingURL=kxyj-kxj.min.css.map */