  ﻿.typetit {
    margin-bottom: .45rem;
    text-align: center;
}

.typetit span {
    background: url(/jcjd/new/images/eslog.png) no-repeat left .1rem;
    font-size: .28rem;
    padding-left: .65rem;
    border-bottom: none;
    padding-bottom: .1rem;
    background-size: auto .2rem;
    display: inline-block;
    line-height: 1.4em;
    font-weight: bold;
    margin: 0 auto;
}

/*  */
.pt_links {
    display: flex;
    justify-content: center;
    padding: .5rem 0;
}



.pt_links a {
    display: block;
    width: 6rem;
    height: 1.4rem;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    background: #1A4CA1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 .2rem;
    transition: all .3s;
    padding: 0 .3rem;
}

.pt_links a:nth-child(1) {
    background: #1A4CA1;
}

.pt_links a:nth-child(2) {
    background: #1C8FD2;
}

.pt_links a:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0rem 0rem .15rem 0rem;
    transform: translateY(-5%)
}

@media screen and (max-width:900px) {
    .pt_links {
        display: block;
        padding: .3rem 0 0 0;
    }

    .pt_links a {
        width: 100%;
        margin: .2rem auto;
        height: 1rem;
    }
}

/*  */
.img_txt_list ul li {
    position: relative;
}

.img_txt_list ul li .imgBox {
    width: 23.572%;
    top: 0;
}

.img_txt_list ul li .imgBox .img {
    padding-block: 0;
    height: 2.16rem;
}

.img_txt_list ul li .txt {
    width: 76%;
    padding-left: .3rem;
    padding-right: .5rem;
}

.img_txt_list ul li .txt1 {
    width: 98%;
    padding: 0.3rem 0;
    padding-left: 1.1rem
}



.img_txt_list ul li {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 0.01rem dashed rgba(141, 141, 141, .3);
}

.img_txt_list ul li a {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    padding: .2rem;
}

.img_txt_list ul li:after {
    content: '';
    position: absolute;
    top: .2rem;
    left: .5rem;
    bottom: 0;
    right: 0;
    /* background: rgba(255, 255, 255, .8); */
    z-index: 0;
    /* transform: skewX(-15deg); */
    /* transform-origin: left bottom; */
}

.img_txt_list ul li:before {
    content: '';
    position: absolute;
    top: .2rem;
    right: 0;
    bottom: 0;
    width: 4px;
    /* background: #f54b30; */
    z-index: 5;
}

.img_txt_list ul li .txt .h4 {
    font-size: .22rem;
    margin: .15rem 0;
}

.img_txt_list ul li .txt .desc {
    font-size: .16rem;
    line-height: .24rem;
    color: #696C6E;
    margin-bottom: .2rem;
    max-height: .5rem
}

.img_txt_list ul li .txt time {
    color: #0058BB;
    font-size: .14rem;
    font-weight: 500;
}

.img_txt_list ul li .txt time span {
    color: #0058BB;
    font-size: .32rem;
    letter-spacing: .01rem;
    margin-right: 0.05rem;
    font-weight: bold;
}

.img_txt_list ul li .line_bg {
    left: 0;
    top: 0;
    width: 100%;
}

.img_txt_list .line_bg:after {
    background: url(/jcjd/new/images/linebg_add.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
}

.img_txt_list .line_bg {
    transform: none;
    box-shadow: none;
}

@media (min-width: 1025px) {
    .img_txt_list ul li:hover {
        overflow: visible;
        border-bottom: none;
    }

    .img_txt_list ul li:hover:after {
        overflow: hidden;
        opacity: 0;
        width: 50%
    }

    .img_txt_list ul li:hover:before {
        overflow: hidden;
        opacity: 0;
        width: 0
    }

    .img_txt_list ul li:hover .line_bg {
        opacity: 1;
        transition: .5s;
        box-shadow: none;
    }

    .img_txt_list ul li:hover .txt .h4 {
        color: #fff;
        transition: .5s
    }

    .img_txt_list ul li:hover .txt .desc {
        color: rgba(255, 255, 255, .7);
        transition: .5s
    }

    .img_txt_list ul li:hover .txt time {
        color: rgba(255, 255, 255, 1);
        transition: .5s
    }

    .img_txt_list ul li:hover .txt time span {
        color: rgba(255, 255, 255, 1);
        transition: .5s
    }

    .img_txt_list ul li a {
        align-items: center;
    }
}

@media (max-width:1024px) {
    .img_txt_list ul li:after {
        display: none
    }

    .img_txt_list ul li:before {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 3px;
        z-index: 9
    }

    .img_txt_list ul li a {
        flex-wrap: wrap;
        padding-top: 0;
        padding: .2rem 0;
    }

    .img_txt_list ul li .imgBox {
        width: 40%;
        top: 0
    }

    .img_txt_list ul li .txt {
        width: 60%;
        padding: .25rem;
        background: #fff;
    }

    .img_txt_list ul li .txt1 {
        width: 100%;
        padding: 0.3rem 0;
        padding-left: 0.1rem
    }

    .img_txt_list ul li .imgBox .img {
        height: auto
    }

    .img_txt_list li .imgBox .img {
        height: auto
    }
}


@media (max-width:900px) {}

@media (max-width:640px) {
    .img_txt_list ul li .imgBox {
        width: 100%;
        top: 0
    }

    .img_txt_list ul li .imgBox .img {
        height: 48vw
    }

    .img_txt_list ul li .txt {
        width: 100%;
    }

    .img_txt_list ul li .txt1 {
        width: 100%;
        padding: 0.3rem 0;
        padding-left: 0.1rem
    }

    .img_txt_list ul li .txt .desc {
        display: none
    }

    .img_txt_list ul li .txt .h4 {
        font-size: .22rem
    }

    .fcList ul li {
        width: 100%;
        margin-bottom: .3rem;
    }

}


/*  */

.jdtxt_list ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: 0.01rem dashed rgba(141, 141, 141, .3);
}

.jdtxt_list .line_bg:after {
    background: url(/jcjd/new/images/linebg_add.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
}

.jdtxt_list .line_bg {
    box-shadow: none;
}

.jdtxt_list ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .25rem .25rem;
    position: relative;
    z-index: 5
}

.jdtxt_list ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: .5rem;
    bottom: 0;
    right: 0;
    z-index: 0;
    transform-origin: left bottom;
}

.jdtxt_list ul li .time {
    width: 1.2rem;
    height: 1.2rem;
    background: none;
    background-size: 100% 100%;
    text-align: center;
    color: #013BA7;
    font-size: .2rem;
    padding: .15rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.jdtxt_list ul li .time span {
    font-size: .32rem;
    display: block;
    font-weight: bold;
    padding-bottom: .08rem;
    margin-bottom: .08rem;
    position: relative;
    display: block;
}

.jdtxt_list ul li .time span:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80%;
    height: 0.01rem;
    background: linear-gradient(270deg, rgba(83, 134, 191, 0) 0%, #013BA7 47%, rgba(85, 135, 191, 0) 100%);
    transform: translateX(-50%);
}

.jdtxt_list ul li .mor {
    width: 1rem;
    text-align: center;
}

.jdtxt_list ul li .mor svg {
    width: .3rem;
    height: auto
}

.jdtxt_list ul li .mor svg path {
    fill: #666666;
}

.jdtxt_list ul li .txt {
    width: calc(100% - 1.5rem);
    padding-right: .4rem;
}

.jdtxt_list ul li .txt .h4 {
    font-size: .22rem;
    margin-bottom: .15rem
}

.jdtxt_list ul li .txt .desc {
    font-size: .16rem;
    line-height: 1.6em;
    color: #666
}

.jdtxt_list ul li .line_bg {
    left: 0;
    width: 100%;
    transform: none;
}

@media (min-width: 1025px) {
    .jdtxt_list ul li:hover {
        overflow: visible;
        border-bottom: none;
    }

    .jdtxt_list ul li:hover:after {
        overflow: hidden;
        opacity: 0;
        width: 50%
    }

    .jdtxt_list ul li:hover .line_bg {
        opacity: 1;
        transition: .5s
    }

    .jdtxt_list ul li:hover .txt .h4 {
        color: #fff;
        transition: .5s
    }

    .jdtxt_list ul li:hover .txt .desc {
        color: rgba(255, 255, 255, .7);
        transition: .5s
    }

    .jdtxt_list ul li:hover .mor svg path {
        fill: #fff;
        ;
        transition: .5s
    }

    .jdtxt_list ul li:hover .time {
        color: #fff;
    }

    .jdtxt_list ul li:hover .time span:before {
        background: linear-gradient(270deg, rgba(83, 134, 191, 0) 0%, #FFFFFF 47%, rgba(85, 135, 191, 0) 100%);
    }

}

@media (max-width:1024px) {}

@media (max-width:640px) {
    .jdtxt_list ul li {
        margin-bottom: .3rem
    }

    .jdtxt_list ul li .mor {
        display: none
    }

    .jdtxt_list ul li .txt {
        width: calc(100% - 1.1rem);
        padding-right: .2rem
    }

    .jdtxt_list ul li .txt .desc {
        display: none
    }

    .jdtxt_list ul li .time {
        width: .9rem;
        height: .9rem
    }

    .jdtxt_list ul li .time span {
        font-size: .2rem;
        padding-bottom: 3px;
        margin-bottom: 3px
    }

    .jdtxt_list ul li .time {
        font-size: .16rem
    }

    .jdtxt_list ul li a {
        padding: .15rem 0
    }

    .jdtxt_list ul li:after {
        left: .3rem
    }

    .jdtxt_list ul li .line_bg {
        left: .48rem
    }

    .jdtxt_list ul li .txt .h4 {
        margin-bottom: 0;
        font-size: .2rem
    }
}

@media (max-width:640px) {
    .jdtxt_list ul li {
        margin-bottom: 0;
    }

    .jdtxt_list ul li .mor {
        display: none
    }

    .jdtxt_list ul li .txt {
        width: calc(100% - 1.1rem);
        padding-right: .2rem
    }

    .jdtxt_list ul li .txt .desc {
        display: none
    }

    .jdtxt_list ul li .time {
        width: .9rem;
        height: .9rem
    }

    .jdtxt_list ul li .time span {
        font-size: .2rem;
        padding-bottom: 3px;
        margin-bottom: 3px
    }

    .jdtxt_list ul li .time {
        font-size: .16rem
    }

    .jdtxt_list ul li a {
        padding: .15rem 0
    }

    .jdtxt_list ul li:after {
        left: .3rem
    }

    .jdtxt_list ul li .line_bg {
        left: .48rem
    }

    .jdtxt_list ul li .txt .h4 {
        margin-bottom: 0;
        font-size: .2rem
    }
}

/*  */
.zzjg_list {}

.zzjg_item {
    height: auto;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: .2rem auto;
}

.zzjg_item h2 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.4rem;
    color: #163EA3;
    border-bottom: #163EA3 .02rem solid;
    padding: 0.1rem 0;
}

.zzjg_item ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.zzjg_item ul li {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #333333;
    border-bottom: #AABED3 .01rem solid;
    width: 45%;
    padding: .125rem 0;
    transition: all 0.3s;
    position: relative;
}

.zzjg_item ul li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #163EA3;
    width: 0;
    height: .01rem;
    transition: all 0.3s;
}


.zzjg_item ul li a {
    display: flex;
    align-items: center;
    height: .6rem;
}

.zzjg_item ul li span {
    color: #163EA3;
    padding: 0;
    display: block;
    width: 2rem;
    text-align: right;
    padding: 0 .4rem 0 0;
    position: relative;
}

.zzjg_item ul li span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.01rem;
    height: 0.45rem;
    background: #AABED3;
}

.zzjg_item ul li p {
    display: block;
    flex: 1;
    min-width: 0;
    padding: 0 0 0 .4rem;
}

.zzjg_item ul li:hover:after {
    width: 100%;
}

.zzjg_item ul li:hover span {
    font-weight: bold
}

.zzjg_item ul li:hover p {
    font-weight: bold;
    color: #222
}

@media screen and (max-width:1200px) {
    .zzjg_item ul li span {
        width: 1rem;
    }
}

@media screen and (max-width:900px) {
    .zzjg_item ul li {
        width: 100%;
        padding: 0;
    }

    .zzjg_item ul li span {
        padding: 0 .2rem;
        width: 1.2rem;
    }

    .zzjg_item ul li p {
        padding: 0 0 0 .2rem;
    }

}

/*  */
.contact_jd {
    display: flex;
    justify-content: space-between;
}

.contact_jd .typetit {
    text-align: left;
    margin-bottom: .1rem;
}

.contact_jd .imgBox {
    width: 100%;
}

.contact_jd .imgBox .img {
    padding-block: 0;
    height: 5.5rem;
}

.contact_jd_img {
    width: 64%;
}

.contact_jd_info {
    flex: 1;
    min-width: 0;
    background: #fff;
    padding: .8rem .5rem .2rem .5rem;
}

.contact_item h3 {
    color: #014CA0;
    line-height: .4rem;
    font-weight: normal;
}

.contact_item p {
    color: #666666;
}

.contact_item {
    color: #666666;
    font-size: .16rem;
    line-height: .3rem;
    border-bottom: 0.01rem dashed rgba(1, 76, 160, 0.15);
    padding: .15rem 0;
    font-weight: normal;
    padding-left: .4rem;
    position: relative;
}

.contact_item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #163EA3;
    width: 0;
    height: .01rem;
    transition: all 0.3s;
}

.contact_item:hover:after {
    width: 100%;
}

.contact_jd_info .contact_item:nth-child(2) {
    background: url(/jcjd/new/images/lxwm_ico01.png) left .25rem no-repeat;
    background-size: .22rem .22rem;
}

.contact_jd_info .contact_item:nth-child(3) {
    background: url(/jcjd/new/images/lxwm_ico02.png) left .25rem no-repeat;
    background-size: .22rem .22rem;
}

.contact_jd_info .contact_item:nth-child(4) {
    background: url(/jcjd/new/images/lxwm_ico03.png) left .25rem no-repeat;
    background-size: .22rem .22rem;
}

@media screen and (max-width:1024px) {
    .contact_jd {
        display: block;
    }

    .contact_jd_img {
        width: 100%;
    }

    .contact_jd_info {
        width: 100%;
        padding: .5rem .5rem .5rem .5rem;
    }

    .contact_jd .imgBox .img {
        height: 3.5rem;
    }
}

/*  */
.jd_about_img {
    background: linear-gradient(90deg, #014CA0 0%, #00B7F0 100%);
    padding: .4rem .2rem;
    position: relative;
    z-index: 9;
}

.jd_about_img ul {}

.jd_about_img ul li {}

.jd_about_img ul li a {
    padding: 0 .2rem;
    display: block;
}

.jd_about_img .imgBox {
    width: 100%;
}

.jd_about_img .imgBox .img {
    padding-block: 0;
    height: 2.74rem;
}

.contact_jd_img {
    width: 64%;
}

.jd_about_p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.34rem;
    text-align: justify;
    letter-spacing: normal;
    color: #333333;
}

.jd_about_p p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.34rem;
    text-align: justify;
    /* ?????i????? */
    letter-spacing: normal;
    color: #333333;
    text-indent: 2em;
    margin: .4rem 0;
}

.jd_about_other {
    display: flex;
    justify-content: space-between;
    margin: .2rem auto;
}

.jd_about_other .jd_about_bq {
    width: 4rem;
    margin-top: .4rem;
}

.jd_about_other .jd_about_p {
    flex: 1;
    min-width: 0;
}

.jd_about_bq {}

.jd_about_bg {
    background: rgba(236, 245, 255, .6);
    box-shadow: 0rem 0rem 0.4rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 3.1rem;
    height: 3.1rem;
    position: relative;
}

.jd_about_bg:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 5.4rem;
    height: 5.4rem;
    box-sizing: border-box;
    opacity: 0.15;
    background: #9BD9FF;
    border-radius: 50%;
    z-index: -1;
    animation: abtbreathe 5s ease-in-out infinite;
}

.jd_about_bg:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2.2rem;
    height: 2.2rem;
    box-sizing: border-box;
    border: 0.01rem dashed #98BCE1;
    border-radius: 50%;
    z-index: 0;
}

.jd_about_bg a {
    z-index: 99;
}

.jd_about_bg a:nth-child(1) {
    position: absolute;
    top: .2rem;
    left: 0;
    z-index: 99;
    transform: translateY(0rem);
    animation: ab_float1 2s ease-in-out infinite;
}

.jd_about_bg a:nth-child(2) {
    position: absolute;
    top: .6rem;
    right: -.5rem;
    z-index: 99;
    transform: translateY(0rem);
    animation: ab_float2 2s ease-in-out infinite;
}

.jd_about_bg a:nth-child(3) {
    position: absolute;
    bottom: -.5rem;
    left: .5rem;
    z-index: 99;
    transform: translateY(0rem);
    animation: ab_float3 3s ease-in-out infinite;
}

.jd_about_bg img {
    max-width: 1.76rem;
}

@keyframes ab_float1 {
    0% {
        transform: translateY(0rem);
    }

    50% {
        transform: translateY(0.07rem);
    }

    100% {
        transform: translateY(0rem);
    }
}

@keyframes ab_float2 {
    0% {
        transform: translateY(0rem);
    }

    50% {
        transform: translateY(0.04rem);
    }

    100% {
        transform: translateY(0rem);
    }
}

@keyframes ab_float3 {
    0% {
        transform: translateY(0rem);
    }

    50% {
        transform: translateY(0.12rem);
    }

    100% {
        transform: translateY(0rem);
    }
}

@keyframes abtbreathe {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }

    100% {
        transform: translate(-50%, -50%) scale(0.9);
    }
}

@media screen and (max-width:1024px) {
    .jd_about_other {
        display: block;
    }

    .jd_about_other .jd_about_bq {
        margin: .5rem auto .5rem auto;
        width: 100%;
    }

    .jd_about_other .jd_about_p {
        width: 100%;
        margin: 0 auto;
    }

    .jd_about_bg:after {
        display: none;
    }

    .jd_about_bg:before {
        display: none;
    }

    .jd_about_bg {
        width: 100%;
        background: none;
        box-shadow: none;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .jd_about_bg a {
        position: relative !important;
        top: 0 !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
    }

    .jd_about_img .imgBox .img {
        height: 2rem;
    }
}

@media screen and (max-width:500px) {
    .jd_about_bg a img {
        width: 90%;
    }
}