.hc_baner {
    position: relative;
}

.hc_baner .bd img {
    width: 100%;
    object-fit: cover;
    min-height: 240px;
}

.hc_baner .bd li {
    position: relative;
}
.hc_baner_desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hc_baner_desc h2 {
    font-size: 0.72rem;
    color: #fff;
    font-weight: bold;
    position: relative;
    top: 45%;
    width: 90%;
    max-width: 1400px;
    margin: auto;
    /* padding: 0 26px; */

}


/* 内容导航 */
.hc_main_nav {
    height: 60px;
    background-color: #fff;
    box-shadow: 0px 1px 40px 0px rgba(0, 62, 153, 0.15);
    position: sticky;
    top: 69px;
    z-index: 9;
    width: 100%;
}

.hc_main_nav ul {
    display: flex;
    justify-content: center;
    width: 96%;
    height: 100%;
    max-width: 1400px;
    margin: auto;
}

.hc_main_nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.26rem;
    cursor: pointer;
}

.hc_main_nav ul li a {
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 0.18rem;
}

.hc_main_nav ul li:hover a {
    color: #13558A;
}

.hc_main_nav ul li a::after {
    content: "";
    height: 100%;
    width: 2px;
    background-color: rgb(19, 85, 138);
    position: absolute;
    top: 0;
    right: 0;

}

.hc_main_nav ul li:last-of-type a::after {
    background-color: transparent;
}

/* 合作方向 */
.hc_ecology1 {
    padding-top: 0.8rem;
    padding-bottom: 1.2rem;
    background: url(./images/block1-bg.jpg) no-repeat center/cover;
}

.hc_ecology1_cont {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.hc_ecology1_bt {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.6rem;
}

.hc_ecology1_desc p {
    line-height: 30px;
    color: #5b5b5b;
    margin-bottom: 0.2rem;
    font-size: 16px;
}

.hc_ecology1_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0.35rem;
}

.hc_ecology1_item {
    width: 31.5%;
    height: 4.6rem;
    background: url(./images/block1-bg1.jpg) no-repeat bottom;
    background-size: 100% 2.2rem;
    background-color: rgb(255, 255, 255);
    opacity: 0.871;
    box-shadow: 0px 3px 90px 0px rgba(207, 207, 207, 0.43);
    position: relative;
}

.hc_ecology1_item:nth-child(2) {
    background-image: url(./images/block1-bg2.jpg);
}

.hc_ecology1_item:nth-child(3) {
    background-image: url(./images/block1-bg3.jpg);
}

.hc_item_doc {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.hc_docbox {
    padding: 0.4rem 0.45rem 0;
}

.hc_docbox_bt {
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
    letter-spacing: 1px;
}

.hc_docbox_p {
    padding-top: 0.25rem;
    border-top: 2px solid rgba(51, 51, 51, 0.5);
}



.hc_docbox_p p {
    line-height: 30px;
    font-size: 0.18rem;
}

/* 生态伙伴 */
.hc_ecology2 {
    position: relative;
    background: url(./images/block2-bg.jpg) no-repeat center/cover;
}


.hc_ecology2_cont {
    width: 100%;
    height: 100%;
    position: relative;
}

.hc_ecology2ox {
    width: 80%;
    max-width: 1400px;
    margin: auto;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
    position: relative;
}

.hc_ecology2t {
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 0.6rem;
}

.hc_iconbg {
    position: relative;
}

.hc_iconbg .hc_hd img {
    width: 100%;
}

.hc_iconbg .prev, .hc_iconbg .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hc_iconbg .prev img, .hc_iconbg .next img {
    width: 0.44rem;
}

.hc_iconbg .prev {
    left: -0.8rem;
}

.hc_iconbg .next {
    right: -0.8rem;
}

/* 立即申请 */
.hc_ecology3 {
    padding: 0.8rem 0;
    background: url(./images/block3-bg.png) no-repeat #f7f7fa;
    background-position-y: 4rem;
    overflow: hidden;
}

.hc_ecology3_cont {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.hc_zxbt {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.hc_ecology3_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 1rem 0;
}

/* .hc_ecology3_list::after {
    content: "";
    width: 80%;
    height: 2px;
    background-color: rgb(92, 94, 95);
    opacity: 0.4;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
} */
.hc_solid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    height: 2px;
    background-color: rgba(92, 94, 95, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hc_solid>li {
    border-radius: 50%;
    background-color: rgb(19, 85, 138);
    width: 0.11rem;
    height: 0.11rem;
    min-width: 6px;
    min-height: 6px;
}

.hc_ecology3_item {
    display: flex;
    align-items: center;
    position: relative;
}

.hc_ecology3_item:nth-child(odd) {
    top: -0.6rem;
}


.hc_ecology3_item:nth-child(even) {
    top: 0.6rem;
}



.hc_ecology3_item_l p {
    font-size: 0.46rem;
    color: rgba(51, 51, 51, 0.259);
    font-weight: bold;
    font-style: italic;
    margin-right: 10px;
}

.hc_ecology3_item_r {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 0.55rem;
    min-height: 30px;
    border-width: 2.51px;
    border-color: rgba(92, 94, 95, 0.4);
    border-style: solid;
    border-radius: 0.5rem;
}

.hc_ecology3_item_r p {
    font-size: 0.26rem;
    color: #333;
}

.hc_wal {
    display: flex;
    justify-content: space-between;
    padding-top: 0.3rem;
}

.hc_wal_l {
    width: 40%;
}

.hc_wal_l .hc_form li {
    position: relative;
    margin-bottom: 20px;
}


.hc_wal_l .hc_form li .lbox {
    position: relative;
    padding-left: 110px;
    height: 55px;
    background-color: #f7f7fa;
    border-radius: 4px;
    /* box-shadow: 0px 3px 20px 0px rgb(207 207 207 / 30%); */
    box-shadow: 0px 1px 40px 0px rgba(0, 62, 153, 0.15);
}



.hc_wal_l .hc_form .li02 .lbox {
    height: 1.75rem;
    min-height: 100px;
}

.hc_form_title {
    position: absolute;
    left: 18px;
    top: 0;
    line-height: 55px;
    font-size: 14px;
    color: #5b5b5b;
}

.hc_form_title em {
    color: #ff0000;
}

.hc_form .input1 {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
}

.hc_form input, .hc_form textarea {
    background: transparent;
    padding: 0px;
    font-size: 12px;
    color: #888;
    outline: none;
    border: 0px;
    font-family: "microsoft yahei", "simhei", Arial, sans-serif;
}

.hc_form textarea {
    padding-top: 18px;
    font-size: 14px;
    width: 100%;
    height: 100%;
    resize: none;
}

/* 提交按钮 */
.hc_submin {
    display: flex;
    justify-content: center;
}

.hc_submin a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    min-width: 200px;
    border-radius: 5px;
    color: #fff;
    background: #13558A;
}

.hc_wal_r {
    width: 40%;
    padding: 0.2rem 0.5rem;
    background: url(./images/addr-bg.png) no-repeat bottom;
    background-color: #f7f7fa;
    box-shadow: 0px 1px 40px 0px rgba(0, 62, 153, 0.15);
}


.hc_qyname {
    display: flex;
    align-items: center;
    height: 0.6rem;
    min-height: 40px;
    border-bottom: 1px solid #333;
}

.hc_qyname p {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
}

.hc_zbaddr {
    margin-top: 0.3rem;
}

.hc_zbaddr p {
    color: #5b5b5b;
    line-height: 24px;
}

.hc_zbaddr_icon {
    display: flex;
    align-items: center;
}

.hc_zbaddr_icon img {
    margin-right: 10px;
}

.hc_addr_img img {
    width: 100%;
    margin: 0.2rem 0 0.3rem;
}

.hc_lx_tool {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hc_phone_icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.hc_phone_icon p {
    color: #5b5b5b;
    margin-left: 10px;
}

.hc_phone_num {
    font-size: 0.24rem;
    font-weight: bold;
    color: #5b5b5b;
    text-indent: 1em;
}

.hc_lx_account {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20px;
}

.hc_lx_account span {
    color: #5b5b5b;
    margin-top: 5px;
}

.hc_lx_account img {
    width: 100px;
}

/* 弹出框 */
.ui-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    background: rgba(0, 0, 0, .4);
    display: none;
    color: #000
}

.ui-dialog-notice {
    background: transparent
}

.ui-dialog.show {
    display: -webkit-box;
    display: box
}

.ui-dialog .ui-dialog-cnt {
    border-radius: 6px;
    width: 270px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .95);
    position: relative
}

.ui-dialog .ui-dialog-bd {
    text-align: center;
    min-height: 71px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 18px;
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    display: box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical
}

.ui-dialog .ui-dialog-bd h4 {
    margin-bottom: 4px;
    font-size: 16px;
    width: 100%;
    text-align: center
}

.ui-dialog .ui-dialog-bd div {
    width: 100%
}

.ui-dialog .ui-dialog-ft {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.ui-dialog .ui-dialog-ft button {
    height: 42px;
    line-height: 42px;
    background: #f5f5f6;
}

.ui-dialog .ui-dialog-ft button:active {
    background: rgba(0, 0, 0, .1)
}

.ui-dialog .ui-dialog-ft button:first-child {
    border-bottom-left-radius: 6px;
    background-image: none
}

.ui-dialog .ui-dialog-ft button:last-child {
    border-bottom-right-radius: 6px
}

.ui-dialog-notice .ui-dialog-cnt {
    width: 130px;
    height: 110px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    text-align: center;
    background: rgba(0, 0, 0, .65);
    border-radius: 6px;
    color: #fff
}

.ui-btn-group {
    display: -webkit-box;
    width: 100%
}

.ui-btn-group button {
    color: #13558A;
    border: 0;
    display: block;
    line-height: 50px;
    height: 48px;
    -webkit-box-flex: 1;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    border-right: 1px #c8c7cc solid;
    width: 100%;
    border-top: 1px solid #c8c7cc
}

.ui-btn-group button:active {
    background: rgba(0, 0, 0, .1)
}

.ui-btn-group button:last-child {
    border-right: 0;
    background-image: none
}

@media (max-width:1024px) {
    .hc_baner_desc h2 {
        width: 100%;
        padding: 0 26px;
    }
    .hc_main_nav {
        top: 59px;
    }

    .hc_icon_list {
        display: flex;
    }

    .hc_ecology1_item {
        height: 260px;
    }

    /* 在线申请 */
    .hc_wal {
        flex-direction: column;
    }

    .hc_wal_l, .hc_wal_r {
        width: 100%;
    }

    .hc_submin a {
        margin-bottom: 30px;
    }

    .hc_docbox_bt {
        font-size: 18px;
    }

    .hc_docbox_p p {
        font-size: 14px;
    }

    
}

@media (max-width:640px) {
    .hc_iconbg .prev {
        left: -0.6rem;
    }

    .hc_iconbg .next {
        right: -0.6rem;
    }

    /* 合作伙伴 */
    .hc_ecology1_item {
        width: 100%;
        margin-bottom: 20px;
        background-size: 100% 160px;
    }

    .hc_docbox {}

    .hc_icon_list>li {
        width: 33.3333%;
    }


    /* 在线申请 */
    .hc_ecology3_list {}

    .hc_ecology3_item {
        position: initial;
        margin-bottom: 20px;
        width: 50%;
        justify-content: center;
    }

    .hc_solid {
        display: none;
    }


}
