@charset "utf-8";

a {
    display: block;
}


            #menu,
            .section1,
            .section2,
            .foot {
                display: none !important;
            }


.ititle {
    text-align: center;
    font-size: 0;
}


.banner .fp-tableCell {
    padding-bottom: 0;
}

.banner.section .fp-tableCell,
.banner.section .slick,
.banner.section .slick>div,
.banner.section .slick>div>div,
.banner.section .slick>div>div>div,
.banner.section .slick a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-img {
    position: relative;
}

.banner-img>img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 7;
    object-fit: cover;
}

#menu {
    position: fixed;
    top: 23%;
    right: .6rem;
    z-index: 9;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

#menu.bottom {
    opacity: 1;
    visibility: visible;
}

#menu li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: .1rem 0;
}

#menu li .icon img:last-child {
    display: none;
}

#menu.white li .icon img:first-child {
    display: none;
}

#menu.white li .icon img:last-child {
    display: block;
}

#menu.white li.active .icon {
    background-color: #ffffff;
}

#menu.white li.active span {
    color: #ffffff;
}

#menu li.active .icon {
    background-color: #1B7269;
}

#menu li a .icon {
    width: .4rem;
    height: .4rem;
    margin-right: .07rem;
    position: relative;
    background-color: #B8BDCC;
    border-radius: .5rem;
}

#menu li a .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 65%;
    min-height: 50%;
}

#menu li a span {
    font-size: .14rem;
    color: #B8BDCC;
}

#menu li.active span {
    color: #1B7269;
}

/* s1 */
.section1 {
    background: url(../images/s1-bg.png) no-repeat center center;
    background-size: cover;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-ban {
    width: 54%;
    margin-right: .1rem;
}

.s1-ban ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: .15rem;
    background: #FFFFFF;
    padding: .3rem;
}

.s1-ban .pic {
    width: 3.6rem;
    padding-top: 4.8rem;
    margin-right: .3rem;
    border-radius: .15rem;
}

.s1-tx {
    flex: 1;
    min-width: 0;
    padding-top: .3rem;
}

.tit {
    position: relative;
    font-size: 0;
    margin-bottom: 6vh;
}

.tit h3 {
    position: relative;
    display: inline-block;
    line-height: 1;
}

.tit h3::after {
    content: '';
    width: 1.09rem;
    height: .16rem;
    background: url(../images/tit1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -0.3rem;
    bottom: -0.1rem;
}

.tit b {
    font-weight: normal;
    font-size: .38rem;
    color: #333333;
    font-family: 'sy';
}

.tit b:last-child {
    color: #1B7269;
}

.tit .more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.tit .more a:hover {
    opacity: 0.8;
}

.tit .more a {
    color: #1B7269;
    font-size: .18rem;
}

.s1-tx h3 {
    line-height: 1;
    margin-bottom: .2rem;
}

.s1-tx h3 b {
    color: #333333;
    font-size: .24rem;
    display: inline-block;
    margin-right: .15rem;
    padding-bottom: .15rem;
    border-bottom: .02rem solid #1B7269;
    font-weight: 600;
}

.s1-tx h3 span {
    color: #666666;
    font-size: .16rem;
    display: inline-block;
    margin-right: .1rem;
}

.s1-tx1 p {
    color: #333333;
    font-size: .16rem;
    line-height: .3rem;
}

.s1-tx1 {
    margin-bottom: .2rem;
}

.s1-tx2 {
    margin-bottom: .8rem;
}

.s1-tx2 p {
    font-size: .16rem;
    line-height: .3rem;
    text-align: justify;
    color: #666666;
    max-height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.s1-more {
    font-size: .16rem;
    line-height: .22rem;
    color: #666666;
}

.s1-lt {
    flex: 1;
    min-width: 0;
}

.s1-lt ul li a {
    margin: 0 .1rem;
}

.s1-lt .pic {
    padding-top: 136.66%;
}

.s1-lt ul li a {
    position: relative;
    border-radius: .15rem;
    overflow: hidden;
}


.s1-lt ul li a p {
    font-size: .24rem;
    color: #ffffff;
    padding: .3rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.s1-lt ul li a::after {
    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, 0.7) 100%);
    z-index: 1;
}

.s1-prev {
    margin-right: .3rem;
}

.s1-arrow>div {
    cursor: pointer;
}

.s1-arrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: .45rem;
}

.s1-arrow img:hover {
    transform: scale(1.05);
}

.s1-arrow img {
    display: block;
    width: .56rem;
    transition: all 0.5s;
}

/* s2 */

.section2 {
    background: url(../images/s2-bg.png) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.s2-cont {
    height: 100%;
}

.s2-cont .px1400 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.s2-cont .px1400>div {
    position: relative;
    z-index: 2;
}

.s2-cont .px1400::after {
    content: '';
    position: absolute;
    left: 39%;
    right: -5.2rem;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.s2-cont .tit h3 b {
    color: #ffffff;
    font-size: .38rem;
}

.s2-l p {
    text-align: justify;
    color: #ffffff;
    font-size: .18rem;
    opacity: 0.8;
    line-height: .28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    max-height: 1.4rem;
    margin-bottom: .7rem;
}

.s2-more a {
    color: #ffffff;
    font-size: .18rem;
}


.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s2-l {
    width: 39%;
    padding-right: .3rem;
}

.s2-r {
    flex: 1;
    min-width: 0;
    margin-left: -2.1rem;
    margin-top: -0.4rem;
}

.s2-r ul {
    display: flex;
    align-items: flex-start;
}

.s2-r ul li {
    width: 2.1rem;
    height: 2.1rem;
    border: .01rem solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.s2-r ul li a img {
    width: 1rem;
    margin: 0 auto;
    display: block;
    max-width: 90%;
}

.s2-r ul li a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 .1rem;
    width: 100%;
    text-align: center;
}

.s2-r ul li a h3 strong {
    font-family: 'sy';
    font-size: .46rem;
    font-weight: normal;
    line-height: 1;
    color: #FFFFFF;
}

.s2-r ul li a h3 span {
    font-size: .16rem;
    color: #FFFFFF;
}

.s2-r ul li a p {
    font-size: .18rem;
    line-height: .22rem;
    color: #FFFFFF;
    width: 100%;
    margin-top: .1rem;
}

.s2-u1 {
    padding-left: 4.2rem;
}

.s2-u3 {
    padding-left: 2.1rem;
}

.s2-wap-ul {
    display: none !important;
}

.build img {
    width: 100%;
}

.build>div {
    position: absolute;
}

.bd1 {
    left: 0;
    bottom: 1.4rem;
    width: 2.92rem;
}

.build {
    position: relative;
    z-index: 8;
}

.bd2 {
    width: 4.35rem;
    left: 1.8rem;
    bottom: 0;
}

.bd3 {
    width: 5.67rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.bd4 {
    width: .97rem;
    right: 4.58rem;
    bottom: 0;
}

.bd5 {
    bottom: 1.14rem;
    right: .64rem;
    width: 2.57rem;
}

.build img {
    opacity: 0;
    animation: fadeIn 1s forwards;
    transform: translateY(100%)
}

.bd3 img {
    animation-delay: 0s;
}

.bd2 img {
    animation-delay: 0.5s;
}

.bd4 img {
    animation-delay: 1s;
}

.bd5 img {
    animation-delay: 1.5s;
}

.bd1 img {
    animation-delay: 2s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.ban-tx {
    position: absolute;
    top: 45%;
    left: 55%;
    transform: translate(-50%, -50%);
    z-index: 9;
    white-space: nowrap;
}

.ban-tx img {
    display: inline-block;
    opacity: 0;
    transition: opacity 1s;
    height: 1.6rem;
}

.tx-bot {
    padding-left: 2rem;
}














.toplogo {
    display: none;
}

@media screen and (max-width:1024px) {
            #topHead {
                top: 0 !important;
                background: #ffffff;
            }

    .section1,
    .section2,
    .section3,
    .section4,
    .section5,
    .section6 {
        padding: .35rem 0;
    }

    .bnr1>img {
        opacity: 0;
    }

    .build {
        display: none;
    }

    .bnr1 {
        background: url(../images/wap-banner.jpg) no-repeat center top;
        background-size: cover;
    }

    .toplogo {
        display: block;
    }

    .tit {
        margin-bottom: .3rem;
    }

    .ban-tx {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(0.7);
    }

    .s1-ban {
        width: 100%;
        margin-bottom: .3rem;
    }

    .s1-lt {
        flex: auto;
        width: 100%;
    }

    .s1-tx2 {
        margin-bottom: .2rem;
    }

    .s1-lt ul li a p {
        padding: .15rem;
        font-size: .16rem;
    }

    .s1-ban .pic {
        width: 3rem;
        padding-top: 4rem;
    }

    .s2-l {
        width: 100%;
    }

    .s2-r {
        flex: auto;
        width: 100%;
        margin: 0 auto;
    }

    .s2-cont .px1400>div {
        margin-bottom: .3rem;
    }

    .s2-cont .px1400::after {
        display: none;
    }

    .s2-l p {
        margin-bottom: .3rem;
    }

    .s2-u1,
    .s2-u2,
    .s2-u3 {
        display: none !important;
    }

    .s2-wap-ul {
        margin-top: .3rem;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .s2-wap-ul li {
        width: 33.33% !important;
    }


}

@media screen and (max-width: 768px) {
    .ban-tx {
        transform: translate(-50%, -50%) scale(0.5);
    }
}

@media screen and (max-width: 640px) {
    .s1-ban .pic {
        margin: 0 auto;
    }

    .s1-tx {
        flex: auto;
        width: 100%;
    }
    .ban-tx {
        transform: translate(-50%, -50%) scale(0.4);
    }
}

@media screen and (max-width: 480px) {
    .s2-r ul li {
        height: 1.6rem;
    }

    .s2-r ul li a h3 strong {
        font-size: .3rem;
    }
    .ban-tx {
        transform: translate(-50%, -50%) scale(0.3);
    }
}