@charset "utf-8";

@media screen and (min-width: 1930px) {
    html {
        font-size: 110px !important;
    }
}

@media screen and (max-width: 1940px) {
    html {
        font-size: 100px !important;
    }
}

@media screen and (max-width: 1800px) {
    html {
        font-size: 95px !important;
    }
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 90px !important;
    }
}

@media screen and (max-width: 1400px) {
    html {
        font-size: 90px !important;
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 85px !important;
    }
}

@media screen and (max-width: 900px) {
    html {
        font-size: 85px !important;
    }
}

@media screen and (max-width: 640px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 375px) {
    html {
        font-size: 75px !important;
    }
}

.content * {
    transition: all 0.4s;
    font-size: .16rem;
    box-sizing: border-box;
}

a {
    display: block;
    color: #333333;
}

img {
    display: block;
}


a:hover {
    /* color: #e30004 */
}

.left {
    float: left;
}

.right {
    float: right;
}

.box {
    max-width: 14.4rem;
    margin: auto;
    padding-top: .6rem;
    padding-bottom: .6rem;
    overflow: hidden;
}

.box1 {
    position: relative;
    padding-bottom: 0.4rem;
}

.box1 .back1 {
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    width: 100%;
    z-index: -1;
}

.box1 .dbt {
    position: relative;
    text-align: center;
}

.box1 .dbt::before {
    position: absolute;
    left: 0rem;
    width: 100%;
    height: 0.01rem;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    border-top: 0.01rem dashed #028d8a;
}

.box1 .dbt .item {
    display: inline-block;
    border: 0.01rem dashed #028d8a;
    color: #028d8a;
    line-height: 0.54rem;
    border-radius: 0.7rem;
    padding: 0rem 0.2rem;
    font-size: 0.3rem;
    background-color: #ffffff;
    margin: 0rem 0.14rem;
    position: relative;
    z-index: 1;
}

.box1 .bottom {
    padding-top: 0.9rem;
}

.box1 .sjright {
    display: none;
    padding: 0px 3%;
    padding-top: .2rem;
    box-sizing: border-box;
}

.box1 .sjright .sjrightitem {
    width: 33.33%;
    float: left;
    margin-top: .45rem;
    /* color: #007d79; */
}

.box1 .sjright .sjrightitem1 {
    max-width: 92%;
    width: 1.6rem;
    height: 1.1rem;
    margin: auto;
    background-color: #ffffff;
    box-shadow: 0px 0px .2rem 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .1rem;
}

.box1 .sjright .sjrightitem2 {
    padding: 0px .1rem;
    box-sizing: border-box;
    width: 100%;
}

.box1 .sjright .wz1 {
    font-size: .14rem;
}

.box1 .sjright .wz1 span {
    font-size: .22rem;
    font-family: 'SourceHanSerifSCBold';
}

.box1 .sjright .wz2 {
    font-size: .13rem;
    line-height: 1.3;
    margin-top: .08rem;
}






.box1 .left {
    width: 35%;
    position: relative;
    z-index: 111;
}

.box1 .left .slick-list {
    /* overflow: visible !important; */
}

.box1 .left .more {
    position: absolute;
    bottom: -0.4rem;
    left: 15%;
    color: #028d8a;
    z-index: 1;
}

.box1 .left .more:hover {
    color: #ffffff;
}

.box1 .left .list1 {
    width: calc(100% + 0.23rem);
}

.box1 .left .item {
    width: calc(50% - 0.23rem);
    margin-right: 0.23rem;
    float: left;
    background-color: #ffffff;
    border-radius: 0.2rem;
    box-sizing: border-box;
    padding: 0.2rem;
    margin-bottom: 0.2rem;
    /* box-shadow: 0px 0px 10px 0px #f5f4f4; */
    border: 1px solid #f4f3f3;
}

.box1 .left .bq {
    line-height: 0.2rem;
    font-size: 0.12rem;
    padding: 0rem 0.1rem;
    background-color: #fdad3c;
    color: #ffffff;
    float: left;
    border-radius: 0.3rem;
}

.box1 .left .bt {
    font-size: 0.19rem;
    margin: 0.12rem 0;
}

.box1 .left .zy {
    font-size: 0.12rem;
    line-height: 0.18rem;
    color: #4a4a4a;
}



.box1 .left .fade-1 .slick-dots {
    bottom: -0.33rem;
    line-height: 1;
    height: 0.01rem;
    padding-right: 0rem;
    box-sizing: border-box;
    background: #ffffff;
    width: 50%;
    left: calc(50% - 0.11rem);
    transform: translateX(-50%);
}

.box1 .left .fade-1 .slick-dots li {
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    margin: 0rem 10%;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 50%;
    transform: translateY(-0.08rem);
}

.box1 .left .slick-arrow {
    display: none !important;
}

.box1 .left .item * {
    transition: all 0s;
}

.box1 .left .item:hover {
    background-color: #028d8a;
    border: 1px solid #028d8a;
    color: #ffffff;
}

.box1 .left .item:hover .zy {
    color: #ffffff;
}

.box1 .right {
    width: 65%;
}

.sjdh {}



.sjdh #animation-container {
    width: 100%;
    height: 100%;
    /* border: 0.01rem solid #ccc; */
    position: relative;
    /* overflow: auto; */
}

.sjdh svg {
    display: block;
    width: 200%;
    height: 200%;
    transform: translate(-25%, -25%);
}

.sjdh .line {
    stroke: #018e88;
    stroke-width: 0.01rem;
    fill: none;
}

.sjdh .point {
    fill: #018e88;
    /* stroke: white; */
    stroke-width: 1px;
    position: relative;
    /* 设置半径 */
    /* r: .05rem; */
}

/* .sjdh .point::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #018e88;
    border-radius: 50%;
    top: 0;
    left: 0px;
    display: block;
    z-index: 11;
} */

.sjdh .zt {
    animation: float 9s ease-in-out infinite;
}

.sjdh .zt.style {
    animation: float 9s ease-in-out infinite;
}

.sjdh .xian {
    position: absolute;
    left: 236px;
    top: 142px;
    height: 6.5rem;
    width: 85.47%;
}

.sjdh .nr {
    position: relative;
    left: 236px;
    top: 142px;
    transform: translate(-1%, -17%);
    padding-top: 54%;
    width: 59%;
}

.sjdh .nr .item {
    position: absolute;
    /* left: 0rem;
    top: 0rem; */
    width: 1.2rem;
    height: 1.2rem;
    opacity: 0;
    transition: all 0.4s;
    transform: translate(-50%, -50%);
}

.sjdh .nr .item.style {
    opacity: 1;
}

.sjdh .nr .item1 {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.sjdh .nr .item1 .item18 {
    padding: 0.07rem;
    box-sizing: border-box;
}

.sjdh .nr .item2 {
    line-height: 0.3rem;
    font-size: 0.18rem;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #028d8a;
    border: 0.01rem dashed #028d8a;
    border-radius: 1rem;
    box-sizing: border-box;
}

.sjdh .nr .quxian {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0.01rem dashed #028d8a;
    animation: spin 4s linear infinite;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

.sjdh .nr .nritem1 {
    background-color: #028d8a;
    border-radius: 50%;
    /* line-height: 0.8rem; */
    text-align: center;
    color: #ffffff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;

}

.sjdh .nr .nritem1 .nr1 {
    padding-top: 0.28rem;
    padding-bottom: 0.05rem;
    font-size: 0.12rem;
}

.sjdh .nr .nritem1 .nr1 span {
    font-size: 0.24rem;
}

.sjdh .nr .nritem1 .nr2 {
    font-size: 0.12rem;
    line-height: 0.16rem;
}

.sjdh .nr #xs2 .nritem1,
.sjdh .nr #xs6 .nritem1 {
    background-color: rgba(255, 255, 255, 0.3);
    color: #028d8a;
}

.sjdh .nr .item:nth-child(3),
.sjdh .nr .item:nth-child(4),
.sjdh .nr .item:nth-child(8),
.sjdh .nr .item:nth-child(9) {
    width: 1.08rem;
    height: 0.34rem;
}



@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-0.4rem);
    }
}


.sjdh .item:nth-child(1) {
    top: 13%;
    left: -11.5%;
}

.sjdh .item:nth-child(2) {
    top: 66%;
    left: 113%;
}

.sjdh .item:nth-child(3) {
    top: 104%;
    left: 48%;
}

.sjdh .item:nth-child(4) {
    top: 9%;
    left: 93%;
}

.sjdh .item:nth-child(5) {
    top: 84.5%;
    left: 39%;
}

.sjdh .item:nth-child(6) {
    top: 70%;
    left: -3%;
}

.sjdh .item:nth-child(7) {
    top: 9%;
    left: 67%;
}

.sjdh .item:nth-child(8) {
    top: -4%;
    left: 24%;
}

.sjdh .item:nth-child(9) {
    top: 42%;
    left: 13.5%;
}







.title1 {
    font-size: 0.34rem;
    text-align: center;
    color: #048b85;
    margin-bottom: 0.5rem;
}

.box2 {}

.box21 .left,
.box21 .right {
    width: calc(50% - 0.25rem);
}

.box21 .left .a {
    overflow: hidden;
    border-top-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    position: relative;
}

.box21 .left .a .img {
    width: 100%;
    height: 4.9rem;
    overflow: hidden;
}

.box21 .left .a .back {
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.box21 .left .a .bt {
    font-size: 0.18rem;
    padding: 0rem 0.3rem;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0.58rem;
    color: #ffffff;
}

.box21 .left .fade-1 .slick-dots {
    bottom: 0.5rem;
    padding-right: 0rem;
    padding-left: 0.25rem;
    text-align: left;
}

.box21 .left .slick-arrow {
    display: none !important;
}

.box21 .left .fade-1 .slick-dots li {
    width: 0.5rem;
    height: 0.03rem;
    margin: 0rem 0.05rem;
    background: #aafaf7;
}

.box21 .left .fade-1 .slick-dots li.slick-active {
    background: #048b85;
}

.box21 .left .a:hover .img {
    transform: scale(1.1);
}

.box21 .right .list {
    position: relative;
}

.box21 .right .list::before {
    content: '';
    position: absolute;
    left: 0rem;
    top: 0rem;
    height: 100%;
    width: 0.01rem;
    background-color: #d8dad9;
}

.box21 .right .list .item {
    padding: 0.18rem 0;
    padding-left: 0.25rem;
    box-sizing: border-box;
    position: relative;
}


.box21 .right .list .date {
    position: relative;
    color: #068b86;
}

.box21 .right .list .item .date::before {
    content: '';
    position: absolute;
    left: -0.3rem;
    width: 0.09rem;
    height: 0.09rem;
    border: .015rem dashed #068b86;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
}

.box21 .right .list .date1 {
    font-size: 0.26rem;
}

.box21 .right .list .date2 {
    font-size: 0.14rem;
}

.box21 .right .list .bt {
    margin-top: 0.13rem;
    font-size: 0.18rem;
}


.box21 .right .list .item:hover .date::before {
    background-color: #068b86;
    border: .015rem solid #068b86;
}

.box21 .right .list .item:hover .bt {
    color: #068b86;
}

.box22 .title1 {
    text-align: left;
}

.box22 .left {
    width: 48%;
    box-sizing: border-box;
    padding-right: 0.5rem;
}

.box22 .left .item {
    padding: 0.2rem 0;
    border-bottom: 0.01rem dashed #d9d9d9;
}

.box22 .left .bt {
    font-size: 0.18rem;
}

.box22 .left .date {
    font-size: 0.14rem;
    color: #8a8a8c;
    margin-top: 0.13rem;
}

.box22 .right {
    width: 52%;
}

.box22 .right1 {
    position: relative;
    height: 4.46rem;
}

.box22 .right1 .back2 {
    height: 100%;
    position: absolute;
    left: 26%;
    top: 0;
    z-index: -1;
    width: 7.8rem;
    object-fit: cover;
    max-width: 2000rem;
}

.box22 .right1 .zuo {
    width: 38%;
    border-top: 5px solid #068b86;
    float: left;
}

.box22 .right .item {
    height: 3.57rem;
    box-sizing: border-box;
    background-color: #e0faf9;
    padding: 0.17rem;
}

.box22 .right .item .img {
    overflow: hidden;
}

.box22 .right .item .img img {
    width: 100%;
    height: 1.4rem;
    object-fit: cover;
}

.box22 .right .item .bt {
    font-weight: 600;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
}

.box22 .right .item .xx {
    font-size: 0.14rem;
    padding-left: 0.25rem;
    color: #b2c6c5;
    background: url(../images/zzz2_07.png) no-repeat left center;
    line-height: 0.2rem;
    margin-bottom: 0.08rem;
}

.box22 .right .fade-1 .slick-dots {
    display: none !important;
}

.box22 .right .slick-prev,
.box22 .right .slick-next {
    width: 0.2rem;
    height: 0.2rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0.25rem;
    background: url(../images/zzz_07.png) no-repeat center center;
    background-size: 100% auto;
    z-index: 9;
    cursor: pointer;
    right: 0.69rem;
}

.box22 .right .slick-next {
    background-image: url(../images/zzz_07_1.png);
    right: 0.32rem;
}

.box22 .right .slick-prev:hover,
.box22 .right .slick-next:hover {
    opacity: 0.7;
}

.box22 .right .item:hover .bt {
    color: #028d8a;
}

.box22 .right .item:hover .img img {
    transform: scale(1.1);
}

.box22 .right .rl {
    width: 62%;
    float: left;
}

.box22 .right .rl .wz {
    padding-left: 0.2rem;
    color: #ffffff;
}

.box22 .right .rl .mz,
.box22 .right .rl .rq {
    line-height: 0.5rem;
}

.box22 .right .rl .mz {
    font-size: 0.18rem;
    float: left;
}

.box22 .right .rl .rq {
    float: right;
}

.box22 {
    background: url(../images/xsbj1.png)no-repeat center bottom;
    background-size: cover;
}

.box22 .box {
    overflow: visible;
    /* padding-top: 0; */
}

.box22 .left .item:hover {
    border-bottom: 0.01rem dashed #028d8a;
    color: #028d8a;
}

.box3 .list {
    background: url(../images/bmdtbj2.png);
    background-size: 100% 100%;
    padding-top: 0.35rem;
    padding-bottom: 0.5rem;
    position: relative;
}

.box3 .box {
    position: relative;
}

.box3 .list .a {
    padding: 0rem 0.2rem;
    color: #ffffff;
}

.box3 .list .a .img {
    overflow: hidden;
}

.box3 .list .a .img img {
    width: 100%;
    height: 1.7rem;
    object-fit: cover;
}

.box3 .list .a .bt {
    line-height: 0.26rem;
    height: 0.52rem;
    margin: 0.15rem 0;
}

.box3 .list .a .sj {
    line-height: 0.22rem;
    position: relative;
    padding-left: 0.3rem;
    font-size: 0.14rem;
}

.box3 .list .a .sj .icon {
    width: 0.22rem;
    height: 0.22rem;
    background: url(../images/zzz19.png) no-repeat center center;
    background-size: 60% 60%;
    position: absolute;
    background-color: #ffffff;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.box3 .list .fade-3 .slick-dots {
    display: none !important;
}

.box3 .list .slick-prev,
.box3 .list .slick-next {
    width: 0.32rem;
    height: 0.32rem;
    box-sizing: border-box;
    position: absolute;
    bottom: -0.8rem;
    background: url(../images/z11.png) no-repeat center center;
    z-index: 9;
    cursor: pointer;
    left: calc(50% - 0.68rem);
    transform: translate(-50%);
    border: 1px solid #028a86;
    border-radius: 50%;
}

.box3 .list .slick-next {
    background-image: url(../images/z11_1.png);
    left: calc(50% + 0.68rem);
}

.box3 .list .slick-prev:hover,
.box3 .list .slick-next:hover {
    opacity: 0.7;
}

.box3 .list .a:hover .img img {
    transform: scale(1.1);
}

.box3 .more {
    position: absolute;
    bottom: 0.38rem;
    left: 50%;
    transform: translateX(-50%);
    color: #028a86;
}

.footer {
    padding-bottom: 80px;
}

@media screen and (max-width: 2000px) {
    .box22 .right1 .back2 {
        width: 830px;
    }
}

@media screen and (max-width: 1520px) {


    .box22 .right .item .img img {
        height: 8.5vw;
    }

    .box22 .right .item .xx {
        background-size: auto .15rem;
        padding-left: 0.2rem;
    }

    .box3 .list .a .img img {
        height: 11vw;
    }

    .box {
        padding-left: 5% !important;
        padding-right: 5% !important;
        box-sizing: border-box;
    }

    .sjdh .xian {
        left: 2.36rem;
        top: 1.42rem;
    }

    .sjdh .nr {
        padding-top: 56%;
        width: 60%;
        left: 2.32rem;
        top: 1.38rem;
    }

    .box1 .left .more {
        left: 14%;
    }
}

@media screen and (max-width: 1300px) {
    .box22 .right .item .bt {
        margin-top: 0.15rem;
        margin-bottom: 0.2rem;
    }

    .box22 .right .item {
        height: 2.99rem;
    }

    .box1 .right {
        transform: translateX(-.5rem);
    }

    .sjdh .nr .item {
        width: 1rem;
        height: 1.0rem;
    }

    .sjdh .nr .nritem1 .nr1 {
        padding-top: 0.21rem;
        padding-bottom: 0.03rem;
    }

    .sjdh .nr .nritem1 .nr1 span {
        font-size: 0.20rem;
    }

    .sjdh .nr .nritem1 .nr2 {
        font-size: 0.11rem;
        line-height: 0.14rem;
    }

    .sjdh .nr .item:nth-child(3),
    .sjdh .nr .item:nth-child(4),
    .sjdh .nr .item:nth-child(8),
    .sjdh .nr .item:nth-child(9) {
        width: .88rem;
        height: 0.29rem;
    }

    .sjdh .nr {
        padding-top: 54%;
        width: 58%;
        left: 2.40rem;
        top: 1.42rem;
    }

    .sjdh .nr .item2 {
        line-height: 0.24rem;
        font-size: 0.14rem;
    }
}

@media screen and (max-width: 1200px) {
    .sjdh .nr {
        padding-top: 56%;
        width: 60%;
        left: 2.32rem;
        top: 1.38rem;
    }
}

@media screen and (max-width: 1000px) {
    .box1 .left .fade-1 .slick-dots {
        background: #ccc;
    }

    .box1 .left .fade-1 .slick-dots li {
        background: #ccc;
    }

    .box1 .left .fade-1 .slick-dots li.slick-active {
        background: #007d79;
    }

    .box1 .sjright {
        display: block;
    }

    .dbdht {
        display: none;
    }

    .footer {
        padding-bottom: 50px;
    }

    .box22 .right .item {
        height: auto;
        padding-bottom: 0.8rem;
    }

    .box22 .right1 {
        height: auto;
        padding-bottom: .3rem;
    }

    .box22 .right .item .img img {
        height: 17vw;
    }

    .box22 .left,
    .box22 .right,
    .box21 .left,
    .box21 .right {
        width: 100%;
    }

    .box21 .left .a .img {
        height: 66vw;
    }

    .box21 .right,
    .box22 .right {
        margin-top: .3rem;
    }

    .box1 .left .slick-list {
        overflow: visible !important;
    }

    .box1 .left .fade-1 .slick-dots li {
        transform: translateY(-64%);
    }

    .box1 .dbt .item {
        line-height: 0.34rem;
        padding: 0rem 0.15rem;
        font-size: 0.2rem;
        margin: 0rem 0.09rem;
    }

    .box1 .bottom {
        padding-top: 0.5rem;
    }

    .box1 .left .item {
        box-shadow: 0px 0px 10px 0px #ebebeb;
    }

    .box1 .right {
        display: none;
    }

    .box1 .left {
        float: none;
        width: 100%;
    }

    /* .box {
        padding-top: 30px;
        padding-bottom: 30px;
    } */

}

@media screen and (max-width: 800px) {
    .box3 .list {
        background: #02837e;
        padding-bottom: 0.35rem;
    }

    .box3 .list .a .img img {
        height: 22vw;
    }

    .box3 .more {
        bottom: 0.24rem;
    }
}

@media screen and (max-width: 700px) {
    .box {
        padding-left: 3% !important;
        padding-right: 3% !important;
        padding-top: .4rem;
        padding-bottom: .4rem;
    }

    .box1 .dbt::before {
        display: none;
    }

    .box1 .dbt .item {
        margin-bottom: .2rem;
    }

    .box1 .bottom {
        padding-top: 0.2rem;
    }

    .title1 {
        font-size: 0.26rem;
        margin-bottom: 0.3rem;
    }

    .box3 .box {
        padding-bottom: .6rem;
    }
}

@media screen and (max-width: 600px) {

    .footer {
        padding-bottom: 30px;
    }

}

@media screen and (max-width: 550px) {


    .box1 .left .more {
        left: 0%;
    }

    .search_box {
        padding: 18px 15px;
        border-radius: 5px;
    }

    .search .search_box .search_wrap {
        width: calc(100% - 40px);
    }

    .box22 .right .rl .wz {
        padding-top: .2rem;
        padding-left: 0rem;
        color: #02837e;
    }

    .box22 .right1 {
        padding-bottom: 0rem;
    }

    .box22 .right1 .back2 {
        display: none;
    }

    .box22 .right .item .img img {
        height: 49vw;
    }

    .box22 .right1 .zuo,
    .box22 .right1 .rl {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 400px) {
    .box3 .list .a .bt {
        height: auto;
    }

    .box3 .list .a .img img {
        height: 44vw;
    }
}









/* 0618新增 */
.sjdh .nr .quxian {
    animation: spin 16s linear infinite;
}

.sjdh .zt {
    animation: none !important;
}

.box1 {
    overflow: hidden;
}

.box1 .bottom {
    margin-top: 0.9rem;
    padding-top: 0rem;
}

@media screen and (max-width: 1000px) {
    .box1 .bottom {
        margin-top: 0.5rem;
    }
}

@media screen and (max-width: 700px) {
    .box1 .bottom {
        margin-top: 0.2rem;
    }
}

.sjdh .nr .nritem1 .nr1 .szbh {
    display: inline;
    font-size: inherit;
}

@keyframes scaPic {
    0% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

/* .box1 .back1 {
    animation: scaPic 20s linear infinite;
} */

.box1 .sjright .sjrightitem {
    animation: sca1 .5s linear infinite;
}

.sjdh .nr .item18 {
    animation: sca .5s linear infinite;
}

.box1 .sjright .sjrightitem:nth-child(1),
.sjdh .item:nth-child(1) .item18 {
    animation-duration: 3.0s;
}

.box1 .sjright .sjrightitem:nth-child(2),
.sjdh .item:nth-child(2) .item18 {
    animation-duration: 3.4s;
}

.box1 .sjright .sjrightitem:nth-child(3),
.sjdh .item:nth-child(3) .item18 {
    animation-duration: 3.1s;
}

.box1 .sjright .sjrightitem:nth-child(4),
.sjdh .item:nth-child(4) .item18 {
    animation-duration: 3.6s;
}

.box1 .sjright .sjrightitem:nth-child(5),
.sjdh .item:nth-child(5) .item18 {
    animation-duration: 2.6s;
}

.box1 .sjright .sjrightitem:nth-child(6),
.sjdh .item:nth-child(6) .item18 {
    animation-duration: 2.8s;
}

.box1 .sjright .sjrightitem:nth-child(7),
.sjdh .item:nth-child(7) .item18 {
    animation-duration: 3.2s;
}

.box1 .sjright .sjrightitem:nth-child(8),
.sjdh .item:nth-child(8) .item18 {
    animation-duration: 3.4s;
}

.box1 .sjright .sjrightitem:nth-child(9),
.sjdh .item:nth-child(9) .item18 {
    animation-duration: 3.4s;
}

@keyframes sca {
    0% {
        transform: scaleX(1);
    }

    65% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes sca1 {
    0% {
        transform: scaleX(1);
    }

    65% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    100% {
        transform: scaleX(1);
    }
}

.box1 .sjright .sjrightitem1 {
    border-radius: 50%;
    height: 1.4rem;
    width: 1.4rem;
}

.box1 .sjright .sjrightitem2 {
    padding: 0px .2rem;
}


@media screen and (max-width: 550px) {

    .box1 .sjright .sjrightitem {
        width: 50%;
    }

    .box1 .sjright .sjrightitem2 {
        padding: 0px .12rem;
    }

}











/* 0619新增 */
.sjdh .nr .nritem1 {
    position: relative;
}

.sjdh .nr .nritem1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(2, 141, 138, 0.6);
    animation: scalett 1.5s infinite;
}

.sjdh .nr #xs2 .nritem1:before,
.sjdh .nr #xs6 .nritem1:before {
    background: rgba(255, 255, 255, 0.3);
}

@keyframes scalett {
    0% {
        transform: scale(1);
        opacity: .6
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes scalett1 {
    0% {
        transform: scale(1);
        opacity: .6
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

.sjdh .nr .quxian {

    /* border: 0rem dashed #028d8a; */
}

/* #animation-container.style {
    animation: fadeInOut 3s ease-in-out infinite;
} */

#animation-container {
    animation: fadeInOut 5s ease-in-out infinite;
}

/* 渐隐渐显动画 */

@keyframes fadeInOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }


    100% {
        opacity: 1;
    }
}

.sjdh #animation-container.style .line {
    animation: linedh 7s ease-in-out infinite;
}

.sjdh #animation-container.style .point {
    animation: diandh 7s ease-in-out infinite;
}

.sjdh.yddh .nr .item1,
.sjdh.yddh .nr .item2 {
    animation: yd 7s ease-in-out infinite;
}

.sjdh.yddh .nr #xs1 {
    animation: yd1 21s ease-in-out infinite;
}

.sjdh.yddh .nr #xs2 {
    animation: yd2 21s ease-in-out infinite;
}

.sjdh.yddh .nr #xs5 {
    animation: yd3 21s ease-in-out infinite;
}

.sjdh.yddh .nr #xs6 {
    animation: yd4 21s ease-in-out infinite;
}

.sjdh.yddh .nr #xs7 {
    animation: yd5 21s ease-in-out infinite;
}

.sjdh.yddh .nr #xs3 {
    animation: yd6 21s ease-in-out infinite;
}

.sjdh.yddh .nr #xs9 {
    animation: yd7 21s ease-in-out infinite;
}

.sjdh.yddh .nr #xs8 {
    animation: yd8 21s ease-in-out infinite;
}

.sjdh.yddh .nr #xs4 {
    animation: yd9 21s ease-in-out infinite;
}


@keyframes linedh {
    0% {
        stroke-width: 0.01rem;
    }

    70% {
        stroke-width: 0.01rem;
    }

    85% {
        stroke-width: 0.0rem;
    }

    100% {
        stroke-width: 0.01rem;
    }
}

@keyframes diandh {
    0% {
        fill: #018e88;
    }

    70% {
        fill: #018e88;
    }

    85% {
        fill: rgba(1, 142, 136, 0);
    }

    100% {
        fill: #018e88;
    }
}

@keyframes yd {
    0% {
        transform: scale(1);
    }

    70% {
        transform: scale(1);
    }

    85% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes yd1 {
    0% {
        top: 13%;
        left: -11.5%;
    }


    23.3% {
        top: 13%;
        left: -11.5%;
    }

    33.3% {
        top: 66%;
        left: 113%;
    }

    56.6% {
        top: 66%;
        left: 113%;
    }

    66.6% {
        top: 84.5%;
        left: 39%;
    }

    89.9% {
        top: 84.5%;
        left: 39%;
    }

    99.9% {
        top: 13%;
        left: -11.5%;
    }

    100% {
        top: 13%;
        left: -11.5%;
    }

}

@keyframes yd2 {
    0% {
        top: 66%;
        left: 113%;
    }


    23.3% {
        top: 66%;
        left: 113%;
    }

    33.3% {
        top: 84.5%;
        left: 39%;
    }

    56.6% {
        top: 84.5%;
        left: 39%;
    }

    66.6% {
        top: 70%;
        left: -3%;
    }

    89.9% {
        top: 70%;
        left: -3%;
    }

    99.9% {
        top: 66%;
        left: 113%;
    }

    100% {
        top: 66%;
        left: 113%;
    }

}

@keyframes yd3 {
    0% {
        top: 84.5%;
        left: 39%;
    }


    23.3% {
        top: 84.5%;
        left: 39%;
    }

    33.3% {
        top: 9%;
        left: 67%;
    }

    56.6% {
        top: 9%;
        left: 67%;
    }

    66.6% {
        top: 66%;
        left: 113%;
    }

    89.9% {
        top: 66%;
        left: 113%;
    }

    99.9% {
        top: 84.5%;
        left: 39%;
    }

    100% {
        top: 84.5%;
        left: 39%;
    }

}

@keyframes yd4 {
    0% {
        top: 70%;
        left: -3%;
    }


    23.3% {
        top: 70%;
        left: -3%;
    }

    33.3% {
        top: 13%;
        left: -11.5%;
    }

    56.6% {
        top: 13%;
        left: -11.5%;
    }

    66.6% {
        top: 9%;
        left: 67%;
    }

    89.9% {
        top: 9%;
        left: 67%;
    }

    99.9% {
        top: 70%;
        left: -3%;
    }

    100% {
        top: 70%;
        left: -3%;
    }

}

@keyframes yd5 {
    0% {
        top: 9%;
        left: 67%;
    }


    23.3% {
        top: 9%;
        left: 67%;
    }

    33.3% {
        top: 70%;
        left: -3%;
    }

    56.6% {
        top: 70%;
        left: -3%;
    }

    66.6% {
        top: 13%;
        left: -11.5%;
    }

    89.9% {
        top: 13%;
        left: -11.5%;
    }

    99.9% {
        top: 9%;
        left: 67%;
    }

    100% {
        top: 9%;
        left: 67%;
    }

}

@keyframes yd6 {
    0% {
        top: 104%;
        left: 48%;
    }


    23.3% {
        top: 104%;
        left: 48%;
    }

    33.3% {
        top: 42%;
        left: 13.5%;
    }

    56.6% {
        top: 42%;
        left: 13.5%;
    }

    66.6% {
        top: -4%;
        left: 24%;
    }

    89.9% {
        top: -4%;
        left: 24%;
    }

    99.9% {
        top: 104%;
        left: 48%;
    }

    100% {
        top: 104%;
        left: 48%;
    }

}

@keyframes yd7 {
    0% {
        top: 42%;
        left: 13.5%;
    }


    23.3% {
        top: 42%;
        left: 13.5%;
    }

    33.3% {
        top: -4%;
        left: 24%;
    }

    56.6% {
        top: -4%;
        left: 24%;
    }

    66.6% {
        top: 9%;
        left: 93%;
    }

    89.9% {
        top: 9%;
        left: 93%;
    }

    99.9% {
        top: 42%;
        left: 13.5%;
    }

    100% {
        top: 42%;
        left: 13.5%;
    }

}

@keyframes yd8 {
    0% {
        top: -4%;
        left: 24%;
    }


    23.3% {
        top: -4%;
        left: 24%;
    }

    33.3% {
        top: 9%;
        left: 93%;
    }

    56.6% {
        top: 9%;
        left: 93%;
    }

    66.6% {
        top: 104%;
        left: 48%;
    }

    89.9% {
        top: 104%;
        left: 48%;
    }

    99.9% {
        top: -4%;
        left: 24%;
    }

    100% {
        top: -4%;
        left: 24%;
    }

}

@keyframes yd9 {
    0% {
        top: 9%;
        left: 93%;
    }


    23.3% {
        top: 9%;
        left: 93%;
    }

    33.3% {
        top: 104%;
        left: 48%;
    }

    56.6% {
        top: 104%;
        left: 48%;
    }

    66.6% {
        top: 42%;
        left: 13.5%;
    }

    89.9% {
        top: 42%;
        left: 13.5%;
    }

    99.9% {
        top: 9%;
        left: 93%;
    }

    100% {
        top: 9%;
        left: 93%;
    }

}


.sjdh .nr .item1 .item18 {
    height: 100%;
}







#lizip {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: 500px;
    color: rgb(0, 125, 121);
    opacity: 0.5;
}

@keyframes navbarBounce {
    0% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(20px);
    }

    75% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

#wzkz {
    position: absolute;
    z-index: -2;
    height: 25%;
    top: 25%;
    border-left-width: 0px;
    width: 100%;
}

#navbar1 {
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s;
    padding-right: 15px;
}

#navbar1.style {
    opacity: 1;
    transform: translateY(0);
}

.box1 .sjright .sjrightitem1 {
    position: relative;
}

.box1 .sjright .sjrightitem1:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(2, 141, 138, 0.4);
    animation: scalett1 1.5s infinite;
}

.box1 .sjright .sjrightitem1::after {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    border: 0.01rem dashed #028d8a;
    animation: spin 4s linear infinite;
    left: -10px;
    top: -10px;
    box-sizing: border-box;
}