@charset "utf-8";

@font-face {
    font-family: SJxingkai-C;
    src: url('/style/fonts/SANJIXINGKAIJIANTI-CU-2.TTF');
    font-style: normal;
}

@font-face {
    font-family: 'sy';
    src: url('/style/fonts/sySong.woff');
    font-style: normal;
}

.ban-tx {
    position: absolute;
    left: .5rem;
    bottom: .6rem;
    z-index: 2;
    width: 55%;
}

.ban-tx p {
    color: #ffffff;
    font-size: .26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a {
    display: block;
}



.index {
    overflow: hidden;
}


/* s1 */

.s1 {
    padding-top: .65rem;
    padding-bottom: .8rem;
}

.tit h3 {
    display: inline-block;
    padding: .3rem .4rem;
    background: url(/images/tit.png) no-repeat;
    background-size: auto 100%;
}

.tit h3 b {
    font-size: .32rem;
    letter-spacing: -0.07em;
    color: #333333;
}

.tit h3 b:first-child {
    font-family: SJxingkai-C;
    font-weight: normal;
    color: #009144;
    font-size: .48rem;
}

.tit {
    position: relative;
    margin-bottom: .35rem;
    text-align: center;
}

.s1 .tit {
    text-align: left;
}

.tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    font-size: .16rem;
    line-height: .28rem;
    color: #009144;
    padding-right: .4rem;
    background: url(/images/more.png) no-repeat right bottom;
    background-size: auto 100%;
    transition: all 0.5s;
}

.tit a:hover {
    opacity: 0.7;
    letter-spacing: .02rem;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-l {
    width: 62%;
}

.s1-r {
    width: 35%;
}

.s1-ban {
    position: relative;
}

.s1-ban .pic {
    height: 6.11rem;
    padding-top: 0;
}

.s1-ban a {
    padding-bottom: 1rem;
    position: relative;
}

.s1-tx {
    background-color: #009144;
    padding: .25rem;
    width: 80%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.s1-tx h3 {
    font-size: .22rem;
    line-height: .3rem;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .15rem;
}

.s1-tx p {
    font-size: .14rem;
    line-height: .32rem;
    height: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #B0E8C8;
}

.s1-arrow>div {
    width: .59rem;
    height: .59rem;
    cursor: pointer;
    transition: all 0.5s;
}

.s1-p {
    background: url(/images/s1-l.png) no-repeat center center;
    background-size: .24rem;
    background-color: #0A8343;
    position: absolute;
    left: 80%;
    bottom: 1rem;
    z-index: 10;
}

.s1-n {
    background: url(/images/s1-r.png) no-repeat center center;
    background-size: .24rem;
    background-color: #C7BF76;
    position: absolute;
    left: 80%;
    bottom: .41rem;
    z-index: 10;
}

.s1-arrow:hover .s1-p {
    background-color: #C7BF76;
}

.s1-arrow:hover .s1-n {
    background-color: #0A8343;
}

.s1-rt .pic {
    height: 3.6rem;
}

.s1-rt a {
    position: relative;
}

.s1-rt a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 98%);
    z-index: 1;
}

.s1-rtx {
    padding: .15rem .25rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.s1-rtx p {
    font-size: .2rem;
    color: #C7BF76;
    margin-bottom: .15rem;
}

.s1-rtx h3 {
    font-size: .22rem;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-r ul li {
    margin-top: .4rem;
}

.s1-r ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s1-r ul li a img {
    width: 1.3rem;
    margin-right: .26rem;
}

.s1-r ul li a h3 {
    font-size: .22rem;
    line-height: .34rem;
    max-height: 1.02rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #333333;

    flex: 1;
    min-width: 0;
}

/* s2 */
.s2 {
    padding-bottom: .66rem;
    background: linear-gradient(180deg, rgba(235, 253, 244, 0.21) 0%, #EBFFF5 100%);
}

.s2-tx {
    padding: .38rem;
}

.s2-tx h3 {
    font-size: .22rem;
    line-height: .24rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-tx p {
    font-size: .14rem;
    line-height: .24rem;
    height: .72rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #999999;
    margin: .15rem 0;
}

.s2-date b {
    font-size: .36rem;
    color: #009144;
    font-family: 'sy';
}

.s2-date span {
    color: #009144;
    font-size: .18rem;
    font-family: 'sy';
}

.s2-time i {
    font-size: .2rem;
    color: #333333;
    display: block;
}

.s2-time {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s2-lt a {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-bottom: .03rem solid #009144;
    margin: 0 .22rem;
    transition: all 0.5s;
}

.s2-lt>ul {
    margin-left: -0.22rem;
    margin-right: -0.22rem;
    padding-bottom: .8rem;
}

.s2-lt .pic {
    padding-top: 56.6%;
}

.s2-lt a:hover {
    background: #009144;
    box-shadow: 0rem .08rem .32rem 0rem rgba(0, 0, 0, 0.16);
    border-bottom: .03rem solid #C7BF76;
}

.s2-lt a:hover h3 {
    color: #ffffff;
}

.s2-lt a:hover p {
    color: #ffffff;
    opacity: .6;
}

.s2-lt a:hover i,
.s2-lt a:hover span,
.s2-lt a:hover b {
    color: #ffffff;
}

.s2-lt .slick-dots li {
    width: .4rem;
    height: .23rem;
    background: url(/images/s2-d.png) no-repeat center bottom;

}

.s2-lt .slick-dots li.slick-active {
    background: url(/images/s2-da.png) no-repeat;
    background-size: 100% 100%;
}

.s2-lt .slick-dots::after {
    content: '';
    width: 4.42rem;
    height: .01rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: linear-gradient(270deg, rgba(0, 145, 68, 0) 0%, #009144 50%, rgba(0, 145, 68, 0) 100%);
}


/* s3 */
.s3 {
    padding-top: .65rem;
    padding-bottom: 1.15rem;
    max-width: 19.2rem;
    overflow-x: hidden;
    margin: 0 auto;
    background: url(/images/s3-bg.jpg) no-repeat left bottom;
    background-size: 7.5rem;
}

.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s3-lt {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 9;
}

.s3-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.s3-tx {
    flex: 1;
    min-width: 0;
}

.s3-lt ul li {
    padding: .25rem 0;
    position: relative;
}

.s3-lt ul li::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #E7FFF2 0%, #FAFFFD 100%);
    transition: all 1s;
}

.s3-lt ul li.on::before {
    width: 10.8rem;
}

.s3-lt ul li .s3-date {
    display: none;
}

.s3-lt ul li.on .s3-date {
    display: block;
}

.s3-lt ul li .s3-ifo {
    display: none;
    margin-top: .25rem;
}

.s3-lt ul li.on .s3-ifo {
    display: block;
}

.s3-ifo p {
    font-size: .16rem;
    color: #666666;
    padding-left: .3rem;
    margin-top: .1rem;
}

.s3-ifo p.zjr {
    background: url(/images/s3-zjr.png) no-repeat left center;
    background-size: .15rem;
}

.s3-ifo p.sj {
    background: url(/images/s3-sj.png) no-repeat left center;
    background-size: .15rem;
}

.s3-ifo p.dd {
    background: url(/images/s3-dd.png) no-repeat left center;
    background-size: .15rem;
}

.s3-tx h3 {
    font-size: .22rem;
    line-height: .36rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: .4rem;
}

.s3-lt ul li.on h3 {
    white-space: normal;
    height: .72rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #009144;
    font-weight: 600;
    padding-left: 0;
}

.s3-date {
    width: 2.1rem;
    text-align: left;
    padding-left: .75rem;
    position: relative;
    margin-right: .35rem;
}

.s3-date::before {
    content: '';
    position: absolute;
    bottom: .2rem;
    left: -0.15rem;
    width: 2.31rem;
    height: .42rem;
    background: url(/images/s3-line.png) no-repeat;
    background-size: 100%;
    z-index: 1;
}

.s3-date b {
    display: block;
    font-size: .66rem;
    line-height: 1;
    color: #009144;
    font-family: 'sy';
    margin-bottom: .3rem;
}

.s3-date span {
    display: block;
    font-size: .2rem;
    color: #009144;
    font-family: 'sy';
}

/* s45 */

.s4-lt .slick-prev {
    width: .64rem;
    height: .62rem;
    background: url(/images/s5-arrow.png) no-repeat;
    background-size: 100% 100%;
    left: -.8rem;
    transition: all 0.5s;
}

.s4-lt .slick-next {
    width: .64rem;
    height: .62rem;
    background: url(/images/s5-arrow.png) no-repeat;
    background-size: 100% 100%;
    right: -.8rem;
    transition: all 0.5s;
}

.s4-lt .slick-arrow:hover {
    transform: scale(1.1) translateY(-50%);
}

.s45 {
    background: url(/images/s45-bg.png) no-repeat center top;
    background-size: cover;
}

.s4 {
    position: relative;
}

.s4 {
    padding: .6rem 0;
    background: url(/images/s4-l1.png) no-repeat left 8% bottom .76rem;
    background-size: 20.5rem;
    max-width: 19.2rem;
    margin: 0 auto;
}

.s4-lt .pic {
    padding-top: 58%;
}

.s4 .tit h3 b {
    font-family: SJxingkai-C;
    font-size: .48rem;
    color: #ffffff;
    font-weight: normal;
}

.s4 .tit h3 b:first-child {
    font-family: Microsoft YaHei;
    font-weight: 600;
    font-size: .32rem;
}

.s4 .tit h3 {
    background: url(/images/tit1.png) no-repeat;
    background-size: auto 100%
}

.s4 .tit a {
    color: #ffffff;
    background: url(/images/more1.png) no-repeat right bottom;
    background-size: auto 100%;
}

.s4-pic {
    padding: .05rem;
    background-color: rgba(255, 255, 255, 0.5);
}

.s4-lt a {
    position: relative;
    padding: .4rem .25rem;
    padding-bottom: .8rem;
    background: url(/images/s4-tbg0.png) no-repeat center top;
    background-size: 100% 100%;
    position: relative;
}


.s4-lt>ul li {
    padding-bottom: .8rem;
}

.s4-lt>ul {
    padding-left: -0.1rem;
    padding-right: -0.1rem;
}

.s4-abox {
    padding-left: .15rem;
}

.s4-lt a::before {
    content: '';
    width: .01rem;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, #029245 0%, rgba(216, 216, 216, 0) 100%);
}

.s4-lt a::after {
    content: '';
    width: .18rem;
    height: .18rem;
    position: absolute;
    left: -0.09rem;
    top: 98%;
    background: url(/images/s4-d.png) no-repeat;
    background-size: 100% 100%;
}

.s4-tx p {
    font-size: .2rem;
    line-height: .36rem;
    height: .72rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333333;
    margin-top: .1rem;
    padding: 0 .06rem;
}

.s4-date {
    text-align: center;
    position: absolute;
    left: -0.15rem;
    top: 104%;
}

.s4-date b {
    display: block;
    font-family: 'sy';
    font-size: .36rem;
    line-height: 1;
    color: #009144;
}

.s4-date span {
    display: block;
    font-size: .14rem;
    line-height: .3rem;
    color: #009144;
}

.s4-lt a:hover {
    background: url(/images/s4-tbgh.png) no-repeat center top;
    background-size: 100% 100%;
}

.s4-lt a:hover p {
    color: #ffffff;
    font-weight: 600;
}

/* s5 */
.s5 {
    padding: .6rem 0;
}

.s5-pic {
    width: 52%;
}

.s5-tx {
    width: 50%;
    margin-left: -2%;
    position: relative;
    padding: .5rem .35rem;
    padding-bottom: .6rem;
    background: url(/images/s5-tbg.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.s5-txt {
    padding-bottom: .4rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.s5-tx h3 {
    font-size: .28rem;
    line-height: .3rem;
    color: #3D3D3D;
}

.s5-tx p {
    font-size: .16rem;
    line-height: .32rem;
    height: .96rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #B2B2B2;
    margin-top: .2rem;
}

.s5-xq {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: .5rem;
    align-items: center;
    width: 1.4rem;
    border-radius: .25rem;
    background: #009144;
    transition: all 0.5s;
}

.s5-xq span {
    font-size: .14rem;
    color: #FFFFFF;
}

.s5-xq img {
    margin-left: .07rem;
    width: .2rem;
    transition: all 0.5s;
}

.s5-xq:hover img {
    transform: translateX(.1rem);
}

.s5-xq:hover {
    border-radius: .1rem;
}

.s5-ban ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s5-ban .pic {
    padding-top: 65%;
}

.s5-lt ul li a .pic {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 auto;
    padding-top: 0;
    border-radius: 50%;
    transform: scale(.9);
}

.s5-lt ul li.slick-current a .pic {
    transform: scale(1);
}

.s5-lt ul li a .pic::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: .05rem solid rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    box-sizing: border-box;
    opacity: 0;
}

.s5-lt ul li.slick-current a .pic::after {
    opacity: 1;
}

.s5-lt {
    margin-top: .4rem;
}

.s5-lt .slick-prev {
    width: .64rem;
    height: .62rem;
    background: url(/images/s5-arrow.png) no-repeat;
    background-size: 100% 100%;
    left: .34rem;
    transition: all 0.5s;
}

.s5-lt .slick-next {
    width: .64rem;
    height: .62rem;
    background: url(/images/s5-arrow.png) no-repeat;
    background-size: 100% 100%;
    right: .34rem;
    transition: all 0.5s;
}

.s5-lt .slick-arrow:hover {
    transform: scale(1.1) translateY(-50%);

}

.s5-lt>ul {
    padding: 0 .9rem;
}


/* s6 */
.s6 {
    padding-top: .5rem;
    padding-bottom: .9rem;
    background: url(/images/s6-bg.png) no-repeat center top;
    background-size: 100%;
}

.s6 .tit h3 b {
    font-family: SJxingkai-C;
    font-size: .48rem;
    color: #ffffff;
    font-weight: normal;
}

.s6 .tit h3 b:first-child {
    font-family: Microsoft YaHei;
    font-weight: 600;
    font-size: .32rem;
}

.s6 .tit h3 {
    background: url(/images/tit1.png) no-repeat;
    background-size: auto 100%
}

.s6 .tit a {
    color: #ffffff;
    background: url(/images/more1.png) no-repeat right bottom;
    background-size: auto 100%;
}


.s6-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s6-top>div {
    width: 49%;
}

.s6-top .pic {
    padding-top: 0;
    height: 4.56rem;
}

.s6-p a {
    position: relative;
}

.s6-p a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
}

.s6-ifo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .15rem .2rem;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.s6-ifo img {
    width: .36rem;
    display: block;
    margin-right: .1rem;
}

.s6-tx {
    flex: 1;
    min-width: 0;
}

.s6-tx p {
    font-size: .12rem;
    line-height: .2rem;
    color: #FFFFFF;
}

.s6-tx h3 {
    font-size: .16rem;
    font-weight: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s6-bot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: .35rem;
}

.s6-l {
    margin-right: .5rem;
    margin-left: .2rem;
    position: relative;
}

.s6-l::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 95%;
    transform: translateX(-50%);
    width: .02rem;
    height: 2rem;
    background: #E5E5E5;
}

.s6-r {
    flex: 1;
    min-width: 0;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.s6-r>div {
    width: 43.5%;
}

.s6-r>div:first-child {
    width: 54%;
}

.s6-bot .pic {
    padding-top: 0;
    height: 4.8rem;
}

.s6-mt>img {
    width: .68rem;
    height: .68rem;
    transition: all 0.5s;
}

.s6-mt {
    position: relative;
    cursor: pointer;
    margin: .1rem 0;

}

.s6-mt:hover>img {
    transform: scale(1.1);
}

.s6-ewm {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 180%;
    transform: translateY(-50%);
    width: 1.8rem;
    height: 1.8rem;
    background: #ffffff;
    padding: .1rem;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
    border-radius: .1rem;

    visibility: hidden;
    opacity: 0;
    transition: all .6s;
}

.s6-mt:hover .s6-ewm {
    visibility: visible;
    opacity: 1;

    left: 150%;
}

.s6-ewm::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.s6-ewm img {
    width: 100%;
    height: 100%;
    display: block;
}

/* s7 */
.s7 {
    max-width: 19.2rem;
    margin: 0 auto;
    padding-top: .45rem;
    padding-bottom: .7rem;
    background: url(/images/s7-bg.png) no-repeat center top;
    background-size: 100%;
}


.s7 .tit h3 b {
    font-family: SJxingkai-C;
    font-size: .48rem;
    color: #ffffff;
    font-weight: normal;
}

.s7 .tit h3 b:first-child {
    font-family: Microsoft YaHei;
    font-weight: 600;
    font-size: .32rem;
}

.s7 .tit h3 {
    background: url(/images/tit1.png) no-repeat;
    background-size: auto 100%
}

.s7 .tit a {
    color: #ffffff;
    background: url(/images/more1.png) no-repeat right bottom;
    background-size: auto 100%;
    right: .8rem;
}

.s7-ban .pic {
    padding-top: 43.2%;
}

.s7-lt .pic {
    padding-top: 63%;
}

.s7-lt a {
    margin: 0 .15rem;
    position: relative;
    background: #ffffff;
    padding: .05rem;
}

.s7-lt {
    margin-top: -0.7rem;
}

.s7-lt>ul {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
}

.s7-ban a {
    position: relative;
}

.s7-tx {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    max-width: 100%;
    width: 16rem;
    bottom: 1rem;
    z-index: 2;
}

.s7-lt a .pic::after,
.s7-ban a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.s7-tx p {
    font-size: .3rem;
    line-height: .56rem;
    color: #FFFFFF;
    padding-left: .82rem;
    background: url(/images/s7-play.png) no-repeat left center;
    background-size: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s7-lt ul li.slick-current a {
    background: #009144;
}



/* s8 */
.s8 {
    padding-bottom: .5rem;
}

.s8-lt .pic {
    padding-top: 54%;
}

.s8-lt>ul {
    margin-left: -0.22rem;
    margin-right: -0.22rem;
}

.s8-lt>ul a {
    margin: 0 .22rem;
}

.s8-lt .slick-prev {
    width: .64rem;
    height: .62rem;
    background: url(/images/s5-arrow.png) no-repeat;
    background-size: 100% 100%;
    left: -.7rem;
    transition: all 0.5s;
}

.s8-lt .slick-next {
    width: .64rem;
    height: .62rem;
    background: url(/images/s5-arrow.png) no-repeat;
    background-size: 100% 100%;
    right: -.7rem;
    transition: all 0.5s;
}

.s8-lt .slick-arrow:hover {
    transform: scale(1.1) translateY(-50%);
}


/* s9 */

.s9-c {
    padding-top: 3.09rem;
    /* overflow: hidden; */
    position: relative;
    overflow: visible;
}

.s9-box {
    position: relative;
}

.s9-tree {
    width: 5.3rem;
    height: 5.3rem;
    background: url(/images/s9-treebg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-top: .25rem;
}


.s9-tree svg {
    margin: 0 auto;
    display: block;
    height: 2.9rem;
    fill: transparent;
    /* stroke: #fff; */
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    transition: .3s;
    cursor: pointer;
}

/* svg动画 */


svg:hover {
    animation: dash 10s ease;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

/* svg动画end */





/* line动画 */
@keyframes scale_line {
    0% {
        transform: scale(1);
        opacity: .8
    }

    100% {
        transform: scale(2.4);
        opacity: 0;
    }
}

.s9-linebox {
    z-index: 1;
    width: 5.3rem;
    height: 5.3rem;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s9-linebox>div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/nl1.png) no-repeat;
    background-size: 100% 100%;
    /* border-radius: 50%; */
}

.s9-line1 {
    animation: scale_line 8s infinite;
    animation-delay: 0s;
    /* 动画延迟时间 */
}

.s9-line2 {
    animation: scale_line 8s infinite;
    animation-delay: 1s;
    /* 动画延迟时间 */
}

.s9-line3 {
    animation: scale_line 8s infinite;
    animation-delay: 2s;
    /* 动画延迟时间 */
}

.s9-line4 {
    animation: scale_line 8s infinite;
    animation-delay: 3s;
    /* 动画延迟时间 */
}

.s9-line5 {
    animation: scale_line 8s infinite;
    animation-delay: 4s;
    /* 动画延迟时间 */
}

.s9-line6 {
    animation: scale_line 8s infinite;
    animation-delay: 5s;
    /* 动画延迟时间 */
}

.s9-line7 {
    animation: scale_line 8s infinite;
    animation-delay: 6s;
    /* 动画延迟时间 */
}

.s9-line8 {
    animation: scale_line 8s infinite;
    animation-delay: 7s;
    /* 动画延迟时间 */
}

.s9-line9 {
    animation: scale_line 8s infinite;
    animation-delay: 8s;
    /* 动画延迟时间 */
}

/* line动画 */

.s9-lt ul li .s9-ibox {
    position: absolute;
    text-align: center;
    transition: all 0.5s;
    z-index: 10;
}

.s9-ibox {
    position: relative;
}

.s9-lt ul li:nth-child(1) .s9-ibox {
    top: 2.8rem;
    left: 1.5rem;
}

.s9-lt ul li:nth-child(2) .s9-ibox {
    top: 4.3rem;
    left: 3.4rem;
}

.s9-lt ul li:nth-child(3) .s9-ibox {
    top: 1rem;
    left: 3rem;
}

.s9-lt ul li:nth-child(4) .s9-ibox {
    top: 2.32rem;
    left: 4.71rem;
}

.s9-lt ul li:nth-child(5) .s9-ibox {
    top: -.2rem;
    left: 5rem;
}

.s9-lt ul li:nth-child(6) .s9-ibox {
    top: 1.36rem;
    left: 7rem;
}

.s9-lt ul li:nth-child(7) .s9-ibox {
    top: 1.6rem;
    left: 9.3rem;
}

.s9-lt ul li:nth-child(8) .s9-ibox {
    top: .5rem;
    left: 11.5rem;
}

.s9-lt ul li:nth-child(9) .s9-ibox {
    top: 2.5rem;
    left: 13rem;
}

.s9-lt ul li:nth-child(10) .s9-ibox {
    top: 3.16rem;
    left: 10.91rem;
}

.s9-lt ul li:nth-child(11) .s9-ibox {
    top: 4.89rem;
    left: 11.6rem;
}

.s9-lt ul li:nth-child(12) .s9-ibox {
    top: 4.5rem;
    left: 13.86rem;
}

.s9-lt ul li:nth-child(13) .s9-ibox {
    top: -.25rem;
    left: 9rem;
}
.s9-lt ul li:nth-child(14) .s9-ibox {
    top: 5rem;
    left: 1rem;
}
.s9-lt ul li:nth-child(15) .s9-ibox {
    top: -.4rem;
    left: 7rem;
}




.s9-lt ul li a .ico {
    height: .55rem;
    text-align: center;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: flex-end; */
}

.s9-lt ul li a .ico img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
}

.s9-lt ul li a .ico img:last-child {
    display: none;
}

.s9-lt ul li a p {
    font-size: .16rem;
    color: #333333;
    margin-top: .1rem;
}

.s9-lt ul li a {
    background: linear-gradient(180deg, #EFFFF7 0%, #FFFFFF 100%);
    border-radius: 50%;
    width: 1.4rem;
    height: 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}

.s9-lt ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 105%;
    height: 105%;
    background: url(/images/s9-q.png) no-repeat;
    background-size: 100% 100%;
}

.s9-lt ul li a:hover:after {
    animation: roate 10s linear infinite;
}

.s9-lt ul li a:hover {
    background: #009144;
}

.s9-lt ul li a:hover p {
    color: #ffffff;
}

.s9-lt ul li a:hover img:first-child {
    display: none;
}

.s9-lt ul li a:hover img:last-child {
    display: block;
}

.s9-lt ul li:hover .s9-ibox {
    padding: .1rem;
}




















@keyframes roate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




















@media screen and (max-width:1400px) {}




@media screen and (max-width:1200px) {

    .s4-lt .slick-arrow,
    .s8-lt .slick-arrow {
        display: none !important;
    }

    .s1 {
        padding: .3rem 0;
    }

    .s1-c>div {
        width: 100%;
    }

    .s1-l {
        margin-bottom: .3rem;
    }

    .s1-ban .pic {
        padding-top: 61%;
        height: auto;
    }

    .s1-rt .pic {
        height: auto;
        padding-top: 64%;
    }

    #schedule-box {
        width: 100%;
        margin-bottom: .3rem;
    }

    .s3-lt {
        flex: auto;
        width: 100%;
    }

    .s3 {
        background-size: 0;
    }

    .s3-lt ul li.on::before {
        width: 100%;
    }

    .s5,
    .s3 {
        padding: .3rem 0;
    }

    .s2 {
        padding-bottom: .3rem;
    }

    .s4 {
        padding: .3rem 0;
        padding-bottom: 0;
        background-size: 0;
    }

    .s4 .tit {
        margin-bottom: 0;
    }

    .s5-ban ul li a>div {
        width: 100%;
        margin: 0;
        box-shadow: none;
    }

    .s5-lt .slick-prev {
        left: 0;
    }

    .s5-lt .slick-next {
        right: 0;
    }

    .s6 {
        padding: .3rem 0;
        padding-top: 0;
    }

    .s7 .tit a {
        position: static;
        transform: none;
        display: inline-block;
    }

    .s7 {
        padding: .3rem 0;
        padding-top: 0;
    }

    .s7-tx {
        width: 100%;
        bottom: 0;
    }

    .s7-tx p {
        font-size: .2rem;
        background-size: .3rem;
        padding-left: .6rem;
        background-position: .2rem center;
    }

    .s7-lt {
        display: none;
    }

    .s9-lt ul li {
        position: relative;
        width: 1.5rem;
        height: 1.5rem;
        z-index: 10;
    }

    .s9-lt ul li .s9-ibox {
        position: static;
        width: 100%;
        height: 100%;
    }

    .s9-lt ul li a {
        width: 100%;
        height: 100%;
    }

    .s9-c {
        padding: 0;
    }

    .s9-lt ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .s9-lt ul li {
        margin: .1rem;
    }
}

@media screen and (max-width:1024px) {
    .s6-l::before {
        display: none;
    }

    .s6-bot {
        align-items: flex-start;
    }

    .s5-txt {
        margin-bottom: .2rem;
        padding-bottom: .2rem;
    }

    .s5-tx {
        padding: .2rem;
    }

    .s5-lt ul li a .pic {
        width: 1.2rem;
        height: 1.2rem;
    }

    .s1 .tit {
        margin-bottom: .15rem;
    }

    .s3-date b {
        font-size: .3rem;
    }

    .s3-date span {
        font-size: .2rem;
    }

    .s3-lt ul li .s3-date {
        width: auto;
        padding-left: .3rem;

    }

    .s3-date::before {
        width: 100%;
        bottom: .1rem;
    }

    .s3-tx h3 {
        padding-left: 0;
    }

    .s6-top>div {
        width: 100%;
    }

    .s6-top .pic {
        padding-top: 64%;
        height: auto;
    }

    .s6-r>div {
        width: 100%;
    }

    .s6-top>div:first-child,
    .s6-r>div:first-child {
        width: 100%;
        margin-bottom: .2rem;
    }

    .s6-r>div .pic {
        padding-top: 64%;
        height: auto;
    }

    .s6-r>div:first-child .pic {
        height: auto;
        padding-top: 64%;
    }

    .s6-mt>img {
        width: .4rem;
        height: .4rem;
    }
}

@media screen and (max-width:900px) {}

@media screen and (max-width:768px) {
    .s9-lt ul li {
        width: 1rem;
        height: 1rem;
    }

    .s9-lt ul li a .ico {
        height: .3rem;
    }
}

@media screen and (max-width:480px) {

    .s9-linebox,
    .s9-tree {
        width: 4rem;
        height: 4rem;
    }

    .s9-tree svg {
        height: 1.6rem;
    }

    .f-lk>div {
        width: 100%;
        margin: 0;
        margin-bottom: .2rem;
    }
}