@charset "utf-8";
.in-banner {
    background: url(../images/babg.jpg) no-repeat bottom center;
    background-size: cover
}

.in-banner .swiper-slide .wp {
    z-index: 5
}

.in-banner .swiper-slide .tit {
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: 5;
    color: #fff;
    font-size: 30px;
    max-width: 65%;
    line-height: 1.3em
}

.in-banner .swiper-slide .tit a {
    color: #fff
}

.in-banner .swiper-slide a.s {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 3
}

.in-banner .swiper-slide a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 40%;
    background: url(../images/topmask.png) no-repeat top center;
    background-size: 100% 100%;
    z-index: 3
}

.videoHero video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    display: block;
}

.in-banner .sbtn {
    position: absolute;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    top: 35%;
    transform: translateY(-50%);
    z-index: 10;
    transition: .3s
}

.in-banner .sbtn1 {
    position: absolute;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    top: 35%;
    transform: translateY(-50%);
    z-index: 10;
    transition: .3s
}

.in-banner .sbtn svg {
    height: 20px;
    fill: #fff;
    width: 20px
}

.in-banner .prev {
    left: 3%
}

.in-banner .next {
    right: 3%
}

.in-banner .prev svg {
    margin-right: 10px
}

.in-banner .next svg {
    margin-left: 10px
}

.in-banner .swiper-slide img {
    width: 100%;
    height: 100%;
}

.in-banner .swiper-pagination-bullets:after {
    content: '';
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, .4);
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 0
}

.in-banner .swiper-pagination-bullets .swiper-pagination-bullet {
    z-index: 5;
    width: 15px;
    height: 15px;
    margin: 0 6px;
    background: transparent;
    opacity: .3;
    border: 1px solid #fff;
    position: relative;
}

.in-banner .swiper-pagination-bullets .swiper-pagination-bullet:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 3px;
    top: 3px;
}

.in-banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1
}

.in-banner .swiper-pagination {
    bottom: 50px;
    right: 0;
}

@media screen and (max-width:1366px) {
    .in-banner .swiper-pagination {
        bottom: 20px
    }
    .in-banner .swiper-slide .tit {
        font-size: 25px;
        bottom: 25px
    }
}

@media screen and (max-width:768px) {
    .in-banner .swiper-pagination-bullets .swiper-pagination-bullet {}
    .in-banner .swiper-slide .tit {
        font-size: 18px;
        bottom: 20px;
        max-width: 75%
    }
    .in-banner .sbtn {
        font-size: 22px
    }
    .in-banner .sbtn svg {
        height: 16px;
    }
    .in-banner .prev svg {
        margin-right: 8px
    }
    .in-banner .next svg {
        margin-left: 8px
    }
}

@media screen and (max-width:480px) {
    .in-banner .swiper-pagination {
        bottom: 10px
    }
    .in-banner .swiper-pagination-bullets .swiper-pagination-bullet {}
    .in-banner .swiper-slide .tit {
        font-size: 14px;
        bottom: 10px;
        max-width: 75%
    }
    .in-banner .sbtn {
        font-size: 0.8em;
    }
    .in-banner .sbtn svg {
        height: 10px;
    }
    .in-banner .prev svg {
        margin-right: 5px
    }
    .in-banner .next svg {
        margin-left: 5px
    }
    .homea .in-tit {
        top: 0px !important;
    }
    .in-banner .sbtn {
        top: 60%;
    }
    .in-banner .swiper-slide img {
        width: 100%;
        height: 100%;
    }
}

.overhide {
    overflow: hidden;
}

.homea {
    margin-top: -21vw;
    position: relative;
    z-index: 5;
    margin-bottom: 100px
}

.homea .in-tit {
    position: relative;
    top: -20px;
}

.homea .more {
    background: rgba(0, 0, 0, .3);
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 14px;
    font-size: 20px;
    display: inline-block;
    margin-top: 50px;
}

.homea .more svg {
    height: 16px;
    width: 16px;
    margin-left: 5px;
    fill: #fff;
    transition: .3s
}

.homea .list {
    padding-left: 12.2%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: -50px;
    flex-wrap: nowrap;
}

.homea .list li {
    position: relative;
    width: 18%;
    overflow: hidden;
    transition: .3s
}

.homea .list li img {
    height: 100%;
    max-width: inherit;
    max-height: 30vw
}

.homea .list li .txt {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    word-break: nowrap;
    width: 100%;
    text-align: center;
    padding: 0 5%;
    font-size: 14px;
}

.homea .list li .txt span {
    font-size: 18px;
    display: block;
    margin-bottom: 10px
}

.homea .list li .slide {
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background: url(../images/ygmas.png) no-repeat 101% center;
    background-size: auto 100%;
}

.homea .list li.cur {
    width: 28%
}

.homea .list li.cur .slide {
    right: 0;
}

.homea .list li .pic:before {
    background: url(../images/ygbg.png) no-repeat center;
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 110% 110%
}

.homea .list li.cur .pic:before {
    opacity: 0;
    visibility: hidden
}

.homea .list li.cur .txt {
    opacity: 0;
    visibility: hidden
}

.homea .list li:nth-child(2n+1) .pic:before {
    background: url(../images/ygbg1.png) no-repeat center;
    background-size: 110% 110%;
}

.homeb {
    padding-bottom: 130px
}

.homeb .more {
    border: 1px solid #555;
    color: #555;
    padding: 8px 14px;
    font-size: 20px;
    display: inline-block;
}

.homeb .more svg {
    height: 16px;
    width: 16px;
    margin-left: 5px;
    fill: #555;
    transition: .3s
}

.homeb .Con {
    margin-top: -30px
}

.homeb .aleft {
    width: 58.75%;
    margin: 0;
    padding-left: 5%
}

.homeb .slide-news .pic {
    height: 636px;
}

.homeb .slide-news a {
    color: #fff
}

.homeb .slide-news .swiper-pagination {
    width: auto;
    left: auto;
    right: 20px;
    bottom: 15px
}

.homeb .slide-news .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: transparent;
    opacity: 1
}

.homeb .slide-news .swiper-pagination-bullet-active {
    background: #fff
}

.homeb .slide-news .item p {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 50px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 0 80px 0 20px;
    font-size: 16px
}

.homeb .aright {
    width: 40%;
    padding-right: 11%
}

.homeb .aright ul li {
    padding: 24px 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: .3s;
    position: relative;
}

.homeb .aright ul li:after {
    background: url(../images/nlistbg.png) #be9e5d no-repeat center;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 0;
}

.homeb .aright ul li.cur:after {
    width: 100%;
    transition: .5s
}

.homeb .aright ul li.cur .txt .desc {
    display: -webkit-box;
    display: block\0;
}

.homeb .aright ul li .txt {
    width: calc(100% - 80px);
    position: relative;
    z-index: 2
}

.homeb .aright ul li .txt h4 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.6em
}

.homeb .aright ul li.cur .txt h4 a {
    color: #fff;
    max-height: 56px\0;
    display: block\0
}

.homeb .aright ul li .time {
    position: relative;
    z-index: 2;
    text-align: right;
    padding-right: 10px;
}

.homeb .aright ul li .txt .desc {
    display: none;
    font-size: 15px;
    color: #fff;
    opacity: .7;
    line-height: 1.6em;
    max-height: 66px\0;
}

.homeb .aright ul li .time .QZ_day {
    font-size: 24px;
    font-weight: 200;
    display: block;
    line-height: 1em;
    padding-bottom: 15px;
}

.homeb .aright ul li .time span {
    width: 1px;
    height: 10px;
    background: #333;
    transform: skew(-45deg);
    display: block;
    margin-right: 10px;
    position: absolute;
    right: 5px;
    top: 27px;
}

.homeb .aright ul li .time .QZ_time {
    font-size: 14px;
    font-weight: 200;
    display: block;
    line-height: 1em;
    opacity: .7;
}

.homeb .aright ul li .time svg {
    height: 7px;
    width: 12px;
    display: block;
    margin: 0 auto;
    fill: #555
}

.homeb .aright ul li.cur .time svg {
    fill: #fff
}

.homeb .aright ul li.cur .time span {
    background: #fff;
}

.homeb .aright ul li.cur .time {
    color: #fff
}

.homed .in-tit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.homed {
    padding-bottom: 80px
}

.homed .hodCon {
    width: 100%;
    max-width: 1320px
}

.homed .wp {
    padding-top: 115px
}

.homed .dots {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 1195px
}

.homed .dots:after {
    content: '';
    height: 1px;
    width: 100%;
    background: #ddd;
    left: 0;
    top: 2px;
    width: 100%;
    position: absolute;
    z-index: 0
}

.homed .dots span {
    margin: 0 35px;
    position: relative;
    z-index: 3;
    display: block;
    cursor: pointer;
    color: #666
}

.homed .dots span:before {
    position: relative;
    z-index: 3;
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    content: '';
    margin-bottom: 10px
}

.homed .dots span.on {
    position: relative;
    top: -15px;
}

.homed .dots span.on:before {
    width: 35px;
    height: 35px;
    background: url(../images/3.gif) no-repeat center;
    background-size: 100%;
}

.homed .dots .on {
    color: #c1a160;
    font-size: 18px
}

.homed .wrapper {
    display: flex;
    max-width: 1200px;
    height: 75%;
    height: 520px;
    perspective: 500px;
    transform-style: preserve-3d;
    transition: opacity 150ms ease-in-out;
    width: 90%;
    margin-bottom: 40px;
    transform: translateX(-18px);
}

.homed .wrapper.loading {
    opacity: 0
}

.homed .destination {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    /*  box-shadow:0 0 10px rgba(0,0,0,.5);*/
    transition: all .3s ease-out
}

.homed .wrapper .mCon {
    display: none
}

.homed .destination img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.homed .destination .more {
    background: rgba(0, 0, 0, .3);
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 10px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 20px;
    display: none;
}

.homed .destination svg {
    height: 18px;
    width: 18px;
    margin-left: 5px;
    fill: #fff;
    transition: .3s
}

.homed .destination.back .more {
    display: block;
}

.homed .destination.front .more {
    display: block;
}

.homed .destination::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .1s ease-in;
    mix-blend-mode: multiply;
    opacity: 0;
    pointer-events: none
}

.homed .destination.unfolded {
    flex: 10 1
}

.homed .destination.unfolded.front {
    transform: translateZ(19px)
}

.homed .destination.unfolded.back {
    transform: translateZ(-15px)
-webkit-transform: translateZ(-15px);
-moz-transform: translate(-15px);
-o-transform: translateZ(-15px);
}

.homed .destination.unfolded.back::after {
    background: linear-gradient(to right, #000 0, #fff 25%, #fff 75%, #000 100%)
}

.homed .destination.folded {
    flex: 1 10
}

.homed .destination.folded button,
.destination.folded h1,
.destination.folded hr,
.destination.folded p {
    display: none
}

.homed .destination.folded::after {
    opacity: .6
}

.homed .destination.folded.right {
    transform: rotateY(338deg) scaleX(1.08)
}

.homed .destination.folded.right::after {
    background: linear-gradient(to left, #fff, #000)
}

.homed .destination.folded.left {
    transform: rotateY(22deg) scaleX(1.1)
}

.homed .destination.folded.left::after {
    background: linear-gradient(to right, #fff, #000)
}

@media screen and (max-width:1280px) {
    .homed .wrapper {
        height: 40vw;
        width: 92%
    }
}

@media screen and (max-width:980px) {
    .homed .wrapper {
        height: 40vw;
        width: 92%
    }
    .homed .destination.unfolded.back {
        transform: translateZ(-6px)
    }
    .homed .destination.unfolded.front {
        transform: translateZ(12px)
    }
}

.homee .pore {
    background: #fff;
}

.homee .in-tit {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.homee .wp {
    padding-top: 168px;
}

.homee .item1 {
    width: calc(60.4% - 10px);
    margin-right: 10px;
}

.homee .items {
    width: 39.6%
}

.homee .item2 {
    width: calc(40.5% - 10px);
    background: url(../images/dy2bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.homee .item2 .ablink {
    background: url(../images/dy2bg.png) no-repeat center;
    background-size: cover;
    opacity: 0;
    transition: all .8s;
}

.homee .item2.active .ablink {
    opacity: 0.5;
}

.homee .item3 {
    width: 59.5%;
    background: url(../images/dy3bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.homee .item3 .ablink {
    background: url(../images/dy3bg.png) no-repeat center;
    background-size: cover;
    opacity: 0;
    transition: all .8s;
}

.homee .item3.active .ablink {
    opacity: 0.5;
}

.homee .item4 {
    width: 100%;
    background: url(../images/dy4bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
    background: #fff;
    padding: 0px;
    margin-top: 10px;
}

.homee .item4 .ablink,
.homee .item4.active .ablink {
    background: url(../images/dy4bg.png) no-repeat center;
    background-size: cover;
    opacity: 0;
    transition: all .8s;
}

.homee .item4.active .ablink {
    opacity: 0.5;
}

.homee .items .span {
    color: #fff;
    overflow-y: auto;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    font-size: 18px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /*transform:translateY(-500px);*/
    transition: all .8s;
    -webkit-transition: all .8s;
    opacity: 0;
}

.homee .items .span a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 5%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.homee .items .span a:hover {
    color: #be9e5d;
}

.homee .items .ablink {
    display: block;
    width: 100%;
    height: 100%;
}

.homee .item1 .play {
    display: block;
    width: 88px;
    height: 88px;
    background: url(../images/play.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    /*transform:translateX(-50%) translateY(-50%);*/
    z-index: 2;
    background-size: 100% 100%;
    opacity: 0;
}

.homee .item1 .pic {
    height: 550px;
}

.homee .item2 .pic {
    height: 305px;
    /*opacity: .2*/
}

.homee .item3 .pic {
    height: 305px;
    /*opacity: .2*/
}

.homee .item4 .pic {
    height: 235px;
    /*opacity: .2*/
}

.homee .QZ_in_title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 7;
}

.homee .item3.active .span,
.homee .item2.active .span,
.homee .item4.active .span {
    opacity: 1;
}

.homee .item2.active .span,
.homee .item3.active.span,
.homee .item4.active .span {
    transform: translateY(0)
}


/* .homee .item2:hover .ablink,.homee .item3:hover .ablink,.homee .item4:hover .ablink{opacity: 1;} */

.homec .aleft {
    padding-left: 5%;
    width: 56.25%;
    background: url(../images/gkhdbg.jpg) no-repeat center;
    background-size: cover;
    padding-right: 3%
}

.homec .aleft .more {
    border: 1px solid #555;
    color: #555;
    padding: 8px 14px;
    font-size: 20px;
    display: inline-block;
    margin-top: 50px;
    margin-left: 35px;
    position: relative;
}

.homec .aleft .more svg {
    height: 16px;
    width: 16px;
    margin-left: 5px;
    fill: #555;
    transition: .3s
}

.homec {
    margin-bottom: 140px
}

.homec .aleft {
    padding-top: 80px;
    height: 800px
}

.homec .aleft .in-tit {
    position: relative;
}

.homec .aleft .ctit {
    padding-left: 15%;
    padding-right: 6.2%
}

.homec .aleft .piCon {
    width: 40%;
    max-width: 920px
}

.homec .aleft .list {
    width: 55%;
    max-width: 920px
}

.homec .aleft ul li {
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #d1d2d1;
    position: relative;
}

.homec .aleft ul li:first-child {
    border-top: 1px solid transparent
}

.homec .aleft ul li.cur {
    border-top: 1px solid transparent
}

.homec .aleft ul li.cur+li {
    border-top: 1px solid transparent
}

.homec .aleft ul li.cur .desc {
    display: block;
    position: relative;
    z-index: 3
}

.homec .aleft .lists {
    max-width: 920px
}

.homec .aleft ul li h4 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.6em;
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
}

.homec .aleft ul li h4 a {
    max-height: 56px\0;
    display: block\0;
}

.homec .aleft ul li.cur h4 a {
    color: #fff
}

.homec .aleft ul li .desc {
    display: none;
    font-size: 15px;
    color: #fff;
    opacity: .7;
    line-height: 1.6em
}

.homec .aleft ul li .time span {
    font-size: 24px;
    font-weight: 200;
    display: block;
    line-height: 1em
}

.homec .aleft ul li .time svg {
    height: 7px;
    width: 12px;
    display: block;
    margin: 0 auto;
    fill: #555
}

.homec .aleft ul li.cur .time {
    color: #fff
}

.homec .aleft ul li:after {
    background: url(../images/gkhdlibg.jpg) #be9e5d no-repeat center;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 0;
}

.homec .aleft ul li.cur:after {
    width: 100%;
    transition: .5s
}

.homec .aright {
    padding-right: 12.2%;
    width: 43.75%;
    background: url(../images/tzggbg.jpg) no-repeat center;
    background-size: cover;
    padding-left: 2%
}

.homec .aright .in-tit {
    position: relative;
    top: -60px;
}

.homec .aright .more {
    background: rgba(0, 0, 0, .3);
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 14px;
    font-size: 20px;
    display: inline-block;
    margin-top: 50px;
    margin-left: 35px
}

.homec .aright .more svg {
    height: 16px;
    width: 16px;
    margin-left: 5px;
    fill: #fff;
    transition: .3s
}

.homec .aright .artop {
    max-width: 562px;
}

.homec .aright .list {
    max-width: 562px;
    margin-top: -20px
}

.homec .aright .list li {
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 10px;
    border-width: 3px 3px 3px 20px;
    border-color: transparent;
    border-style: solid;
    transition: .3s
}

.homec .aright .list li.cur {
    border-width: 3px 3px 3px 20px;
    border-color: #be9e5d;
    border-style: solid
}

.homec .aright .list li .time {
    font-size: 30px;
    font-weight: 200
}

.homec .aright .list li .txt {
    width: calc(100% - 100px)
}

.homec .aright .list li a {
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    max-height: 52px\0;
    display: block\0;
}

.homeb .more:hover {
    color: #be9e5d;
    border: 1px solid #be9e5d
}

.homeb .more:hover svg {
    fill: #be9e5d
}

.homea .more:hover {
    color: #be9e5d;
    border: 1px solid #be9e5d
}

.homea .more:hover svg {
    fill: #be9e5d
}

.homec .aleft .more:hover {
    color: #be9e5d;
    border: 1px solid #be9e5d
}

.homec .aleft .more:hover svg {
    fill: #be9e5d
}

.homec .aright .more:hover {
    color: #be9e5d;
    border: 1px solid #be9e5d
}

.homec .aright .more:hover svg {
    fill: #be9e5d
}

.homea .more:hover svg {
    transform: translateX(5px);
}

.homeb .more:hover svg {
    transform: translateX(5px);
}

.homec .aleft .more:hover svg {
    transform: translateX(5px);
}

.homec .aright .more:hover svg {
    transform: translateX(5px);
}

.homed .destination:hover .more svg {
    transform: translateX(5px);
}


/*
.homeb .more{display: block;}
.homeb .more svg{fill: #be9e5d}
.homea .more{color: #be9e5d;border: 1px solid #be9e5d}
.homea .more svg{fill: #be9e5d}
.homec .aleft .more{color: #be9e5d;border: 1px solid #be9e5d}
.homec .aleft .more svg{fill: #be9e5d}
.homec .aright .more{color: #be9e5d;border: 1px solid #be9e5d}
.homec .aright .more svg{fill: #be9e5d}
*/

@media screen and (min-width: 1960px) {
    .homea .list {
        padding-left: 0
    }
    .homeb .Con {
        max-width: 1903px;
        margin: 0 auto;
        margin-top: -30px
    }
    .homeb .aleft {
        padding-left: 0
    }
    .homec .aleft .lists {
        float: right;
    }
    .homec .aleft .lists:after {
        clear: both;
        display: block;
        visibility: hidden;
        overflow: hidden;
        height: 0;
        content: "."
    }
    .homec .aleft .ctit {
        width: 100%
    }
}

@media screen and (max-width: 1600px) {
    .homea .list {
        padding-left: 0;
        width: 90%
    }
 .homea .list li{
        width: 18%
    }
    .homeb .aright {
        padding-right: 5%
    }
    .homec .aright {
        padding-right: 5%
    }
}

@media screen and (max-width: 1440px) {
    .homec .aleft .ctit {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 1366px) {
    .wp {
        width: 94%
    }
    .homeb .aright {
        padding-right: 3%
    }
    .homec .aright {
        padding-right: 3%
    }
    .homec .aleft {
        padding-left: 3%
    }
    .homeb .aleft {
        padding-left: 3%
    }
    .homea .list {
        width: 94%;
        justify-content: flex-end;
    }
    .homea .list li {
        width: 18%;
    }
    .homea .list li.cur {
        width: 25%;
    }
    .homea {
        margin-bottom: 50px
    }
    .homeb .slide-news .pic {
        height: 544px
    }
    .homeb .aright ul li {
        padding: 17px 5%
    }
    .homeb .aright ul li .txt .desc {
        -webkit-line-clamp: 2;
        max-height: 44px\0
    }
    .homec {
        margin-bottom: 80px
    }
    .homed .hodCon {
        width: 88%;
        max-width: inherit;
    }
    .homed .wrapper {
        height: 33vw
    }
    .homed .dots {
        width: 90%;
        max-width: 1195px
    }
    .homed {
        padding-bottom: 40px
    }
}

@media screen and (max-width: 1200px) {
    .homea .in-tit img {
        width: 15vw
    }
    .homeb .in-tit img {
        width: 15vw
    }
    .homec .in-tit img {
        width: 15vw
    }
    .homed .in-tit img {
        width: 15vw
    }
    .homee .in-tit img {
        width: 15vw
    }
    .homec {
        margin-bottom: 20px
    }
    .homea .list {
        width: 100%;
        justify-content: flex-end;
    }
    .homea .list li {
        width:18%;
    }
    .homea .list li.cur {
        width: 25%;
    }
    .homed .wrapper .pcCon {
        display: none;
    }
    .homed .wrapper .mCon {
        display: block;
    }
    .homed {
        padding-bottom: 0
    }
    .homee .item1 .pic {
        height: 40vw
    }
    .homee .item2 .pic {
        height: 22vw
    }
    .homee .item3 .pic {
        height: 22vw
    }
    .homee .item4 .pic {
        height: 18vw
    }
}

@media screen and (max-width: 980px) {
    /*.wp {width: 90%;}*/
    .homee .items .span {
        font-size: 0.8em;
    }
    .homee .items .span a {
        -webkit-line-clamp: 3;
        margin-top: 20px;
    }
    .homea .list li:nth-child(4) {
        display: none
    }
    .homea .list li {
        width: 30%
    }
    .homea .list li img {
        max-height: 40vw
    }
    .homea .list li.cur {
        width: 40%
    }
    .homea .list li .txt span {
        font-size: 17px
    }
    .homeb .more {
        padding: 6px 12px;
        font-size: 15px
    }
    .homeb .more svg {
        height: 14px;
        width: 14px
    }
    .homea .more {
        padding: 6px 12px;
        font-size: 15px
    }
    .homea .more svg {
        height: 14px;
        width: 14px
    }
    .homec .aleft .more {
        padding: 6px 12px;
        font-size: 15px
    }
    .homec .aleft .more svg {
        height: 14px;
        width: 14px
    }
    .homec .aright .more {
        padding: 6px 12px;
        font-size: 15px;
        margin-left: 0;
        margin-top: 30px
    }
    .homec .aright .more svg {
        height: 14px;
        width: 14px
    }
    .homed .destination .more {
        padding: 6px 12px;
        font-size: 15px
    }
    .homed .destination .more svg {
        height: 14px;
        width: 14px
    }
    .homeb {
        padding-bottom: 70px
    }
    .homea .in-tit img {
        width: 18vw
    }
    .homeb .in-tit img {
        width: 18vw
    }
    .homec .in-tit img {
        width: 18vw
    }
    .homed .in-tit img {
        width: 18vw
    }
    .homee .in-tit img {
        width: 18vw
    }
    .homeb .aleft {
        width: 94%;
        padding: 0;
        margin: 0 auto;
        margin-bottom: 30px
    }
    .homeb .slide-news .pic {
        height: 55vw
    }
    .homeb .aright {
        width: 94%;
        padding: 0;
        margin: 0 auto
    }
    .homec .aleft .ctit {
        margin-top: -30px
    }
    .homec .aleft {
        width: 100%;
        margin: 0 auto;
        padding: 30px 3% 0;
        height: auto
    }
    .homec .aright {
        width: 100%;
        margin: 0 auto;
        padding: 30px 3%
    }
    .homec .aright .list {
        max-width: inherit;
    }
    .homec .aright .artop {
        max-width: inherit;
    }
    .homec .aleft ul li:nth-child(5) {
        display: none
    }
    .homec {
        margin-bottom: 0
    }
    .homed .hodCon {
        width: 100%;
        max-width: inherit;
    }
    .homed .in-tit {
        top: 10px;
        z-index: 5
    }
    .homed .wrapper {
        height: 41vw;
        transform: translateX(-5px);
        width: 100%
    }
    .homed .dots {
        width: 100%;
        max-width: 1195px
    }
    .homec .aleft {
        display: flex;
        flex-wrap: wrap;
        padding-top: 0;
        padding-bottom: 30px
    }
    .homec .aleft .ctit {
        order: 1;
        width: 100%
    }
    .homec .aleft .lists {
        order: 2;
        width: 100%
    }
    .homee .wp {
        padding-top: 100px
    }
}

.bannerimg {
    display: none;
}

@media screen and (max-width:1366px) {
    .homee .items .span{font-size: 15px;}
}
@media screen and (max-width:1080px) {
    .homee .item1 .pic{height: 41vw;}
    .homee .item4 .pic{height: 17.86vw;}
    .homee .items .span{font-size: 1em;}
}
@media screen and (max-width: 780px) {
    .homea {
        margin-top: -1px;
        background: url(../images/tzggbg.jpg)no-repeat left bottom;
        background-size: 100% 100%;
    }
}
@media screen and (max-width: 768px){
    .homee .item1 {
        width: 85%;
        margin: 0 0 10px auto;
    }
    .homee .items{width: 100%;}
    .homee .QZ_in_title {
        font-size: 1.2em;
        top: 10px;
        left: 10px;
    }
    .homee .items .span {
        font-size: 0.8em;
    }
    .homee .item2,
    .homee .item3 {
        width: 49.5%;
    }
    .homee .item4 {
        width: 100%;
        margin-bottom: 10px;
    }
    .homee .item2 .pic,
    .homee .item3 .pic {
        height: 40vw;
    }
    .homee .item4 .pic{
        height: 40vw;
    }
}
@media screen and (max-width: 700px) {
    .main-banner {
        height: 300px;
        overflow: hidden;
    }
    .main-banner img {
        width: 100%;
        height: 100%;
    }
    .homee .item1 {
        width: 100%;
        margin-bottom: 10px;
    }
    .homee .items {
        width: 100%
    }
    .homee .in-tit img {
        width: 25vw
    }
    .homee .wp {
        padding-top: 20vw
    }
    .homee .item1 .play {
        width: 15vw;
        height: 15vw;
        max-width: 88px;
        max-height: 88px;
    }
    .homee .item2,
    .homee .item3,
    .homee .item4 {
        width: 100%;
        margin-bottom: 10px;
    }
    .homee .items .span a {
        -webkit-line-clamp: 3;
    }
    .homee .item4 {
        margin-top: 0;
    }
    .homee .item1 .pic {
        height: 50vw
    }
    .homee .item2 .pic {
        height: 50vw
    }
    .homee .item3 .pic {
        height: 50vw
    }
    .homee .item4 .pic {
        height: 50vw
    }
    .bannerimg {
        display: block;
    }
    .videoU video {
        display: none;
    }
    .homee .QZ_in_title {
        font-size: 1.2em;
        top: 10px;
        left: 10px;
    }
    .homee .items .span {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 640px) {
    .main-banner {
        height: 210px;
        overflow: hidden;
    }
    .homee .item1 {
        width: 85%;
        margin: 0 0 10px auto;
    }
    .homee .QZ_in_title {
        font-size: 1.2em;
        top: 10px;
        left: 10px;
    }
    .homee .items .span {
        font-size: 0.8em;
    }
    .homee .item2,
    .homee .item3 {
        width: 48.5%;
    }
    .homee .item4 {
        width: 100%;
    }
    .homee .item2 .pic,
    .homee .item3 .pic {
        height: 40vw;
    }
    .homec .aright .more {
        margin-top: 10px
    }
    .homea .list li:nth-child(3) {
        display: none
    }
    .homea .list li {
        width: 45%
    }
    .homea .list li img {
        max-height: 55vw
    }
    .homea .list li.cur {
        width: 55%
    }
    .homea .list li .txt span {
        font-size: 0.87em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        height: 60px;
        overflow: hidden;
    }
    .homea .list li .txt {
        font-size: 12px
    }
    .homea .list li .txt dd {
        display: none;
    }
    .homea .list li.cur .txt dd {
        display: none;
    }
    .homea .more {
        margin-top: 20px
    }
    .homea .in-tit img {
        width: 25vw
    }
    .homeb .in-tit img {
        width: 25vw
    }
    .homec .in-tit img {
        width: 25vw
    }
    .homed .in-tit img {
        width: 25vw
    }
    .homeb .aleft {
        margin-bottom: 20px
    }
    .homeb .aright ul li .txt h4 {
        font-size: 16px;
        line-height: 1.4em
    }
    .homeb .aright ul li .txt .desc {
        font-size: 13px;
        line-height: 1.4em
    }
    .homeb .aright ul li .txt {
        width: calc(100% - 70px);
    }
    .homec .aright .list li a {
        font-size: 16px
    }
    .homec .aright .list li .time {
        font-size: 24px
    }
    .homec .aright .list li .txt {
        width: calc(100% - 80px);
    }
    .homec .aleft .piCon {
        width: 100%
    }
    .homec .aleft .piCon .pic {
        width: 75%;
        ;
        margin: 0 auto 20px
    }
    .homec .aleft .piCon .pic img {
        margin: 0 auto
    }
    .homec .aleft .list {
        width: 100%;
        margin-bottom: 30px
    }
    .homed .destination .more {
        right: 15px;
        bottom: 15px
    }
    .homeb .more {
        padding: 5px 10px;
        font-size: 14px
    }
    .homeb .more svg {
        height: 12px;
        width: 12px
    }
    .homea .more {
        padding: 5px 10px;
        font-size: 14px
    }
    .homea .more svg {
        height: 12px;
        width: 12px
    }
    .homec .aleft .more {
        padding: 5px 10px;
        font-size: 14px
    }
    .homec .aleft .more svg {
        height: 12px;
        width: 12px
    }
    .homec .aright .more {
        padding: 5px 10px;
        font-size: 14px;
        margin-left: 0;
        margin-top: 30px
    }
    .homec .aright .more svg {
        height: 12px;
        width: 12px
    }
    .homed .destination .more {
        padding: 5px 10px;
        font-size: 14px
    }
    .homed .destination .more svg {
        height: 12px;
        width: 12px
    }
}

@media screen and (max-width: 360px) {
    .homea .more {
        margin-top: 8px
    }
    .homed .dots span {
        margin: 0 25px
    }
}


/*ie11 css hack*/


/* @media all and (-ms-high-contrast:none) {
    *: : -ms-backdrop,
} */


/*ie11注意里面的标点符号*/


/*ie10 css hack*/

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}


.Admissionsnew {
    margin-bottom: 50px !important;
}
.admis_media_AS{
    background:url(../images/img/img1.png) no-repeat center top;background-size: cover;background-size:cover;display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;
}
.admis_media_AS .Admis_text{
width: calc(100% - 300px);
}
.admis_media_AS .Admis_text .title{
    text-align: left;
    }
.admis_media_AS .Admis_text .title p{left: 0;margin-left: 0;}
.admis_media_AS .Admis_text .con {text-align: left;margin-bottom: 50px;}
.admis_media_AS .Admis_text .AdmissionsMore02 {margin: 0;}
.admis_media_AS .pic{width: 250px;height: auto;}
.admis_media_AS .pic img{width:100%;height: auto;}

@media screen and (max-width: 768px) {
    .admis_media_AS .Admis_text{
        width: 65%;
        }
        .admis_media_AS .pic{width: 30%;height: auto;}
        .admis_media_AS .Admis_text .con {font-size: 1em;margin-bottom: 20px;}
}
@media screen and (max-width: 640px) {
    .admis_media_AS .Admis_text{
        width: 100%;
        margin-bottom: 15px;
        }
        .admis_media_AS .pic{width: 100%;height: auto;}
        .admis_media_AS .Admis_text .con {font-size: 1em;margin-bottom: 35px;}
        .admis_media_AS .Admis_text .title p{font-size: 28px;}
}
@media screen and (max-width: 360px) {
    .knowledgebox .knowledges .knowledges_left_title {
        top: -100px
    }
}



 /*  2022年5月24日19:42:05 新增样式 */
 
 .fixed-l {
display:none;
                position: fixed;
                right: 10px;
                top: 50%;
                transform: scale(.6) translateY(-50%);
                padding-bottom: 30px;
                background: url(../images/fixed-bj.png) no-repeat;
                background-position: center bottom;
                background-size: 100% auto;
                z-index: 999;}

            .fixed-l::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                top: 100px;
                background: #cf0202 url(../images/fixed-bj.png) no-repeat;
                background-position: center bottom;
                background-size: 100% auto;
                border-bottom-left-radius: 50px;
                border-bottom-right-radius: 50px;
                z-index: 8;}

            .fixed-l ul {
                position: relative;
                z-index: 9;}

            .fixed-l ul li {
                padding: 20px 13px 0 13px;}

            .fixed-l ul li a {
                display: block;
                line-height: 74px;
                height: 74px;
                width: 74px;
                text-align: center;
                position: relative;}

            .fixed-l ul li:first-child {
                border-radius: 50%;
                padding: 13px;
                background: #cf0202;}

            .fixed-l ul li:first-child .small-logo {
                background: linear-gradient(to bottom, #b29352, #eec778, #b29352);}

            .fixed-l ul li:first-child .big-logo {
                background: #be9e5d;}

            .small-logo {
                font-size: 0;
                background: linear-gradient(to bottom, #d93535, #d93535, #af0000);
                border-radius: 50%;}

            .big-logo {
                position: absolute;
                right: -196px;
                min-width: 270px;
                top: 0;
                opacity: 0;
                transition: all 0.5s;
                line-height: 74px;
                font-size: 0;
                padding-left: 12px;
                padding-right: 12px;
                background: #d93535;
                border-radius: 37px;
                text-align: left;}

            .fixed-l ul li a:hover .big-logo {
                right: 0;
                opacity: 1;}

            .big-logo img {
                display: inline-block;
                vertical-align: middle;
                max-width: none;}

            .small-logo img {
                display: inline-block;
                vertical-align: middle;}


            .homeadd>.wp:first-child {
                align-items: center;}

            .homeadd-l {
                display: flex;
                flex: 1;}

            .homeadd .in-tit {
                max-height: 230px;}

            .homeadd .more {
                border: 1px solid #555;
                color: #555;
                padding: 8px 14px;
                font-size: 20px;
                display: inline-block;
                margin-top: -60px;}

            .homeadd .more svg {
                height: 16px;
                width: 16px;
                margin-left: 5px;
                fill: #555;
                transition: .3s;}

            .homeadd .more:hover {
                color: #be9e5d;
                border: 1px solid #be9e5d;}

            .homeadd .more:hover svg {
                fill: #be9e5d;}

            .homeadd .more:hover svg {
                transform: translateX(5px);}


            .homeadd .dots {
                position: relative;
                width: 100%;
                display: flex;
                justify-content: center;
                max-width: 1195px;
                flex: 1;
                margin: 0 50px;}

            .homeadd .dots:after {
                content: '';
                height: 1px;
                width: 100%;
                background: #ddd;
                left: 0;
                top: 2px;
                width: 100%;
                position: absolute;
                z-index: 0
            ;}

            .homeadd .dots span {
                margin: 0 35px;
                position: relative;
                z-index: 3;
                display: block;
                cursor: pointer;
                color: #666
            ;}

            .homeadd .dots span:before {
                position: relative;
                z-index: 3;
                width: 5px;
                height: 5px;
                background: #999;
                border-radius: 50%;
                display: block;
                margin: 0 auto;
                content: '';
                margin-bottom: 10px
            ;}

            .homeadd .dots span.on {
                position: relative;
                top: -15px;}

            .homeadd .dots span.on:before {
                width: 35px;
                height: 35px;
                background: url(../images/3.gif) no-repeat center;
                background-size: 100%;}

            .homeadd .dots .on {
                color: #c1a160;
                font-size: 18px
            ;}

            .addcon-bd {
                flex: 1;
                position: relative;
                overflow: hidden;}

            .addcon-pic {
                float: right;
                width: 450px;
                margin-left: 50px;}

            .addcon-bd>ul {
                opacity: 0;
                transition: all 0.5s;
                position: absolute;
                left: 0;
                width: 100%;
                z-index: -9;}

            .addcon-bd>ul.on {
                opacity: 1;
                position: relative;
                z-index: 9;}

            .addcon-bd ul li a {
                display: block;
                padding: 35px 40px 35px 45px;
                position: relative;
                overflow: hidden;}

            .addcon-bd ul li a::before {
               /* content: ""; */
                position: absolute;
                left: 0;
                top: 0;
                transition: all 0.8s;
                background: #be9e5d;
                z-index: 8;
                opacity: 0;
                width: 0;
                height: 0;}

            .addcon-bd ul li a::after {
              /*  content: "";
                position: absolute;
                right: 0;
                bottom: 0;
                transition: all 0.8s;
                background: #be9e5d;
                z-index: 8;
                opacity: 0;
                width: 0;
                height: 0;*/
      background: url(../images/gkhdlibg.jpg) #be9e5d no-repeat center;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 0;
}

            .add-data {
                float: left;
                width: 80px;
                height: 67px;
                background: url(../images/add-databj.png) no-repeat;
                background-position: center top;
                color: #fff;
                z-index: 9;
                position: relative;}

            .add-data p {
                text-align: center;
                font-size: 24px;
                line-height: 40px;}

            .add-data span {
                display: block;
                text-align: right;
                padding-right: 12px;
                font-size: 12px;
                line-height: 25px;}

            .add-icon {
                width: 110px;
                z-index: 9;
                position: relative;
                float: left;}

            .add-icon img {
                display: block;
                margin: 0 auto;
                max-width: 70%;}

            .add-info {
                z-index: 9;
                position: relative;
                overflow: hidden;}

            .add-info h3 {
                font-size: 18px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                color: #000000;
                margin-bottom: 10px;}

            .add-info p {
                font-size: 14px;
                line-height: 24px;
                color: rgba(0, 0, 0, .65);
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;}

            .add-info div {
                font-size: 0;
                display: flex;
                align-items: center;
                position: relative;
                margin-top: 10px;}

            .add-info div::before {
                content: "";
                display: inline-block;
                width: 60px;
                height: 1px;
                background: #be9e5d;}

            .add-info div::after {
                content: "";
                position: absolute;
                left: 22px;
                top: 50%;
                transform: translateY(-50%);
                width: 15px;
                height: 3px;
                background: #be9e5d;}

            .add-info div span {
                font-size: 14px;
                color: #000000;}

            .addcon-bd ul li a:hover {}

            .addcon-bd ul li a:hover::before {
                width: 100%;
                height: 100%;
                opacity: 1;}

            .addcon-bd ul li a:hover::after {
               /* width: 100%;
                height: 100%;
                opacity: 1; */
    width: 100%;
    transition: .5s;
}

            .addcon-bd ul li a:hover .add-data {
                background: url(../images/add-databj-hover.png) no-repeat;
                background-position: center top;
                background-size: 100%;
                color: #be9e5d;}

            .addcon-bd ul li a:hover .add-info h3 {
                color: #fff;}

            .addcon-bd ul li a:hover .add-info p {
                color: rgba(255, 255, 255, .65);}

            .addcon-bd ul li a:hover .add-info div::before {
                background: #fff;}

            .addcon-bd ul li a:hover .add-info div::after {
                background: #fff;}

            .addcon-bd ul li a:hover .add-info div span {
                color: #fff;}

.homeadd .homeadd-mores a{display:none;}
 .homeadd  .homeadd-mores a:first-child{display:block;}          

            @media screen and (max-width: 1366px) {
                .addcon-bd ul li a {
                    padding: 25px;}

                .addcon-pic {
                    width: 380px;
                    margin-left: 30px;}
                .fixed-l{
                    transform-origin: left center;
                    transform: translateY(-50%) scale(.6);}
            }
            @media screen and (max-width: 1200px) {
                .homeadd .in-tit img {
                    width: 15vw;}
            }
            @media screen and (max-width: 980px) {
                .fixed-l{
                    display: none;}
                .homeadd .more {
                    padding: 6px 12px;
                    font-size: 15px;}

                .homeadd .more svg {
                    height: 14px;
                    width: 14px;}

                .homeadd-l {
                    flex-wrap: wrap;}

                .homeadd .dots {
                    flex: auto;
                    margin: 0;
                    margin-top: 15px;}

                .homeadd .dots span {
                    margin: 0 20px;}

                .homeadd .more {
                    margin-top: 0;}

                .homeadd .in-tit {
                    max-height: 18vw;}

                .addcon-pic {
                    display: none;}

                .homeadd>.wp:first-child {
                    align-items: flex-start;}

            }

            @media screen and (max-width: 640px) {
                .homeadd .more {
                    padding: 5px 10px;
                    font-size: 14px;}

                .homeadd .more svg {
                    height: 12px;
                    width: 12px;}

                .addcon-bd ul li a {
                    padding: 10px;}

                .add-data {
                    width: 60px;
                    background-size: 100%;}

                .add-data p {
                    font-size: 18px;
                    line-height: 34px;}

                .add-data span {
                    transform: scale(0.9);
                    padding-right: 5px;
                    line-height: 16px;}

                .add-icon {
                    width: 70px;}

                .add-info h3 {
                    font-size: 16px;}

                .add-info p {
                    font-size: 12px;
                    line-height: 22px;}

                .homeadd .dots span {
                    margin: 0 10px;}

            }