@charset "utf-8";.banner {
    position: relative
}

.banner .swiper-slide .sc {
    -webkit-transition: 8s 1s linear;
    -webkit-transform: scale(1)
}

.banner .swiper-slide-active .sc {
    -webkit-transform: scale(1.1)
}

.banner .swiper-slide {
    overflow: hidden
}

.banner .swiper-slide a {
    display: block;
    position: relative
}

.banner .swiper-slide a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 2.6rem;
    background: url(../images/568.png) no-repeat top center;
    background-size: 101% 100%;
    z-index: 2;
    opacity: 1
}

.banner .swiper-slide a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1.6rem;
    background: url(../images/blackms.png) no-repeat top center;
    background-size: 101% 100%;
    z-index: 2;
    opacity: .5
}

.banner .item .imgBox .img {
    padding-bottom: 0;
    height: 100vh;
    min-height: 6rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.banner .swiDots {
    position: absolute;
    bottom: .5rem;
    left: 10%;
    z-index: 5;
    right: 10%;
    width: auto;
    text-align: center
}

.banner .swiDots span {
    background: #fff;
    width: .38rem;
    height: .38rem;
    opacity: .4;
    margin: 0 .1rem;
    position: relative;
    background: url(../images/dot.svg) no-repeat center;
    background-size: 100% 100%;
    border-radius: 0;
    position: relative
}

.banner .swiDots span:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.banner .swiDots span.active {
    opacity: 1
}

.banner .swiDots span.active:before {
    opacity: 1;
    visibility: visible
}

@media (max-width: 1024px) {
    .banner .swiper-slide a:before {
        height: 1.5rem
    }

    .banner .swiper-slide a:after {
        height: 1.2rem
    }

    .banner .swiDots {
        text-align: center;
        bottom: .3rem
    }

    .banner .swiDots span {
        width: .32rem;
        height: .32rem
    }

    .banner .item .imgBox .img {
        height: 55vw;
        min-height: inherit
    }
}

@media (max-width: 640px) {
    .homef .right .swiDots span .cls-1{
   display:none;
}
    .banner .swiper-slide a:after {
        height: 1rem
    }

    .banner .swiDots span {
        width: .26rem;
        height: .26rem;
        margin: 0 .08rem
    }

    .banner .swiDots {
        bottom: .15rem
    }

    .banner .item .imgBox .img {
        height: 60vw
    }

    .banner .swiDots span:before {
        top: -3px;
        left: -3px;
        bottom: -3px;
        right: -3px
    }
}

.swiDots {
    text-align: center;
    margin-top: .2rem
}

.swiDots span {
    margin: 0 .06rem;
    background: #aa2223
}

.swiDots span.active {
    opacity: 1
}

.intit {
    margin-bottom: .4rem
}

.intit .h4 {
    position: relative;
    align-items: center
}

.intit .h4 .ico {
    width: .58rem;
    display: flex;
    height: .58rem;
    background: url(../images/icobg.svg) no-repeat center;
    background-size: cover;
    justify-content: center;
    flex-direction: column;
    margin-right: .1rem
}

.intit .h4 .ico svg {
    height: .26rem;
    display: block;
    margin: 0 auto
}

.intit .h4 .ico .cls-1 {
    fill: #033481
}

.intit .h4 span.cn {
    font-size: .4rem;
    font-weight: bold
}

.intit .h4 span.en {
    font-size: .2rem;
    color: #666;
    font-family: "Arial";
    margin-left: .1rem;
    position: relative;
    top: .08rem
}

.home .more a {
    display: flex;
    align-items: center
}

.home .more a span {
    margin-right: -.1rem
}

.home .more a svg {
    height: .36rem;
    display: block
}

.home .more a svg .cls-1 {
    fill: #959595;
    transition: .3s
}

.home .more a svg .cls-2 {
    fill: #333333;
    transition: .3s
}

.home .more:hover a svg .cls-1 {
    fill: #9dc0ef
}

.home .more:hover a svg .cls-2 {
    fill: #033481;
    transform: translateX(-3px)
}

.home .dtime {
    font-family: 'ath';
    font-size: .18rem
}

.home .dtime:before {
    content: '';
    display: inline-block;
    width: .18rem;
    height: .17rem;
    background: url(../images/hd.png) no-repeat center;
    background-size: 100% 100%;
    vertical-align: -.05rem;
    margin-right: 5px
}

.more.abmore {
    position: absolute;
    top: .1rem;
    right: 0
}

.homea {
    padding: .8rem 0 .3rem
}

.homea .left {
    width: 60%
}

.homea .right {
    width: calc(40% - .4rem)
}

.homea .left .slide-a {
    border-radius: 5px
}

.homea .left .slide-a .imgBox {
    border-radius: 5px
}

.homea .left .slide-a .img {
    padding-bottom: 0;
    height: 5.4rem
}

.homea .left .slide-a .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: url(../images/a1bg.png) no-repeat left center;
    color: #fff;
    padding: 0 34% 0 .2rem;
    line-height: .7rem;
    border-radius: 0 0 5px 5px;
    background-size: 80% 100%
}

.homea .left .slide-a .txt h4 {
    font-weight: normal;
    font-size: .2rem
}

.homea .slide-a .swiDots {
    position: absolute;
    right: .2rem;
    bottom: .28rem;
    z-index: 5;
    display: flex;
    align-items: center;
    width: auto;
    left: auto
}

.homea .slide-a .swiDots span {
    display: block;
    width: .16rem;
    height: .16rem;
    background: transparent;
    opacity: .5
}

.homea .slide-a .swiDots span.active {
    opacity: 1
}

.homea .slide-a .swiDots span svg {
    width: .16rem
}

.homea .slide-a .swiDots span .cls-1 {
    fill: #fff
}

.homea .right ul {
    border-top: 2px solid #033481;
    background: url(../images/abg1.png) no-repeat top center;
    background-size: 100% 100%;
    padding: .16rem 0 0
}

.homea .right ul li {
    padding: .18rem .35rem;
    position: relative
}

.homea .right ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: url(../images/a2bg.jpg) no-repeat center;
    background-size: cover;
    border-radius: 5px
}

.homea .right ul li a {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 4
}

.homea .right ul li .time {
    width: .68rem;
    height: .68rem;
    border: 1px solid #033481;
    border-radius: 5px;
    color: #033481;
    text-align: center;
    padding-top: .02rem;
    position: relative;
    background: url(../images/127.png) no-repeat center;
    background-size: 85% 75%
}

.homea .right ul li .time span {
    display: block;
    font-size: .4rem;
    line-height: .32rem
}

.homea .right ul li .h4 {
    font-size: .2rem;
    flex: 1;
    margin-left: .2rem;
    line-height: 1.5em
}

.homeb {
    padding: .4rem 0 1rem;
    position: relative
}

.homeb:after {
    content: '';
    position: absolute;
    left: 0;
    top: -.3rem;
    width: 12.2rem;
    height: 8rem;
    background: url(../images/bbg.png) no-repeat left top;
    background-size: 100% 100%;
    z-index: 0;
    pointer-events: none
}

.homeb ul li {
    width: calc(33.33333% - .2rem);
    background: #fff;
    height: 1.7rem;
    border-top: 2px solid #033481;
    padding: .3rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    margin-bottom: .3rem;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    position: relative
}

.homeb ul li a {
    display: block;
    position: relative;
    z-index: 5
}

.homeb ul li h4 {
    font-weight: normal;
    font-size: .2rem;
    line-height: 1.5em;
    margin-bottom: .15rem;
    height: .6rem
}

.homeb ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: url(../images/22.jpg) no-repeat center;
    background-size: cover
}

.homec {
    background: url(../images/638.jpg) no-repeat bottom center;
    background-size: 100% 95%;
    position: relative;
    overflow: hidden;
    padding: 1rem 0 1.7rem
}

.homec .aniLayer {
    position: absolute;
    left: 0;
    top: .1rem;
    right: 0;
    text-align: center;
    pointer-events: none;
    user-select: none
}

.homec .aniLayer ul {
    position: relative;
    z-index: 4
}

.homec .aniLayer ul li {
    margin: 0 .12rem;
    pointer-events: none;
    width: .54rem
}

.homec .aniLayer ul li:nth-child(5) {
    margin-left: .3rem
}

.homec .aniLayer .bg {
    max-width: 11.19rem;
    width: 80%;
    margin-top: -.25rem;
    position: relative;
    z-index: 0
}

.homec .left {
    width: 41.5%
}

.homec .left li {
    height: 1.5rem;
    background: #fff;
    padding: .25rem;
    margin-bottom: .2rem;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    position: relative;
    overflow: hidden
}

.homec .left li:last-child {
    margin-bottom: 0
}

.homec .left li a {
    display: block;
    position: relative;
    z-index: 5
}

.homec .left li h4 {
    font-weight: normal;
    font-size: .2rem;
    line-height: 1.5em;
    margin-bottom: .15rem;
    height: .6rem
}

.homec .left li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: url(../images/c1bg.jpg) no-repeat center;
    background-size: cover
}

.homec .right {
    width: calc(58.5% - .3rem)
}

.homec .right li {
    width: calc(50% - .15rem);
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    border-radius: 5px;
    overflow: hidden
}

.homec .right li .img {
    padding-bottom: 0;
    height: 2.35rem
}

.homec .right li .txt {
    padding: .25rem
}

.homec .right li .txt .slog {
    font-size: .2rem;
    display: block;
    margin-bottom: .1rem;
    color: #033481
}

.homec .right li .txt h4 {
    font-size: .2rem;
    font-weight: normal;
    margin-bottom: .1rem
}

.homec .right li .txt p {
    margin-bottom: .15rem;
    color: #666
}

.homec .right li .txt time {
    color: #333
}

.homed {
    background: url(../images/119.png) #fff no-repeat bottom center;
    background-size: 100% auto;
    padding: 1.2rem 0;
    position: relative;
    clip-path: ellipse(95% 0 at 50% 50%);
    z-index: 5;
    margin-top: -1rem
}

.aos-animate.homed {
    clip-path: ellipse(95% 50% at 50% 50%);
    transition: clip-path 1s
}

.homed:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
    background: url(../images/86.png) no-repeat center;
    background-size: auto 85%
}

.homed .slide-d .swiper-slide .item {
    transform: scale(.9);
    transform-origin: center;
    transition: .5s;
    text-align: center
}

.homed .slide-d .swiper-slide .item a {
    display: block
}

.homed .slide-d .swiper-slide-active .item {
    transform: scale(1)
}

.homed .slide-d .swiper-slide-prev .item {
    transform-origin: 15% center
}

.homed .slide-d .swiper-slide-next .item {
    transform-origin: 85% center
}

.homed .slide-d .item .imgs {
    padding: 0 .15rem .25rem
}

.homed .slide-d .swiper-slide-active .item .imgs {
    background: url(../images/ds.png) no-repeat bottom center;
    background-size: 100% 100%
}

.homed .slide-d .item .imgBox {
    border-radius: 5px
}

.homed .slide-d .swiper-slide-active .item .imgBox {
    border-radius: 0
}

.homed .slide-d .item .imgBox .img {
    background: #000
}

.homed .slide-d .item .imgBox .img img {
    opacity: .7;
    transition: .3s
}

.homed .slide-d .swiper-slide-active .item .imgBox {
    clip-path: polygon(0px 0px, 100% 0px, 96% 100%, 4% 100%);
    transition: .3s
}

.homed .slide-d .swiper-slide-active .item .imgBox .img img {
    opacity: 1
}

.homed .slide-d .swiper-slide-active .item .txt {
    opacity: 1;
    visibility: visible
}

.homed .slide-d .swiper-slide-prev .item .txt {
    opacity: 1;
    visibility: visible
}

.homed .slide-d .swiper-slide-next .item .txt {
    opacity: 1;
    visibility: visible
}

.homed .slide-d .item .txt {
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.homed .slide-d .item .txt h4 {
    font-size: .22rem
}

.homed .slide-d .item .txt p {
    line-height: 1.6em;
    width: 90%;
    margin: .1rem auto 0;
    height: .75rem
}

.homed .slide-d .item .txt time {
    display: inline-block;
    margin-top: .15rem
}

.homed .slide-d .swiper-slide .item:hover .txt h4 {
    color: #1d3b85
}

.homed .swiBtn a:hover {
    background: #c2a26b
}

.homed .swiBtn a {
    width: .46rem;
    height: .46rem;
    border-radius: 50%;
    text-align: center;
    line-height: .46rem;
    color: #fff;
    font-size: .18rem;
    display: block;
    background: #1e4190;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    z-index: 10
}

.homed .swiBtn a.next {
    right: 8%
}

.homed .swiBtn a.prev {
    left: 8%
}

.homed>.more {
    display: none
}

.homee {
    background: url(../images/78.jpg) no-repeat top center;
    background-size: 100% 7.04rem;
    padding-top: 2.8rem;
    margin-top: -1rem;
    position: relative;
    z-index: 2
}

.homee .intit {
    color: #fff
}

.homee .intit .h4 .en {
    color: #fff;
    opacity: .6
}

.homee .intit .h4 .ico .cls-1 {
    fill: #fff
}

.homee .intit .h4 .ico {
    background: url(../images/icobgw.svg) no-repeat center;
    background-size: cover
}

.homee .more a {
    color: #fff
}

.homee .more a svg .cls-1 {
    fill: rgba(255, 255, 255, .6)
}

.homee .more a svg .cls-2 {
    fill: #fff
}

.homee .more a:hover svg .cls-2 {
    fill: #fff
}

.homee .box {
    margin-top: -.2rem
}

.homee .left {
    width: 48%;
    padding-top: 1.1rem
}

.homee .right {
    width: calc(52% - .2rem)
}

.homee .left .items li {
    width: calc(50% - .1rem);
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.homee .left .items li .img {
    padding-bottom: 0;
    height: 2rem
}

.homee .left .items li .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 0 .2rem;
    line-height: .46rem
}

.homee .left .items li .txt h4 {
    font-weight: normal
}

.homee .left .slide-e {
    margin-top: .2rem;
    border-radius: 5px
}

.homee .left .slide-e .imgBox {
    border-radius: 5px
}

.homee .left .slide-e .img {
    padding-bottom: 0;
    height: 3.8rem
}

.homee .left .slide-e .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 0 .2rem;
    line-height: .5rem;
    border-radius: 0 0 5px 5px
}

.homee .left .slide-e .txt h4 {
    font-weight: normal
}

.homee .slide-e .swiDots {
    position: absolute;
    right: .2rem;
    bottom: .18rem;
    z-index: 5;
    display: flex;
    align-items: center;
    width: auto;
    left: auto
}

.homee .slide-e .swiDots span {
    display: block;
    width: .16rem;
    height: .16rem;
    background: transparent;
    opacity: .5
}

.homee .slide-e .swiDots span.active {
    opacity: 1
}

.homee .slide-e .swiDots span svg {
    width: .16rem
}

.homee .slide-e .swiDots span .cls-1 {
    fill: #fff
}

.homee .right {
    background: url(../images/s4bg.png) no-repeat bottom center;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden
}

.homee .right .img {
    padding-bottom: 0;
    height: 5rem
}

.homee .right .imgBox:before {
    content: '';
    position: absolute;
    width: .5rem;
    height: .5rem;
    left: .3rem;
    bottom: .3rem;
    z-index: 3;
    background: url(../images/play.svg) no-repeat center;
    background-size: cover
}

.homee .right .txt {
    padding: .3rem .4rem;
    color: #fff
}

.homee .right .txt h4 {
    font-size: .24rem;
    margin-bottom: .1rem;
    font-weight: normal
}

.homee .right .txt p {
    margin-bottom: .25rem;
    line-height: 1.6em
}

.homee .right .txt .swi-arrrb {
    font-size: .22rem;
    font-weight: bold
}

.homef {
    position: relative;
    padding: .8rem 0 1.2rem
}

.homef:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -4rem;
    bottom: 0;
    background: url(../images/32.jpg) no-repeat top center;
    background-size: cover;
    pointer-events: none
}

.homef .box {
    position: relative;
    z-index: 5
}

.homef .left {
    width: 67.3%
}

.homef .right {
    width: calc(32.7% - .5rem);
    position: relative;
    padding-right: .5rem;
    padding-left: .35rem;
    padding-top: .35rem;
    padding-bottom: .35rem
}

.homef .left ul {
    height: 5.8rem;
    border: 5px solid #c8c8c8;
    position: relative;
    padding: 0 .3rem;
    border-radius: 5px;
    overflow: hidden
}

.homef .left ul:after {
    content: '';
    height: 5px;
    background: #c8c8c8;
    position: absolute;
    top: 1.9rem;
    left: 0;
    right: 0
}

.homef .left ul li {
    width: 25%;
    position: relative;
    text-align: center;
    padding-top: .2rem
}

.homef .left ul li:after {
    content: '';
    height: 100%;
    background: #c8c8c8;
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    z-index: 0
}

.homef .left ul li .dot {
    width: .62rem;
    height: .4rem;
    background: url(../images/ssp.png) no-repeat center;
    background-size: 100% 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 5
}

.homef .left ul li .dot.sp {
    margin-top: -.06rem
}

.homef .left ul li .item {
    width: 1.8rem;
    height: 1.1rem;
    background: url(../images/sp.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    border-radius: 1.16rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: .1rem
}

.homef .left ul li .item:hover {
    background: url(../images/spon.png) no-repeat center;
    background-size: 100% 100%
}

.homef .left ul li .item:hover span {
    color: #fff
}

.homef .left ul li .item:hover p {
    color: #fff
}

.homef .left ul li .item.sp {
    margin-top: .1rem
}

.homef .left ul li .empty {
    height: .45rem
}

.homef .left ul li .item span {
    color: #1d3b85;
    font-size: .36rem;
    display: block;
    font-weight: bold;
    line-height: 1em
}

.homef .left ul li .item p {
    font-size: .14rem;
    width: 70%;
    margin: .05rem auto 0
}

.homef .right:after {
    content: '';
    width: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    position: absolute;
    width: 3.2rem;
    background: url(../images/hisbg.jpg) no-repeat center;
    background-size: cover;
    border-radius: 5px
}

.homef .right .tit {
    position: relative;
    z-index: 5;
    font-size: .3rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: .2rem
}

.homef .right .slide-f {
    height: 3.8rem;
    color: #fff
}

.homef .right .slide-f .item {
    margin-right: .15rem
}

.homef .right .slide-f .item .year {
    font-size: .4rem;
    margin-bottom: .3rem;
    line-height: .4rem
}

.homef .right .slide-f .item .imgBox {
    border-radius: .1rem;
    box-shadow: 5px 0 .1rem rgba(0, 0, 0, .15)
}

.homef .right .slide-f .item .img {
    padding-bottom: 0;
    height: 2.2rem
}

.homef .right .slide-f .item .txt {
    padding-top: .15rem;
    font-size: .18rem;
    margin-right: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.homef .right .more {
    position: relative;
    z-index: 5;
    margin-top: .15rem
}

.homef .right .more a {
    color: #fff
}

.homef .right .more a svg .cls-1 {
    fill: rgba(255, 255, 255, .6)
}

.homef .right .more a svg .cls-2 {
    fill: #fff
}

.homef .right .hdTool {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.homef .right .hdTool:after {
    content: '';
    width: 1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
    background: #ddd;
    z-index: 0;
    position: absolute
}

.homef .right .hdTool a {
    display: block;
    width: 100%;
    z-index: 5;
    font-size: .18rem
}

.homef .right .hdTool .prev {
    position: absolute;
    top: 0;
    left: 0
}

.homef .right .hdTool .next {
    position: absolute;
    bottom: 0;
    left: 0
}

.homef .right .swiDots {
    margin-top: 0;
    position: relative;
    z-index: 5
}

.homef .right .swiDots span {
    display: block;
    width: .2rem;
    height: .2rem;
    margin-bottom: .3rem;
    background: transparent;
    opacity: 1
}

.homef .right .swiDots span:last-child {
    margin-bottom: 0
}

.homef .right .swiDots span svg {
    width: .2rem
}

.homef .right .swiDots span .cls-1 {
    fill: #c2a26b
}

.homef .right .swiDots span.active .cls-1 {
    fill: #1d3b85
}

.homeg {
    padding: 1.3rem 0 .8rem;
    background: url(../images/612.png) no-repeat top center;
    background-size: 100% 100%;
    margin-top: -.6rem;
    position: relative;
    z-index: 5
}

.homeg .swiBtn {
    position: absolute;
    top: .1rem;
    right: 0
}

.homeg .swiBtn a:hover {
    color: #b68f59;
    border-color: #b68f59
}

.homeg .swiBtn a {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    border: 1px solid #444;
    text-align: center;
    line-height: .36rem;
    color: #444;
    font-size: .18rem;
    display: block;
    font-weight: bold
}

.homeg .swiBtn a.next {
    margin-left: .15rem
}

.homeg .slide-g {
    padding-bottom: 15px
}

.homeg .item {
    display: block;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .25)
}

.homeg .item img {
    width: 100%
}

@media (min-width: 1025px) {
    .homea .right ul li:hover:after {
        height: 100%;
        transition: .3s;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
    }

    .homea .right ul li:hover a {
        color: #fff;
        transition: .3s
    }

    .homea .right ul li:hover .time {
        color: #fff;
        background: url(../images/127on.png) #033481 no-repeat center;
        background-size: 85% 75%;
        transition: .3s
    }

    .homeb ul li:hover:after {
        height: 100%;
        transition: .3s
    }

    .homeb ul li:hover a {
        color: #fff;
        transition: .3s
    }

    .homeb ul li:hover time {
        color: #fff
    }

    .homeb ul li:hover time:before {
        background: url(../images/bd.png) no-repeat center;
        background-size: 100% 100%
    }

    .homeb ul li:hover {
        border-top-color: #dfc095
    }

    .homec .left li:hover:after {
        height: 100%;
        transition: .3s
    }

    .homec .left li:hover a {
        color: #fff;
        transition: .3s
    }

    .homec .left li:hover time {
        color: #fff
    }

    .homec .left li:hover time:before {
        background: url(../images/bd.png) no-repeat center;
        background-size: 100% 100%
    }

    .homec .left li:hover {
        border-top-color: #dfc095
    }
}

@media (max-width: 1024px) {
    .homeg {
        background-size: cover
    }

    .homef .left {
        width: 100%;
        margin-bottom: .4rem;
        overflow: auto;
        padding-bottom: .1rem
    }

    .homef .left ul {
        min-width: 9rem
    }

    .homef .right {
        width: 100%
    }

    .homef .right:after {
        width: 90%
    }

    .homef .right .slide-f .item .img {
        height: 25vw
    }

    .homef .right .slide-f {
        height: auto
    }

    .homef .right .more {
        margin-top: .4rem
    }

    .homee .left .items li .img {
        height: 1.6rem
    }

    .homee .left .slide-e .img {
        height: 3rem
    }

    .homee .right .img {
        height: 3.6rem
    }

    .homee {
        background-size: 160% 5.45rem;
        padding-top: 1.6rem
    }

    .homed {
        clip-path: ellipse(120% 45% at 50% 50%)
    }

    .homec {
        background-size: cover
    }

    .homeb {
        padding-bottom: .5rem
    }

    .homeb:after {
        width: 80%;
        background-size: 100% auto
    }
}

@media (max-width: 900px) {
    .homee .left {
        width: 100%;
        margin-bottom: .2rem;
        padding-top: .5rem
    }

    .homee .box {
        margin-top: 0
    }

    .homee .right {
        width: 100%
    }

    .homee .left .items li .img {
        height: 26vw
    }

    .homee .left .slide-e .img {
        height: 48vw
    }

    .homee .right .img {
        height: 50vw
    }

    .homed {
        clip-path: ellipse(160% 42% at 50% 50%);
        padding: 1.5rem 0
    }

    .homee {
        background-size: 160% 5.05rem;
        padding-top: 1rem
    }

    .homec .left {
        width: 100%;
        margin-bottom: .2rem
    }

    .homec .left li {
        height: auto
    }

    .homec .left li h4 {
        height: auto
    }

    .homec .right {
        width: 100%
    }

    .homec .right li .img {
        height: 27vw
    }

    .homec {
        padding-bottom: 1.3rem
    }

    .homec .aniLayer ul li {
        margin: 0 .09rem;
        width: .5rem
    }

    .homeb ul li {
        width: calc(50% - .15rem)
    }

    .homea .left {
        width: 100%;
        margin-bottom: .3rem
    }

    .homea .right {
        width: 100%
    }

    .homea .left .slide-a .img {
        height: 55vw
    }
}

@media (max-width: 640px) {
    .homeg {
        padding: 1.1rem 0 .6rem
    }

    .homeg .swiBtn {
        position: relative;
        top: 0;
        margin-top: .2rem;
        display: flex;
        justify-content: center
    }

    .homeg .swiBtn a {
        width: .48rem;
        height: .48rem;
        line-height: .44rem;
        font-size: .24rem
    }

    .homef .right:after {
        width: 80%
    }

    .homef .right .slide-f .item .img {
        height: 45vw
    }

    .homee {
        background: url(../images/78m.jpg) no-repeat top center;
        background-size: 180% 44%
    }

    .homee .intit {
        margin-bottom: .25rem
    }

    .homeb .intit .h4 {
        justify-content: center
    }

    .homee .intit .h4 {
        justify-content: center
    }

    .homea .intit .h4 {
        justify-content: center
    }

    .homee .more {
        display: flex;
        justify-content: center
    }

    .homed {
        clip-path: ellipse(180% 42% at 50% 50%);
        padding: 1.4rem 0
    }

    .more.abmore {
        position: relative;
        top: 0;
        margin-top: .3rem;
        display: flex;
        justify-content: center
    }

    .homec .more a {
        color: #fff
    }

    .homec .more a svg .cls-1 {
        fill: rgba(255, 255, 255, .6)
    }

    .homec .more a svg .cls-2 {
        fill: #fff
    }

    .homec .more a:hover svg .cls-2 {
        fill: #fff
    }

    .homed>.more {
        display: flex;
        margin-top: .3rem;
        display: flex;
        justify-content: center
    }

    .homed .wp .more {
        display: none
    }

    .homed:after {
        background-size: auto 70%
    }

    .homec .right li {
        width: 100%
    }

    .homec .right li:nth-child(1) {
        margin-bottom: .2rem
    }

    .homec .right li .img {
        height: 50vw
    }

    .homeb ul li {
        width: 100%;
        margin-bottom: .2rem;
        height: auto
    }

    .homeb ul li h4 {
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -moz-box;
        -moz-line-clamp: 1;
        -moz-box-orient: vertical;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal;
    }

    .homeb {
        padding-bottom: .5rem
    }

    .homec {
        padding-bottom: 1rem
    }

    .intit .h4 span.cn {
        font-size: .36rem
    }

    .homea .left .slide-a .txt {
        line-height: .6rem;
        font-size: .2rem
    }

    .homea .slide-a .swiDots {
        bottom: .25rem
    }

    .homea .slide-a .swiDots span {
        margin: 0 3px
    }

    .homea {
        padding-top: .5rem
    }
}

@media(max-width: 540px) {
    .intit {
        margin-bottom: .3rem
    }

    .homed .slide-d .swiper-slide .item {
        margin: 0 .15rem
    }

    .homec .aniLayer ul li {
        margin: 0 .05rem;
        width: .4rem
    }

    .homec .aniLayer .bg {
        width: 90%
    }

    .homea .right ul li {
        padding: .12rem .25rem
    }
}

@media(max-width: 370px) {
    .homec .aniLayer ul li {
        margin: 0;
        width: .4rem
    }
}