@charset "utf-8";

a {
    display: block;
}

body {
    background-color: #fffbf4;
}

.index {
  padding-top: 2rem;
  position: relative;
  z-index: 9;
}

/* part1 */

.part1 {
    padding-top: .45rem;
    position: relative;
    z-index: 2;
}

.top-line {
    width:99% !important;
}
.p1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.top-news {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.p1-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.13rem;
    overflow: hidden;
}

.p1-line img {
    width: 14.2rem;
    display: block;
}

.top-news h2 a {
    width: .76rem;
    height: 1.56rem;
    background: url(../images/top-newsbg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: .3rem .25rem 0 .25rem;
    color: #ffffff;
    font-size: .24rem;
    line-height: 1.1;
    margin-right: .3rem;
}

.top-news>a {
    margin-top: .1rem;
    font-size: .4rem;
    line-height: .55rem;
    color: #333333;
    font-family: 'sy';
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.5s;
}

.top-news>a:hover {
    color: #ae0001;
}

.top-ser {
    width: 3.2rem;
    margin-left: 1rem;
    position: relative;
    z-index: 2;
}

.ser {
    position: relative;
}

.ser input {
    border-radius: 0px !important;
    width: 100% !important;
    height: .46rem !important;
    border: solid 1px #ae0001 !important;
    padding-left: .1rem !important;
    padding-right: .5rem;
    font-size: .18rem !important;
    color: #333;
    line-height: .46rem;
    background-color: transparent;
}

.ser input::placeholder {
    font-size: .18rem;
    color: #a7a7a5;
    line-height: .46rem;
}

.ser button {
    min-width: auto !important;
    padding-left: 0px !important;
    border: none !important;
    width: .5rem !important;
    height: 100% !important;
    position: absolute !important;
    right: 0;
    top: 0 !important;
    background: url(../images/ser.png) no-repeat center center !important;
    background-size: .18rem !important;
    cursor: pointer !important;
}

.ser-sel {
    position: relative;
    margin-top: .05rem;
}

.ser-sel p {
    font-size: .16rem;
    color: #a7a7a5;
    line-height: .4rem;
    background: url(../images/ipt-sj.png) no-repeat right .3rem center;
    background-size: .1rem;
    cursor: pointer;
    padding: 0 .04rem;
}

.ser-date {
    border-bottom: solid .01rem #b5b5b6;
    position: relative;
}

.ser-date.on #ser-date {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

#ser-date {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 150%;
    width: 100%;
    z-index: 9;
    background: #f6f2e9;
    background-size: cover;
    padding: .1rem;
    border-radius: .1rem;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
}

#ser-date .schedule-hd {
    padding: 0 0 .15rem 0;
    justify-content: center;
}

.ser-type-list {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1);
    padding: .1rem 0;
    background: #fff;
    border-radius: .1rem;
    max-height: 1.9rem;
    overflow-y: auto;
}

.ser-type-list li {
    font-size: .14rem;
    line-height: .35rem;
    padding: 0 .1rem;
    cursor: pointer;
    transition: all 0.5s;
    color: #333333;
}

.ser-type-list li:hover {
    background-color: #f5f5f5;
}

/* p2 */

.part2 {
    padding-top: .6rem;
    padding-bottom: .7rem;
}

.p2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.p2-line {
    width: 100%;
    height: .31rem;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background: url(../images/p2-line.png) no-repeat center center;
    background-size: 14.2rem;
    z-index: -1;
}


.p2-ban {
    width: 52%;
    margin-right: 1rem;
}

.p2-ban .pic {
    padding-top: 61.56%;
}

.p2-ban h3 {
    color: #333333;
    font-size: .24rem;
    line-height: 0.4rem;
    height: 0.8rem;
    font-family: 'sy';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: .1rem;
    transition: all 0.5s;
}

.p2-ban .slick-dots {
    text-align: right;
    bottom: 1rem;
    right: .2rem;
    width: auto;
}

.p2-ban .slick-dots li {
    width: .09rem;
    height: .09rem;
    background: #ffffff;
    border-radius: 50%;
    opacity: 0.5;
}

.p2-ban .slick-dots li.slick-active {
    opacity: 1;
}

.p2-ban a:hover h3 {
    color: #ae0001;
}

.p2-r {
    flex: 1;
    min-width: 0;
    position: relative;
}

.tit {
    position: relative;
    margin-bottom: .4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.tit h3 {
    color: #333333;
    font-size: .4rem;
    font-family: 'sy';
    line-height: 1;
    font-weight: normal;
}

.more a {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #a99a81;
    font-size: .16rem;
    transition: all 0.5s;
}

.more a img {
    width: .47rem;
    margin-right: .06rem;
}

.more img.default{
    display: inline-block;
}

.more img.hover {
    display: none;
}

.more a:hover {
    letter-spacing: .02rem;
    color: #9a0000;
}

.more a:hover .default{
  display: none;
}

.more a:hover .hover{
  display: inline-block;
}

.p2-r .tit {
    margin-bottom: .25rem;
}

.p2-r .tit h3 {
    font-family: 'pf';
    font-size: .25rem;
    color: #ae0001;
}



.p2-first .pic {
    width: 2.45rem;
    padding-top: 1.47rem;
    margin-right: .18rem;
}

.p2-tx {
    flex: 1;
    min-width: 0;
}

.p2-lt ul {
    height: 5rem;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;

/* 开启 GPU 硬件加速，提升为独立的合成层，彻底解决滚动卡顿 */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, scroll-position;
    
    /* 优化滚动体验，特别是对于触控板和移动端 */
    -webkit-overflow-scrolling: touch;
    
    /* 防止内部元素溢出引发重绘面积扩大 */
    contain: strict;
}

.p2-lt ul::-webkit-scrollbar {
    display: none;
}

.p2-jd {

    position: absolute;
    width: .1rem;
    left: -0.5rem;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.p2-jd span {
    position: absolute;
    width: .01rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #9a0000;
}

.p2-jd::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    width: .01rem;
    background-color: #decfcd;
}

.p2-jd::after {
    content: '';
    width: .09rem;
    height: .09rem;
    background-color: #9a0000;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-radius: 50%;
}

.p2-lt ul li a {
    padding: .15rem 0;
    border-bottom: 1px solid #decfcd;
}

.p2-lt ul li:last-child a {
    border-color: transparent;
}

.p2-lt ul li a.p2-first {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: .35rem;
    padding-top: 0;
}

.p2-first .p2-tx h3 {
    height: .6rem;
    margin-bottom: .6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
}

.p2-tx h3 {
    font-size: .2rem;
    line-height: .3rem;
    max-height:0.6rem;
    letter-spacing: .01rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0.05rem;
    font-weight: normal;
}

.p2-tx p {
    font-size: .16rem;
    color: #999793;
}

.p2-lt ul li a:hover h3 {
    color: #9a0000;
}


/* part3 */

.part3 {
    padding-bottom: .7rem;
}

.part3 .tit {
    margin-bottom: .2rem;
}

.p3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.p3-l {
    width: 52%;
    position: relative;
    z-index: 1;
}

.p3-r {
    width: 48%;
    padding-top: .6rem;
    position: relative;
    z-index: 2;
}

.p3-r .tit {
    padding-left: .3rem;
}

.p3-date b {
    color: #333;
    font-size: .48rem;
    font-family: 'sy';
    margin-right: .05rem;
    display: inline-block;
    font-weight: normal;
}

.p3-date span {
    color: #333;
    font-size: .16rem;
}

.p3-date {
    line-height: 1;
    margin-bottom: .2rem;
}

.p3-line {
    width: 100%;
}

.p3-line img {
    width: 100%;
    display: block;
}

.p3-ban {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #decfcd;
    padding: .15rem 0;
    margin-bottom: .15rem;
}

.p3-ban a {
    flex: 1;
    min-width: 0;
    font-size: .2rem;
    line-height: .3rem;
    max-height: .9rem;
    letter-spacing: .01rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.p3-ban a:hover {
    color: #9a0000;
}

.p3-pic {
    width: 1.6rem;
    margin-left: .15rem;

}
.p3-pic img {
    
height: 1.5rem;
    
object-fit: cover;
}
.p3-lt {
    background: url(../images/p3-lbg.jpg) no-repeat right bottom;
    background-size: 100% auto;
    padding: .4rem .5rem;
    margin-right: -0.05rem;
}
.p3-lt ul li {
    margin-top: 0.4rem;
}
.p3-lt ul li a {
    font-size: .2rem;
    line-height: .3rem;
    max-height: 0.6rem;
    color: #333;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-left: .15rem;
}

.p3-lt ul li a::before {
    content: '';
    width: .03rem;
    height: .22rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #9a0000;
}

.p3-lt ul li a:hover {
    color: #9a0000;
}

.p3-rt {
    background: url(../images/p3-rbg.png) no-repeat left top;
    background-size: 100% 100%;
    padding: .5rem .45rem .5rem 1.5rem;
}

.p3-rt ul li {
    padding: .15rem;
    transition: all 0.5s;
    background: url(../images/p3-rtbg.png) no-repeat center center;
    background-size: 100% 0%;
}

.p3-rt ul li a {
    font-size: .2rem;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
    transition: all 0.5s;
}

.p3-rt ul li:hover {
    background: url(../images/p3-rtbg.png) no-repeat;
    background-size: 100% 100%;
}

.p3-rt ul li:hover a {
    opacity: 1;
    color:#94070A;
}

/* p4 */
.part4 {
    position: relative;
    z-index: 2;
}

.p4-lt ul li a {
    position: relative;
    margin: .2rem .08rem;
    padding: .4rem .3rem;
    background: #f6f2e9;
    transition: all 0.5s;
}
.p4-lt ul li a:hover {
    background: #fff;
}
.p4-lt ul li a>div {
    position: relative;
    z-index: 2;
}


.p4-lt ul li a:hover {
    box-shadow: 0 0 .1rem 0.02rem rgba(0, 0, 0, 0.1);
}

.p4-lt ul li a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: .03rem;
    background-color: #98080c;
    width: 100%;
}
.p4-lt ul li a:hover p{
    color:#98080c;
}
.p4-line {
    margin-top: .1rem;
    margin-bottom: .2rem;
}

.p4-line img {
    width: 100%;
    display: block;
}

.p4-date {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.p4-date span {
    font-size: .17rem;
    color: #333333;
    opacity: 0.5;
}

.p4-lt ul li a:hover .p4-date span {
    color: #c29b5b; 
}

.p4-date b {
    display: block;
    padding: 0 .05rem;
    line-height: .4rem;
    background: url(../images/p4-tbg1.png) no-repeat;
    background-size: 100% 100%;
    color: #c29b5b;
    font-size: .17rem;
    font-weight: normal;
    transition: all 0.5s;
}
.p4-lt ul li a:hover .p4-date b {
    background: url(../images/p4-tbg1h.png) no-repeat;
    background-size: 100% 100%;
    color:#fff;
}
.p4-tx p {
    font-size: .22rem;
    line-height: .3rem;
    height: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #333333;
    font-weight: 400;
}



/* p5 */

.part5 {
    padding-top: 1.4rem;
    padding-bottom: 1.5rem;
    position: relative;
}

.part5 .w14 {
    position: relative;
    z-index: 2;
}

.p5-clound {
    position: absolute;
    right: 0;
    bottom: 1.95rem;
}

.p5-clound img {
    width: 3.35rem;
}

.p5-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.p5-l {
    width: 48%;
    margin-right: .18rem;
}

.p5-r {
    flex: 1;
    min-width: 0;
}

.p5-l .pic {
    padding-top: 65%;
}

.p5-l .slick-prev {
    width: .58rem;
    height: .58rem;
    background: url(../images/p5-l.png) no-repeat center center;
    background-size: .2rem;
    background-color: #970000;
    bottom: 0;
    top: auto;
    transform: none;
}

.p5-l .slick-next {
    width: .58rem;
    height: .58rem;
    background: url(../images/p5-r.png) no-repeat center center;
    background-size: .2rem;
    background-color: #c5aa88;
    top: auto;
    right: auto;
    bottom: 0;
    transform: none;
    left: .58rem;
}

.p5-date b {
    color: #9a0000;
    font-size: .48rem;
    font-family: 'sy';
    margin-right: .05rem;
    display: inline-block;
    font-weight: normal;
}

.p5-date span {
    color: #9a0000;
    font-size: .18rem;
}

.p5-date {
    line-height: 1;
    margin-bottom: .2rem;
}

.p5-txlt h3 {
    font-size: .34rem;
    line-height: .4rem;
    height:0.8rem;
    letter-spacing: .03rem;
    color: #333333;
    padding-left: .25rem;
    background: url(../images/p5-sj.png) no-repeat left center;
    background-size: .08rem;
    font-family: 'sy';
    transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.p5-txlt ul li a:hover h3 {
    color: #9a0000;
}

.p5-line img {
    width: 100%;
    display: block;
    margin-top: .3rem;
    margin-bottom: .5rem;
}

.p5-rt>ul {
    margin-left: -0.08rem;
    margin-right: -0.08rem;
}

.p5-rt ul li a {
    position: relative;
    margin: 0 .08rem;
}

.p5-rt ul li a .pic {
    padding-top: 62%;
}

.p5-rt 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.8) 100%);
}

.p5-rt ul li a h3 {
    font-size: .18rem;
    color: #ffffff;
    padding: 0 .15rem;
    position: absolute;
    left: 0;
    bottom: 0.1rem;
    width: 100%;
    z-index: 2;
    font-weight: normal;
    line-height: 0.24rem;
    height: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.p5-txlt {

    position:relative;
}

.p5-txlt::after {
    content: '';
    position: absolute;
    right: 0;
    top: -0.5rem;
    width: 0.7rem;
    height: .73rem;
    background: url(../images/p5-yh.png) no-repeat right top;
    background-size: .7rem;
}

.p5-txlt::after {
    content:'';
    position:absolute;
    right:0;
    top:-0.5rem;
    width:0.7rem;
}
/* p6 */
.part6 {
    padding-bottom: 1.6rem;
    position: relative;
}

.part6 .w14 {
    position: relative;
    z-index: 2;
}

.p6-build {
    position: absolute;
    left: 0;
    bottom: 0;
}

.p6-build img {
    width: 4.72rem;
}

.p6-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p6-c .tit h3 {
    color: #9a0000;
    font-size: .24rem;
    font-family: 'pf';
}

.p6-c .tit {
    align-items: center;
}

.tit-line {
    flex: 1;
    min-width: 0;
    border-top: solid .01rem #b5b5b6;
    margin-left: .2rem;
    margin-right: .2rem;
    position: relative;
}

.tit-line::after {
    content: '';
    width: .08rem;
    height: .08rem;
    background-color: #b39e7d;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 101%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.p6-l {
    width: 44.5%;
}

.p6-r {
    width: 51.7%;
}

.p6-date b {
    font-size: .58rem;
    line-height: .5rem;
    letter-spacing: -0.01rem;
    color: #333333;
    opacity: 0.2;
    font-family: serif;
    display: block;
}

.p6-date span {
    font-size: .14rem;
    line-height: 1;
    letter-spacing: .01rem;
    color: #333333;
    opacity: 0.2;
}

.p6-l ul li {
    margin-bottom: .15rem;
}

.p6-l ul li:last-child {
    margin-bottom: 0;
}

.p6-l ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
	border: solid 1px #d8cbb3;
}
.p6-l ul li a:hover {
    background-color: #ffffff;
}

.p6-date {
    margin-right: .4rem;
    display: none;
}

.p6-tx {
    flex: 1;
    min-width: 0;
    position: relative;
}

.p6-l ul li a:hover p {
    color: #970000;
}

.p6-tx p {
    font-size: .2rem;
    line-height: .75rem;
    letter-spacing: .02rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.5rem;
    font-weight: 600;
}

.p6-r ul {
    display: flex;
    margin-bottom: .4rem;
}

.p6-r ul li {
    width: 15%;
    transition: all 0.5s;
}

.p6-r ul li:nth-child(1) {
    background-color: #9a0000;
}

.p6-r ul li:nth-child(2) {
    background-color: #d34612;
}

.p6-r ul li:nth-child(3) {
    background-color: #eaa85d;
}

.p6-r ul li.on {
    width: 70%;
}

.p6-r ul li .pic {
    padding-top: 3rem;
    opacity: 0;
    transition: all 0.5s;
}

.p6-r ul li.on .pic {
    opacity: 1;
}

.p6-r ul li.on .p6-rtx {
    opacity: 0;
}

.p6-r ul li a {
    position: relative;
    height: 100%;
}

.p6-rtx {
    text-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 85%;
    /* align-items: center; */
}

.p6-rtx h3 {
    color: #ffffff;
    font-size: .22rem;
    font-family: 'sy';
    /* width: .24rem; */
    line-height: 1;
    margin: 0 .02rem;
    height: 100%;
    writing-mode: vertical-lr;
}

.p6-line img {
    display: block;
    width: 100%;
}

/* p7 */

.part7 {
    padding-top: 1rem;
    padding-bottom: 1.3rem;
    background: url(../images/p7-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.p7-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p7-l {
    width: 36.6%;
    margin-right: .2rem;
    background-color: #fffbf4;
    border: solid .01rem #d8cbb3;
    padding: .32rem;
}

.p7-l ul li a {
    position: relative;
}

.p7-l .pic {
    padding-top: 53%;
}

.p7-l ul li a:hover p {
    color: #970000;
}

.p7-r {
    flex: 1;
    min-width: 0;
}

.p7-ifo {
    margin-top: .4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.p7-date {
    text-align: center;
    padding-right: .3rem;
    margin-right: .3rem;
    border-right: solid .01rem #cea047;
}

.p7-date b {
    font-size: .48rem;
    line-height: 1;
    color: #9a0000;
    font-family: 'sy';
    display: block;
}

.p7-date span {
    font-size: .14rem;
    line-height: 1;
    color: #cea047;
}

.p7-tx {
    flex: 1;
    min-width: 0;
    height:0.9rem;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.p7-tx p {
    font-size: .2rem;
    line-height: .3rem;
    max-height: .9rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* font-family: 'sy'; */
}

.p7-r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p7-r ul li:nth-child(-n+2) {
    margin-top: 0;
}

.p7-r ul li {
    width: 48.5%;
    margin-top: .2rem;
}

.p7-r ul li a {
    background: url(../images/p7-tbg.png) no-repeat right bottom;
    background-size: 0;
    background-color: #fffbf4;
    border: solid .01rem #d8cbb3;
    padding: .2rem 0.24rem;
    padding-right: .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s;
}

.p7-r ul li a:hover p {
    color: #970000;
}

.p7-r .p7-tx p {
    /* font-family: '微软雅黑'; */
    font-size: .18rem;
}

.p7-r ul li a:hover {
    background-color: #ffffff;
    background-size: 1.19rem;
    box-shadow: 0rem .12rem .16rem 0rem rgba(179, 172, 157, 0.38);
    border: solid .01rem #d8cbb3;
}

/* p8 */
.part8 {
    padding: 1.2rem 0;
    overflow: hidden;
}

.part8 .tit {
    margin-bottom: .3rem;
}

.p8-titr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.p8-qh {
    display: flex;
    align-items: center;
}

.p8-qh p {
    font-size: .21rem;
    color: #333333;
    opacity: 0.7;
    line-height: .4rem;
    padding: 0 .28rem;
    background: url(../images/p8-tbg.png) no-repeat;
    background-size: 100% 100%;
    margin-right: .17rem;
    cursor: pointer;
    transition: all 0.5s;
}

.p8-qh p:hover,
.p8-qh p.on {
    background: url(../images/p8-tbgh.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}

.p8-c {
    margin-top: .3rem;
}

.p8-line img {
    display: block;
    width: 100%;
}

.p8-pic {
    display: flex;
    flex-wrap: wrap;
}

.p8-pl {
    width: 50%;
}

.p8-pl a {
    position: relative;
}

.p8-pl .pic {
    padding-top: 4.8rem;
}

.p8-pr {
    flex: 1;
    min-width: 0;
}

.p8-plt ul {
    display: flex;
    flex-wrap: wrap;
}

.p8-plt ul li {
    width: 50%;
}

.p8-plt ul li a {
    position: relative;
}

.p8-plt .pic {
    padding-top: 2.4rem;
}

.p8-plt ul li a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .15rem .2rem;
    color: #ffffff;
    font-size: .18rem;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p8-plt ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

.p8-ptx {
    background: #f6f0e4;
    background-size: cover;
    height: 2.4rem;
    padding: .3rem .6rem;
    position: relative;
}

.p8-ptx .p8-line img {
    width: 98%;
}

.p8-ptx::after {
    content: '';
    position: absolute;
    right: 100%;
    top: .2rem;
    border-top: .17rem solid transparent;
    border-right: .17rem solid #970000;
    border-bottom: .17rem solid transparent;
    border-left: .17rem solid transparent;
    z-index: 2;
    display:none;
}

.p8-ptx h3 {
    margin-bottom: .1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.p8-ptx h3 b {
    flex: 1;
    min-width: 0;
    color: #970000;
    font-size: .3rem;
    font-family: 'sy';
    line-height: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.p8-share {
    background: url(../images/p8-fx.png) no-repeat;
    background-size: 100% 100%;
    width: .4rem;
    height: .4rem;
    opacity: 0;
}

.p8-ptx p {
    font-size: .16rem;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
    opacity: 0.7;
    margin-top: .15rem;
}

.p8-ptx .slick-dots {
    text-align: left;
    bottom: -0.3rem;
}

.p8-ptx .slick-dots li {
    width: .1rem;
    height: .1rem;
    background-color: #d4c7b1;
    opacity: 0.5;
    border-radius: 50%;
}

.p8-ptx .slick-dots li.slick-active {
    opacity: 1;
}

/* vd */
.p8-vd {
    display: flex;
    flex-wrap: wrap;
}

.p8-vd a {
    position: relative;
}

.p8-vd a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, transparent 60%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 60%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 60%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, transparent 60%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8) 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

.p8-vd a p {
    color: #ffffff;
    font-size: .19rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .15rem .4rem;
    background: url(../images/p8-sj.png) no-repeat left .15rem center;
    background-size: .18rem;
    z-index: 2;
}

.p8-vl {
    width: 50%;
}

.p8-vr {
    width: 50%;
}

.p8-vl .pic {
    padding-top: 4.8rem;
}

.p8-vr .pic {
    padding-top: 2.4rem;
}

.p8-vr ul {
    display: flex;
    flex-wrap: wrap;
}

.p8-vr ul li {
    width: 50%;
}

.p8-ad ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p8-ad ul li {
    width: 48.5%;
    margin-top: .15rem;
}

.p8-ad ul li:nth-child(-n+2) {
    margin-top: 0;
}

.p8-ad ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: .15rem .4rem .15rem 1.2rem;
    position: relative;
    box-shadow: 0rem .23rem .47rem 0rem rgba(141, 141, 141, 0.23);
}

.p8-ad .pic {
    width: 2.36rem;
    padding-top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.p8-cp {
    width: 2.12rem;
    margin-right: .2rem;
}

.p8-cp img {
    width: 100%;
    display: block;
}

.p8-tx {
    flex: 1;
    min-width: 0;
    position: relative;
}

.p8-tx p {
    font-size: .21rem;
    line-height: .39rem;
    height: .78rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.p8-tx span {
    display: block;
    font-size: .18rem;
    line-height: .25rem;
    color: #333333;
    opacity: 0.5;
    padding-top: .8rem;
    padding-bottom: .2rem;
    position: relative;
}

.p8-tx span::before {
    content: '';
    height: .66rem;
    border-left: solid .01rem #98080c;
    position: absolute;
    left: 0;
    top: 0;
}

.p8-play {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #970000;
    border-radius: 50%;
    width: .56rem;
    height: .56rem;
}

.p8-play img {
    width: .18rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}


/* p8-q 动画 */
.p8-q {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.p8-q>div {
    width: 100%;
    height: 100%;
    border: .01rem solid #970000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.p8-q1 {
    animation: scale_line2 1.2s linear infinite;
    animation-delay: 0s;
}

.p8-q2 {
    animation: scale_line2 1.2s linear infinite;
    animation-delay: .6s;
}




@keyframes scale_line2 {
    0% {
        transform: scale(1);
        opacity: .5
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* p8-q 动画 */


.p8-c {
    position: relative;
    height: 4.8rem;
    /* overflow: hidden; */
}

.p8-c>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.5s;
}

.p8-c>div.on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* p9 */
.part9 {
    padding-bottom: 1.4rem;
}

.p9-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p9-l {
    width: 33%;
    margin-right: .1rem;
}

.p9-calender>h3 {
  position: absolute;
  left: .2rem;
  top: .2rem;
  z-index: 10;
  line-height: .48rem;
  color: #ffffff;
  font-size: .24rem;
  padding: 0 .17rem;
}
.p9-calender>h3 a {
    position:relative;
}

.p9-calender>h3::before {
  content:'';
  position: absolute;
  background: url(../images/p9-bq2.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity:0.5;
   transition: all 0.6s;
}

.p9-calender>h3:hover:before {
    opacity:1;
}

.p9-r {
    position: relative;
    flex: 1;
    min-width: 0;
}

.p9-ltop {
    margin-bottom: .1rem;
}

.p9-ltop a {
    position: relative;
}

.p9-ltop a .pic {
    padding-top: 2.34rem;
}

.p9-tag {
    color: #d5be8b;
    font-size: .24rem;
    line-height: .48rem;
    padding: 0 .16rem;
    display: block;
    position: absolute;
    top: .27rem;
    left: .33rem;
}
.p9-tag i{
    position:relative;
    font-style:normal;
}
.p9-tag>a {
    position:relative;
    z-index:1;
}
.p9-tag::before {
    content:'';
    position:absolute;
    background: url(../images/p9-bq1.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
   /* opacity: 0.5;*/
    transition: all 0.6s;
}
.p9-tag:hover:before {
    opacity:1;
}
.p9-r a {
    position: relative;
}

.p9-r>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.8) 100%);
}

.p9-r a .pic {
    padding-top: 6.7rem;
}

.p9-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .4rem .5rem;
    z-index:2;
}

.p9-line img {
    width: 100%;
    display: block;
}

.p9-tx h3 {
    font-size: .2rem;
    line-height: 1;
    color: #ffffff;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .2rem;
    font-weight: normal;
}




@media screen and (max-width: 1024px) {
.p6-tx p{
padding: 0 0.25rem;
}
    #m_lodaing {
        display: none !important;
    }
    .underline {
        width: 95% !important;
    }
.fly-Bird {
    display: none !important;
}
.top-news h2 {
    margin-right:0.1rem;
}
    .p2-ban .slick-dots {
        bottom:1.2rem;
    }
    .index{
     padding-top: 0;    
    }

    .part5 {
        padding: .5rem 0;
    }
.p8-cp {
    width:1.5rem;
}
    .p8-ad ul li a {
    padding:0.2rem;
}
    .p8-ad .pic {
        position: relative;
        padding-top: 64%;
        height: auto;
        width: 100%;
        margin-bottom:0.2rem;
    }
    .part6 {
        padding-bottom: .5rem;
    }

    .part7 {
        padding: .5rem 0;
    }

    .part8 {
        padding: .5rem 0;
    }

    .part9 {
        padding-bottom: .5rem;
    }

    .fly-Contents {
        display: none;
    }

    .p2-ban {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .p2-r {
        flex: auto;
        width: 100%;
    }

    .p2-line {
        background-size: 100%;
    }

    .p1-line img {
        display: none;
    }

    .p3-l {
        width: 100%;
        margin-bottom: .3rem;
    }

    .p3-lt {
        margin: 0;
        padding: .2rem .3rem;
       background: url(../images/p3-lbg.jpg) no-repeat right bottom;
    background-size: 100% 100%;
    }

    .p3-r {
        width: 100%;
        padding: 0;
    }

    .p3-r .tit {
        padding-left: 0;
    }

    .tit h3 {
        font-size: .3rem;
    }

    .tit {
        margin-bottom: .2rem;
    }

    .part2 {
        padding-top: .3rem;
        padding-bottom: .5rem;
    }

    .top-news a {
        font-size: .24rem;
        line-height: .4rem;
    }

    .top-news {
        align-items: center;
    }

    .p2-ban h3 {
        font-size: .24rem;
        margin-top: .2rem;
    }

    .p4-lt ul li a {
        padding: .2rem;
        padding-bottom: .4rem;
    }

    .p5-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .p5-txlt {
        margin-bottom: .2rem;
        background-size: .5rem;
    }

    .p5-r {
        flex: auto;
        width: 100%;
    }

    .p5-line {
        display: none;
    }

    .p5-txlt h3 {
        font-size: .24rem;
    }

    .p6-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .p6-r {
        width: 100%;
    }

    .p6-r ul li .pic {
        padding-top: 40%;
    }

    .p6-r ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .p6-r ul li {
        width: 32% !important;
    }

    .p6-rtx {
        opacity: 0;
    }

    .p6-r ul li .pic {
        opacity: 1;
        width: 100%;
    }

    .p7-l {
        width: 100%;
        margin: 0;
        margin-bottom: .2rem;
    }

    .p7-r {
        flex: auto;
        width: 100%;
    }

    .p8-pl {
        width: 100%;
        margin: 0;
    }

    .p8-pr {
        flex: auto;
        width: 100%;
    }

    .p8-c {
        height: auto;
    }

    .p8-pr>div {
        width: 100%;
    }

    .p8-pr {
        display: flex;
        flex-wrap: wrap;
    }

    .p8-plt {
        order: 2;
    }

    .p8-ptx::after {
        display: none;
    }

    .p8-ptx .p8-line img {
        width: 100%;
    }

    .p8-ptx {
        padding: .2rem;
    }

    .p8-pl .pic {
        padding-top: 68%;
    }

    .p8-plt .pic {
        padding-top: 50%;
    }
    .p8-plt ul li a::after{
        background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
    }

    .p8-plt ul li a p{
        
padding: .1rem;
    }

    .p8-vr,
    .p8-vl {
        width: 100%;
    }

    .p8-vr .pic,
    .p8-vl .pic {
        padding-top: 64%;
    }

    .p8-ad ul li {
        width: 100%;
        margin-top: .15rem !important;
    }

    .p9-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .p9-ltop a .pic {
        padding-top: 64%;
    }

    .p9-r {
        flex: auto;
        width: 100%;
    }

    .p9-r a .pic {
        padding-top: 70%;
    }

    .schedule-hd {
        background-size: 0;
        padding-bottom: 0;
    }

    .p9-tx {
        padding: .2rem;
    }

    .p3-rt {
        /* background-size:auto 100%; */
        background-color:#f6f2e9;
    }

}

@media screen and (max-width: 768px) {
    .top-ser {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .top-news {
        flex: auto;
        width: 100%;
        order: 2;
    }

    .p4-lt ul li {
        width: 100%;
    }

    .p5-rt ul li a h3 {
    }
}

@media screen and (max-width: 640px) {
    .p7-r ul li:nth-last-child(-n+3){
        display:none;
    }
    .p7-r ul li {
        width: 100%;
        margin-top: .1rem !important;
    }

    .p3-rt {
        padding: .3rem;
    }

    .p6-r ul li {
        width: 100% !important;
        margin: .05rem 0;
    }

    .p8-titr {
        width: 100%;
        margin-top: .2rem;
        justify-content: space-between;
    }

    .p8-qh p {
        padding: 0 .2rem;
        line-height: .35rem;
        font-size: .18rem;
    }
}

@media screen and (max-width: 480px) {}