:root {
    --font-size-default: 20px;
    --font-size-title: 36px;
    --font-color: #202020;
    --swiper-theme-color: #05B7A3;
}

.pre_line {
    white-space: pre-line;
}

.page_content {
    padding-top: 100px;
    min-height: 100vh;
}

.box_title {
    padding: 80px 0 40px;
    font-weight: 500;
    font-size: 40px;
    color: #202020;
    line-height: 50px;
    text-align: center;
}

.box_title .title_fu {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #202020;
    line-height: 28px;
}

.box_title .fu_title {
    margin-top: 20px;
    font-weight: 400;
    font-size: 32px;
    color: #285BC1;
}

.box_title .fu_title2 {
    margin-top: 20px;
    font-weight: 400;
    font-size: 32px;
    color: #18589D;
    line-height: 52px;
    white-space: pre-line;
}

.home_page a,
.home_page {
    font-weight: 400;
    color: #303133;
}

.home_page {
    padding-top: 0;
}


.page_top_box {
    position: relative;

}

.page_top_box .top_txt_box {
    position: relative;
    z-index: 2;
    width: 550px;
    max-width: 100%;
    color: #202020;
}

.page_top_box .top_txt_box .title {
    font-weight: bold;
    font-size: 40px;
    line-height: 54px;
}

.page_top_box .top_txt_box .intro {
    margin-top: 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    white-space: pre-line;
}

.page_top_box .top_txt_box .btn {
    margin-top: 30px;
    width: 180px;
    height: 52px;
    background: #285BC1;
    box-shadow: 0px 5px 8px 0px rgba(30, 80, 180, 0.5);
    border-radius: 26px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.page_top_box .top_img {
    position: absolute;
    right: 0;
}

.page_top_box .top_gywm {
    bottom: 28px;
}

.page_top_box .top_lxwm {
    bottom: 36px;
}

.page_top_box .top_khal {
    bottom: 20px;
}

.page_top_box .top_zhwy {
    bottom: 12px;
}

.page_top_box .top_img img {
    max-width: 100%;
}

.home_page_top_box {
    /* height: 100vh; */
    position: relative;
    /* background-color: #E9EFF9; */
    padding-top: 100px;
    /* max-width: 1920px; */
    margin: auto;
    background-color: #EDF3FF;
}

.page_top_box .bj {
    position: absolute;
    z-index: 1;
    width: 55%;
    max-width: 100%;
    object-fit: contain;
    max-width: 620px;
    right: calc((100vw - 1400px) / 2);
}

.page_top_box .top_con_box {
    position: relative;
    z-index: 2;
    flex: 1;
    height: 0;
    /* height: 100vh; */
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 0;
    padding: 130px 0;
}

.page_top_box .top_con_box .top_txt_box {
    width: 40%;
    width: 740px;
    max-width: 100%;
}

.page_top_box .top_con_box .top_txt_box .txt1 {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
}

.page_top_box .top_con_box .top_txt_box .txt2 {
    margin-top: 20px;
    font-weight: bold;
    font-size: 40px;
    line-height: 54px;
}

.page_top_box .top_con_box .top_txt_box .txt3 {
    margin-top: 15px;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.page_top_box .top_con_box .top_txt_box .btn {
    margin-top: 0;
    margin-right: 20px;
    width: 180px;
    height: 52px;
    background: #285BC1;
    box-shadow: 0px 5px 8px 0px rgba(65, 110, 255, 0.5);
    border-radius: 26px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.page_top_box .top_con_box .top_txt_box .zixun {
    font-weight: 400;
    font-size: 18px;
    color: #606266;
    line-height: 20px;
    border-bottom: 1px solid #606266;
}

.page_top_box .top_bom_box {
    /* padding: 0 calc(20px + 4%); */
    position: relative;
    z-index: 2;
    /* position: absolute; */
    /* z-index: 2; */
    /* bottom: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* background-color: rgba(255, 255, 255, 0.8); */
    /* background: #fff; */
    padding: 60px 0;
}

.page_top_box .top_bom_box .top_bom_box_warp {
    width: 100%;
    max-width: 1400px;
    margin: auto;

}

.page_top_box .top_bom_box .bom_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.page_top_box .top_bom_box .bom_row .bom_col {
    flex: 1;
    padding: 30px 20px;
    background: #fff;
    /* border: 1px solid #eee; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: all .2s;
}

.page_top_box .top_bom_box .bom_row .bom_col:hover {
    color: #285BC1;
    filter: brightness(0.99);
    box-shadow: 0px 1px 12px 0px rgba(26, 58, 167, 0.19);
}

.page_top_box .top_bom_box .bom_row .bom_col .icon {
    flex-shrink: 0;
    margin-top: 10px;
    margin-right: 20px;
    width: 102px;
    height: 70px;
}

.page_top_box .top_bom_box .bom_row .bom_col .icon img {
    max-width: 100%;
    max-height: 100%;
}

.page_top_box .top_bom_box .bom_row .bom_col .title {
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
}

.page_top_box .top_bom_box .bom_row .bom_col .line {
    margin: 10px 0;
    width: 130px;
    height: 1px;
    border: 1px solid #BBBBBB;
}

.page_top_box .top_bom_box .bom_row .bom_col:hover .line {
    border-color: #285BC1;
}

.page_top_box .top_bom_box .bom_row .bom_col .intro {
    font-size: 20px;
    color: #666;
    line-height: 34px;
}

.home_box_title {
    padding: 40px 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
}

.home_box_title .home_box_title_fu {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #909399;
    line-height: 28px;
}

.home_szh_box {
    position: relative;
    padding-bottom: 64px;
}

.home_szh_box .bj {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_szh_box .home_szh_card {
    padding: 56px 70px 20px 28px;
    background: #FFFFFF;
    box-shadow: 0px 1px 24px 3px rgba(26, 58, 167, 0.19);
}

.home_szh_box .home_szh_card .fa_ul {}

.home_szh_box .home_szh_card .fa_ul .fa_li+.fa_li {
    margin-top: 20px;
}

.home_szh_box .home_szh_card .fa_ul .fa_li {
    width: 300px;
    height: 80px;
    padding: 0 30px;
    background: #FFFFFF;
    box-shadow: 0px 3px 70px 0px rgba(46, 96, 195, 0.13);
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    white-space: nowrap;
    cursor: pointer;
}

.home_szh_box .home_szh_card .fa_ul .active {
    background-color: #EBF2FC;
    cursor: default;
}

.home_szh_box .home_szh_card .fa_ul .fa_li img {
    margin-right: 10px;
    width: 44px;
    height: 46px;
}

.home_szh_box .home_szh_card .fa_con {
    flex-shrink: 1;
    width: 580px;
    padding: 0 20px;
}

.home_szh_box .home_szh_card .fa_con .fa_item {
    display: none;
}

.home_szh_box .home_szh_card .fa_con .active {
    display: block;
}

.home_szh_box .home_szh_card .fa_con .fa_item .title {
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
}

.home_szh_box .home_szh_card .fa_con .fa_item .title span {
    position: relative;
    z-index: 2;
}

.home_szh_box .home_szh_card .fa_con .fa_item .title span::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 8px;
    background: #72A7F9;
}

.home_szh_box .home_szh_card .fa_con .fa_item .intro {
    margin-top: 20px;
    min-height: 84px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.home_szh_box .home_szh_card .fa_con .fa_item .btn {
    margin-top: 20px;
    width: 108px;
    height: 40px;
    background: #285BC1;
    border-radius: 2px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.home_szh_box .home_szh_card .home_szh_img {
    width: 308px;
    height: 336px;
}

.home_szh_box .home_szh_card .home_szh_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_zncw_box {
    padding: 30px 0 50px;
}

.home_zncw_box .home_zncw_con {}

.home_zncw_box .home_zncw_con .zncw_list {}

.home_zncw_box .home_zncw_con .zncw_list .zncw_item {
    width: 25%;
    padding: 20px 25px;
    text-align: center;
}

.home_zncw_box .home_zncw_con .zncw_list .zncw_item .zncw_card {
    /* height: 100%; */
}

.home_zncw_box .home_zncw_con .zncw_list .zncw_item .zncw_card .icon {
    margin: auto;
    width: 170px;
    height: 140px;
}

.home_zncw_box .home_zncw_con .zncw_list .zncw_item .zncw_card .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home_zncw_box .home_zncw_con .zncw_list .zncw_item .zncw_card .label {
    font-weight: 500;
    font-size: 25px;
    color: #080D85;
    line-height: 35px;
}

.home_zncw_box .home_zncw_con .zncw_list .zncw_item .zncw_card .value {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #606266;
    line-height: 28px;
}

.home_zhwy_box {
    padding-bottom: 60px;
}

.home_zhwy_box .home_zhwy_con {}

.home_zhwy_box .home_zhwy_con .znwy_list {
    margin: 0 -15px;
}

.home_zhwy_box .home_zhwy_con .znwy_list .znwy_item {
    width: 25%;
    padding: 15px;
}

.home_zhwy_box .home_zhwy_con .znwy_list .znwy_item .znwy_card {
    position: relative;
}

.home_zhwy_box .home_zhwy_con .znwy_list .znwy_item .znwy_card img {
    width: 100%;
}

.home_zhwy_box .home_zhwy_con .znwy_list .znwy_item .znwy_card .znwy_txt_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.home_zhwy_box .home_zhwy_con .znwy_list .znwy_item .znwy_card .znwy_txt_box .name {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}

.home_zhwy_box .home_zhwy_con .znwy_list .znwy_item .znwy_card .znwy_txt_box .intro {
    margin-top: 10px;
    min-height: 112px;
    font-weight: 400;
    font-size: 18px;
    color: #94A8BE;
    line-height: 28px;
    text-align: justify;
}

.home_zhwy_box .home_zhwy_con .znwy_list .znwy_item .znwy_card .znwy_txt_box .xq_btn {
    margin-top: 20px;
    font-weight: 500;
    font-size: 22px;
    color: #285BC1;
    cursor: pointer;
}

.home_ddtb_box {
    padding: 30px 0;
    background-color: #F4F6FF;
}

.home_ddtb_box .home_ddtb_con {}

.home_ddtb_box .home_ddtb_con .ddtb_list {
    padding: 30px 0;
}

.home_ddtb_box .home_ddtb_con .ddtb_list .ddtb_item {
    flex: 1;
    padding: 15px;
}

.home_ddtb_box .home_ddtb_con .ddtb_list .ddtb_item .ddtb_card {
    margin: auto;
    width: 310px;
    max-width: 100%;
    text-align: center;
}

.home_ddtb_box .home_ddtb_con .ddtb_list .ddtb_item .ddtb_card .icon {
    margin: auto;
    width: 185px;
    height: 185px;
    background: #285BC1;
    border-radius: 50%;
}

.home_ddtb_box .home_ddtb_con .ddtb_list .ddtb_item .ddtb_card .icon img {
    width: 125px;
    height: 125px;
}

.home_ddtb_box .home_ddtb_con .ddtb_list .ddtb_item .ddtb_card .icon_dn img {
    width: 120px;
    height: 120px;
}

.home_ddtb_box .home_ddtb_con .ddtb_list .ddtb_item .ddtb_card .name {
    margin-top: 60px;
    font-weight: 500;
    font-size: 24px;
    color: #285BC1;
    line-height: 36px;
}

.home_ddtb_box .home_ddtb_con .ddtb_list .ddtb_item .ddtb_card .intro {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.home_ys_box {
    padding: 20px 0 60px;
}

.home_ys_box .home_ys_con {
    padding: 10px 0;
}

.home_ys_box .home_ys_con .ys_img {
    width: 293px;
    height: 285px;
    padding: 15px;
}

.home_ys_box .home_ys_con .ys_list {
    flex-shrink: 1;
    width: 360px;
}

.home_ys_box .home_ys_con .ys_list .ys_item {
    padding-right: 40px;
}

.home_ys_box .home_ys_con .ys_list .ys_item+.ys_item {
    margin-top: 20px;
}

.home_ys_box .home_ys_con .ys_list:last-child .ys_item {
    padding-right: 0;
    padding-left: 40px;
    text-align: right;
}

.home_ys_box .home_ys_con .ys_list .ys_item .title {
    display: inline-block;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    background-image: linear-gradient(to right, #3547FD, #5CAEFB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home_ys_box .home_ys_con .ys_list .ys_item .line {
    margin-top: 4px;
    position: relative;
    height: 2px;
    background: #BBBBBB;
}

.home_ys_box .home_ys_con .ys_list .ys_item .line::before {
    content: '';
    position: absolute;
    left: 100%;
    width: 40px;
    height: 2px;
    background: #BBBBBB;
    transform: rotate(30deg);
    transform-origin: left center;
}

.home_ys_box .home_ys_con .ys_list:last-child .ys_item .line::before {
    left: auto;
    right: 100%;
    transform: rotate(-30deg);
    transform-origin: right center;
}

.home_ys_box .home_ys_con .ys_list .ys_item:last-child .line::before {
    transform: rotate(-30deg);
}

.home_ys_box .home_ys_con .ys_list:last-child .ys_item:last-child .line::before {
    transform: rotate(30deg);
}

.home_ys_box .home_ys_con .ys_list .ys_item .line::after {
    content: '';
    position: absolute;
    top: 17px;
    left: calc(100% + 30px);
    width: 6px;
    height: 6px;
    background: #BBBBBB;
    border-radius: 50%;
}

.home_ys_box .home_ys_con .ys_list:last-child .ys_item .line::after {
    left: auto;
    right: calc(100% + 30px);
}

.home_ys_box .home_ys_con .ys_list .ys_item:last-child .line::after {
    top: auto;
    bottom: 17px;
}

.home_ys_box .home_ys_con .ys_list .ys_item .intro {
    min-height: 84px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    white-space: pre-line;
}


.home_cyh_box {
    position: relative;
    background: linear-gradient(0deg, #EDF3FF 0%, #F4F6FF 100%);
    padding: 30px 0 70px;
}

.home_cyh_box .home_cyh_con {
    margin-top: 50px;
    position: relative;
}

.home_cyh_box .home_cyh_con::before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 30px;
    right: 30px;
    top: -10px;
    height: 80%;
    background: #0037A5;
    border-radius: 5px;
}

.home_cyh_box .home_cyh_con::after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 40px;
    right: 40px;
    top: -20px;
    height: 60%;
    background-color: rgba(0, 81, 244, 0.5);
    border-radius: 5px;
}

.home_cyh_box .home_cyh_con .cyh_card {
    position: relative;
    z-index: 3;
    height: 571px;
    background: #FFFFFF;
    box-shadow: 0px 3px 30px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px 0 40px;
}

.home_cyh_box .home_cyh_con .cyh_card::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -40px;
    bottom: -40px;
    left: 33.33%;
    right: 33.33%;
    background-color: #285BC1;
}

.home_cyh_box .home_cyh_con .cyh_card .cyh_tr {}

.home_cyh_box .home_cyh_con .cyh_card .cyh_td {
    flex: 1;
    min-height: 128px;
    padding: 20px;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_cyh_box .home_cyh_con .cyh_card .cyh_td:nth-child(2) {
    color: #FFFFFF;
}

.home_cyh_box .home_cyh_con .cyh_card .cyh_tr:first-child .cyh_td:nth-child(2)>div {
    width: 240px;
    height: 76px;
    background: #72A7F9;
    box-shadow: 0px 2px 4px 0px rgba(0, 40, 120, 0.19);
    border-radius: 29px;
}

.home_fwld_box {
    margin-top: 120px;
}

.home_fwld_box .img_box {
    width: 256px;
}

.home_fwld_box .img_box img {
    width: 100%;
}

.home_fwld_box .info {
    margin-left: 60px;
    flex: 1;
    width: 0;
}

.home_fwld_box .info .title {
    padding: 30px 0;
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
}

.home_fwld_box .info .ul {}

.home_fwld_box .info .ul .li {
    position: relative;
    min-width: 50%;
    max-width: 100%;
    padding: 5px 12px;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

.home_fwld_box .info .ul .li:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #303133;
}

.home_dfwq_box {
    padding: 20px 0 50px;
}

.home_dfwq_box .home_dfwq_con {}

.home_dfwq_box .home_dfwq_con .dfwq_list {}

.home_dfwq_box .home_dfwq_con .dfwq_list .dfwq_item {
    width: calc(100% / 3);
    padding: 30px;
}

.home_dfwq_box .home_dfwq_con .dfwq_list .dfwq_item .dfwq_card {
    min-height: 130px;
    align-items: flex-start;
    background: #FFFFFF;
    box-shadow: 0px 4px 27px 0px rgba(36, 96, 251, 0.08);
    border-radius: 20px;
    padding: 30px 25px;
}

.home_dfwq_box .home_dfwq_con .dfwq_list .dfwq_item .dfwq_card .icon {
    margin-right: 15px;
    max-width: 30px;
}

.home_dfwq_box .home_dfwq_con .dfwq_list .dfwq_item .dfwq_card .icon img {
    max-width: 100%;
}

.home_dfwq_box .home_dfwq_con .dfwq_list .dfwq_item .dfwq_card .intro {
    flex: 1;
    width: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
}

.home_khal_box {
    padding: 20px 0 50px;
}

.home_khal_box .home_kfal_con {}

.home_khal_box .home_kfal_con .al_card {
    margin: 20px auto;
    width: 1226px;
    max-width: 100%;
    /* height: 586px; */
    background: linear-gradient(0deg, #EDF3FF 0%, #F4F6FF 100%);
}

.home_khal_box .home_kfal_con .al_card .card_top {}

.home_khal_box .home_kfal_con .al_card .card_top .tag_list {}

.home_khal_box .home_kfal_con .al_card .card_top .tag_list .tag_item {
    flex: 1;
}

.home_khal_box .home_kfal_con .al_card .card_top .tag_list .tag_item .tag {
    position: relative;
    height: 66px;
    padding: 0 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 66px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.home_khal_box .home_kfal_con .al_card .card_top .tag_list .tag_item .tag::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 3px;
    transition: all 0.2s ease-in;
}

.home_khal_box .home_kfal_con .al_card .card_top .tag_list .active .tag {
    color: #285BC1;
}

.home_khal_box .home_kfal_con .al_card .card_top .tag_list .active .tag::after {
    width: 100%;
    background-color: #285BC1;
}

.home_khal_box .home_kfal_con .al_card .card_line {
    height: 5px;
    background-color: #FFFFFF;
    border-top: 1px solid #DEE4FF;
    border-bottom: 1px solid #DEE4FF;
}

.kfal_list {}

.kfal_list .kfal_item {
    display: none;
    padding: 28px 40px 40px;
}

.kfal_list .active {
    display: flex;
}

.kfal_list .kfal_item .kf_img {
    /* display: none; */
    margin-right: 40px;
    width: 554px;
    /* height: 100%; */
}

.kfal_list .kfal_item .kf_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kfal_list .kfal_item .kf_rig {
    flex: 1;
    width: 0;
}

.kfal_list .kfal_item .kf_rig .kf_txt1 {
    font-weight: 400;
    font-size: 24px;
    color: #303133;
    line-height: 40px;
    text-align: justify;
}

.kfal_list .kfal_item .kf_rig .kf_txt2 {
    font-weight: 400;
    font-size: 20px;
    color: #303133;
    line-height: 36px;
    text-align: justify;
}

.kfal_list .kfal_item .kf_rig .kf_txt2 div {
    margin-top: 10px;
}

.kfal_list .kfal_item .kf_rig .bold {
    font-weight: bold;
}

.kfal_list .kfal_item .title {
    margin: 20px 0 15px;
    position: relative;
    z-index: 1;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}

.kfal_list .kfal_item .title:first-child {
    margin-top: 0;
}

.kfal_list .kfal_item .title::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    padding-left: 2em;
    height: 9px;
    background: #72A7F9;
}

.kfal_list .kfal_item .ul {}

.kfal_list .kfal_item .ul .li {
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    font-size: 18px;
    color: #606266;
    line-height: 28px;
}

.kfal_list .kfal_item .ul .li+.li {
    margin-top: 10px;
}

.kfal_list .kfal_item .ul .li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #909399;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    line-height: 16px;
    text-align: center;
}

.kfal_list .kfal_item .btn {
    /* margin-top: 40px; */
    margin: 40px auto 0;
    width: 108px;
    height: 40px;
    background: #285BC1;
    border-radius: 2px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.home_khal_box .logo_list {
    margin: 0 -30px;
    padding: 55px 0 25px;
}

.home_khal_box .logo_list .logo_item {
    flex: auto;
    padding: 15px 30px;
}

.home_khal_box .logo_list .logo_item .logo_li {
    height: 46px;
}

.home_khal_box .logo_list .logo_item .logo_li img {
    width: auto;
    height: 100%;
}

.home_zzry_box {
    padding: 20px 0 200px;
}

.home_zzry_box .home_zzry_con {}

.home_zzry_box .home_zzry_con .zzry_list {
    margin: auto;
    position: relative;
    width: 1156px;
    max-width: 100%;
}

.home_zzry_box .home_zzry_con .ry_list {
    margin-top: 80px;
}

.home_zzry_box .home_zzry_con .zz_list .zz_zhan {
    width: 266px;
    padding-top: 135.34%;
}

.home_zzry_box .home_zzry_con .ry_list .ry_zhan {
    width: 351px;
    padding-top: 72.65%;
}

.home_zzry_box .home_zzry_con .zz_list .zzry_item {
    width: 266px;
}

.home_zzry_box .home_zzry_con .ry_list .zzry_item {
    width: 351px;
}

.home_zzry_box .home_zzry_con .zzry_list .zzry_item {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transform: translate(0);
    transition: all 0.4s ease-in-out;
}

.home_zzry_box .home_zzry_con .zzry_list .zzry_item .elimg {
    width: 100%;
    height: auto;
}

.wysf_top_box {
    position: relative;
    background-color: #EDF3FF;
    padding-top: 38.13%;
}



.tcgl_top_box {
    background-color: #EDF3FF;
}

.tcgl_top_con {
    padding: 11.4% 0 7%;
}

.bxgl_top_con {
    padding: 55px 0 20px;
}

.wysf_top_con {
    padding: 120px 0;
}

.tcgl_js {
    width: 50%;
}

.tcgl_js .js_title {
    font-weight: bold;
    font-size: 40px;
    color: #285BC1;
    line-height: 54px;
}

.tcgl_js .js_intro {
    margin-top: 30px;
    width: 540px;
    max-width: 100%;
    font-weight: 400;
    font-size: 20px;
    color: #202020;
    line-height: 32px;
    text-align: justify;
    white-space: pre-line;
}

.tcgl_js .js_btn {
    margin-top: 38px;
    width: 177px;
    height: 52px;
    background: #285BC1;
    box-shadow: inset 5px 0px 8px 0px #1E50B4;
    border-radius: 26px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.tcgl_js_img {
    width: 50%;
    padding-left: 7%;
}

.tcgl_js_img img {
    width: 100%;
}

.cttc_bz_bj {
    position: relative;
}

.bj_img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bz_list {}

.bz_list .bz_item {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.bz_list .bz_item .bz_img {
    width: 100%;
    height: 285px;
}

.bz_list .bz_item .bz_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bz_list .bz_item .bz_txt_box {
    flex: 1;
    height: 0;
    min-height: 285px;
    padding: 12.8% 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

.bz_list .bz_item .bz_txt_box .bz_txt_title {
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    line-height: 32px;
}

.bz_list .bz_item .bz_txt_box .bz_txt_intro {
    margin-top: 30px;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 32px;
}

.wrzs_list {
    margin: 0 -15px;
}

.wrzs_list .wrzs_item {
    width: 25%;
    padding: 15px;
}

.wrzs_list .wrzs_item .wrzs_card {
    height: 100%;
    background: #F9F9F9;
    box-sizing: border-box;
    padding: 20px;
    color: #202020;
    display: flex;
    flex-direction: column;
}

.wrzs_list .wrzs_item .wrzs_card .wrzs_title {
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
}

.wrzs_list .wrzs_item .wrzs_card .wrzs_intro {
    margin-top: 10px;
    flex: 1;
    height: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    white-space: pre-line;

}

.wrzs_list .wrzs_item .wrzs_card .wrzs_intro span {
    font-size: 16px;
    color: #999999;
}

.wrzs_list .wrzs_item .wrzs_card .wrzs_tag {
    margin-top: 16px;
    width: 165px;
    height: 35px;
    background: #285BC1;
    border-radius: 18px;
    font-weight: 500;
    font-size: 17px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrzs_list .wrzs_item .wrzs_card .wrzs_img {
    margin-top: 40px;
    position: relative;
    padding-top: 68%;
    overflow: hidden;
}

.wrzs_list .wrzs_item .wrzs_card .wrzs_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.msdb_box {
    margin: auto;
    width: 1282px;
    max-width: 100%;
    background: #EDF3FF;
    border-radius: 20px;
    padding: 20px 3.5%;
    font-weight: 400;
    font-size: 20px;
    color: #202020;
    line-height: 30px;
}

.msdb_box .row:nth-child(1) .col:nth-child(1),
.msdb_box .row:nth-child(1) {
    font-weight: 500;
    font-size: 24px;
    color: #285BC1;
    line-height: 34px;
}

.msdb_box .row .col {
    flex: auto;
    padding: 20px;
}

.msdb_box .row .col:nth-child(1) {
    width: 50px;
    font-weight: 500;
    font-size: 24px;
    color: #202020;
    line-height: 34px;
}

.msdb_box .row .col:nth-child(2) {
    width: 200px;
}

.msdb_box .row .col:nth-child(3) {
    width: 200px;
}



.typtgl_bj {
    position: relative;
    min-height: 770px;
}

.typtgl_bj .bj {
    position: absolute;
    z-index: -1;
    height: 100%;
    object-fit: cover;
}

.typtgl_bj .zhezhao {
    position: absolute;
    top: 86%;
    bottom: 0;
}

.typtgl_bj .zhezhao::after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 44%;
    right: 0;
    width: 25%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    background-color: #FFFFFF;
    border-radius: 32%;
}

.typtgl_con {
    padding: 5.7% 0;
    color: #FFFFFF;
}

.typtgl_img_box {
    width: 60%;
}

.typtgl_con .typtgl_img {
    position: relative;
    padding-top: 69.7%;
}

.typtgl_con .typtgl_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.typtgl_con .typtgl_txt_box {
    width: 40%;
    padding-left: 40px;
    line-height: 1.6;
}

.typtgl_con .typtgl_title {
    font-weight: bold;
    font-size: 36px;
}

.typtgl_con .typtgl_intro {
    margin-top: 20px;
    font-size: 26px;
    text-align: justify;
}



.yycj_list {
    padding-bottom: 40px;
}

.yycj_list .yycj_item {
    flex: 1;
    padding: 10px 15px;
}

.yycj_list .yycj_item .yycj_card {
    text-align: center;
}

.yycj_list .yycj_item .yycj_card .yycj_img {
    position: relative;
    padding-top: 57.75%;
    overflow: hidden;
}

.yycj_list .yycj_item .yycj_card .yycj_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yycj_list .yycj_item .yycj_card .yycj_name {
    padding: 20px 0;
    font-weight: 500;
    font-size: 24px;
    color: #202020;
    line-height: 36px;
}


.lxwm_box {
    position: relative;
}

.lxwm_box .bj {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lxwm_box .lxwm_con {
    padding: 10.7% 0;
    text-align: center;
}

.lxwm_box .lxwm_con .lxwm_txt1 {
    font-weight: 500;
    font-size: 40px;
    color: #123479;
    line-height: 60px;
}

.lxwm_box .lxwm_con .lxwm_txt2 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 20px;
    color: #758FB4;
    line-height: 30px;
}

.lxwm_box .lxwm_con .lxwm_btn {
    margin: 40px auto 0;
    width: 270px;
    height: 74px;
    background: #285BC1;
    border-radius: 12px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
}


.bxgl_wt_box {
    background-color: #E7F0FE;
}

.bxgl_wt_con {}

.bxgl_wt_con .bxgl_wt_list {}

.bxgl_wt_con .bxgl_wt_list .bxgl_wt_item {
    padding: 10px 0;
}

.bxgl_wt_con .bxgl_wt_list .bxgl_wt_item:last-child {
    padding-bottom: 0;
}

.bxgl_wt_con .bxgl_wt_list .bxgl_wt_item .wt_img_box {
    position: relative;
    width: 50%;
}

.bxgl_wt_con .bxgl_wt_list .bxgl_wt_item:nth-child(2n) .wt_img_box:first-child {
    display: none;
}

.bxgl_wt_con .bxgl_wt_list .bxgl_wt_item:nth-child(2n-1) .wt_img_box:last-child {
    display: none;
}

.bxgl_wt_con .bxgl_wt_list .bxgl_wt_item .wt_img_box .img {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}

.bxgl_wt_con .bxgl_wt_list .bxgl_wt_item .wt_img_box .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bxgl_wt_con .bxgl_wt_list .bxgl_wt_item .wt_img_box .img_bom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 0 24px;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
}

.bxgl_wt_con .bxgl_wt_list .bxgl_wt_item .wt_intro {
    width: 50%;
    padding-left: 40px;
    font-weight: 400;
    font-size: 26px;
    color: #333333;
    line-height: 46px;
    white-space: pre-line;
}

.bxgl_wt_con .bxgl_wt_list .bxgl_wt_item:nth-child(2n) .wt_intro {
    padding-left: 0;
    padding-right: 40px;
}

.bxgl_wt_con .bxgl_wt_list .bxgl_wt_item .wt_intro span {
    font-weight: 500;
    color: #285BC1;
}


.bxgl_sh_box {
    position: relative;
}

.bxgl_sh_box .sh_bj {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 50%;
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.bxgl_sh_con {
    height: 740px;
}

.bxgl_sh_con .sh_txt_box {
    width: 50%;
    padding-right: 80px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
}

.bxgl_sh_con .sh_txt_box .txt1 {
    font-weight: bold;
    font-size: 32px;
}

.bxgl_sh_con .sh_txt_box .txt2 {
    margin-top: 10px;
    font-size: 20px;
}

.bxgl_sh_con .sh_txt_box .txt3 {
    margin-top: 30px;
    font-size: 24px;
    line-height: 2;
    white-space: pre-line;
}

.sh_img_box {
    position: absolute;
    top: -10px;
    left: calc(50% - 40px);
    width: calc(50% + 40px);
    height: 100%;
}

.sh_img_box .img {
    margin-top: 10px;
    width: calc((100% - 20px) / 3);
    position: relative;
    padding-top: 33.34%;
    overflow: hidden;
}

.sh_img_box .img+.img {
    margin-left: 10px;
}

.sh_img_box .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bxgl_list {}

.bxgl_list .bxgl_item {
    background-color: #EAF1FF;
}

.bxgl_list .bxgl_item:nth-child(2n) {
    background-color: #FFFFFF;
}

.bxgl_list .bxgl_item .bxgl_row {
    position: relative;
}

.bxgl_list .bxgl_item .bxgl_row .bxgl_txt_box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bxgl_list .bxgl_item:nth-child(2n) .bxgl_row {
    justify-content: flex-end;
}

.bxgl_list .bxgl_item:nth-child(2n) .bxgl_row .bxgl_txt_box {
    right: auto;
    left: 0;
}

.bxgl_list .bxgl_item .bxgl_row .bxgl_txt_box .title {
    font-weight: bold;
    font-size: 36px;
    color: #285BC1;
    line-height: 46px;
    text-align: center;
}

.bxgl_list .bxgl_item .bxgl_row .bxgl_txt_box .title img {
    margin-right: 10px;
    width: 34px;
    height: 34px;
}

.bxgl_list .bxgl_item .bxgl_row .bxgl_txt_box .intro {
    margin-top: 20px;
    font-size: 28px;
    color: #202020;
    line-height: 50px;
    text-align: justify;
}

.bxgl_list .bxgl_item:nth-child(1) .bxgl_row {
    padding: 30px 0;
}

.bxgl_list .bxgl_item:nth-child(1) .bxgl_row .bxgl_txt_box {
    width: 620px;
}

.bxgl_list .bxgl_item:nth-child(1) .bxgl_row .bxgl_img_box {
    margin-left: 70px;
    width: 703px;
    height: 590px;
}

.bxgl_list .bxgl_item:nth-child(2) .bxgl_row {
    padding: 50px 0 104px;
}

.bxgl_list .bxgl_item:nth-child(2) .bxgl_row .bxgl_txt_box {
    width: 680px;
}

.bxgl_list .bxgl_item:nth-child(2) .bxgl_row .bxgl_img_box {
    position: relative;
    width: 847px;
    height: 506px;
}

.bxgl_list .bxgl_item:nth-child(2) .bxgl_row .bxgl_img_box .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 218px;
    height: 94px;
    border-radius: 50px;
    border: 3px solid #2B70BF;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #606266;
}

.bxgl_list .bxgl_item:nth-child(3) .bxgl_row {
    padding: 120px 0 98px;
}

.bxgl_list .bxgl_item:nth-child(3) .bxgl_row .bxgl_txt_box {
    width: 680px;
}

.bxgl_list .bxgl_item:nth-child(3) .bxgl_row .bxgl_img_box {
    width: 761px;
    height: 477px;
}

.bxgl_list .bxgl_item:nth-child(4) .bxgl_row {
    padding: 53px 0 4px;
}

.bxgl_list .bxgl_item:nth-child(4) .bxgl_row .bxgl_txt_box {
    width: 650px;
}

.bxgl_list .bxgl_item:nth-child(4) .bxgl_row .bxgl_img_box {
    width: 750px;
    height: 470px;
}

.bxgl_list .bxgl_item .bxgl_row .bxgl_img_box img {
    width: 100%;
    height: 100%;
}

.bxgl_msdb_box {
    padding-bottom: 80px;
}

.bxgl_msdb_box .bxgl_msdb_item {
    width: 50%;
}

.bxgl_msdb_box .bxgl_msdb_item:nth-child(1) {
    padding-right: 20px;
}

.bxgl_msdb_box .bxgl_msdb_item:nth-child(2) {
    padding-left: 20px;
}

.bxgl_msdb_box .bxgl_msdb_item .bxgl_msdb_card {
    height: 100%;
    border-radius: 20px;
    padding: 50px 30px;
}

.bxgl_msdb_box .bxgl_msdb_item:nth-child(1) .bxgl_msdb_card {
    background-color: #285BC1;
    color: #FFFFFF;
}

.bxgl_msdb_box .bxgl_msdb_item:nth-child(2) .bxgl_msdb_card {
    background-color: #EDF3FF;
    color: #202020;
}

.bxgl_msdb_box .bxgl_msdb_item .bxgl_msdb_card .ms_title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 30px;
    line-height: 50px;
}

.bxgl_msdb_box .bxgl_msdb_item .bxgl_msdb_card .ms_row {
    font-weight: 500;
    padding: 15px 0 15px 20px;
}

.bxgl_msdb_box .bxgl_msdb_item .bxgl_msdb_card .ms_row .label {
    font-size: 24px;
    line-height: 34px;
}

.bxgl_msdb_box .bxgl_msdb_item .bxgl_msdb_card .ms_row .value {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
}


.wysf_xcx_gzh_box {
    position: relative;
}

.wysf_xcx_gzh_box img {
    width: 100%;
    height: auto;
}

.wysf_xcx_gzh_box .text_box {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(calc(-50% - 16px));
    align-items: flex-start;
}

.wysf_xcx_gzh_box .text_box .title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 60px;
    color: transparent;
    line-height: 90px;
    background-image: linear-gradient(to right, #000000 0%, #0A79DF 80%, #183ECF 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.wysf_xcx_gzh_box .text_box .line {
    margin: 20px 0;
    width: 360px;
    height: 1px;
    background: #0865B4;
}

.wysf_xcx_gzh_box .text_box .intro {
    margin-top: 20px;
    font-weight: 400;
    font-size: 24px;
    color: #393939;
    line-height: 36px;
    white-space: pre-line;
}


.wysf_jjgx_box {}

.wysf_jjgx_box .text_box {
    margin-right: -40px;
    font-weight: 400;
    font-size: 24px;
    color: #202020;
    line-height: 40px;
}

.wysf_jjgx_box .text_box .li {
    position: relative;
    padding: 20px 0 20px 24px;
}

.wysf_jjgx_box .text_box .li:before {
    content: '';
    position: absolute;
    top: 33px;
    left: 0;
    width: 14px;
    height: 14px;
    background: #285BC1;
}

.wysf_jjgx_box .img_box:first-child {
    display: none;
}


.wysf_znjf_box {
    margin-top: 40px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.75);
}

.wysf_znjf_box .bj {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wysf_znjf_box .wysf_znjf_con {
    min-height: 832px;
    color: #333333;
}

.wysf_znjf_left {
    padding: 20px 0;
}

.wysf_znjf_box .wysf_znjf_con .jnjf_list {
    margin-left: -10px;
}

.wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item {
    flex: 1;
    padding: 20px;
}

.wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item .jnjf_card {
    text-align: center;
}

.wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item .jnjf_card .icon {
    margin: auto;
    width: 100px;
    height: 100px;
}

.wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item .jnjf_card .icon img {
    max-width: 100%;
    max-height: 100%;
}

.wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item .jnjf_card .name {
    margin-top: 20px;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
}

.wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item .jnjf_card .intro {
    margin-top: 10px;
    font-size: 17px;
    line-height: 28px;
    text-align: justify;
}

.wysf_znjf_box .wysf_znjf_con .line {
    margin: 20px 0;
    height: 2px;
    background: #999999;
}

.wysf_znjf_box .wysf_znjf_con .img_box {
    flex-shrink: 0;
    width: 39%;
}

.wysf_znjf_box .wysf_znjf_con .img_box img {
    width: 100%;
    height: auto;
}

.wysf_sslc_box img {
    max-width: 100%;
}

.wysf_ddxt_bj {
    margin-top: 70px;
    padding-bottom: 80px;
    background-color: #EAF1FF;
}

.wysf_ddxt_box {
    position: relative;
}

.wysf_ddxt_box .text_box {
    position: absolute;
    top: 0;
    right: 0;
    left: 580px;
    height: 290px;
    font-weight: 400;
    font-size: 28px;
    color: #333333;
    line-height: 40px;
}

.wysf_ddxt_box .text_box>div+div {
    margin-top: 40px;
}

.wysf_ddxt_box .text_box .label {
    flex-shrink: 0;
    font-weight: bold;
    font-size: 36px;
    color: #285BC1;
}

.wysf_ddxt_box .text_box .value {
    flex: 1;
    width: 0;
}

.wysf_ddxt_box img {
    max-width: 100%;
}

.wysf_yycj_intro {
    margin: 0 auto 30px;
    width: 1040px;
    max-width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #202020;
    line-height: 30px;
    text-align: center;
}


.wysf_jsfw_box {}

.wysf_jsfw_box .img_box {
    width: 50%;
}

.wysf_jsfw_box .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wysf_jsfw_box .text_box {
    width: 50%;
    background: #285BC1;
    padding: 40px 20px;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
}

.wysf_jsfw_box .text_box .txt1 {
    margin: 40px 0 20px;
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 38px;
}


.zhwy_top_con {
    padding: 20px 0 12px;
}

.zhwy_hxgn_box {}

.zhwy_hxgn_box .zhwy_hxgn_con {}

.zhwy_hxgn_box .zhwy_hxgn_con .hxgn_list {
    margin: 0 -15px;
}

.zhwy_hxgn_box .zhwy_hxgn_con .hxgn_list .hxgn_item {
    width: 50%;
    padding: 12px 15px;
}

.zhwy_hxgn_box .zhwy_hxgn_con .hxgn_list .hxgn_item .hxgn_card {
    height: 100%;
    padding: 40px 30px;
    background: #EDF3FF;
    border-radius: 16px;
}

.zhwy_hxgn_box .zhwy_hxgn_con .hxgn_list .hxgn_item .hxgn_card .gn_info {
    flex: 1;
    width: 0;
}

.zhwy_hxgn_box .zhwy_hxgn_con .hxgn_list .hxgn_item .hxgn_card .title {
    font-weight: 500;
    font-size: 30px;
    color: #202020;
    line-height: 30px;
}

.zhwy_hxgn_box .zhwy_hxgn_con .hxgn_list .hxgn_item .hxgn_card .text {
    margin-top: 15px;
    font-weight: 500;
    font-size: 20px;
    color: #202020;
    line-height: 30px;
}

.zhwy_hxgn_box .zhwy_hxgn_con .hxgn_list .hxgn_item .hxgn_card .intro {
    margin-top: 20px;
    min-height: 96px;
    font-weight: 400;
    font-size: 18px;
    color: #202020;
    line-height: 24px;
    text-align: justify;
}

.zhwy_hxgn_box .zhwy_hxgn_con .hxgn_list .hxgn_item .hxgn_card .tag {
    margin-top: 20px;
    display: inline-block;
    height: 40px;
    padding: 0 16px;
    background: #285BC1;
    border-radius: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
}

.zhwy_hxgn_box .zhwy_hxgn_con .hxgn_list .hxgn_item .hxgn_card .img_box {
    margin-left: 30px;
    flex-shrink: 1;
    width: 49%;
    height: 100%;
}

.zhwy_hxgn_box .zhwy_hxgn_con .hxgn_list .hxgn_item .hxgn_card .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zhwy_sjzj_box {
    padding-bottom: 80px;
}

.zhwy_sjzj_box .zhwy_sjzj_con {}

.zhwy_sjzj_box .zhwy_sjzj_con .sjzj_list {
    margin: 0 -15px;
}

.zhwy_sjzj_box .zhwy_sjzj_con .sjzj_list .sjzj_item {
    width: calc(100% / 3);
    padding: 10px 15px;
}

.zhwy_sjzj_box .zhwy_sjzj_con .sjzj_list .sjzj_item .sjzj_card {
    width: 234px;
    max-width: 100%;
    height: 234px;
    background: #285BC1;
    border-radius: 18px;
    padding: 20px;
    text-align: center;
}

.zhwy_sjzj_box .zhwy_sjzj_con .sjzj_list .sjzj_item .sjzj_card .icon {
    width: 88px;
    height: 88px;
}

.zhwy_sjzj_box .zhwy_sjzj_con .sjzj_list .sjzj_item .sjzj_card .icon img {
    max-width: 100%;
    max-height: 100%;
}

.zhwy_sjzj_box .zhwy_sjzj_con .sjzj_list .sjzj_item .sjzj_card .name {
    margin-top: 25px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
}

.khal_top_con {
    padding: 46px 0 20px;
}

.dxal_box {
    padding-bottom: 65px;
}

.dxal_box .dxal_con {}

.dxal_box .dxal_con .dxal_list {
    margin: 0 -15px;
}

.dxal_box .dxal_con .dxal_list .dxal_item {
    position: relative;
    width: calc(100% / 3);
    padding: 15px;
}

.dxal_box .dxal_con .dxal_list .dxal_item .dxal_card {
    /* height: 100%; */
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.21);
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}

.dxal_box .dxal_con .dxal_list .dxal_item .dxal_card .img_box {
    position: relative;
    padding-top: 63%;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.dxal_box .dxal_con .dxal_list .dxal_item .dxal_card .img_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dxal_box .dxal_con .dxal_list .dxal_item .dxal_card .info {
    padding: 40px 24px;
}

.dxal_box .dxal_con .dxal_list .dxal_item .dxal_card .info .title {
    font-weight: 500;
    font-size: 28px;
    color: #202020;
    line-height: 30px;
}

.dxal_box .dxal_con .dxal_list .dxal_item .dxal_card .info .intro {
    margin-top: 30px;
    font-weight: 400;
    font-size: 18px;
    color: #202020;
    line-height: 30px;
    text-align: justify;
    transition: all 0.2s ease-in-out;
}

.dxal_box .dxal_con .dxal_list .dxal_item:hover .dxal_card .info .intro {
    overflow: visible;
    text-overflow: clip;
    display: block;
}


.news_box {
    padding: 65px 0;
}

.news_box .news_con {}

.news_box .news_con .detail_title {
    padding: 8px 0;
    font-weight: bold;
    font-size: 32px;
    color: #202020;
    line-height: 48px;
    text-align: center;
}

.news_box .news_con .detail_content {
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #202020;
    line-height: 36px;
    text-align: justify;
    white-space: pre-line;
}

.news_box .news_con .detail_content img {
    margin: 10px 0;
    max-width: 100%;
    height: auto;
}

.news_box .news_con .news_list {
    margin: 0 -15px;
}

.news_box .news_con .news_list .news_item {
    position: relative;
    width: calc(100% / 3);
    padding: 15px;
}

.news_box .news_con .news_list .news_item .news_card {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.21);
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}

.news_box .news_con .news_list .news_item .news_card .img_box {
    position: relative;
    padding-top: 56.25%;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.news_box .news_con .news_list .news_item .news_card .img_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_box .news_con .news_list .news_item .news_card .info {
    padding: 20px;
}

.news_box .news_con .news_list .news_item .news_card .info .title {
    font-weight: 500;
    font-size: 24px;
    color: #202020;
    line-height: 34px;
}

.news_box .news_con .news_list .news_item .news_card .info .intro {
    margin-top: 10px;
    height: 56px;
    font-weight: 400;
    font-size: 18px;
    color: #202020;
    line-height: 28px;
    text-align: justify;
    transition: all 0.2s ease-in-out;
}

.news_box .news_con .news_list .news_item .news_card .info .time {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #606266;
    line-height: 24px;
}

.case_banner_box {
    margin-bottom: 80px;
    /* padding-bottom: 80px; */
    border-radius: 20px 20px 4px 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.case_img {
    position: relative;
    padding-top: 44%;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.case_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
}

.case_img .case_name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    /* background-color: rgba(255, 255, 255, 0.6); */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    padding: 0 24px;
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    color: #fff;
    line-height: 80px;
    /* text-align: center; */
}

.case_scroll {
    box-sizing: border-box;
    padding: 15px 10px;
    height: 110px;
    overflow: hidden;
}

.case_ind_list {
    padding-bottom: 20px;
    overflow-y: hidden;
    overflow-x: auto;
}

.case_ind_list .case_ind_item {
    margin-left: 10px;
    flex-shrink: 0;
    position: relative;
    width: 120px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    border: 3px solid #fff;
    transition: all 0.2s;
    cursor: pointer;
}

.case_ind_list .case_ind_item:first-child {
    margin-left: 0;
}

.case_ind_list .case_ind_item .case_ind_img {
    width: 100%;
    height: 100%;
}

.case_ind_list .case_ind_item .case_ind_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case_ind_list .case_ind_item .case_name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 10px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.case_ind_list .active {
    border: 3px solid rgba(40, 91, 193, 0.8);
}

.gywm_box {
    padding-top: 80px;
}

.gywm_box .gywm_img {
    width: calc(50% - 30px);
}

.gywm_box .gywm_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gywm_box .gywm_info {
    position: relative;
    width: 640px;
    max-width: 50%;
    padding: 30px 0;
}

.gywm_box .gywm_info .title {
    position: relative;
    padding: 10px 0;
    font-weight: 500;
    font-size: 40px;
    color: #285BC1;
    line-height: 50px;
}

.gywm_box .gywm_info .title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 2px;
    background: #285BC1;
}

.gywm_box .gywm_info .intro {
    margin-top: 30px;
    font-weight: 400;
    font-size: 18px;
    color: #202020;
    line-height: 30px;
    text-align: justify;
}

.gywm_box .gywm_info .tj_row {
    margin-top: 40px;
}

.gywm_box .gywm_info .tj_row .tj_col {
    flex: 1;
}

.gywm_box .gywm_info .tj_row .tj_col .value {
    font-weight: bold;
    font-size: 30px;
    color: #285BC1;
    line-height: 30px;
}

.gywm_box .gywm_info .tj_row .tj_col .value span {
    margin-left: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
}

.gywm_box .gywm_info .tj_row .tj_col .label {
    font-weight: 400;
    font-size: 16px;
    color: #202020;
    line-height: 26px;
}

.gywm_qywh_box {
    padding-bottom: 50px;
}

.gywm_qywh_box .gywm_qywh_con {}

.gywm_qywh_box .gywm_qywh_con .qywh_list {
    padding: 10px 0;
}

.gywm_qywh_box .gywm_qywh_con .qywh_list .qywh_item {
    width: calc(100% / 3);
    padding: 10px 15px;
}

.gywm_qywh_box .gywm_qywh_con .qywh_list .qywh_item .qywh_card {
    text-align: center;
}

.gywm_qywh_box .gywm_qywh_con .qywh_list .qywh_item .qywh_card .img_box {
    margin: auto;
    width: 160px;
    height: 180px;
}

.gywm_qywh_box .gywm_qywh_con .qywh_list .qywh_item .qywh_card .img_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gywm_qywh_box .gywm_qywh_con .qywh_list .qywh_item .qywh_card .title {
    margin-top: 20px;
    font-weight: 500;
    font-size: 24px;
    color: #285BC1;
    line-height: 34px;
}

.gywm_qywh_box .gywm_qywh_con .qywh_list .qywh_item .qywh_card .intro {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #202020;
    line-height: 28px;
}


.lxwm_title {
    font-weight: 500;
    font-size: 24px;
    color: #202020;
    line-height: 30px;
}

.lxwm_title::before {
    content: '';
    margin-right: 12px;
    width: 4px;
    height: 30px;
    background: #285BC1;
    border-radius: 2px;
}

.lxfs_box {
    /* padding-top: 80px; */
}

.lxfs_box .map_box {
    margin-top: 20px;
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
}

.lxfs_box .map__contact {
    width: 100%;
    height: 100%;
}

.lxfs_box .lxfs_list {
    margin: 0 -30px;
    padding: 20px 0;
}

.lxfs_box .lxfs_list .lxfs_item {
    flex: 1;
    padding: 20px 30px
}

.lxfs_box .lxfs_list .lxfs_item .lxfs_card {
    /* width: 300px; */
    min-height: 335px;
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #E5E5E5;
    padding: 60px 40px;
    text-align: center;
}

.lxfs_box .lxfs_list .lxfs_item .lxfs_card .icon_box {
    margin: auto;
    width: 90px;
    height: 90px;
    background: #F4F4F4;
    border-radius: 50%;
}

.lxfs_box .lxfs_list .lxfs_item .lxfs_card .icon_box img {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
}

.lxfs_box .lxfs_list .lxfs_item .lxfs_card .label {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #285BC1;
    line-height: 20px;
}

.lxfs_box .lxfs_list .lxfs_item .lxfs_card .value {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.lxwm_box {
    /* padding-bottom: 80px; */
    padding: 60px 0;
}


.contact_form {
    margin-top: 40px;
    padding: 20px 2.4% 42px;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
}

.contact_form .form_item {
    width: 50%;
    padding: 12px 2.4%;
}

.contact_form .form_item .input {
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    padding: 0 16px;
    font-weight: 400;
    font-size: 16px;
    color: #303133;
}

.contact_form .form_item .input span {
    margin-right: 5px;
    color: #CC4125;
}

.contact_form .form_item .input input {
    flex: 1;
    width: 0;
    height: 100%;
    outline: none;
    border: none;
    font-weight: 400;
    font-size: 16px;
    color: #303133;
}

.contact_form .form_item .input input::placeholder {
    color: #909399;
}

.contact_form .form_item_textarea {
    width: 100%;
    padding: 12px 2.4%;
}

.contact_form .form_item_textarea .textarea {}

.contact_form .form_item_textarea .textarea textarea {
    outline: none;
    border: none;
    width: 100%;
    min-height: 160px;
    padding: 7px 16px;
    font-weight: 400;
    font-size: 16px;
    color: #303133;
    line-height: 26px;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
}

.contact_form .form_item_textarea .textarea textarea::placeholder {
    color: #909399;
}

.contact_form .sub_btn_box {
    margin-top: 20px;
    width: 100%;
}

.contact_form .sub_btn_box .sub_btn {
    width: 208px;
    height: 46px;
    background: #285BC1;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
}


.hqfa_dia {
 
}

.hqfa_dia .hqfa_con {
    /* padding: 0 40px; */
}

.hqfa_dia .hqfa_txt {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #202020;
    /* line-height: 50px; */
}

.hqfa_dia .hqfa_form {
    margin: 0 -10px;
}

.hqfa_dia .form_item {
    width: 50%;
    max-width: 100%;
    padding: 10px 10px;
}

.hqfa_dia .form_item:last-child {
    width: 100%;
}

.hqfa_dia .textarea,
.hqfa_dia .input {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    padding: 0 20px;
    font-weight: 400;
    font-size: 18px;
    color: #FF0001;
}

.hqfa_dia .input span {
    margin-right: 4px;
}

.hqfa_dia .textarea textarea,
.hqfa_dia .input input {
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
    font-size: 18px;
    color: #333;
    border-radius: 14px;
}

.hqfa_dia .textarea {
    width: 100%;
    height: 170px;
}

.hqfa_dia .textarea textarea {
    padding: 20px 0;
}

.hqfa_dia .dia_btn {
    margin: auto;
    width: 210px;
    height: 50px;
    background: linear-gradient(-41deg, #01A9ED 1%, #016CDE 100%);
    border-radius: 8px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
}

.hqfa_dia .el-dialog {
    /* border-radius: 24px; */
}

.hqfa_dia .el-dialog__header {
    /* padding: 30px; */
    background: #F5F5F5;
    padding: 14px;
}

.hqfa_dia .el-dialog__headerbtn {
    display: none;
}

.hqfa_dia .el-dialog__title {
    font-weight: bold;
    font-size: 28px;
    color: #285BC1;
    line-height: 50px;
}

.hqfa_dia .el-dialog__footer {
    padding-bottom: 60px;
}


@media screen and (max-width: 1460px) {

    .typtgl_bj {
        min-height: auto;
    }

    .typtgl_con .typtgl_txt_box {
        padding-left: 30px;
    }

    .typtgl_con .typtgl_title {
        font-size: 32px;
    }

    .typtgl_con .typtgl_intro {
        font-size: 22px;
    }


    .bxgl_list .bxgl_item:nth-child(1) .bxgl_row {
        padding: 30px 0;
    }

    .bxgl_list .bxgl_item:nth-child(1) .bxgl_row .bxgl_txt_box {
        width: 50%;
        padding-left: 10px;
    }

    .bxgl_list .bxgl_item:nth-child(1) .bxgl_row .bxgl_img_box {
        margin-left: 0;
        width: 50%;
        height: auto;
    }

    .bxgl_list .bxgl_item:nth-child(2) .bxgl_row {
        padding: 5% 0;
    }

    .bxgl_list .bxgl_item:nth-child(2) .bxgl_row .bxgl_txt_box {
        width: 48%;
    }

    .bxgl_list .bxgl_item:nth-child(2) .bxgl_row .bxgl_img_box {
        width: 58%;
        height: auto;
    }

    .bxgl_list .bxgl_item:nth-child(3) .bxgl_row {
        padding: 6% 0;
    }

    .bxgl_list .bxgl_item:nth-child(3) .bxgl_row .bxgl_txt_box {
        width: 48%;
    }

    .bxgl_list .bxgl_item:nth-child(3) .bxgl_row .bxgl_img_box {
        width: 52%;
        height: auto;
    }

    .bxgl_list .bxgl_item:nth-child(4) .bxgl_row {
        padding: 3.6% 0 0;
    }

    .bxgl_list .bxgl_item:nth-child(4) .bxgl_row .bxgl_txt_box {
        width: 46.4%;
    }

    .bxgl_list .bxgl_item:nth-child(4) .bxgl_row .bxgl_img_box {
        width: 53.6%;
        height: auto;
    }


    .wysf_jjgx_box .img_box {
        flex-shrink: 0;
        width: 57%;
    }

    .wysf_jjgx_box .img_box img {
        width: 100%;
        height: auto;
    }


    .wysf_ddxt_box .text_box {
        left: 40%;
    }


}

@media screen and (max-width: 1260px) {
    .typtgl_con .typtgl_title {
        font-size: 28px;
    }

    .typtgl_con .typtgl_intro {
        font-size: 20px;
    }


    .wysf_jjgx_box .text_box {
        margin-right: -30px;
        font-size: 22px;
        line-height: 36px;
    }

    .wysf_jjgx_box .text_box .li {
        padding: 10px 0 10px 24px;
    }

    .wysf_jjgx_box .text_box .li:before {
        top: 22px;
    }


    .wysf_znjf_box {
        margin-top: 30px;
    }

    .wysf_znjf_box .wysf_znjf_con {
        min-height: auto;
    }

    .wysf_znjf_left {
        padding: 20px 0;
    }

    .wysf_znjf_box .wysf_znjf_con .jnjf_list {
        margin-left: -10px;
    }

    .wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item {
        padding: 15px;
    }

    .wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item .jnjf_card .icon {
        width: 80px;
        height: 80px;
    }

    .wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item .jnjf_card .name {
        margin-top: 15px;
        font-size: 26px;
        line-height: 36px;
    }

    .wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item .jnjf_card .intro {
        margin-top: 5px;
        font-size: 16px;
        line-height: 26px;
    }

    .wysf_znjf_box .wysf_znjf_con .line {
        margin: 15px 0;
    }
}

@media screen and (max-width: 1150px) {

    .page_content {
        padding-top: 64px;
    }

    .home_page {
        padding-top: 0;
    }

    .typtgl_con .typtgl_txt_box {
        padding-left: 20px;
    }

    .typtgl_con .typtgl_title {
        font-size: 24px;
    }

    .typtgl_con .typtgl_intro {
        margin-top: 10px;
        font-size: 18px;
    }


    .bxgl_wt_con .bxgl_wt_list .bxgl_wt_item .wt_img_box .img_bom {
        height: 60px;
        padding: 0 20px;
        font-size: 30px;
    }

    .bxgl_wt_con .bxgl_wt_list .bxgl_wt_item .wt_intro {
        padding-left: 20px;
        font-size: 22px;
        line-height: 40px;
    }

    .bxgl_wt_con .bxgl_wt_list .bxgl_wt_item:nth-child(2n) .wt_intro {
        padding-right: 20px;
    }



    .bxgl_list .bxgl_item .bxgl_row .bxgl_txt_box .title {
        font-size: 30px;
        line-height: 40px;
    }

    .bxgl_list .bxgl_item .bxgl_row .bxgl_txt_box .title img {
        margin-right: 10px;
        width: 30px;
        height: 30px;
    }

    .bxgl_list .bxgl_item .bxgl_row .bxgl_txt_box .intro {
        margin-top: 20px;
        font-size: 22px;
        line-height: 40px;
    }




    .bxgl_msdb_box .bxgl_msdb_item:nth-child(1) {
        padding-right: 15px;
    }

    .bxgl_msdb_box .bxgl_msdb_item:nth-child(2) {
        padding-left: 15px;
    }

    .bxgl_msdb_box .bxgl_msdb_item .bxgl_msdb_card {
        padding: 30px 25px;
    }

    .bxgl_msdb_box .bxgl_msdb_item .bxgl_msdb_card .ms_title {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 50px;
    }

    .bxgl_msdb_box .bxgl_msdb_item .bxgl_msdb_card .ms_row {
        font-weight: 500;
        padding: 10px 0 10px 15px;
    }


    .wysf_jjgx_box .text_box {
        margin-right: -20px;
        font-size: 20px;
        line-height: 30px;
    }

    .wysf_jjgx_box .text_box .li {
        padding: 10px 0 10px 20px;
    }

    .wysf_jjgx_box .text_box .li:before {
        top: 20px;
        width: 12px;
        height: 12px;
    }


    .wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item .jnjf_card .name {
        margin-top: 10px;
        font-size: 24px;
        line-height: 34px;
    }

    .wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item .jnjf_card .icon {
        width: 60px;
        height: 60px;
    }


    .wysf_ddxt_box .text_box {
        left: 38%;
        height: 38%;
        font-size: 24px;
        line-height: 34px;
    }

    .wysf_ddxt_box .text_box>div+div {
        margin-top: 20px;
    }

    .wysf_ddxt_box .text_box .label {
        font-size: 26px;
    }


    .hqfa_dia .hqfa_con {
        padding: 0 20px;
    }

    .hqfa_dia .hqfa_txt {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 44px;
    }

    .hqfa_dia .hqfa_form {
        margin: 0 -20px;
    }

    .hqfa_dia .form_item {
        width: 100%;
        max-width: 100%;
        padding: 10px 20px;
    }

    .hqfa_dia .textarea,
    .hqfa_dia .input {
        height: 50px;
        padding: 0 10px;
        border-radius: 10px;
        font-size: 18px;
    }

    .hqfa_dia .textarea textarea,
    .hqfa_dia .input input {
        font-size: 18px;
        border-radius: 10px;
    }

    .hqfa_dia .textarea {
        width: 100%;
        height: 160px;
    }

    .hqfa_dia .textarea textarea {
        padding: 10px 0;
    }

    .hqfa_dia .dia_btn {
        width: 160px;
        height: 50px;
        font-size: 18px;
    }

    .hqfa_dia .el-dialog {
        border-radius: 12px;
    }

    .hqfa_dia .el-dialog__header {
        padding: 14px;
    }

    .hqfa_dia .el-dialog__title {
        font-size: 28px;
        /* line-height: 48px; */
    }

    .hqfa_dia .el-dialog__footer {
        padding-bottom: 40px;
    }

}

@media screen and (max-width: 950px) {

    .typtgl_con .typtgl_title {
        font-size: 20px;
    }

    .typtgl_con .typtgl_intro {
        font-size: 16px;
    }

    .wysf_jjgx_box .text_box {
        margin-right: -10px;
        font-size: 18px;
        line-height: 28px;
    }

    .wysf_jjgx_box .text_box .li {
        padding: 5px 0 5px 20px;
    }

    .wysf_jjgx_box .text_box .li:before {
        top: 14px;
        width: 10px;
        height: 10px;
    }

    .wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item .jnjf_card .name {
        font-size: 20px;
        line-height: 30px;
    }

    .wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item .jnjf_card .intro {
        font-size: 14px;
        line-height: 24px;
    }

    .wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item .jnjf_card .icon {
        width: 50px;
        height: 50px;
    }
}


@media screen and (max-width: 768px) {

    .page_top_box {
        min-height: auto;
        padding: 20px 0;
    }


    .home_page_top_box {
        padding-top: 64px;
    }


    .page_top_box .top_txt_box {
        width: 100%;
    }

    .page_top_box .top_txt_box .title {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .page_top_box .top_txt_box .intro {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .page_top_box .top_txt_box .btn {
        margin: 15px auto 0;
        width: 160px;
        height: 40px;
        font-size: 14px;
    }

    .page_top_box .top_img {
        display: none;
    }


    .tcgl_top_con {
        position: relative;
        padding: 20px 0;
    }

    .tcgl_js {
        position: relative;
        z-index: 2;
        width: 100%;
    }

    .tcgl_js .js_title {
        /* padding-bottom: 70%; */
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .tcgl_js .js_intro {
        margin-top: 10px;
        width: 100%;
        font-size: 16px;
        line-height: 26px;
    }

    .tcgl_js .js_btn {
        margin: 20px auto 0;
        width: 160px;
        height: 40px;
        font-size: 14px;
    }

    .tcgl_js_img {
        display: none;
        position: absolute;
        top: 60px;
        width: 100%;
        padding-left: 0;
    }


    .box_title {
        padding: 20px 0;
        font-size: 20px;
        line-height: 30px;
    }

    .box_title .fu_title {
        margin-top: 0px;
        font-size: 16px;
        line-height: 24px;
    }

    .box_title .fu_title2 {
        margin-top: 5px;
        font-size: 16px;
        line-height: 24px;
    }

    .box_title .title_fu {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .cttc_bz_bj {
        position: relative;
    }

    .bj_img {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bz_list {
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .bz_list .bz_item {
        flex: none;
        width: 100%;
        min-height: 160px;
        flex-direction: row;
    }

    .bz_list .bz_item .bz_img {
        width: 50%;
        height: 100%;
    }

    .bz_list .bz_item .bz_txt_box {
        flex: none;
        width: 50%;
        height: auto;
        min-height: auto;
        padding: 15px 10px;
    }

    .bz_list .bz_item .bz_txt_box .bz_txt_title {
        font-size: 16px;
        line-height: 26px;
    }

    .bz_list .bz_item .bz_txt_box .bz_txt_intro {
        margin-top: 5px;
        font-size: 14px;
        line-height: 24px;
    }


    .wrzs_list {
        margin: 0 -5px;
    }

    .wrzs_list .wrzs_item {
        width: 50%;
        padding: 5px;
    }

    .wrzs_list .wrzs_item .wrzs_card {
        padding: 10px;
    }

    .wrzs_list .wrzs_item .wrzs_card .wrzs_title {
        font-size: 16px;
        line-height: 26px;
    }

    .wrzs_list .wrzs_item .wrzs_card .wrzs_intro {
        margin-top: 5px;
        font-size: 14px;
        line-height: 24px;
    }

    .wrzs_list .wrzs_item .wrzs_card .wrzs_intro span {
        font-size: 14px;
    }

    .wrzs_list .wrzs_item .wrzs_card .wrzs_tag {
        margin-top: 10px;
        width: 120px;
        height: 30px;
        font-size: 12px;
    }

    .wrzs_list .wrzs_item .wrzs_card .wrzs_img {
        margin-top: 20px;
    }


    .msdb_box {
        margin: auto;
        border-radius: 10px;
        padding: 8px;
        font-size: 14px;
        line-height: 24px;
    }

    .msdb_box .row:nth-child(1) .col:nth-child(1),
    .msdb_box .row:nth-child(1) {
        font-size: 16px;
        line-height: 26px;
    }

    .msdb_box .row .col {
        flex: auto;
        padding: 5px 8px;
    }

    .msdb_box .row .col:nth-child(1) {
        width: 80px;
        font-size: 16px;
        line-height: 26px;
    }

    .typtgl_bj {
        overflow: hidden;
    }

    .typtgl_bj .bj {
        position: absolute;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 120%;
        object-fit: 100%;
    }

    .typtgl_bj .zhezhao {
        display: none;
    }

    .typtgl_con {
        padding: 20px 0;
        flex-wrap: wrap;
    }

    .typtgl_img_box {
        width: 100%;
        display: none;
    }

    .typtgl_con .typtgl_txt_box {
        width: 100%;
        padding-left: 0;
    }

    .typtgl_con .typtgl_title {
        /* font-size: 36px; */
    }

    .typtgl_con .typtgl_intro {
        /* font-size: 26px; */
    }



    .yycj_list {
        padding-bottom: 10px;
        flex-wrap: wrap;
    }

    .yycj_list .yycj_item {
        flex: none;
        width: 100%;
        padding: 5px 0;
    }

    .yycj_list .yycj_item .yycj_card .yycj_name {
        padding: 10px 0;
        font-size: 16px;
        line-height: 25px;
    }



    .lxwm_box .lxwm_con {
        padding: 20px 0;
    }

    .lxwm_box .lxwm_con .lxwm_txt1 {
        font-size: 20px;
        line-height: 30px;
    }

    .lxwm_box .lxwm_con .lxwm_txt2 {
        margin-top: 10px;
        font-size: 16px;
        line-height: 26px;
    }

    .lxwm_box .lxwm_con .lxwm_btn {
        margin: 20px auto 0;
        width: 120px;
        height: 40px;
        background: #285BC1;
        border-radius: 6px;
        font-size: 14px;
    }


    .bxgl_top_con {
        padding: 20px 0;
    }

    .bxgl_wt_con .bxgl_wt_list .bxgl_wt_item {
        flex-wrap: wrap;
    }

    .bxgl_wt_con .bxgl_wt_list .bxgl_wt_item:last-child {
        padding-bottom: 10px;
    }

    .bxgl_wt_con .bxgl_wt_list .bxgl_wt_item .wt_img_box {
        width: 100%;
    }

    .bxgl_wt_con .bxgl_wt_list .bxgl_wt_item:nth-child(2n) .wt_img_box:first-child {
        display: block;
    }

    .bxgl_wt_con .bxgl_wt_list .bxgl_wt_item:nth-child(2n) .wt_img_box:last-child {
        display: none;
    }

    .bxgl_wt_con .bxgl_wt_list .bxgl_wt_item .wt_img_box .img_bom {
        height: 40px;
        padding: 0 10px;
        font-size: 20px;
    }

    .bxgl_wt_con .bxgl_wt_list .bxgl_wt_item .wt_intro {
        margin-top: 10px;
        width: 100%;
        padding-left: 0;
        font-size: 16px;
        line-height: 26px;
    }

    .bxgl_wt_con .bxgl_wt_list .bxgl_wt_item:nth-child(2n) .wt_intro {
        padding-right: 0;
    }


    .bxgl_sh_box {
        position: relative;
    }

    .bxgl_sh_box .sh_bj {
        right: 0;
        width: 100%;
    }

    .bxgl_sh_con {
        height: auto;
    }

    .bxgl_sh_con .sh_txt_box {
        width: 100%;
        padding: 20px 0;
    }

    .bxgl_sh_con .sh_txt_box .txt1 {
        font-size: 20px;
    }

    .bxgl_sh_con .sh_txt_box .txt2 {
        margin-top: 10px;
        font-size: 14px;
    }

    .bxgl_sh_con .sh_txt_box .txt3 {
        margin-top: 10px;
        font-size: 16px;
    }

    .sh_img_box {
        position: relative;
        left: 0;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .sh_img_box .img {
        margin-top: 10px;
    }


    .bxgl_list .bxgl_item .bxgl_row {
        flex-wrap: wrap;
    }

    .bxgl_list .bxgl_item .bxgl_row .bxgl_txt_box {
        margin-top: 15px;
        position: relative;
        right: 0;
        top: 0;
        transform: translateY(0);
    }

    .bxgl_list .bxgl_item .bxgl_row .bxgl_txt_box .title {
        font-size: 20px;
        line-height: 30px;
    }

    .bxgl_list .bxgl_item .bxgl_row .bxgl_txt_box .title img {
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }

    .bxgl_list .bxgl_item .bxgl_row .bxgl_txt_box .intro {
        margin-top: 10px;
        font-size: 16px;
        line-height: 30px;
    }

    .bxgl_list .bxgl_item:nth-child(1) .bxgl_row {
        padding: 20px 0;
    }

    .bxgl_list .bxgl_item:nth-child(1) .bxgl_row .bxgl_txt_box {
        width: 100%;
        padding-left: 0;
    }

    .bxgl_list .bxgl_item:nth-child(1) .bxgl_row .bxgl_img_box {
        width: 100%;
    }

    .bxgl_list .bxgl_item:nth-child(2) .bxgl_row {
        padding: 20px 0;
    }

    .bxgl_list .bxgl_item:nth-child(2) .bxgl_row .bxgl_txt_box {
        width: 100%;
    }

    .bxgl_list .bxgl_item:nth-child(2) .bxgl_row .bxgl_img_box {
        width: 100%;
    }

    .bxgl_list .bxgl_item:nth-child(3) .bxgl_row {
        padding: 20px 0;
    }

    .bxgl_list .bxgl_item:nth-child(3) .bxgl_row .bxgl_txt_box {
        width: 100%;
    }

    .bxgl_list .bxgl_item:nth-child(3) .bxgl_row .bxgl_img_box {
        width: 100%;
    }

    .bxgl_list .bxgl_item:nth-child(4) .bxgl_row {
        padding: 20px 0 0;
    }

    .bxgl_list .bxgl_item:nth-child(4) .bxgl_row .bxgl_txt_box {
        width: 100%;
    }

    .bxgl_list .bxgl_item:nth-child(4) .bxgl_row .bxgl_img_box {
        width: 100%;
    }

    .bxgl_msdb_box {
        padding-bottom: 20px;
        flex-wrap: wrap;
    }

    .bxgl_msdb_box .bxgl_msdb_item {
        width: 100%;
    }

    .bxgl_msdb_box .bxgl_msdb_item:nth-child(1) {
        padding-right: 0;
    }

    .bxgl_msdb_box .bxgl_msdb_item:nth-child(2) {
        margin-top: 10px;
        padding-left: 0;
    }

    .bxgl_msdb_box .bxgl_msdb_item .bxgl_msdb_card {
        height: 100%;
        border-radius: 10px;
        padding: 20px 15px;
    }

    .bxgl_msdb_box .bxgl_msdb_item .bxgl_msdb_card .ms_title {
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 30px;
    }

    .bxgl_msdb_box .bxgl_msdb_item .bxgl_msdb_card .ms_row {
        font-weight: 500;
        padding: 5px 0 10px 10px;
    }

    .bxgl_msdb_box .bxgl_msdb_item .bxgl_msdb_card .ms_row .label {
        font-size: 16px;
        line-height: 24px;
    }

    .bxgl_msdb_box .bxgl_msdb_item .bxgl_msdb_card .ms_row .value {
        margin-top: 5px;
        font-size: 14px;
        line-height: 22px;
    }


    .wysf_top_con {
        padding: 20px 0;
    }

    .wysf_jjgx_box {
        flex-wrap: wrap;
    }

    .wysf_jjgx_box .text_box {
        width: 100%;
        margin-right: 0px;
        font-size: 16px;
        line-height: 24px;
    }

    .wysf_jjgx_box .text_box .li {
        padding: 5px 0 5px 14px;
    }

    .wysf_jjgx_box .text_box .li:before {
        top: 13px;
        width: 8px;
        height: 8px;
    }

    .wysf_jjgx_box .img_box {
        width: 100%;
    }

    .wysf_jjgx_box .img_box:first-child {
        display: block;
        margin-bottom: 5px;
    }


    .wysf_jjgx_box .img_box:last-child {
        display: none;
    }


    .wysf_znjf_box {
        margin-top: 0px;
    }

    .wysf_znjf_con {
        flex-wrap: wrap;
    }

    .wysf_znjf_left {
        width: 100%;
        padding: 10px 0;
    }

    .wysf_znjf_box .wysf_znjf_con .jnjf_list {
        margin-left: -10px;
    }

    .wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item {
        padding: 10px;
    }

    .wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item .jnjf_card {
        text-align: center;
    }

    .wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item .jnjf_card .icon {
        margin: auto;
        width: 40px;
        height: 40px;
    }

    .wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item .jnjf_card .name {
        margin-top: 5px;
        font-size: 16px;
        line-height: 26px;
    }

    .wysf_znjf_box .wysf_znjf_con .jnjf_list .jnjf_item .jnjf_card .intro {
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
    }

    .wysf_znjf_box .wysf_znjf_con .line {
        margin: 10px 0;
        height: 1px;
        background: #999999;
    }

    .wysf_znjf_box .wysf_znjf_con .img_box {
        flex-shrink: 0;
        width: 100%;
    }

    .wysf_yycj_intro {
        margin: 0 auto 10px;
        font-size: 16px;
        line-height: 24px;
    }


    .wysf_jsfw_box {
        flex-wrap: wrap;
    }

    .wysf_jsfw_box .img_box {
        width: 100%;
    }

    .wysf_jsfw_box .text_box {
        width: 100%;
        padding: 15px 10px;
        font-size: 16px;
        line-height: 26px;
    }

    .wysf_jsfw_box .text_box .txt1 {
        margin: 15px 0 5px;
        font-size: 18px;
        line-height: 28px;
    }


    .wysf_ddxt_bj {
        margin-top: 30px;
        padding-bottom: 30px;
        background-color: #EAF1FF;
    }

    .wysf_ddxt_box {
        position: relative;
    }

    .wysf_ddxt_box .text_box {
        position: absolute;
        top: 0;
        right: 0;
        left: 38%;
        height: 38%;
        font-size: 12px;
        line-height: 20px;
    }

    .wysf_ddxt_box .text_box>div+div {
        margin-top: 5px;
    }

    .wysf_ddxt_box .text_box .label {
        font-size: 12px;
    }

    .wysf_ddxt_box .text_box .value {
        flex: 1;
        width: 0;
    }




    .zhwy_top_con {
        padding: 20px 0;
    }

    .zhwy_hxgn_box .zhwy_hxgn_con .hxgn_list {
        margin: 0;
    }

    .zhwy_hxgn_box .zhwy_hxgn_con .hxgn_list .hxgn_item {
        width: 100%;
        padding: 5px 0;
    }

    .zhwy_hxgn_box .zhwy_hxgn_con .hxgn_list .hxgn_item .hxgn_card {
        flex-wrap: wrap;
        height: 100%;
        padding: 15px 15px;
        border-radius: 8px;
    }

    .zhwy_hxgn_box .zhwy_hxgn_con .hxgn_list .hxgn_item .hxgn_card .gn_info {
        flex: none;
        width: 100%;
    }

    .zhwy_hxgn_box .zhwy_hxgn_con .hxgn_list .hxgn_item .hxgn_card .title {
        font-size: 20px;
        line-height: 30px;
    }

    .zhwy_hxgn_box .zhwy_hxgn_con .hxgn_list .hxgn_item .hxgn_card .text {
        margin-top: 5px;
        font-size: 16px;
        line-height: 24px;
    }

    .zhwy_hxgn_box .zhwy_hxgn_con .hxgn_list .hxgn_item .hxgn_card .intro {
        margin-top: 10px;
        min-height: auto;
        font-size: 14px;
        line-height: 20px;
    }

    .zhwy_hxgn_box .zhwy_hxgn_con .hxgn_list .hxgn_item .hxgn_card .tag {
        margin-top: 10px;
        height: 32px;
        font-size: 14px;
        line-height: 32px;
    }

    .zhwy_hxgn_box .zhwy_hxgn_con .hxgn_list .hxgn_item .hxgn_card .img_box {
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
        height: auto;
        border-radius: 8px;
        overflow: hidden;
    }

    .zhwy_sjzj_box {
        padding-bottom: 20px;
    }

    .zhwy_sjzj_box .zhwy_sjzj_con .sjzj_list {
        margin: 0 -5px;
        /* flex-wrap: wrap; */
    }

    .zhwy_sjzj_box .zhwy_sjzj_con .sjzj_list .sjzj_item {
        flex: 1;
        padding: 5px;
    }

    .zhwy_sjzj_box .zhwy_sjzj_con .sjzj_list .sjzj_item .sjzj_card {
        width: 100%;
        height: auto;
        border-radius: 10px;
        padding: 20px 10px 15px;
    }

    .zhwy_sjzj_box .zhwy_sjzj_con .sjzj_list .sjzj_item .sjzj_card .icon {
        width: 50px;
        height: 50px;
    }

    .zhwy_sjzj_box .zhwy_sjzj_con .sjzj_list .sjzj_item .sjzj_card .name {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }




    .khal_top_con {
        padding: 20px 0;
    }

    .dxal_box {
        padding-bottom: 15px;
    }


    .dxal_box .dxal_con .dxal_list {
        margin: 0;
    }

    .dxal_box .dxal_con .dxal_list .dxal_item {
        width: 100%;
        padding: 8px 0;
    }

    .dxal_box .dxal_con .dxal_list .dxal_item .dxal_card {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    }

    .dxal_box .dxal_con .dxal_list .dxal_item .dxal_card .info {
        padding: 20px 15px;
    }

    .dxal_box .dxal_con .dxal_list .dxal_item .dxal_card .info .title {
        font-size: 20px;
        line-height: 30px;
    }

    .dxal_box .dxal_con .dxal_list .dxal_item .dxal_card .info .intro {
        margin-top: 10px;
        font-size: 16px;
        line-height: 26px;
        overflow: visible;
        text-overflow: clip;
        display: block;
    }

    .lxwm_title {
        font-size: 18px;
        line-height: 20px;
    }

    .lxwm_title::before {
        margin-right: 10px;
        width: 4px;
        height: 20px;
    }

    .lxfs_box {
        padding-top: 20px;
    }

    .lxfs_box .map_box {
        margin-top: 20px;
        height: 480px;
        box-sizing: border-box;
        border: 1px solid #E5E5E5;
    }

    .lxfs_box .lxfs_list {
        margin: 0 -5px;
        padding: 5px 0 15px;
        flex-wrap: wrap;
    }

    .lxfs_box .lxfs_list .lxfs_item {
        flex: none;
        width: 50%;
        padding: 5px
    }

    .lxfs_box .lxfs_list .lxfs_item .lxfs_card {
        height: 100%;
        min-height: auto;
        border-radius: 8px;
        padding: 20px 10px;
        text-align: center;
    }

    .lxfs_box .lxfs_list .lxfs_item .lxfs_card .icon_box {
        width: 50px;
        height: 50px;
    }

    .lxfs_box .lxfs_list .lxfs_item .lxfs_card .icon_box img {
        max-width: 20px;
        max-height: 20px;
    }

    .lxfs_box .lxfs_list .lxfs_item .lxfs_card .label {
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .lxfs_box .lxfs_list .lxfs_item .lxfs_card .value {
        margin-top: 10px;
        font-size: 14px;
        word-break: break-all;
        overflow-wrap: break-word;
    }

    .lxwm_box {
        padding-bottom: 20px;
    }

    .contact_form {
        margin-top: 20px;
        padding: 20px 10px;
    }

    .contact_form .form_item {
        width: 100%;
        padding: 10px;
    }

    .contact_form .form_item_textarea {
        width: 100%;
        padding: 10px;
    }

    .contact_form .sub_btn_box {
        margin-top: 10px;
        width: 100%;
    }

    .contact_form .sub_btn_box .sub_btn {
        width: 160px;
        height: 36px;
        font-size: 16px;
    }

    .hqfa_dia .hqfa_con {
        padding: 0;
    }

    .hqfa_dia .hqfa_txt {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 28px;
    }

    .hqfa_dia .hqfa_form {
        margin: 0;
    }

    .hqfa_dia .form_item {
        width: 100%;
        max-width: 100%;
        padding: 5px 0;
    }

    .hqfa_dia .textarea,
    .hqfa_dia .input {
        height: 40px;
        padding: 0 10px;
        border-radius: 5px;
        font-size: 16px;
    }

    .hqfa_dia .textarea textarea,
    .hqfa_dia .input input {
        font-size: 16px;
        border-radius: 5px;
    }

    .hqfa_dia .textarea {
        min-height: 160px;
    }

    .hqfa_dia .dia_btn {
        width: 120px;
        height: 40px;
        font-size: 16px;
    }

    .hqfa_dia .el-dialog {
        border-radius: 6px;
    }

    .hqfa_dia .el-dialog__header {
        /* padding: 20px 10px 0; */
        padding: 14px;
    }

    .hqfa_dia .el-dialog__title {
        font-size: 20px;
        line-height: 30px;
    }

    .hqfa_dia .el-dialog__footer {
        padding-bottom: 30px;
    }

    .hqfa_dia .el-dialog--center .el-dialog__body {
        padding: 20px 20px 15px;
    }

    .home_page {
        padding-top: 0;
    }


    .page_top_box {
        height: auto;
        min-height: auto;
    }

    .page_top_box .bj {
        z-index: 10;
        height: 65%;
        right: 0;
    }

    .page_top_box .top_con_box {
        height: auto;
        padding: 20px 20px 40px;
    }

    .page_top_box .top_con_box .top_txt_box .txt1 {
        font-size: 16px;
        line-height: 26px;
    }

    .page_top_box .top_con_box .top_txt_box .txt2 {
        margin-top: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .page_top_box .top_con_box .top_txt_box .txt3 {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 24px;
        color: #444;
        width: 50%;
    }

    .page_top_box .top_con_box .top_txt_box .btn {
        margin-left: 0;
        margin-right: 20px;
        width: 120px;
        height: 40px;
        box-shadow: 0px 5px 4px 0px rgba(65, 110, 255, 0.5);
        border-radius: 18px;
        font-size: 16px;
    }

    .page_top_box .top_con_box .top_txt_box .zixun {
        font-size: 16px;
        line-height: 20px;
    }

    .page_top_box .top_bom_box {
        padding: 40px 0 0;
        /* backdrop-filter: blur(2px); */
        /* background: rgba(255, 255, 255, .5); */
        position: relative;
        /* margin-top: 30px; */

    }

    .page_top_box .top_bom_box .bom_row {
        margin: 0;
        padding: 10px;
        gap: 5px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .page_top_box .top_bom_box .bom_row .bom_col {
        flex: none;
        width: 100%;
        padding: 10px 0;
        flex-direction: column;
        align-items: center;

    }
    .page_top_box .top_bom_box .bom_row .bom_col.grid-iii-3 {
        grid-column: 1 / 3;
    }

    .page_top_box .top_bom_box .bom_row .bom_col .icon {
        margin-top: 0;
        margin-right: 0;
        width: 60px;
        height: 44px;
    }

    .page_top_box .top_bom_box .bom_row .bom_col .title {
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        padding-top: 10px;
    }

    .page_top_box .top_bom_box .bom_row .bom_col .line {
        margin: 3px 0;
        width: 60px;
        border: none;
    }

    .page_top_box .top_bom_box .bom_row .bom_col .intro {
        font-size: 13px;
        line-height: 20px;
        color: #999;
        text-align: center;
        padding: 0 5px;
    }


    .home_box_title {
        padding: 15px 0;
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
    }

    .home_box_title .home_box_title_fu {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .home_szh_box {
        padding-bottom: 20px;
    }

    .home_szh_box .home_szh_card {
        position: relative;
        z-index: 1;
        padding: 10px;
        flex-wrap: wrap;
    }

    .home_szh_box .home_szh_card .fa_ul {
        width: 100%;
        display: flex;
    }

    .home_szh_box .home_szh_card .fa_ul .fa_li+.fa_li {
        margin-top: 0;
        margin-left: 10px;
    }

    .home_szh_box .home_szh_card .fa_ul .fa_li {
        flex: 1;
        width: 100px;
        height: 100%;
        min-height: 40px;
        padding: 10px;
        box-shadow: 0px 3px 10px 0px rgba(46, 96, 195, 0.13);
        border-radius: 3px;
        font-size: 14px;
        line-height: 20px;
        white-space: normal;
    }

    .home_szh_box .home_szh_card .fa_ul .fa_li img {
        margin-right: 5px;
        width: 24px;
        height: 24px;
    }

    .home_szh_box .home_szh_card .fa_con {
        width: 100%;
        padding: 10px 0;
    }

    .home_szh_box .home_szh_card .fa_con .fa_item .title {
        font-size: 18px;
        line-height: 28px;
    }

    .home_szh_box .home_szh_card .fa_con .fa_item .title span::before {
        height: 6px;
    }

    .home_szh_box .home_szh_card .fa_con .fa_item .intro {
        margin-top: 5px;
        min-height: auto;
        font-size: 14px;
        line-height: 22px;
    }

    .home_szh_box .home_szh_card .fa_con .fa_item .btn {
        margin-top: 10px;
        width: 100px;
        height: 32px;
        font-size: 14px;
    }

    .home_szh_box .home_szh_card .home_szh_img {
        margin: auto;
        width: 50%;
        height: auto;
    }


    .home_zncw_box {
        padding: 10px 0;
    }

    .home_zncw_box .home_zncw_con .zncw_list {
        flex-wrap: wrap;
    }

    .home_zncw_box .home_zncw_con .zncw_list .zncw_item {
        width: 50%;
        padding: 10px;
        text-align: center;
    }

    .home_zncw_box .home_zncw_con .zncw_list .zncw_item .zncw_card .icon {
        margin: auto;
        width: 100px;
        height: 82px;
    }

    .home_zncw_box .home_zncw_con .zncw_list .zncw_item .zncw_card .label {
        font-size: 18px;
        line-height: 28px;
    }

    .home_zncw_box .home_zncw_con .zncw_list .zncw_item .zncw_card .value {
        margin-top: 5px;
        font-size: 14px;
        line-height: 22px;
    }

    .home_zhwy_box {
        padding-bottom: 20px;
    }

    .home_zhwy_box .home_zhwy_con {}

    .home_zhwy_box .home_zhwy_con .znwy_list {
        margin: 0 -5px;
    }

    .home_zhwy_box .home_zhwy_con .znwy_list .znwy_item {
        width: 50%;
        padding: 5px;
    }

    .home_zhwy_box .home_zhwy_con .znwy_list .znwy_item .znwy_card .znwy_txt_box {
        padding: 10px;
    }

    .home_zhwy_box .home_zhwy_con .znwy_list .znwy_item .znwy_card .znwy_txt_box .name {
        font-size: 16px;
        line-height: 24px;
    }

    .home_zhwy_box .home_zhwy_con .znwy_list .znwy_item .znwy_card .znwy_txt_box .intro {
        margin-top: 5px;
        min-height: 54px;
        font-size: 12px;
        line-height: 18px;
    }

    .home_zhwy_box .home_zhwy_con .znwy_list .znwy_item .znwy_card .znwy_txt_box .xq_btn {
        margin-top: 10px;
        font-size: 14px;
    }


    .home_ddtb_box {
        padding: 10px 0;
    }

    .home_ddtb_box .home_ddtb_con {}

    .home_ddtb_box .home_ddtb_con .ddtb_list {
        margin: 0 -5px;
        padding: 0 0 10px;
        flex-wrap: wrap;
    }

    .home_ddtb_box .home_ddtb_con .ddtb_list .ddtb_item {
        flex: 1;
        padding: 5px;
        width: 33.33%;
    }

    .home_ddtb_box .home_ddtb_con .ddtb_list .ddtb_item .ddtb_card .icon {
        width: 80px;
        height: 80px;
        background: #285BC1;
        border-radius: 50%;
    }

    .home_ddtb_box .home_ddtb_con .ddtb_list .ddtb_item .ddtb_card .icon img {
        width: 50px;
        height: 50px;
    }

    .home_ddtb_box .home_ddtb_con .ddtb_list .ddtb_item .ddtb_card .icon_dn img {
        width: 40px;
        height: 40px;
    }

    .home_ddtb_box .home_ddtb_con .ddtb_list .ddtb_item .ddtb_card .name {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .home_ddtb_box .home_ddtb_con .ddtb_list .ddtb_item .ddtb_card .intro {
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px;
    }


    .home_ys_box {
        padding: 10px 0;
    }

    .home_ys_box .home_ys_con {
        padding: 0;
        flex-wrap: wrap;
    }

    .home_ys_box .home_ys_con .ys_img {
        display: none;
    }

    .home_ys_box .home_ys_con .ys_list {
        margin-bottom: 10px;
        width: 100%;
    }

    .home_ys_box .home_ys_con .ys_list .ys_item {
        padding-right: 0px;
    }

    .home_ys_box .home_ys_con .ys_list .ys_item+.ys_item {
        margin-top: 10px;
    }

    .home_ys_box .home_ys_con .ys_list:last-child .ys_item {
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }

    .home_ys_box .home_ys_con .ys_list .ys_item .title {
        font-size: 16px;
        line-height: 26px;
    }

    .home_ys_box .home_ys_con .ys_list .ys_item .line {
        display: none;
    }

    .home_ys_box .home_ys_con .ys_list .ys_item .intro {
        margin-top: 5px;
        min-height: auto;
        font-size: 14px;
        line-height: 20px;
    }



    .home_cyh_box {
        padding: 10px 0;
    }

    .home_cyh_box .home_cyh_con {
        margin-top: 20px;
    }

    .home_cyh_box .home_cyh_con::before {
        left: 10px;
        right: 10px;
        top: -5px;
    }

    .home_cyh_box .home_cyh_con::after {
        left: 20px;
        right: 20px;
        top: -10px;
    }

    .home_cyh_box .home_cyh_con .cyh_card {
        height: auto;
        box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 10px 0 20px;
    }

    .home_cyh_box .home_cyh_con .cyh_card::after {
        top: -20px;
        bottom: -10px;
    }

    .home_cyh_box .home_cyh_con .cyh_card .cyh_td {
        flex: 1;
        min-height: 60px;
        padding: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .home_cyh_box .home_cyh_con .cyh_card .cyh_tr:first-child .cyh_td:nth-child(2)>div {
        width: 100px;
        max-width: 100%;
        height: 40px;
        border-radius: 20px;
    }



    .home_fwld_box {
        margin-top: 30px;
        padding-bottom: 10px;
    }

    .home_fwld_box .img_box {
        width: 100px;
    }

    .home_fwld_box .info {
        margin-left: 10px;
        flex: 1;
        width: 0;
    }

    .home_fwld_box .info .title {
        padding: 10px 0;
        font-size: 20px;
        line-height: 30px;
    }

    .home_fwld_box .info .ul {}

    .home_fwld_box .info .ul .li {
        padding: 4px 0;
        padding-left: 8px;
        font-size: 14px;
        line-height: 22px;
    }

    .home_fwld_box .info .ul .li:before {
        top: 13px;
        width: 4px;
        height: 4px;
    }


    .home_dfwq_box {
        padding: 10px 0;
    }

    .home_dfwq_box .home_dfwq_con .dfwq_list .dfwq_item {
        width: 100%;
        padding: 5px 0;
    }

    .home_dfwq_box .home_dfwq_con .dfwq_list .dfwq_item .dfwq_card {
        min-height: auto;
        box-shadow: 0px 2px 8px 0px rgba(36, 96, 251, 0.1);
        border-radius: 10px;
        padding: 10px 15px;
    }

    .home_dfwq_box .home_dfwq_con .dfwq_list .dfwq_item .dfwq_card .icon {
        margin-top: 4px;
        margin-right: 10px;
        max-width: 20px;
    }

    .home_dfwq_box .home_dfwq_con .dfwq_list .dfwq_item .dfwq_card .intro {
        font-size: 16px;
        line-height: 24px;
    }


    .home_khal_box {
        padding: 0;
    }

    .home_khal_box .home_kfal_con .al_card {
        margin: 0 auto;
        height: auto;
        padding-bottom: 10px;
    }

    .home_khal_box .home_kfal_con .al_card .card_top .tag_list .tag_item {
        flex: auto;
    }

    .home_khal_box .home_kfal_con .al_card .card_top .tag_list .tag_item .tag {
        height: auto;
        min-height: 60px;
        padding: 10px 5px;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
    }

    .home_khal_box .home_kfal_con .al_card .card_top .tag_list .tag_item .tag::after {
        bottom: -3px;
        height: 2px;
    }

    .home_khal_box .home_kfal_con .al_card .card_line {
        height: 4px;
    }

    .kfal_list .kfal_item {
        padding: 10px;
        flex-wrap: wrap;
    }

    .kfal_list .kfal_item .kf_img {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
        height: auto;
    }

    .kfal_list .kfal_item .kf_rig {
        flex: none;
        width: 100%;
    }

    .kfal_list .kfal_item .kf_rig .kf_txt1 {
        font-size: 16px;
        line-height: 26px;
    }

    .kfal_list .kfal_item .kf_rig .kf_txt2 {
        font-size: 14px;
        line-height: 24px;
    }

    .kfal_list .kfal_item .kf_rig .kf_txt2 div {
        margin-top: 10px;
    }

    .kfal_list .kfal_item .title {
        margin: 10px 0;
        font-size: 16px;
        line-height: 24px;
    }

    .kfal_list .kfal_item .title::before {
        padding-left: 2em;
        height: 6px;
        background: #72A7F9;
    }

    .kfal_list .kfal_item .ul .li {
        position: relative;
        padding-left: 16px;
        font-size: 14px;
        line-height: 22px;
    }

    .kfal_list .kfal_item .ul .li+.li {
        margin-top: 5px;
    }

    .kfal_list .kfal_item .ul .li:before {
        top: 8px;
        left: 5px;
        width: 6px;
        height: 6px;
        font-size: 12px;
        line-height: 12px;
    }

    .kfal_list .kfal_item .btn {
        margin: 15px auto 0;
        width: 100px;
        height: 32px;
        font-size: 14px;
    }

    .home_khal_box .logo_list {
        margin: 0 -8px;
        padding: 10px 0;
    }

    .home_khal_box .logo_list .logo_item {
        width: 50%;
        padding: 8px;
    }

    .home_khal_box .logo_list .logo_item .logo_li {
        height: 40px;
    }

    .home_khal_box .logo_list .logo_item .logo_li img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


    .home_zzry_box {
        padding: 0 0 20px;
    }


    .home_zzry_box .home_zzry_con .zzry_list {
        overflow: hidden;
    }

    .home_zzry_box .home_zzry_con .zzry_list>div {
        width: 50%;
    }

    .home_zzry_box .home_zzry_con .ry_list {
        margin-top: 20px;
    }

    .home_zzry_box .home_zzry_con .zz_list .zz_zhan {
        width: 50%;
    }

    .home_zzry_box .home_zzry_con .ry_list .ry_zhan {
        width: 50%;
    }

    .home_zzry_box .home_zzry_con .zz_list .zzry_item {
        width: 50%;
    }

    .home_zzry_box .home_zzry_con .ry_list .zzry_item {
        width: 50%;
    }


    .gywm_box {
        padding-top: 20px;
        flex-wrap: wrap;
    }

    .gywm_box .gywm_img {
        margin-top: 10px;
        width: 100%;
    }

    .gywm_box .gywm_info {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .gywm_box .gywm_info .title {
        padding: 5px 0;
        font-size: 20px;
        line-height: 30px;
    }

    .gywm_box .gywm_info .title::before {
        width: 40px;
    }

    .gywm_box .gywm_info .intro {
        margin-top: 0;
        font-size: 16px;
        line-height: 24px;
    }

    .gywm_box .gywm_info .tj_row {
        margin-top: 10px;
    }

    .gywm_box .gywm_info .tj_row .tj_col .value {
        font-size: 20px;
        line-height: 20px;
    }

    .gywm_box .gywm_info .tj_row .tj_col .value span {
        margin-left: 4px;
        font-size: 14px;
        line-height: 14px;
    }

    .gywm_box .gywm_info .tj_row .tj_col .label {
        font-size: 14px;
        line-height: 22px;
    }

    .gywm_qywh_box {
        padding-bottom: 20px;
    }

    .gywm_qywh_box .gywm_qywh_con {}

    .gywm_qywh_box .gywm_qywh_con .qywh_list {
        margin: 0 -5px;
        padding: 0;
    }

    .gywm_qywh_box .gywm_qywh_con .qywh_list .qywh_item {
        padding: 5px;
    }

    .gywm_qywh_box .gywm_qywh_con .qywh_list .qywh_item .qywh_card {
        text-align: center;
    }

    .gywm_qywh_box .gywm_qywh_con .qywh_list .qywh_item .qywh_card .img_box {
        margin: auto;
        width: 80px;
        height: 91px;
    }

    .gywm_qywh_box .gywm_qywh_con .qywh_list .qywh_item .qywh_card .title {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .gywm_qywh_box .gywm_qywh_con .qywh_list .qywh_item .qywh_card .intro {
        margin-top: 5px;
        font-size: 14px;
        line-height: 22px;
    }



    .case_banner_box {
        margin-bottom: 20px;
        border-radius: 5px 5px 4px 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    .case_img {
        padding-top: 56%;
    }

    .case_img .case_name {
        height: 40px;
        padding: 0 10px;
        font-size: 16px;
        line-height: 40px;
    }

    .case_scroll {
        padding: 10px 10px;
        height: 100px;
    }

    .case_ind_list {
        padding-bottom: 20px;
        overflow-y: hidden;
        overflow-x: auto;
    }




    .news_box {
        padding: 15px 0;
    }

    .news_box .news_con .detail_title {
        padding: 0;
        font-size: 20px;
        line-height: 30px;
    }

    .news_box .news_con .detail_content {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .news_box .news_con .news_list {
        margin: 0;
    }

    .news_box .news_con .news_list .news_item {
        width: 100%;
        padding: 10px 0;
    }

    .news_box .news_con .news_list .news_item .news_card {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.11);
    }

    .news_box .news_con .news_list .news_item .news_card .info {
        padding: 10px 15px;
    }

    .news_box .news_con .news_list .news_item .news_card .info .title {
        font-size: 18px;
        line-height: 24px;
    }

    .news_box .news_con .news_list .news_item .news_card .info .intro {
        margin-top: 10px;
        height: 48px;
        font-size: 14px;
        line-height: 24px;
    }

    .news_box .news_con .news_list .news_item .news_card .info .time {
        margin-top: 10px;
        font-size: 12px;
        line-height: 16px;
    }
}