@charset "utf-8";

body {
    background: #f5f5f7;
}

.pubmore {
    display: flex;
}

.pubmore h4 {
    display: block;
    border: solid 0.02rem #222222;
    padding: 0 .28rem;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    text-align: center;
    width: 1.7rem;

}

.pubmore h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fdc019;
    transition: all 0.5s;
    transform: translateX(-100%) translateY(-100%);
    z-index: 1;
    opacity: 0;
}

.pubmore h4::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fdc019;
    transition: all 0.5s;
    transform: translateX(100%) translateY(100%);
    opacity: 0;
    z-index: 1;
}

.pubmore h4 span {
    display: flex;
    align-items: center;
    font-family: SourceHanSansCN-Bold;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.46rem;
    color: #222222;
    position: relative;
    z-index: 2;
    justify-content: center;
}

.pubmore h4 span::after {
    content: "";
    display: block;
    width: 0.13rem;
    height: 0.13rem;
    background: url(../images/pubmore-b.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-left: .04rem;

}

.pubmore h4:hover {
    border-color: #fdc019;
}

.pubmore h4:hover::before {
    transform: translateX(0) translateY(0);
    opacity: 1;
}

.pubmore h4:hover::after {
    transform: translateX(0) translateY(0);
    opacity: 1;
}

.pubmore-w h4 {
    border-color: #fff;
}

.pubmore-w h4 span {
    color: #fff;
}

.pubmore-w h4 span::after {
    background: url(../images/pubmore-w.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.pubmore-w h4:hover span {
    color: #222222;
}

.pubmore-w h4:hover span::after {
    background: url(../images/pubmore-b.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

/*  */

.pubmore a {
    display: block;
    border: solid 0.02rem #222222;
    padding: 0 .28rem;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    width: 1.7rem;
}

.pubmore a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fdc019;
    transition: all 0.5s;
    transform: translateX(-100%) translateY(-100%);
    z-index: 1;
    opacity: 0;
}

.pubmore a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fdc019;
    transition: all 0.5s;
    transform: translateX(100%) translateY(100%);
    opacity: 0;
    z-index: 1;
}

.pubmore a span {
    display: flex;
    align-items: center;
    font-family: SourceHanSansCN-Bold;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.46rem;
    color: #222222;
    position: relative;
    z-index: 2;
    justify-content: center;
}

.pubmore a span::after {
    content: "";
    display: block;
    width: 0.13rem;
    height: 0.13rem;
    background: url(../images/pubmore-b.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-left: .04rem;

}

.pubmore a:hover {
    border-color: #fdc019;
}

.pubmore a:hover::before {
    transform: translateX(0) translateY(0);
    opacity: 1;
}

.pubmore a:hover::after {
    transform: translateX(0) translateY(0);
    opacity: 1;
}

.pubmore-w a {
    border-color: #fff;
}

.pubmore-w a span {
    color: #fff;
}

.pubmore-w a span::after {
    background: url(../images/pubmore-w.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.pubmore-w a:hover span {
    color: #222222;
}

.pubmore-w a:hover span::after {
    background: url(../images/pubmore-b.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

/*  */




.banner-lm {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.banner-lm h3 {
    text-align: center;
    font-size: 0.4rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #ffffff;
    box-shadow: 0rem 0.03rem 0.15rem 0rem rgba(3, 29, 49, 0.2);
    display: none;
}

.tmenu {
    position: relative;
    z-index: 99;
    margin-top: -.78rem;
}

.tmenu-nav {

    padding-top: .7rem;
    padding-bottom: .4rem;
    display: flex;

    justify-content: center;

    position: relative;

    flex-wrap: wrap;
}

.tmenu-nav::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 14.4rem;
    height: 3.17rem;
    background: url(../images/tmenu-nav.png) no-repeat;
    background-position: top center;
    background-size: 100% auto;
    z-index: -1;
    pointer-events: none;
}

.tmenu-nav li {
    margin: 0 .2rem;
}

.tmenu-nav li>a {
    display: block;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #000000;
    position: relative;
    z-index: 3;
}

.tmenu-nav li>a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: .38rem;
    top: 100%;
    background: url(../images/tmenu-liaft.png) no-repeat;
    background-position: center top;
    background-size: .16rem auto;
    display: none;
}

.tmenu-nav li div {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    display: none;
    z-index: 10;
}

.tmenu-nav li dl {
    display: flex;
    justify-content: center;
    background-color: #116bcb;
    border-radius: 0.24rem;
    padding: 0 .3rem;
    flex-wrap: wrap;
}

.tmenu-nav li dl dd {
    position: relative;
    padding: .07rem .2rem;
}

/* .tmenu-nav li dl dd:nth-child(1) {
    padding-left: .2rem;
}

.tmenu-nav li dl dd:last-child {
    padding-right: .2rem;
} */

.tmenu-nav li dl dd a {
    display: block;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #fff;
    padding: 0 .12rem 0 0.34rem;
    white-space: nowrap;
    position: relative;
    z-index: 3;
    transition: all 0.5s;
}

.tmenu-nav li dl dd a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.12rem;
    width: 0.16rem;
    height: 0.16rem;
    background: url(../images/tmenu-zs.png) no-repeat;
    background-size: 100% 100%;
}

.tmenu-nav li dl dd a::before {
    content: '';
    position: absolute;
    top: 0.14rem;
    left: 0.16rem;
    width: 0.08rem;
    height: 0.08rem;
    background: #fff;
    border-radius: 50%;
}

@keyframes zsfd {
    0% {
        transform: scale(1);
        opacity: 0.5
    }

    100% {
        transform: scale(3.5);
        opacity: 0
    }
}

.tmenu-nav li dl dd:hover a::before,
.tmenu-nav li dl dd.on a::before {
    animation: zsfd 2s infinite linear;
}

.tmenu-nav li dl dd.on a {
    background-color: #ffa61b;
    border-radius: 0.24rem;
}

.tmenu-nav li dl dd.on::after {
    width: 100%;
}

.tmenu-nav li.active>a,
.tmenu-nav li.on>a {
    color: #0757b5;
    font-weight: 600;
}

.tmenu-nav li.active>a::after {
    display: block;
}

.tmenu-nav li.active div {
    display: flex;
}

.tmenu-nav li dl dd a:hover {
    background-color: #ffa61b;
    border-radius: 0.24rem;
    font-weight: 600;
    transition: all 0s;
}


.nymain2 {
    margin-top: .5rem;
    position: relative;
    z-index: 100;
    background-color: initial;
}

.slife-tit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slife-tit img {
    max-height: 0.43rem;
}

.slife-tit span {
    font-size: 0.36rem;
    font-weight: 600;
    line-height: 0.4rem;
    color: #1e1e1e;
    margin-left: 0.1rem;
}

.slife1-c {
    margin-top: .3rem;
}

.slife1-c ul {}

.slife1-c ul li {}

.slife1-c ul li a {
    display: flex;
}

.slife1-c ul li:nth-child(2) a .pics {
    order: 2;
}

.slife1-c ul li:nth-child(2) a .info {
    order: 1;
    background: url(../images/slife1-itembg2.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.slife1-c ul li a .pics {
    width: 50%;
}

.slife1-c ul li a .pics .pic {
    padding-top: 56.25%;
}

.slife1-c ul li a .info {
    flex: 1;
    min-width: 0;
    padding: .75rem .6rem 0 .6rem;
    background: url(../images/slife1-itembg1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.slife1-c ul li a .info h3 {
    font-size: 0.27rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.37rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slife1-c ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .72rem;
    margin: .3rem 0 .35rem 0;
}


.slife2 {
    padding-top: 1rem;
    border-top: 1px solid #dadada;
    margin-top: .72rem;
    display: flex;
    align-items: flex-start;
}

.slife2-l {
    width: 5.84rem;
}

.slife2-l .swiper-slide a {
    display: block;
    text-align: center;
}

.slife2-llist {
    height: 3.36rem;
    margin-top: .4rem;
    margin-bottom: .8rem;
}

.slife2-r {
    position: relative;
    flex: 1;
    min-width: 0;
    display: flex;
}

.slife2-r img {
    display: block;
    width: 100%;
}


.slife3 {
    padding-top: .75rem;
    border-top: 1px solid #dadada;
    margin-top: .75rem;
}

.slife3-c {
    margin-top: .35rem;
}

#certify {
    position: relative;
}

.slife3-prev,
.slife3-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.37rem;
    height: 0.58rem;
    background-color: rgba(8, 81, 172, .7);
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s;

}

.slife3-prev:hover,
.slife3-next:hover {
    background-color: rgba(253, 192, 25, .7);
}


.slife3-prev {
    background: #004caa url(../images/slife3-prev.png) no-repeat;
    background-size: .13rem;
    background-position: center center;
    left: 0;
}

.slife3-next {
    background: #004caa url(../images/slife3-next.png) no-repeat;
    background-size: .13rem;
    background-position: center center;
    right: 0;
}

#certify .swiper-container {}

#certify .swiper-slide {
    width: 7.21rem;
}

#certify .swiper-slide a {
    display: block;
    box-shadow: 0rem 0.05rem 0.2rem 0rem rgba(3, 29, 49, 0.2);
}

#certify .swiper-slide a .pics {
    position: relative;
}

#certify .swiper-slide a .pics .pic {
    padding-top: 65%;
    background-color: #0b0b0b;
}

#certify .swiper-slide a .pics .pic div {
    transition: all 0.5s;
}

#certify .swiper-slide a .pics .s5-item-tit {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

#certify .swiper-slide a .pics .s5-item-tit .icons {
    margin-right: .1rem;
}

#certify .swiper-slide a .pics .s5-item-tit .icons img {
    display: block;
    height: 0.23rem;
}

#certify .swiper-slide a .pics .s5-item-tit p {
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #ffffff;
}

#certify .swiper-slide a .info {
    background: #fff;
    background-color: #ffffff;
    border-radius: 0rem 0rem 0.2rem 0.2rem;
    opacity: 0;
    transition: all 0.5s;
    padding: .25rem .3rem;
}

#certify .swiper-slide a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #222222;
    padding-right: .5rem;
    background: url(../images/icon-play.png) no-repeat;
    background-position: right center;
    background-size: auto .35rem;
    border-radius: 0 0 0.2rem 0.2rem;
}

#certify .swiper-slide.swiper-slide-active a .info {
    opacity: 1;
}

#certify .swiper-slide.swiper-slide-active a .pics .pic {}

#certify .swiper-slide.swiper-slide-active a .pics .pic div {
    opacity: 1;
}

#certify .swiper-slide.swiper-slide-active a .pics .s5-item-tit {
    opacity: 0;
}

#certify .swiper-slide.swiper-slide-active a:hover .info h3 {
    color: #03419e;
}

.slife3 .pubmore {
    margin-top: .6rem;
}

.slife4 {
    padding-top: .8rem;
    border-top: 1px solid #dadada;
    margin-top: .65rem;
    display: flex;
}

.slife4-l {
    width: 50%;
    background: url(../images/slife4-lbg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0.95rem .55rem 0 .55rem;
}

.slife4-l .slife-tit {
    justify-content: flex-start;
}

.slife4-l .slife-tit span {
    color: #fff;
}

.slife4-l p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: .96rem;
    margin: .3rem 0 .35rem 0;
}

.slife4-r {
    width: 50%;
}

.slife4-r img {
    display: block;
    width: 100%;
}

/* 12.5新增 */

.tmenu .w1440 {
    position: relative;
}

.tmenu .position {
    left: auto;
    width: auto;
    bottom: auto;
    top: 1.55rem;
    z-index: 10;
}

.tmenu .position>div {
    padding-left: 0;
    position: relative;
}

.tmenu .position span,
.tmenu .position a {
    color: #666;
}

.tmenu .position a:hover {
    color: #03419e;
    opacity: 1;
}

.gjsj {
    position: relative;
}

.sj-tit {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0.625rem;
}

.sj-tit img {
    display: block;
    width: 1.63rem;
    max-width: 100%;
    margin: 0 auto;
}

.gjsj ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gjsj ul li {
    width: 33.33%;
    transition: all 1s;
}

.gjsj ul li .k {
    border-top: 1px solid #dbdbdd;
    padding: 0.42rem 0.3rem;
    margin: 0 0.1rem;
    height: 100%;
}

.gjsj ul li:first-child .k,
.gjsj ul li:nth-child(2) .k,
.gjsj ul li:nth-child(3) .k {
    border-top: 0;
}

.gjsj ul li .icon1 {
    width: 0.64rem;
    height: 0.64rem;
    text-align: center;
}

.gjsj ul li .icon1 img {
    display: block;
    max-width: 100%;
}

.gjsj ul li .icon1 img:nth-child(2) {
    display: none;
}

.gjsj ul li.on .icon1 img {
    display: none;
}

.gjsj ul li.on .icon1 img:nth-child(2) {
    display: block;
}

.gjsj ul li b {
    display: block;
    font-family: "SourceHanSansCN-Bold";
    font-size: 0.6rem;
    line-height: 1;
    font-weight: bold;
    margin-top: 0.2rem;
}

.gjsj ul li p {
    margin-top: 0.1rem;
    color: #666666;
    font-size: 0.22rem;
    line-height: 0.3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.gjsj ul li.on {
    z-index: 9;
}

.gjsj ul li.on .k {
    position: relative;
    z-index: 1;
}

.gjsj ul li.on .k::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/gjsj-cbg.jpg) no-repeat right bottom;
    background-size: cover;
    box-shadow: 0px 0.25rem 0.46rem 0px rgba(18, 75, 140, 0.2);
    z-index: -1;
}

@keyframes bg1 {
    0% {
        height: 100%;
    }

    100% {
        height: 5.36rem;
    }
}

.gjsj ul li.on .k::before {
    animation: bg1 0.5s linear forwards;
}

.gjsj ul li.on .icon img:nth-child(1) {
    display: none;
}

.gjsj ul li.on .icon img:nth-child(2) {
    display: block;
}

.gjsj ul li.on b {
    color: #fff;
}

.gjsj ul li.on p {
    color: #fff;
}


.xxbs {}

.xbt {
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.8rem;
}

.xxbs1 {
    background-color: #fff;
    padding: 0.7rem 0.8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.xxbs1 .xxbs1-logo {
    display: block;
    width: 2.23rem;
    margin-right: 0.4rem;
}

.xxbs1 .tx {
    flex: 1;
    min-width: 0;
    padding-top: 0.2rem;
}

.xxbs1 .tx p {
    font-size: 0.2rem;
    margin-top: 0.3rem;
}

.xxbs h3 {
    font-size: 0.3rem;
    color: #000;
}

.xxbs .gd a {
    display: block;
    margin-top: 0.4rem;
    width: 1.7rem;
    line-height: 0.5rem;
    font-size: 0.16rem;
    color: #222;
    border: 0.02rem solid #000;
    border-radius: 0.25rem;
    text-align: center;
    background-image: url(../images/pubmore-b.png);
    background-repeat: no-repeat;
    background-position: 1.2rem center;
    background-size: 0.13rem auto;
    padding-right: 0.2rem;
    transition: all 0.5s;
}

.xxbs .gd a:hover {
    background-color: #03419e;
    color: #fff;
    background-image: url(../images/pubmore-w.png);
    border-color: #03419e;
}

.xxbs2,
.xxbs3 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.4rem;
}

.xxbs2 .xxbs2-l,
.xxbs3 .xxbs3-l {
    background-color: #fff;
    width: 35.83%;
}

.xxbs2 .xxbs2-l .tx,
.xxbs3 .xxbs3-l .tx {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.84rem;
}

.xxbs2 .xxbs2-r {
    flex: 1;
    min-width: 0;
}

.xxbs2 .xxbs2-r ul {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}

.xxbs2 .xxbs2-r ul li {
    background-color: #294079;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.55rem;
}

.xxbs2 .xxbs2-r ul li:nth-child(2) {
    background-color: #9d2d32;
}

.xxbs2 .xxbs2-r ul li img {
    width: 1.86rem;
    max-width: 100%;
}


.xxbs3 .xxbs3-r {
    flex: 1;
    min-width: 0;
    background-color: #ecf1f7;
}

.xxbs3 .xxbs3-r img {
    display: block;
    max-width: 100%;
}



.xszll {}

.xszll ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xszll ul li {
    width: 48%;
    position: relative;
}

.xszll ul li::before {
    content: '';
    position: absolute;
    top: 0.54rem;
    bottom: 0.8rem;
    left: 0;
    right: 0;
    background: url(../images/xssll-bg.jpg) no-repeat center right;
    background-size: cover;
    z-index: -1;
}

.xszll ul li a {
    display: block;
    position: relative;
}

.xszll ul li a>img {
    display: block;
    width: 6.79rem;
    width: 98.4%;
    transition: all 0.5s;
}

.xszll ul li a .tx {
    position: absolute;
    top: 2.05rem;
    left: 4.38rem;
}

.xszll ul li a .tx h4 {
    font-size: 0.32rem;
    color: #ff9c55;
}

.xszll ul li a .tx h3 {
    font-size: 0.32rem;
    color: #fff;
    margin-bottom: 0.15rem;
}

.xszll ul li a .tx p {
    font-size: 0.22rem;
    color: #fff;
    opacity: 0.8;
}

.xszll ul li:hover a>img {
    transform: scale(1.02);
    transform-origin: center bottom;
}


.szfd {}

.sz-bt {
    display: flex;
    align-items: center;
    font-size: 0.3rem;
    color: #0757b5;
    margin-bottom: 0.3rem;
}

.sz-k .tx .sz-bt {
    margin-bottom: 0;
}

.sz-bt>img {
    margin-right: 0.15rem;
    max-width: 0.48rem;
    max-height: 0.43rem;
}

.sz-k {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.sz-k {
    margin-bottom: 0.6rem;
}

.sz-k .picbox {
    width: 48.61%;
    margin-right: 0.42rem;
    border-radius: 0.08rem;
    overflow: hidden;
}

.sz-k .picbox .pic {
    padding-top: 54.28%;
}

/* .sz-k>img {
    width: 48.61%;
    margin-right: 0.42rem;
    border-radius: 0.08rem;
} */

.sz-k .picbox:hover img {
    transform: scale(1.05);
}

.sz-k .picbox:hover .pic:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

.sz-k .tx {
    flex: 1;
    min-width: 0;
}

.sz-k .tx h3 {
    font-size: 0.22rem;
    color: #f37e0b;
}

.sz-k .tx .zy {
    font-size: 0.19rem;
    line-height: 0.32rem;
    height: 1.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 0.3rem;
}

.sz-k .tx .d {
    margin-top: 0.7rem;
}

.sz-k .tx .d p {
    overflow: hidden;
    font-size: 0.19rem;
    padding: 0.15rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.sz-k .tx .d p span {
    display: block;

    float: left;

    color: #666;
}

.sz-k.odd .picbox {
    order: 2;
    margin-right: 0;
    margin-left: 0.42rem;
}

.sz-k.sz-k.odd .tx {
    order: 1;
}

/* 12.14 */
.zkyjg {}

.zkyjg01 .tit {
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
}

.zkyjg01 .tit2 {
    font-size: 0.3rem;
    font-weight: bold;
    color: #0757b5;
    text-align: center;
    margin-top: 0.34rem;
}

.zkyjg01 .tit2 p {}

.zkyjg01 p {
    font-size: 0.2rem;
    text-align: justify;
    margin-top: 0.34rem;
    line-height: 1.8;
    background: #ccddf4;
    padding: 0.11rem;
    border-radius: 0.2rem;
    text-indent: 0.4rem;
}

.zkyjg02 {}

.zkyjg02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zkyjg02 ul li {
    width: 48%;
    margin-top: 0.6rem;
    position: relative;
}

.zkyjg02 ul li:nth-child(odd)::before {
    /* content: "";
    position: absolute;
    top: 0;
    right: -4%;
    height: 100%;
    border-left: 1px solid #e5e5e5;
    transition: all 0.5s; */
}

.zkyjg02 ul li .pic {
    padding-top: 48.26%;
}

.zkyjg02 ul li:hover .pic img {
    transform: scale(1.05);
}

.zkyjg02 ul li:hover .pic:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.zkyjg02 ul li .tx {
    padding-top: 0.35rem;
}

.zkyjg02 ul li .tx h3 {
    font-size: 0.3rem;
}

.zkyjg02 dl {
    display: flex;
    flex-wrap: wrap;
}

.zkyjg02 dl dd a {
    display: block;
    background: #eaf3fe;
    padding: 0 0.35rem;
    margin-right: 0.2rem;
    line-height: 0.6rem;
    border-radius: 0.08rem;
    margin-top: 0.3rem;
    font-size: 0.2rem;
    transition: all 0.5s;
}

.zkyjg02 dl dd:hover a {
    background: #0757b5;
    color: #fff;
}

.zky-xq {
    display: flex;
    flex-wrap: wrap;
}

.zky-xql {
    flex: 1;
    min-width: 0;
    padding-top: 0.2rem;
}

.zky-xql .tit {
    font-size: 0.3rem;
    font-weight: bold;
}

.zky-xql p {
    font-size: 0.22rem;
    line-height: 1.8;
    text-align: justify;
    margin-top: 0.4rem;
}

.zky-xqr {
    width: 3.33rem;
    margin-left: 0.9rem;
    padding: 0.15rem;
}

.zky-xqr {
    background: url(../images/kyjg-xqbg.png) no-repeat center;
    background-size: cover;
    border-radius: 0.12rem;
}

.zky-xqr .pic {
    padding-top: 112.17%;
}

.zky-xqr .tx {
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.15rem;
}

.zky-xqr .tx span {
    display: block;
    color: #ffa61b;
    background: url(../images/kyjg-xqzs.png) no-repeat left center;
    background-size: 0.22rem auto;
    padding-left: 0.32rem;
}

.zky-xqr .tx b {
    display: block;
    color: #fff;
    font-weight: normal;
    margin-left: 0.18rem;
}

.zcxpt .tit {
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
}

.zcxpt01 {
    overflow: hidden;
}

.zcxpt01 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.23rem;
}

.zcxpt01 ul li {
    width: 33.333%;
}

.zcxpt01 ul li a {
    display: block;
    margin: 0.6rem 0.23rem 0 0.23rem;
    background-color: #eef6ff;
    padding: 0.55rem 0.35rem;
    height: 2.4rem;
    position: relative;
}

.zcxpt01 ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #0757b5;
    transition: all 0.5s;
}

.zcxpt01 ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.1rem;
    width: 1.37rem;
    height: 1.37rem;
    background-image: url(../images/kcpt-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.zcxpt01 ul li a .icon1 {
    width: 0.36rem;
    height: 0.36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.zcxpt01 ul li a .icon1 img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.zcxpt01 ul li a .icon1 img:nth-child(2) {
    display: none;
}

.zcxpt01 ul li a h3 {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.zcxpt01 ul li:hover a::before {
    width: 100%;
}

.zcxpt01 ul li:hover a .icon1 img:first-child {
    display: none;
}

.zcxpt01 ul li:hover a .icon1 img:nth-child(2) {
    display: block;
}

.zcxpt01 ul li:hover a h3 {
    color: #fff;
}

.zcxpt01 ul li:hover a::after {
    background-image: url(../images/kcpt-logo2.png);
}

/* 12.27 */
.zkyjg03 {
    margin-top: 0.95rem;
}

.zkyjg03 ul {
    position: relative;
    align-items: flex-start;
}

.zkyjg03 ul::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;

    border-left: 1px solid #e5e5e5;
}

.zkyjg03 ul li {
    width: 50%;
    margin-top: 0;
    padding-top: 0.3rem;
}

.zkyjg03 ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #0757b5;
    z-index: -1;
}

.zkyjg03 ul li .k {
    position: relative;
    padding-bottom: 0.5rem;
}

.zkyjg03 ul li:nth-child(odd):last-child .k:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 0.42rem);
    border-top: 1px solid #0757b5;
    z-index: -1;
}

.zkyjg03 ul li:nth-child(odd):last-child .k::after {
    content: '';
    position: absolute;
    bottom: -0.04rem;
    right: -0.47rem;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #0757b5;
}

.zkyjg03 ul li:nth-last-child(2) .k:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -0.42rem;
    width: calc(100% + 0.42rem);
    border-top: 1px solid #0757b5;
    z-index: -1;
}

.zkyjg03 ul li:nth-last-child(2) .k::after {
    content: '';
    position: absolute;
    bottom: -0.04rem;
    left: -0.47rem;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #0757b5;
}

.zkyjg03 ul li::after {
    content: '';
    position: absolute;
    top: -0.04rem;
    left: -0.05rem;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #0757b5;
}

.zkyjg03 ul li:nth-child(odd) {
    padding-right: 0.42rem;
}

.zkyjg03 ul li:nth-child(odd)::after {
    left: auto;
    right: -0.05rem;
}

.zkyjg03 ul li:nth-child(even) {
    margin-top: 0.8rem;
    padding-right: 0;
    padding-left: 0.42rem;
}

.zkyjg03 ul li .tx {
    padding-top: 0 !important;
}

.zkyjg03 ul li .tx h3 {
    font-size: 0.36rem;
    color: #0757b5;
}

.zkyjg03 dl {
    display: block;
    margin-top: 0.3rem;
}

.zkyjg03 dl dd a {
    background: none;
    padding: 0;
    font-size: 0.26rem;
    line-height: 0.36rem;
    margin-top: 0.2rem;
    border-radius: 0;
    margin-right: 0;
    position: relative;
    left: 0;
}

.zkyjg03 dl dd a i {
    display: inline-block;
    vertical-align: top;
    width: 0.14rem;
    height: 0.14rem;
    background: url(../images/kyjg-icon1.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.5s;display:none;
}

.zkyjg03 dl dd:hover a {
    color: #0757b5;
    background: none;
    left: 0.05rem;
}

.zkyjg03 dl dd:hover a i {
    background-image: url(../images/kyjg-icon2.png);
}

@media screen and (max-width:1024px) {
    .tmenu-nav::before {
        display: none;
    }

    .banner {
        overflow: visible;
    }

    .banner-lm {
        top: 100%;
        transform: translateY(0);
        display: none;
    }

    .nymain2 {
        margin-top: 0.3rem;
        padding-top: 0;
        overflow: hidden;
    }

    .slife2,
    .slife3,
    .slife4 {
        margin-top: .5rem;
        padding-top: .5rem;
    }

    .tmenu {
        margin-top: 0;
    }

    .tmenu-nav li.active>a::after {
        display: none;
    }


    .tmenu-nav {
        justify-content: flex-start;
        padding-top: .2rem;
        padding-bottom: 0.2rem;
    }

    .tmenu-nav li {
        margin: 0;
        width: 33.33%;
        text-align: center;
    }

    .tmenu-nav li dl {
        padding: .1rem;
        width: 100%;
        border-radius: .05rem;
    }

    .tmenu-nav li dl dd {
        padding: 0 !important;
        width: 50%;
        text-align: center;
    }

    .tmenu-nav li dl dd a::before {
        content: none;
    }

    .tmenu-nav li dl dd a::after {
        content: none;
    }

    .tmenu-nav li dl dd a {
        font-size: .18rem;
    }

    .slife1-c ul li a .info {
        padding: .3rem .3rem 0 .3rem;
    }

    .slife1-c ul li a .info h3 {
        font-size: .22rem;
        line-height: .3rem;
    }

    .slife1-c ul li a .info p {
        margin: .2rem 0;
    }

    .slife2 {
        display: block;
    }

    .slife2-l {
        width: auto;
        margin-bottom: .35rem;
    }

    .slife2-llist {
        margin: .3rem 0;
    }

    .slife4-l {
        padding: .3rem .3rem 0 .3rem;
    }

    .slife4-l p {
        margin: .2rem 0;
    }

    .slife-tit span {
        font-size: .24rem;
    }

    .slife-tit img {
        max-height: .26rem;
    }

    .tmenu .position {
        left: 0;
        padding: 0 10px;
    }

    .tmenu .position>div {
        text-align: left;
    }

    .xszll ul li::before {
        bottom: 0.65rem;
    }

    .xszll ul li a .tx {
        top: 1.5rem;
        left: 3.6rem;
    }

    .szfd {
        /* margin-top: 0.5rem; */
    }

    .sz-k .tx .zy {
        margin-top: 0.1rem;
    }

    .sz-k .tx .d {
        margin-top: 0.3rem;
    }

    .zkyjg01 .tit,
    .zkyjg02 ul li .tx h3 {
        font-size: 0.24rem;
    }

    .zkyjg02 ul li .tx {
        padding-top: 0.2rem;
    }

    .zkyjg01 p {
        font-size: 0.18rem;
    }

    .zkyjg02 dl dd a {
        font-size: 0.18rem;
        padding: 0 0.2rem;
        margin-top: 0.2rem;
    }

    .zkyjg02 ul li {
        margin-top: 0.3rem;
    }

    .zky-xql .tit {
        font-size: 0.24rem;
    }

    .zky-xql p {
        font-size: 0.18rem;
        margin-top: 0.3rem;
    }

    .zky-xqr {
        width: 3rem;
        margin-left: 0.4rem;
    }

    .zky-xqr .tx {
        font-size: 0.2rem;
    }

    .zky-xqr .tx span {
        background-size: 0.18rem auto;
    }

    .zcxpt .tit {
        font-size: 0.24rem;
    }

    .zcxpt01 ul li {
        width: 50%;
    }

    .zcxpt01 ul li a h3 {
        font-size: 0.2rem;
    }

    .zcxpt01 ul li a .icon1 {
        width: 0.3rem;
        height: 0.3rem;
    }

    .zkyjg03 dl dd a {
        font-size: 0.2rem;
        padding: 0;
    }

    .zkyjg03 ul li .k {
        padding-bottom: 0.3rem;
    }
}


@media screen and (max-width:768px) {
    .slife1-c ul li+li {
        margin-top: .2rem;
    }

    .slife1-c ul li a {
        display: block;
    }

    .slife1-c ul li a .pics {
        width: auto;
    }

    .slife1-c ul li a .info,
    .slife4-l {
        padding: .25rem .15rem;
    }

    .slife4 {
        display: block;
    }

    .slife4-l {
        width: auto;
    }

    .slife4-r {
        width: auto;
    }

    .sj-tit {
        position: static;
        transform: none;
    }

    .gjsj ul {
        margin-top: 0.2rem;
    }

    .gjsj ul li {
        width: 100%;
    }

    .gjsj ul li.on .k::before {
        animation: none;
    }

    .gjsj ul li .k {
        padding: 0.2rem 0;
        border-bottom: 1px solid #dbdbdd;
        border-top: 0 !important;
    }

    .gjsj ul li .icon1 {
        width: 0.5rem;
        height: 0.5rem;
    }

    .gjsj ul li b {
        font-size: 0.36rem;
    }

    .gjsj ul li p {
        text-overflow: inherit;
        overflow: auto;
        word-break: normal;
        white-space: normal;
    }

    .xbt {
        font-size: 0.26rem;
        margin-bottom: 0.4em;
    }

    .xxbs1 {
        padding: 0.3rem;
    }

    .xxbs1 .xxbs1-logo {
        width: 1.5rem;
        margin: 0 auto;
    }

    .xxbs1 .tx {
        flex: none;
        width: 100%;
    }

    .xxbs2 .xxbs2-l,
    .xxbs3 .xxbs3-l {
        width: 100%;
        padding: 0.3rem;
    }

    .xxbs2 .xxbs2-l .tx,
    .xxbs3 .xxbs3-l .tx {
        padding-left: 0;
    }

    .xxbs2 .xxbs2-r {
        flex: none;
        width: 100%;
    }

    .xxbs2 .xxbs2-r ul li {
        height: auto;
        padding: 0.3rem;
    }

    .xxbs3 .xxbs3-r {
        flex: none;
        width: 100%;
    }

    .xxbs h3 {
        text-align: center;
        font-size: 0.24rem;
    }

    .xxbs2 .xxbs2-l .tx,
    .xxbs3 .xxbs3-l .tx {
        align-items: center;
    }

    .xxbs .gd a {
        margin: 0 auto;
        margin-top: 0.2rem;
    }

    .xszll ul li {
        width: 100%;
    }

    .xszll ul li a>img {
        width: 50%;
    }

    .xszll ul li::before {
        bottom: 0.56rem;
    }

    .xszll ul li a .tx {
        top: 1rem;
        left: 50%;
    }

    .xszll ul li a .tx h4,
    .xszll ul li a .tx h3 {
        font-size: 0.22rem;
    }

    .xszll ul li a .tx p {
        font-size: 0.18rem;
    }

    .szfd {
        margin-top: 0;
    }

    .sz-bt {
        font-size: 0.24rem;
    }

    .sz-bt>img {
        max-width: 0.34rem;
        max-height: 0.34rem;
    }

    .sz-k .picbox {
        width: 100%;
        margin: 0 !important;
        order: 1 !important;
    }

    .sz-k .tx {
        flex: none;
        width: 100%;
        margin-top: 0.2rem;
        order: 2 !important;
    }

    .zkyjg02 ul li {
        width: 100%;
    }

    .zkyjg02 ul li:nth-child(odd)::before {
        display: none;
    }

    .zky-xqr {
        order: 1;
        margin: 0 auto;
    }

    .zky-xql {
        order: 2;
        flex: none;
        width: 100%;
    }

    .zcxpt01 ul li {
        width: 100%;
    }

    .zcxpt01 ul li a {
        margin: 0.3rem 0.23rem 0 0.23rem;
        height: auto;
        padding: 0.2rem;
    }

    .zkyjg03 {
        margin-top: 0.4rem;
    }

    .zkyjg03 ul::before {
        content: none;
    }

    .zkyjg03 ul li:nth-child(odd)::before {
        display: block;
    }

    .zkyjg03 ul li {
        padding: 0.4rem 0.3rem !important;
        margin-top: 0 !important;
    }

    .zkyjg03 ul li .k {
        padding-bottom: 0;
    }

    .zkyjg03 ul li .k::before,
    .zkyjg03 ul li .k::after {
        content: none !important;
    }

}

@media screen and (max-width:480px) {

    /* .xszll ul li {
        padding: 0.3rem;
        margin-top: 0.2rem;
    }

    .xszll ul li::before {
        top: 0;
        bottom: 0;
    }

    .xszll ul li a>img {
        width: 3rem;
        margin: 0 auto;
        transform: translateX(0.2rem);
    }

    .xszll ul li a .tx {
        position: static;
        text-align: center;
    } */
    .xszll ul li {
        padding: 0.3rem 0.1rem 0 0;
    }

    .xszll ul li::before {
        bottom: 0;
    }

    .xszll ul li a {
        display: flex;
        align-items: flex-start;
    }

    .xszll ul li a .tx {
        position: static;
        padding-top: 0.5rem;
        padding-bottom: 0.2rem;
    }
}