@charset "utf-8";

body {
    overflow-x: hidden;
}

/* 涓績閮ㄥ垎 */

.title {
    position: relative;
    margin-bottom: .45rem;
    align-items: flex-end;
}

.title h2 {
    position: relative;
    padding-top: .15rem;
    font-size: .4rem;
    color: #222;
    font-weight: bold;
    background: url(../images/titbg.png) no-repeat center top/1.65rem auto;
}



.title .more {

    transition: all .6s;
}

.title .more a {

    display: block;

    transition: all .6s;
}

.title .more a span {

    font-size: .16rem;

    color: #666;

    padding-right: .2rem;

    background: url(../images/more1.png) no-repeat right center/.16rem auto;

    transition: all .6s;
}

.title .more:hover a span {
    color: #5f54d3;
    letter-spacing: 2px;
    font-weight: bold;
    background: url(../images/more2.png) no-repeat right center/.16rem auto;
}

.rightNav ul {
    background: #5a4fcf;
    padding: 1px 5px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 5px 10px #5a4fcf;
}

.rightNav ul:after {
    content: '';
    position: absolute;
    top: .1rem;
    bottom: .1rem;
    left: 50%;
    border-left: 1px dashed rgba(255, 255, 255, .5);
    z-index: 0
}

.rightNav {
    position: fixed;
    right: .1rem;
    top: 50%;
    z-index: 30;
    display: none;
    transform: translateY(-50%);
}

.rightNav ul li {
    position: relative;
    margin: .25rem 0;
    cursor: pointer;
    z-index: 3
}

.rightNav ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    /* border: 2px solid #dcac7e; */
    border-radius: 50%;
    background: #fff;
}

.rightNav ul li:after {
    content: '';
    display: block;
    width: .3rem;
    height: .2rem;
    background: #5e54d2 url(../images/doton.png) no-repeat center;
    background-size: .18rem .18rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.15rem;
    border-radius: .12rem;
    margin-top: -.13rem;
    opacity: 0;
    visibility: hidden;
}

.rightNav ul li span {
    font-size: .15rem;
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    background: #5f54d3;
    color: #fff;
    border-radius: 5px;
    padding: 2px 5px;
}

.rightNav ul li span:after {
    content: '';
    position: absolute;
    left: 100%;
    border: 6px solid transparent;
    border-left-color: #5f54d3;
    top: 50%;
    transform: translateY(-50%);
}

.rightNav ul li:hover span {
    opacity: 1;
    visibility: visible;
    color: #fff
}

.rightNav ul li.active span {
    opacity: 1;
    visibility: visible;
    color: #fff;
}

.rightNav ul li.active:before {
    opacity: 0;
    visibility: hidden;
}

.rightNav ul li.active:after {
    opacity: 1;
    visibility: visible;
}

.section1 {
    padding: 1.3rem 0 5.15rem;
    background: url(../images/sect1-bg.jpg) no-repeat center top/cover;
}

.s1 {

    align-items: flex-start;
}

.s1 .left {
    width: 65%;
}

.news a {
    display: block;
}

.news a .pic {
    padding-top: 56.25%;
    border-radius: .1rem .1rem 0 0;
}

.news a .pic:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s1-lbg.png) no-repeat center center/cover;
}

.news a .cont {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: .35rem .3rem;
    align-items: center;
    background: #fff;
    border-radius: 0 0 .1rem .1rem;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgba(74, 63, 194, 0.09);
    border: 1px solid #eee;
}

.news a .cont .date {
    width: 1rem;
    height: 1rem;
    background: #dcac7e;
    border-radius: .1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.news a .cont .date p {
    font-size: .4rem;
    line-height: 1.2;
    font-family: "sysong";
}

.news a .cont .date span {
    font-size: .16rem;
    font-family: "ss_light";
}

.news a .cont .txt {
    flex: 1;
    min-width: 0;
    margin-left: .2rem;

}

.news a .cont .txt h2 {

    line-height: .3rem;

    font-size: .24rem;

    color: #222;

    margin-bottom: .05rem;
}

.news a .cont .txt p {
    font-size: .16rem;
    color: #666;
    line-height: .32rem;
    height: .64rem;
}

.news .slick-dots {
    width: auto;
    left: auto;
    right: .15rem;
    bottom: 1.85rem;
}

.news .slick-dots li {
    width: .11rem;
    height: .11rem;
    margin: 0 .1rem;
    background: rgba(74, 63, 194, .4);
    border-radius: 50%;
}

.news .slick-dots li.slick-active {
    background: rgba(74, 63, 194, 1);
}

/*
.news .slick-dots li.slick-active:before {
    content: "";
    position: absolute;
    width: .14rem;
    height: .14rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #0b77cf;
    border-radius: 50%;


}
*/
.news .slick-dots li.slick-active:before {
    content: "";
    position: absolute;
    width: .11rem;
    height: .11rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: .04rem solid rgba(74, 63, 194, .3);
    border-radius: 50%;
}

.news .slick-prev {
    left: 0.15rem;
    width: .47rem;
    height: .5rem;
    background: url(../images/news-l.png) no-repeat center center/.47rem auto;
    top: 40%;
    transition: all .6s;
}

.news .slick-prev:hover,
.news .slick-next:hover {
    transform: translateY(-50%) scale(1.2);
}

.news .slick-next {
    right: 0.15rem;
    width: .47rem;
    height: .5rem;
    background: url(../images/news-r.png) no-repeat center center/.47rem auto;
    top: 40%;
    transition: all .6s;
}

.s1 .right {
    width: 32.5%;
}

.tit {
    margin-bottom: .5rem;
}

.tit h2 {
    display: flex;
    justify-content: flex-end;
}

.tit h2 span {
    margin-left: .2rem;
    width: 1.49rem;
    height: .4rem;
    line-height: .4rem;
    background: url(../images/tit1_bg.png) no-repeat center center/100% 100%;
    font-size: .2rem;
    color: #222;
    padding-left: .3rem;
    cursor: pointer;
}

.tit h2 span.on {
    background: url(../images/tit2_bg.png) no-repeat center center/100% 100%;
    font-weight: bold;
    color: #4a3fc2;
}


.s1r_list {
    padding: .2rem;
    box-shadow: 0px 8px 16px 0px rgba(74, 63, 194, 0.09);
    background: #fff;
    border-radius: .1rem;
    padding-bottom: 0;
}

.s1r_list>div {
    display: none;
}

.s1r_list>div.on {
    display: block;
}

.s1r_tp .pic {
    padding-top: 54.16%;
    border-radius: .1rem;
}

.s1_list ul li {
    position: relative;
}

.s1_list ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #4a3fc2;
    width: 0;
    transition: all .6s;
}

.s1_list ul li:last-child:after {
    background: transparent;
}

.s1_list ul li a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 1.25rem;

    border-bottom: 1px dashed #d4d4d4;
}

.s1_list ul li:last-child a {
    border-bottom: none;
}

.s1_list ul li a span {
    display: block;
    font-size: .14rem;
    color: #666;
    margin-bottom: .1rem;
}

.s1_list ul li a p {
    font-size: .18rem;
    line-height: .32rem;
    max-height: .64rem;
    font-size: .18rem;
    color: #222;
}

@media screen and (min-width: 1025px) {
    .news a:hover .cont .txt h2 {
        color: #4a3fc2;
        font-weight: bold;
    }

    .s1_list ul li:hover a p {
        color: #4a3fc2;
        font-weight: bold;
    }

    .s1_list ul li:hover::after {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .s1 .left {
        width: 100%;
    }

    .s1 .right {
        width: 100%;
        margin-top: .15rem;
    }

    .section1 {
        padding-bottom: 4rem;
    }
}

@media screen and (max-width: 768px) {
    .section1 {
        padding-top: .2rem;
    }

    .title h2 {
        font-size: .24rem;
        padding-top: .05rem;
        background-size: 60% auto;
    }

    .title {
        margin-bottom: .15rem;
    }

    .news a .cont {
        padding: .05rem;
    }

    .news a .cont .date {
        width: .7rem;
        height: .7rem;
    }

    .news a .cont .date p {
        font-size: .24rem;
    }

    .news .slick-dots {
        bottom: 1.2rem;
    }

    .tit {
        margin-bottom: .15rem;
    }

    .tit h2 {
        justify-content: flex-start;
    }

    .tit h2 span {

        margin-left: 0;
        margin-right: .15rem;
    }

    .news a .cont .txt h2 {
        font-size: .2rem;
    }
}

.bk1 {
    position: relative;
    z-index: 2;
    margin-top: -3.7rem;
    background: url(../images/s2-bg.png) no-repeat center top/100% auto;
}

.section2 {
    position: relative;
    padding: .8rem 0 1rem;
    z-index: 3;
}

.section2 .wp {
    position: relative;
    z-index: 6;
}


.s2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2 .left {
    width: 61.25%;
}

.s2_l {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2l_l {
    width: 48.97%;
}

.s2l_l a {
    display: block;
    padding: .2rem;
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(74, 63, 194, 0.09);
    border-radius: .1rem;
}

.s2l_l a .pic {
    padding-top: 68.18%;
}

.s2l_l a .cont {
    margin-top: .2rem;
    padding: 0 .2rem;
}

.s2l_l a .cont h2 {
    font-size: .18rem;
    color: #333;
    line-height: .32rem;
    height: .64rem;
}

.s2l_l a .cont .s2l-xx {
    margin: .1rem 0;
    border-top: 1px dashed #bbbbbe;
}

.s2l_l a .cont p {
    font-size: .16rem;
    color: #666;
    line-height: .32rem;
    height: .96rem;
}

.s2l-r {
    width: 46.94%;
}

.s2l-r ul li {
    margin-top: .39rem;

}

.s2l-r ul li:first-child {
    margin-top: 0;
}

.s2l-r ul li a {
    display: flex;
    flex-wrap: wrap;
    background: #fffeff;
    height: 1.54rem;
    align-items: center;
    box-shadow: 0px 8px 16px 0px rgba(74, 63, 194, 0.09);
    background-position: right bottom;
    border-radius: .2rem;
    transition: all .6s;
}

.s2l-r ul li a .date {
    width: 1rem;
    padding: .2rem .15rem;
    text-align: right;
    border-right: 1px solid #999999;
    color: #666666;
    font-family: 'ss_light';
    transition: all .6s;
}

.s2l-r ul li a .date p {
    font-size: .28rem;
}

.s2l-r ul li a .date span {
    display: block;
    font-size: .14rem;
}

.s2l-r ul li a .cont {
    flex: 1;
    min-width: 0;
    margin-left: .3rem;
    margin-right: .3rem;
}

.s2l-r ul li a .cont p {
    font-size: .18rem;
    color: #222;
    line-height: .32rem;
    height: .64rem;
}

.s2l-r ul li a .cont span {
    margin-top: .15rem;
    display: block;
    width: .45rem;
    height: .1rem;
    background: url(../images/s2l-more.png) no-repeat left center/.45rem auto;
}

.s2 .right {
    position: relative;
    width: 36.25%;
    padding: 0 .5rem;
}

.s2 .right::after {
    content: "";
    position: absolute;
    left: -.35rem;
    right: -.35rem;
    top: -1.4rem;
    height: 100%;
    background: url(../images/s2r_bg.png) no-repeat center top/100% 100%;
}

.s2 .right .s2r-top,
.s2 .right .s2r-bottom {
    position: relative;
    z-index: 4;
}

.s2r-top {
    margin-top: -.55rem;
}

.s2r-top h2 {
    text-align: center;
    font-size: .32rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: .2rem;
}

.s2r-top .s2t_nr {
    border-top: 5px solid #fcbb2b;
    background: #fff;
    padding: .2rem .25rem;
    padding-bottom: .3rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}

.s2r-top .s2t_nr h3 {
    display: flex;
    align-items: center;
    font-size: .28rem;
    color: #222222;
    font-weight: bold;
    align-items: flex-end;
}

.s2r-top .s2t_nr h3 span {
    font-size: .16rem;
    color: #222;
}

.s2r-top .s2t_nr i {
    width: .55rem;
    height: .2rem;
    line-height: .2rem;
    background: #4a3fc2;
    display: block;
    font-size: .14rem;
    color: #fff;
    text-align: center;
    font-style: normal;
    margin-top: .1rem;
}

.s2r-top .s2t_nr h4 {
    margin-top: .2rem;
    margin-bottom: .1rem;
    font-size: .2rem;
    color: #222;
}

.s2r-top .s2t_nr p {
    line-height: .32rem;
    font-size: .16rem;
    color: #666666;
}

.s2r-bottom {
    margin-top: .5rem;
}

.s2r-bottom .s2b_tit {
    margin-bottom: .15rem;
}

.s2r-bottom .s2b_tit img {
    height: .6rem;
}

.s2b_list {
    border-top: 5px solid #4a3fc2;
    background: #fff;
    padding: .25rem;
    padding-bottom: .65rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}

.s2b_list ul li a {
    display: block;
}

.s2b_list ul li a h2 {
    font-size: .18rem;
    color: #222;
    line-height: .32rem;
    height: .64rem;
    margin-bottom: .15rem;
}

.s2b_list ul li a p {
    line-height: .32rem;
    font-size: .16rem;
    color: #666;
}

.s2b_list .slick-dots {

    bottom: -.4rem;
}

.s2b_list .slick-dots li {
    width: .11rem;
    height: .11rem;
    margin: 0 .1rem;
    background: #928cda;
    border-radius: 50%;
}

.s2b_list .slick-dots li.slick-active {
    background: #4a3fc2;
}


.s2b_list .slick-dots li.slick-active:before {
    content: "";
    position: absolute;
    width: .11rem;
    height: .11rem;
    left: 50%;
    top: 50%;
    transform: translate(-48%, -47%);
    border: .04rem solid #928cda;
    border-radius: 50%;
}

@media screen and (min-width: 1025px) {
    .s2l-r ul li:hover a .date {
        color: #4239a5;
        border-right: 1px solid #4239a5;
    }

    .s2l-r ul li:hover a {
        background: #fff url(../images/s2l-hh.png) no-repeat right bottom;
    }

    .s2l-r ul li:hover a .cont p {
        color: #4239a5;
        font-weight: bold;
    }

    .s2l-r ul li:hover a .cont span {
        background: url(../images/s2l-more1.png) no-repeat left center/.45rem auto;
    }

    .s2l_l a:hover .cont h2,
    .s2b_list ul li:hover a h2 {
        color: #4239a5;
        font-weight: bold;
    }

    .s2r-top:hover .s2t_nr h4 {
        color: #4239a5;
    }
}

@media screen and (max-width: 1024px) {
    .s2 .left {
        width: 100%;
    }

    .s2 .right::after {
        display: none;
    }

    .s2 .right {
        width: 100%;
        padding-top: .2rem;
        margin-top: .15rem;
        background: linear-gradient(to bottom, #4c42c3, transparent);
    }

    .s2r-top {
        margin-top: 0;
    }


    .s2l_l a .pic {
        padding-top: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .section2 {
        padding: .2rem 0;
    }

    .s2l_l {
        width: 100%;
    }

    .s2l-r {
        width: 100%;
        margin-top: .15rem;
    }

    .s2l-r ul li {
        margin-top: .15rem;
    }

    .s2l-r ul li a {
        height: 1.3rem;
    }

    .s2r-top h2 {
        font-size: .24rem;
    }

    .s2 .right {
        padding: .15rem;
    }

    .s2r-bottom {
        margin-top: .15rem;
    }

    .s2b_list .slick-dots li.slick-active:before {
        width: .1rem;
        height: .1rem;
        transform: translate(-50%, -50%)
    }

    .s2l_l a .pic {
        padding-top: 68.18%;
    }
}



.section3 {
    padding-bottom: 1rem;
    background: url(../images/huahua.png) no-repeat right bottom/3.26rem auto;
}

.s3 {
    align-items: flex-start;
}



.s3 .left {
    width: 37.81%;
}

.s3_list {
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(74, 63, 194, 0.09);
    border-radius: .1rem;
    padding: 0 .35rem;
}

.s3_list li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: .275rem 0;
    border-bottom: 1px solid #999;
    transition: all .6s;
}

.s3_list li:last-child a {
    border-bottom: none;
}

.s3_list li a::before {
    content: "";
    position: absolute;
    width: .06rem;
    height: .06rem;
    background: #999999;
    transform: rotate(45deg);
    left: 0;
    bottom: -.03rem;
    transition: all .6s;
}

.s3_list li a::after {
    content: "";
    position: absolute;
    width: .06rem;
    height: .06rem;
    background: #999999;
    transform: rotate(45deg);
    right: 0;
    bottom: -.03rem;
    transition: all .6s;
}

.s3_list li:last-child a::before,
.s3_list li:last-child a::after {
    display: none;
}

.s3_list li a .date {
    width: .7rem;
    height: .57rem;

    text-align: center;
    font-family: 'ss_light';

}

.s3_list li a .date p {
    line-height: .3rem;
    font-size: .24rem;
    color: #4a3fc2;

    background: url(../images/s3_datebg.png) no-repeat center top/100% 100%;
}

.s3_list li a .date span {
    display: block;
    background: #4a3fc2;
    line-height: .27rem;
    font-size: .14rem;
    color: #fff;
}

.s3_list li a .txt {
    flex: 1;
    min-width: 0;
    margin-left: .2rem;
}

.s3_list li a .txt p {
    font-size: .18rem;
    color: #222;
    line-height: .32rem;
    max-height: .64rem;
}

.s3 .right {
    width: 60%;
}

.s3r {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s3r .s3r_left {
    width: 45.83%;
}

.s3r .s3r_right {
    width: 50%;
}

.s3r a {
    position: relative;
    display: block;
}

.s3r a .pic {
    padding-top: 136.36%;
    border-radius: .1rem;
}

.s3r a .pic:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .6));
}

.s3r a .cont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .15rem;
    z-index: 6;
}

.s3r a .cont h2 {
    font-size: .18rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3r a .cont p {
    font-size: .18rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .05rem;
}

.s3r .s3r_right ul li {
    margin-top: .4rem;
}

.s3r .s3r_right ul li:first-child {
    margin-top: 0
}

.s3r .s3r_right ul li a .pic {
    padding-top: 58.33%;
}

@media screen and (min-width: 1025px) {
    .s3_list li:hover a .txt p {
        color: #4a3fc2;
        font-weight: bold;
    }

    .s3_list li:hover a {
        border-bottom: 1px solid #4a3fc2;
    }

    .s3_list li:hover a::before,
    .s3_list li:hover a::after {
        background: #4a3fc2;
    }

    .s3_list li:last-child:hover a {
        border-bottom: none;
    }
}

@media screen and (max-width: 1024px) {
    .s3 .left {
        width: 100%;
    }

    .s3 .right {
        width: 100%;
        margin-top: .15rem;
    }
}

@media screen and (max-width: 768px) {
    .section3 {
        padding-bottom: .2rem;
    }

    .s3_list li a {
        padding: .15rem 0;
    }

    .s3_list {
        padding: 0 .15rem;
    }

    .s3r .s3r_right ul li {
        margin-top: .15rem;
    }
}

.section4 {
    position: relative;
}

.section4 .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0.9rem;
    z-index: 6;
}

.section4 .title .wp {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.section4 .title .wp h2 {
    color: #fff;
    background: url(../images/titbg1.png) no-repeat center top/1.65rem auto;
}

.section4 .title .wp .more {
    position: absolute;
    right: 0;
}

.section4 .title .wp .more a span {
    color: #fff;
    background: url(../images/more.png) no-repeat right center/.15rem auto;
}

.s4 {
    display: block;
    cursor: pointer;
}

.s4 .pic {
    padding-top: 50%;
}

.s4 .pic video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* .s4 .pic:after {
    content: "";
    position: absolute;
    left: 0;
    top: 200px;
    bottom: 0;
    right: 0;
    background: url(../images/icon-play.png) no-repeat;
    background-position: center center;
    z-index: 9;
} */

.s4.play .pic:after {
    display: none;
}

@media screen and (min-width: 1025px) {}

@media screen and (max-width: 1024px) {
    .section4 .title .wp .more {
        right: .15rem
    }


}

@media screen and (max-width: 768px) {
    .section4 .title .wp h2 {
        background-size: 60% auto;
    }

    .section4 .title .wp {
        justify-content: space-between;
    }

    .section4 .title {
        top: .15rem;
    }
}

.anilayer2 img {
    display: block;
    width: 100%;
}

.fgh {
    position: relative;
    z-index: 5;

    background-size: cover;
    padding-bottom: .4rem;
}

.fgh .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 1rem;
    z-index: 99;
    text-align: center;
}

.homef {
    /* padding-bottom: .5rem; */
    position: relative;
    overflow: hidden;
}

.f_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 16.9rem;
    margin: 0 auto;
}

.f_bg img {
    display: block;
    width: 100%;
}

.fgh .builds li {
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.fgh .builds li img {
    width: 100%;
    height: 100%;
}

.fgh .builds li:nth-child(1) {

    left: 50%;

    transform: translateX(-50%);

    bottom: 1.5rem;

    width: 4.73rem;

    height: .86rem;

    z-index: 16;
}



.fgh .builds li:nth-child(2) {

    left: 16.5%;

    bottom: 1.9rem;

    width: 4.67rem;

    height: 3.32rem;

    z-index: 11;
}

.fgh .builds li:nth-child(3) {

    right: 16.5%;

    bottom: 1.9rem;

    width: 4.67rem;

    height: 3.32rem;

    z-index: 11;
}

.fgh .builds li:nth-child(4) {

    left: 50%;

    transform: translateX(-50%);

    bottom: 2.45rem;

    width: 12.37rem;

    height: 2.67rem;
}

.fgh .builds li:nth-child(7) {
    position: absolute;
    left: 11%;
    bottom: 3.5rem;
    width: 5.23rem;
    height: 2.46rem;
    z-index: 6;
}

.fgh .builds li:nth-child(8) {

    right: 22.7%;

    bottom: 4.4rem;

    width: 3.17rem;

    height: 1.27rem;

    z-index: 6;
}

.fgh .builds li:nth-child(9) {

    left: 10.9%;

    width: 4.11rem;

    height: 2.21rem;

    top: 2.4rem;

    z-index: 5;
}

.fgh .builds li:nth-child(10) {

    left: 30.4%;

    bottom: 4.8rem;

    width: 4.85rem;

    height: 2.07rem;

    z-index: 5;
}

.fgh .builds li:nth-child(11) {
    top: 1.6rem;
    right: 30.2%;
    width: 2.67rem;
    height: 2.65rem;
    z-index: 4;
}

.fgh .builds li:nth-child(12) {
    position: absolute;
    right: 15.5%;
    bottom: 5.9rem;
    width: 2.86rem;
    height: .78rem;
    z-index: 4;
}

.fgh .builds1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.fgh .builds1 li {
    position: absolute;
    z-index: 20;
    cursor: pointer;
}

.fgh .builds1 li:nth-child(1) {
    width: 4.4rem;
    height: 2.6rem;
    left: 17%;
    bottom: 20%;
}

.fgh .builds1 li:nth-child(2) {
    width: 4.4rem;
    height: 2.6rem;
    right: 17%;
    bottom: 20%;
}

.fgh .builds1 li:nth-child(3) {
    width: 4.5rem;
    height: 4rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12%;
}

.fgh .builds1 li:nth-child(4) {
    width: 2.55rem;
    height: 1.6rem;
    left: 27%;
    bottom: 47%;
}

.fgh .builds1 li:nth-child(5) {
    width: 3.17rem;
    height: 1.27rem;
    right: 23%;
    bottom: 47%;
}

.fgh .builds1 li:nth-child(6) {
    width: 2rem;
    height: 1.2rem;
    left: 17%;
    top: 31%;
}

.fgh .builds1 li:nth-child(7) {
    width: 3rem;
    height: 1.4rem;
    left: 40%;
    bottom: 54%;
}

.fgh .builds1 li:nth-child(8) {
    width: 2.67rem;
    height: 2.2rem;
    left: 56%;
    bottom: 57%;
}

.fgh .builds1 li:nth-child(9) {
    width: 3rem;
    height: 1rem;
    right: 13%;
    bottom: 58%;
}

.fgh .builds1 li:nth-child(10) {}

.fgh .fgh_tit li {
    position: absolute;
    width: .52rem;
    opacity: 0;
    transform: translateY(.5rem);
    transition: .6s;
    z-index: 30;
}

.fgh .fgh_tit li.on {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}



.fgh .fgh_tit li:nth-child(1) {
    left: 25%;
    bottom: 40%;
    z-index: 99;
}

.fgh .fgh_tit li:nth-child(2) {
    right: 25%;
    bottom: 40%;
}

.fgh .fgh_tit li:nth-child(3) {
    left: 48.5%;
    bottom: 40%;
}

.fgh .fgh_tit li:nth-child(4) {
    left: 35%;
    bottom: 50%;
}

.fgh .fgh_tit li:nth-child(5) {
    right: 29%;
    bottom: 51%;
}

.fgh .fgh_tit li:nth-child(6) {
    left: 26%;
    bottom: 63%;
}

.fgh .fgh_tit li:nth-child(7) {
    right: 51%;
    bottom: 58%;
}

.fgh .fgh_tit li:nth-child(8) {
    left: 66%;
    bottom: 70%;
}

.fgh .fgh_tit li:nth-child(9) {
    right: 17%;
    bottom: 68%;
}

.fgh .fgh_tit li:nth-child(10) {
    right: 34%;
    bottom: 80%;
}

.fgh .fgh_tit li:nth-child(11) {
    right: 20%;
    bottom: 60%;
}

.fgh .mountain {
    position: absolute;
    left: 9%;
    right: 0;
    max-width: 85%;
    margin: 0 auto;
    top: 8%;
    z-index: 1;
}

.fgh .mountain img {
    width: 100%;
    height: 100%;
}

.fgh .tree li:nth-child(1) {
    position: absolute;
    left: 1.1rem;
    right: 0.35rem;
    bottom: 0.2rem;
    z-index: 20;
}

.fgh .tree li:nth-child(2) {
    position: absolute;
    left: 2%;
    bottom: 2.2rem;
    width: 12.75rem;
    height: 2.6rem;
    z-index: 8;
}

.fgh .tree li:nth-child(3) {
    position: absolute;
    right: 9%;
    bottom: 2.2rem;
    width: 6.31rem;
    height: 2.88rem;
    z-index: 8;
}

.fgh .tree li:nth-child(4) {
    position: absolute;
    right: 10.4%;
    bottom: 4.4rem;
    width: 7.75rem;
    height: 2.13rem;
    z-index: 5;
}

.fgh .tree li:nth-child(5) {
    position: absolute;
    left: 6.1%;
    bottom: 2rem;
    width: 2.29rem;
    height: 1.24rem;
    z-index: 19;
}

.fgh .tree li:nth-child(6) {
    position: absolute;
    left: 6.5%;
    bottom: 2.9rem;
    width: 6.73rem;
    height: 1.29rem;
    z-index: 7;
}

.fgh .tree li:nth-child(7) {
    position: absolute;
    left: 28.5%;
    bottom: 2.1rem;
    width: 1.37rem;
    height: .75rem;
    z-index: 12;
}

.fgh .tree li:nth-child(8) {
    position: absolute;
    left: 67.5%;
    bottom: 2.1rem;
    width: 1.02rem;
    height: .65rem;
    z-index: 11;
}

.fgh .tree li:nth-child(9) {
    position: absolute;
    left: 47.7%;
    bottom: 4.7rem;
    width: 2.34rem;
    height: 1.4rem;
    z-index: 5;
}

.fgh .tree li:nth-child(10) {
    position: absolute;
    left: 41%;
    bottom: 2.45rem;
    width: 3.57rem;
    height: .43rem;
    z-index: 5;
}



.fgh .tree img {
    display: block;
    width: 100%;
}

.anilayer2 .bg {
    width: 100%
}



/*.anilayer2 .svgbg polygon:hover{fill: rgba(0,0,0,.3);}*/
.flower {
    position: absolute;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
    width: 17.74rem;
    bottom: 1.2rem;
    z-index: 6
}

.flower img {
    user-select: none;
    pointer-events: none;
    width: 100%
}

.flower .ani1 {
    animation: fallDown 20s infinite;
    animation-fill-mode: forwards;
}

.flowerbg {
    position: absolute;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
    width: 15.91rem;
    top: 0.35rem;
    z-index: 20;
}

@keyframes cloud_one {
    0% {
        left: 0
    }

    100% {
        left: -200%
    }
}

@keyframes cloud_two {
    0% {
        left: 0
    }

    100% {
        left: -200%
    }
}

@keyframes cloud_three {
    0% {
        left: 0
    }

    100% {
        left: -200%
    }
}

.sky {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    overflow: hidden;
    /* opacity: .6; */
    pointer-events: none;
    z-index: 8;
}

.sky .clouds1 {
    background: url(../images/cod1.png) top center;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 50%;
    height: 1.07rem;
    width: 300%;
    animation: cloud_one 80s linear infinite;
    transform: translate3d(0, 0, 0)
}

.sky .clouds2 {
    background: url(../images/cod2.png) top center;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 40%;
    height: .61rem;
    width: 300%;
    animation: cloud_two 60s linear infinite;
    transform: translate3d(0, 0, 0)
}

.sky .clouds3 {
    background: url(../images/cod3.png) top center;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 30%;
    height: 1.21rem;
    width: 300%;
    animation: cloud_three 50s linear infinite;
    transform: translate3d(0, 0, 0);
    z-index: 8
}

#flowers {
    width: 100%;
    height: 8.5rem;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9;
    pointer-events: none
}

#flowers .dot {
    position: absolute;
}

#flowers .ani1 {
    width: .44rem;
    height: .34rem;
    background: url(../images/s1.png) no-repeat center;
    background-size: 100% 100%;
}

#flowers .ani2 {
    width: .28rem;
    height: .26rem;
    background: url(../images/s2.png) no-repeat center;
    background-size: 100% 100%;
}

#flowers .ani3 {
    width: .29rem;
    height: .21rem;
    background: url(../images/s4.png) no-repeat center;
    background-size: 100% 100%;
}

#flowers .ani4 {
    width: .28rem;
    height: .26rem;
    background: url(../images/s2.png) no-repeat center;
    background-size: 100% 100%;
}

#flowers .ani5 {
    width: .29rem;
    height: .21rem;
    background: url(../images/s4.png) no-repeat center;
    background-size: 100% 100%;
}

.yiyuan_qh {
    padding: 0 .15rem;
    display: none;
}

.yiyuan_qh ul li a {
    display: block;
}

.yiyuan_qh ul li a .pic {
    border-radius: .15rem;
    padding-top: 63.2%;
}

.yiyuan_qh ul li a p {
    text-align: center;
    line-height: .4rem;
    font-size: .36rem;
    color: #222;
    font-weight: bold;
    margin-top: .15rem;
}

.yiyuan_qh .slick-dots {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: .3rem;
    align-items: center;
}

.yiyuan_qh .slick-dots li {
    width: .15rem;
    height: .15rem;
    border-radius: 50%;
    background: #4a3fc2;
    margin: 0 .1rem;
}

.yiyuan_qh .slick-dots li.slick-active {
    width: .25rem;
    height: .25rem;
}

@media screen and (max-width: 1024px) {
    .yiyuan_qh {
        display: block;
    }

    .fgh .builds li {
        display: none;
    }

    .fgh .builds li:first-child {
        display: block;
    }

    .fgh .tree {
        display: none;
    }

    .fgh .fgh_tit {
        display: none;
    }

    .anilayer2 img {
        display: none;
    }

    .homef {
        display: none;
    }

    .fgh .title {
        position: static;
    }

    .fgh {
        padding-top: .2rem;
        height: initial;
    }

    .fgh .mountain {
        display: none;
    }

    .fgh .builds li:nth-child(1) {
        bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .fgh .title {
        top: .15rem;
    }

    .yiyuan_qh {
        padding-bottom: .2rem;
    }

    #flowers {
        display: none;
    }

    .fgh {
        padding-bottom: 0;
    }

    .fgh .builds li:nth-child(1) {
        max-width: 95%;
    }

    .yiyuan_qh ul li a p {
        font-size: .18rem;
    }

    .yiyuan_qh .slick-dots li {
        width: .1rem;
        height: .1rem;
    }

    .yiyuan_qh .slick-dots li.slick-active {
        width: .15rem;
        height: .15rem;
    }

    .yiyuan_qh .slick-dots {
        margin-top: 0;
    }
}



.bk3 {
    background: url(../images/bk3-bg.png) no-repeat center bottom/cover;
}

.s5 {
    display: flex;
    flex-wrap: wrap;
}

.s5-l {
    padding: .2rem .25rem;
    width: 25%;
    background: url(../images/s5-bg1.jpg) no-repeat center top/cover;
    position: relative;
}

.s5-l .more {
    margin-top: 1.5rem;
    text-align: right;
}

.s5-l .more a {
    display: block;
    padding-right: .2rem;
    font-size: .16rem;
    color: #fff;
    background: url(../images/more.png) no-repeat right center/.15rem auto;
}

.s5-l::after {
    content: "";
    position: absolute;
    left: -.45rem;
    right: 0;
    bottom: -.13rem;
    height: 1.16rem;
    background: url(../images/s5-bg2.png) no-repeat center bottom/100% 100%;
}

.s5-l .mt_icon {
    position: absolute;
    right: .3rem;
    top: .2rem;
}

.mt_icon ul li {
    position: relative;
    margin: .12rem 0;
    cursor: pointer;
    transition: all .6s;
}

.mt_icon ul li .ewm_icon {

    position: relative;

    display: flex;

    justify-content: center;

    align-items: center;

    width: .5rem;

    height: .5rem;

    border-radius: 50%;

    z-index: 6;
}

.mt_icon ul li::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .8rem;
    height: .8rem;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.mt_icon ul li:hover::before {
    opacity: 1;
    z-index: 2;
}

.mt_icon ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .65rem;
    height: .65rem;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.mt_icon ul li:hover {
    margin: .18rem 0
}

.mt_icon ul li:hover::after {
    opacity: 1;
    z-index: 2;
}

.mt_icon ul li .ewm_icon .ewm_icoh {
    display: none;
}

.mt_icon ul li:hover .ewm_icon .ewm_icoh {
    display: flex;
}

.mt_icon ul li:hover .ewm_icon .ewm_ico {
    display: none;
}

.mt_icon ul li:nth-child(1) .ewm_icon {
    background: #1fa560;
}

.mt_icon ul li:nth-child(2) .ewm_icon {
    background: #d5031b;
}

.mt_icon ul li:nth-child(3) .ewm_icon {
    background: #f79c3b;
}

.mt_icon ul li:nth-child(4) .ewm_icon {
    background: #000;
}

.mt_icon ul li:nth-child(5) .ewm_icon {
    background: #3ba5f7;
}

.mt_icon ul li:nth-child(6) .ewm_icon {
    background: #50ca9b;
}

.mt_icon ul li:hover .ewm_icon {
    background: #fff !important;
}

.mt_icon ul li .ewm {
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    border-radius: 0;
    position: absolute;
    padding: 0;
    top: 50%;
    right: 130%;
    margin-left: -.6rem;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    transform: translateY(-60%);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
}

.mt_icon ul li .ewm::before {
    content: "";
    position: absolute;
    width: .12rem;
    height: .12rem;
    background: #fff;
    transform: translatey(-50%) rotate(45deg);
    top: 50%;
    left: 100%;
    margin-left: -.06rem;
}

.mt_icon ul li .ewm img {
    display: block;
    width: 100%;
}

.mt_icon ul li:hover .ewm {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
    z-index: 9;
}

.s5-l .tit {
    width: .9rem;
    display: flex;
}

.s5-l .tit h2 {
    width: .4rem;
    font-size: .4rem;
    color: #fff;
    font-weight: bold;
}

.s5-l .tit p {
    width: .2rem;
    margin-left: .1rem;
    margin-top: .6rem;
    font-size: .2rem;
    color: #fff;
}

.s5-r {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
}

.s5rl {
    width: 40%;
}

.s5-r a {
    position: relative;
    display: block;
}

.s5-r a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .4));
}

.s5rl ul li a .pic {
    padding-top: 66.66%;
}

.s5-r a .cont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .1rem .2rem;
    color: #fff;
    line-height: .32rem;
    z-index: 6;
}

.s5-r a .cont h2 {
    font-size: .16rem;
}

.s5-r a .cont p {
    font-size: .16rem;
}

.s5-r a .s5_tb {
    position: absolute;
    left: 0;
    top: 0;
    width: .6rem;
    height: .48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 .15rem 0;
    z-index: 6;
}

.s5-r a .s5_tb.wbtb {
    background: #d5031b;
}

.s5-r a .s5_tb.dhtb {
    background: #3ba5f7;
}

.s5-r a .s5_tb.xb {
    background: #50ca9b;
}

.s5-r a .s5_tb.wxtb {
    background: #0a9d51;
}

.s5-r a .s5_tb.dy1 {
    background: #000000;
}

.s5-r a .s5_tb.bltb {
    background: #f79c3b;
}

.s5rr {
    width: 60%;
}

.s5rr .s5rr_t .pic {
    padding-top: 44.4%;
}

.s5rr_b ul {
    display: flex;
    flex-wrap: wrap;
}

.s5rr_b ul li {
    width: 50%;
}

.s5-wz a {
    height: 100%;
    display: flex !important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 .25rem;
}

.s5-wz a h2 {
    font-size: .18rem;
    color: #222;
    font-weight: bold;
    margin-bottom: .2rem;
}

.s5-wz a h3 {
    font-size: .18rem;
    color: #3f3c3c;
    margin-bottom: .25rem;
}

.s5-wz a p {
    font-size: .14rem;
    color: #3f3c3c;
    line-height: .28rem;
    height: 1.12rem;
    text-align: center;
    overflow: hidden;
}

.s5rr_b ul li a {
    display: block;
}

.s5rr_b ul li a .pic {
    padding-top: 88.88%;
}

@media screen and (max-width: 1024px) {
    .s5-l {
        width: 100%;
        margin-left: .4rem;
    }

    .s5-r {
        width: 100%;
        margin-top: .2rem;
    }
}

@media screen and (max-width: 768px) {
    .s5rl {
        width: 100%;
    }

    .s5rr {
        width: 100%;
    }

    .s5rr_b ul li {
        width: 100%;
    }

    .s5-l .tit h2 {
        font-size: .24rem;
    }

    .s5-l::after {
        content: "";
        position: absolute;
        left: -.45rem;
        right: 0;
        bottom: -.13rem;
        height: 1.16rem;
        width: 70%;
        background: url(../images/s5-bg2.png) no-repeat center bottom / 100% 100%;
    }
}

.section6 {
    padding: .9rem 0 1.1rem;
}

.s6 a {
    display: block;
}

.s6 a .pic {
    padding-top: 133.3%;
    border-radius: .2rem;
}

@media screen and (max-width: 768px) {
    .section6 {
        padding: .2rem 0;
    }
}

@media screen and (max-width: 430px) {
    .s5-l::after {
        content: "";
        position: absolute;
        left: -.45rem;
        right: 0;
        bottom: -.13rem;
        height: 1.16rem;
        width: 113%;
        background: url(../images/s5-bg2.png) no-repeat center bottom/100% 100%;
    }
}

@media screen and (max-width: 375px) {
    .s5-l::after {
        content: "";
        position: absolute;
        left: -.45rem;
        right: 0;
        bottom: -.13rem;
        height: 1.16rem;
        width: 113%;
        background: url(../images/s5-bg2.png) no-repeat center bottom/100% 100%;
    }
}