.tzyy-yyjm {
    background: url(2024-tzyy-yyjm-bg.jpg) no-repeat center top;
    background-size: 100% auto;
    text-align: center;
}

.tzyy-yyjm .mainWidth {
    background-color: #ffffff;
    margin-top: 5rem;
    display: inline-block;
    box-shadow: 0 0 0.07rem rgba(0, 0, 0, .15);
    padding: .3rem 0;
}

.tzyy-yyjm .desc {
    margin: .2rem .3rem 0;
    padding-bottom: .2rem;
    border-bottom: 1px solid #d8e9ec;
}

.tzyy-yyjm .desc a {
    height: calc(.32rem * 3);
    line-height: .32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 3;
    word-wrap: break-word;
    word-break: break-all;
    font-size: .18rem;
    text-indent: 2em;
    text-align: left;
}

.tzyy-yyjm .desc a:hover {
    color: #ff0000;
}

.tzyy-yyjm .txt {
    margin: .2rem .3rem 0;
    text-align: left;
}

.tzyy-yyjm .txt .tzyy-more {
    margin: 0 auto;
}

.tzyy-tit {
    text-align: center;
}

.tzyy-tit h1 {
    font-size: 30px;
    font-size: .3rem;
    color: #03529b;
}

.tzyy-tit h1::after {
    content: '';
    display: block;
    width: 1em;
    height: 2px;
    background-color: #03529b;
    margin: 10px auto 0;
    margin: .1rem auto 0;
}

.tzyy-tit-white h1 {
    color: white;
}

.tzyy-tit-white h1::after {
    background-color: white;
}

.tzyy-tit h5 {
    font-size: 14px;
    font-size: .14rem;
    font-weight: 400;
    color: #d4d5d7;
    margin-top: 10px;
    margin-top: .1rem;
    text-transform: uppercase;
}

.tzyy-more {
    width: 120px;
    width: 1.2rem;
    line-height: 36px;
    line-height: .36rem;
    display: block;
    text-align: center;
    /* background-color: #03529b; */
    color: #ffffff;
    border-radius: 18px;
    border-radius: .18rem;
    border: solid 1px #3771bb;
    margin-top: 20px;
    margin-top: .2rem;
    font-size: 16px;
    font-size: .16rem;
    color: #3771bb;
}

.tzyy-more:hover {
    background-color: #3771bb;
    color: white;
}

.tzyy-yyzs {
    margin-top: .5rem;
    padding: .5rem 0;
    background-color: #edf7ff;
    background: url(2024-tzyy-yyzs-bg.png) no-repeat center bottom #edf7ff;
}

.tzyy-yyzs .yyzs-gk {
    text-align: center;
}

.tzyy-yyzs .yyzs-gk .tit {
    font-size: .18rem;
    font-weight: 700;
    margin-top: .2rem;
}

.tzyy-yyzs .yyzs-gk .txt {
    font-size: .18rem;
    height: calc(.32rem * 3);
    line-height: .32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 3;
    word-wrap: break-word;
    word-break: break-all;
    text-align: left;
    color: #424242;
    margin-top: .15rem;
    text-indent: 2em;
}

.tzyy-yyzs .yyzs-gk .txt:hover {
    color: #ff0000;
}

.tzyy-yyzs .yyzs-menu {
    display: inline-block;
    margin-top: 20px;
    margin-top: .2rem;
    width: 100%;
}

.tzyy-yyzs .yyzs-menu li {
    float: left;
    margin-right: 20px;
    margin-right: .2rem;
    width: calc((100% - 60px) / 4);
    width: calc((100% - .6rem) / 4);
    height: 70px;
    height: .7rem;
    text-align: center;
    border-radius: 6px;
    background-color: #d8e9ff;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.tzyy-yyzs .yyzs-menu li:nth-last-child(1) {
    margin-right: 0;
}

.tzyy-yyzs .yyzs-menu li img {
    margin-right: 5px;
    margin-right: .05rem;
    vertical-align: middle;
}

.tzyy-yyzs .yyzs-menu li .normal,
.tzyy-yyzs .yyzs-menu li:hover .select {
    display: inline-block;
}

.tzyy-yyzs .yyzs-menu li .select,
.tzyy-yyzs .yyzs-menu li:hover .normal {
    display: none;
}

.tzyy-yyzs .yyzs-menu li span {
    font-size: 18px;
    font-size: .18rem;
    line-height: 70px;
    line-height: .7rem;
    letter-spacing: 1.8px;
    color: #3771bb;
}

.tzyy-yyzs .yyzs-menu li:hover {
    background-color: #3771bb;
}

.tzyy-yyzs .yyzs-menu li:hover span {
    color: white;
}

.tzyy-yyzs .yyzs-menu a:nth-child(4) {
    margin-right: 0;
}

.tzyy-tzfx::after {
    content: '';
    display: block;
    clear: both;
}

.tzyy-yyys {
    padding: 105px 0;
    padding: 1.05rem 0;
    width: 100%;
    background: url('../images/2022-tzyy-yshj-bg.jpeg') no-repeat;
    background-size: cover;
}

.tzyy-yyys ul {
    margin: 50px auto 0 auto;
    margin: .5rem auto 0 auto;
    width: 100%;
}

.tzyy-yyys ul li {
    float: left;
    margin-right: 30px;
    margin-right: .3rem;
    width: calc((100% - .3rem * 4) / 4);
    height: 340px;
    height: 3.4rem;
    background-color: #fff;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.tzyy-yyys ul li:nth-last-child(1) {
    margin-right: 0;
}

.tzyy-yyys ul li a {
    width: 100%;
}

.tzyy-yyys ul li h1 {
    margin-top: 50px;
    margin-top: .5rem;
    margin-bottom: 18px;
    margin-bottom: .18rem;
    font-size: 36px;
    font-size: .36rem;
    line-height: 1;
    color: rgba(55, 113, 187, 0.45);
    text-align: center;
}

.tzyy-yyys ul li i {
    display: block;
    margin: 0 auto;
    width: 10px;
    width: .1rem;
    height: 2px;
    background-color: #3771bb;
}

.tzyy-yyys ul li p {
    margin: 30px 0;
    margin: .3rem 0;
    font-size: 24px;
    font-size: .24rem;
    line-height: 1;
    text-align: center;
    color: #333333;
}

.tzyy-yyys ul li img {
    display: block;
    margin: 0 auto;
    width: 85px;
    width: .85rem;
    height: 85px;
    height: .85rem;
    object-fit: cover;
}

.tzyy-yyys ul li:hover {
    background-color: #3771bb;
}

.tzyy-yyys ul li:hover i {
    background-color: white;
}

.tzyy-yyys ul li:hover h1,
.tzyy-yyys ul li:hover p {
    color: white;
}

.tzyy-tzfx {
    padding: 30px 0;
    padding: .3rem 0 0;
}

.tzyy-tzfx ul,
.tzyy-tzfx #tzfx-swiper {
    width: 100%;
    height: 420px;
    height: 4.2rem;
    padding-bottom: .4rem;
}

.tzyy-tzfx #tzfx-swiper .swiper-button-prev {
    top: 44%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

.tzyy-tzfx #tzfx-swiper .swiper-button-next {
    top: 44%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

.tzyy-tzfx #tzfx-swiper .swiper-button-next:after,
.tzyy-tzfx #tzfx-swiper .swiper-button-prev:after {
    font-size: .2rem;
    color: #ffffff;
}

.tzyy-tzfx #tzfx-swiper li {
    float: left;
    position: relative;
    width: 100%;
    height: 195px;
    height: 1.95rem;
}

.tzyy-tzfx #tzfx-swiper .swiper-slide {
    height: 195px;
    height: 1.95rem;
}

.tzyy-tzfx #tzfx-swiper li a {
    width: 100%;
    height: 100%;
}

.tzyy-tzfx #tzfx-swiper li img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tzyy-tzfx #tzfx-swiper li h1 {
    position: relative;
    margin-top: 20px;
    margin-top: .2rem;
    margin-left: 26px;
    margin-left: .26rem;
    font-size: 24px;
    font-size: .24rem;
    line-height: 2.5;
    letter-spacing: 2.4px;
    color: #6a3a29;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 99;
}

.tzyy-tzfx #tzfx-swiper .swiper-wrapper .swiper-slide:nth-child(2) h1 {
    color: #ae701f;
}

.tzyy-tzfx #tzfx-swiper .swiper-wrapper .swiper-slide:nth-child(3) h1 {
    color: #2b60b9;
}

.tzyy-tzfx #tzfx-swiper .swiper-wrapper .swiper-slide:nth-child(4) h1 {
    color: #644344;
}

.tzyy-tzfx #tzfx-swiper .swiper-wrapper .swiper-slide:nth-child(5) h1 {
    color: #666669;
}

.tzyy-tzfx #tzfx-swiper .swiper-wrapper .swiper-slide:nth-child(6) h1 {
    color: #6c5324;
}

.tzyy-tzfx #tzfx-swiper .swiper-wrapper .swiper-slide:nth-child(7) h1 {
    color: #33496d;
}

.tzyy-tzfx #tzfx-swiper .swiper-wrapper .swiper-slide:nth-child(8) h1 {
    color: #567267;
}

.tzyy-tzfx #tzfx-swiper .swiper-wrapper .swiper-slide:nth-child(9) h1 {
    color: #3a4c81;
}

.tzyy-tzfx #tzfx-swiper .swiper-wrapper .swiper-slide:nth-child(10) h1 {
    color: #2d4768;
}



.tzyy-yhzc {
    padding: 30px 0;
    padding: .3rem 0;
    background-color: #f5f7fa;
}

.tzyy-yhzc .txt {
    width: 100%;
    margin-top: 30px;
    margin-top: .3rem;
    text-align: center;
}

.tzyy-yhzc .box-ul::after {
    content: '';
    display: block;
    clear: both;
}

.tzyy-yhzc .box-ul li {
    width: 440px;
    width: 4.4rem;
    height: 214px;
    height: 2.14rem;
    background-color: #ffffff;
    border-radius: 8px;
    border-radius: .08rem;
    position: relative;
    float: left;
    margin-top: 30px;
    margin-top: .3rem;
    margin-right: 40px;
    margin-right: .4rem;
}

.tzyy-yhzc .box-ul li:last-child {
    margin-right: 0;
}

.tzyy-yhzc .box-ul li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background: no-repeat 320px 115px;
    background: no-repeat 3.2rem 1.15rem;
    background-size: 94px;
    background-size: .94rem;
    border-radius: 8px;
    border-radius: .08rem;
}

.tzyy-yhzc .box-ul li:nth-child(1) a {
    background-image: url(2022-tzyy-yhzc-ico01.png);
}

.tzyy-yhzc .box-ul li:nth-child(2) a {
    background-image: url(2022-tzyy-yhzc-ico02.png);
}

.tzyy-yhzc .box-ul li:nth-child(3) a {
    background-image: url(2022-tzyy-yhzc-ico03.png);
}

.tzyy-yhzc .box-ul li a h3 {
    font-size: 20px;
    font-size: .2rem;
    color: #03529b;
    padding: 20px 0 0 30px;
    padding: .2rem 0 0 .3rem;
}

.tzyy-yhzc .box-ul li a span {
    padding: 12px 30px 0 30px;
    padding: .12rem .3rem 0 .3rem;
    display: block;
    text-align: justify;
    height: 136px;
    height: 1.36rem;
    line-height: 34px;
    line-height: .34rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 4;
    word-wrap: break-word;
    word-break: break-all;
}

.tzyy-yhzc .box-ul li a:hover {
    box-shadow: 0px 0px 20px rgba(15, 55, 105, .2);
    box-shadow: 0px 0px .2rem rgba(15, 55, 105, .2);
}

.tzyy-yhzc .box-ul li a::after {
    content: '';
    display: block;
    border: 2px solid #3771bb;
    border: .02rem solid #3771bb;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 4px);
    width: calc(100% - .04rem);
    height: calc(100% - 4px);
    height: calc(100% - .04rem);
    border-radius: 8px;
    border-radius: .08rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    opacity: 0;
}

.tzyy-yhzc .box-ul li:hover a::after {
    opacity: 1;
}

.tzyy-yhzc .tzyy-more {
    margin: 30px auto 0;
    margin: .3rem auto 0;
}

.tzyy-yyas {
    padding: 50px 0;
    padding: .5rem 0;
}

.tzyy-yyas .txt {
    margin-top: 40px;
    margin-top: .4rem;
    width: 100%;
    font-size: 18px;
    font-size: .18rem;
    line-height: 2;
    color: #333;
    text-align: center;
}

.tzyy-yyas .txt span {
    margin: 0 20px;
    margin: 0 .2rem;
}

.tzyy-yyas #zst-swiper {
    margin-top: .3rem;
    padding-bottom: .4rem;
}

.tzyy-yyas #zst-swiper a {
    width: 100%;
    float: left;
    float: left;
    height: 1.9rem;
    background-color: #edf7ff;
    border-radius: .08rem;
    font-size: .16rem;
    display: block;
}

.tzyy-yyas #zst-swiper a span {
    font-weight: 700;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: .25rem;
    color: #073c8f;
    cursor: pointer;
}

.tzyy-yyas #zst-swiper a label {
    cursor: pointer;
    width: calc(100% - .4rem);
    padding: 0 .2rem;
    display: block;
    margin-top: .15rem;
    line-height: .34rem;
    text-align: justify;
}

.tzyy-yyas #zst-swiper .swiper-button-prev {
    top: 44%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

.tzyy-yyas #zst-swiper .swiper-button-next {
    top: 44%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

.tzyy-yyas #zst-swiper .swiper-button-next:after,
.tzyy-yyas #zst-swiper .swiper-button-prev:after {
    font-size: .2rem;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .tzyy-yyjm {
        background-size: auto calc(100vw * .4);
    }
    
    .tzyy-yyjm .mainWidth {
        margin-top: calc(100vw * .35);
        padding: .2rem 0;
    }
    
    .tzyy-yyjm .desc {
        margin: 10px .2rem 0;
        padding-bottom: 10px;
    }
    
    .tzyy-yyjm .txt {
        margin: 5px .2rem 0;
    }
    
    .tzyy-yygk .yygk-txt {
        width: 100%;
        float: none;
        margin-top: 10px;
        height: auto;
        padding-bottom: 10px;
    }
    
    .tzyy-yygk .yygk-txt h4 {
        margin-top: .2rem;
    }
    
    .tzyy-yygk .yygk-txt p {
        padding-top: 10px;
        height: auto;
        display: block;
    }

    .tzyy-more {
        margin: 10px auto 0;
    }
    
    .tzyy-yyzs {
        margin-top: .2rem;
        padding: .2rem 0 0;
    }
    
    .tzyy-yyzs .yyzs-gk .txt {
        margin-top: 8px;
    }
    
    .tzyy-yyzs .yyzs-menu {
        margin-top: 0;
    }
    
    .tzyy-yyzs .yyzs-menu li {
        width: calc(50% - 5px);
        margin-right: 10px !important;
        margin-top: 10px;
    }
    
    .tzyy-yyzs .yyzs-menu li:nth-child(2n) {
        margin-right: 0 !important;
    }
    
    .tzyy-yyys {
        padding: 35px 0;
        padding: .35rem 0;
    }

    .tzyy-yyys ul {
        margin-top: 30px;
        margin-top: .3rem;
        width: 100%;
    }

    .tzyy-yyys ul li {
        margin-right: 15px;
        margin-right: .15rem;
        margin-bottom: 15px;
        margin-bottom: .15rem;
        width: calc((100% - 15px) / 2);
        width: calc((100% - .15rem) / 2);
        height: 230px;
        height: 2.3rem;
    }

    .tzyy-yyys ul li:nth-child(2n+2) {
        margin-right: 0;
    }

    .tzyy-yyys ul li h1 {
        margin-top: 20px;
        margin-top: .2rem;
    }

    .tzyy-yyys ul li p {
        margin: 20px 0;
        margin: .2rem 0;
    }

    .tzyy-yyys ul li img {
        width: 65px;
        width: .65rem;
        height: 65px;
        height: .65rem;
    }


    .tzyy-tzfx {
        padding: 10px 0;
    }

    .tzyy-tzfx ul,
    .tzyy-tzfx #tzfx-swiper {
        height: calc(1.55rem *2 + 20px);
    }

    .tzyy-tzfx #tzfx-swiper .swiper-slide,
    .tzyy-tzfx #tzfx-swiper .swiper-slide li {
        height: 1.55rem;
    }

    .tzyy-tzfx #tzfx-swiper .swiper-slide li h1 {
        margin-top: 10px;
        margin-top: .1rem;
        margin-left: 15px;
        margin-left: .15rem;
    }

    .tzyy-yhzc {
        padding: .2rem 0;
    }

    .tzyy-yhzc .txt {
        margin-top: 10px;
        padding-bottom: .1rem;
    }

    .tzyy-yhzc .box-ul li {
        margin-top: 10px;
        margin-right: 0;
        float: none;
        width: 100%;
    }

    .tzyy-yhzc .tzyy-more {
        margin-top: .2rem;
    }

    .tzyy-yyas {
        padding: 10px 0;
    }

    .tzyy-yyas .bszn-lft {
        width: 100%;
        height: calc(100vw * .3);
        float: none;
    }

    .tzyy-yyas .bszn-rgt {
        width: 100%;
        float: none;
        height: auto;
        padding-bottom: .2rem;
    }

    .tzyy-yyas .bszn-rgt .tzyy-tit {
        margin-top: .2rem;
    }

    .tzyy-yyas .bszn-rgt .txt {
        margin-top: .2rem;
    }

    .tzyy-yyas .txt {
        margin-top: .2rem;
        padding-bottom: .2rem;
    }

    .tzyy-yyas .txt span {
        display: block;
        margin: 0 auto;
    }
    
    .tzyy-yyas #zst-swiper {
        margin-top: 0;
    }
    
    .tzyy-yyas #zst-swiper a span {
        margin-top: .15rem;
    }
    
    .tzyy-yyas #zst-swiper a label {
        line-height: .3rem;
        margin-top: .1rem;
    }
}

@media screen and (max-width: 320px) {
    .tzyy-yyas #zst-swiper a label {
        line-height: .24rem;
    }
}