html {
    font-size: 312.5%;
    -webkit-text-size-adjust: 100%
}

body {
    font: .32rem/.5rem "Microsoft YaHei", sans-serif;
    color: #000;
    padding-top: 1.18rem
}

a {
    color: #000
}

.banner {
    width: 100%;
    margin-bottom: 0.4rem;
}

.columnName {
    padding: 0 .3rem 0 .45rem;
    margin-bottom: .25rem;
    font-size: .38rem;
    line-height: .4rem;
    color: #ee3a44;
    height: .4rem;
    position: relative
}

.columnName.noMargin {
    margin: 0
}

.columnName::before {
    content: "";
    position: absolute;
    width: .04rem;
    top: 0;
    bottom: 0;
    left: .3rem;
    background: linear-gradient(#FF7246, #C60909)
}

.columnPic {
    padding: 0 .3rem;
    margin: .5rem 0 .4rem
}

.columnPic img {
    width: 100%
}

.nameList {
    padding: .15rem .3rem 0;
    line-height: .8rem;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center
}

.nameList h2 {
    font-size: .34rem;
    color: #b20000
}

.nameList h3 {
    font-size: .32rem;
    color: #fff;
    background: #b20000;
    transition: .3s
}

.nameList h3.canClick {
    position: relative;
    padding-bottom: .2rem;
    margin-bottom: .07rem
}

.nameList h3.canClick::before,
.nameList h3.canClick::after {
    content: "";
    width: .25rem;
    height: .25rem;
    border-left: 1px solid #e8b2b2;
    border-bottom: 1px solid #e8b2b2;
    position: absolute;
    left: calc(50% - .125rem);
    transform: scaleX(1.5) rotate(-45deg)
}

.nameList h3.canClick::before {
    bottom: .25rem
}

.nameList h3.canClick::after {
    bottom: .15rem
}

.nameList h4 {
    height: .8rem;
    position: relative;
    font-weight: normal;
    font-size: .32rem;
    color: #b20000;
    display: flex;
    justify-content: center
}

.nameList h4::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #b20000
}

.nameList h4 span {
    background: #fff;
    padding: 0 .15rem;
    position: relative;
    z-index: 1
}

.nameList h5 {
    background: #f1f1f1;
    line-height: .75rem;
    font-size: .32rem;
    font-weight: normal;
    margin-bottom: .03rem
}

.nameList h5 a {
    display: block
}

.nameList_big {
    font-size: .4rem;
    color: #b20000;
    margin: .2rem 0 0;
    font-weight: bold
}

.nameList_big a {
    color: #b20000;
}

.nameList_big.noMargin {
    margin: 0
}

.nameList_big img {
    width: 3.7rem
}

.nameList_big img.big2 {
    width: 2.6rem
}

.nameList_open {
    padding-bottom: .5rem;
    display: none
}

.nameList_open h5 {
    margin-top: .3rem
}

.nameList_small {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: .2rem
}

.nameList_small li a {
    color: #b20000;
}

.nameList_small li {
    box-sizing: border-box;
    font-size: .32rem;
    margin: 0 0.34rem;
    width: 1.5rem;
}

.nameList_small li:first-child img {
    width: 2.56rem;
}

.nameList_small li:first-child,
.nameList_small.eight li:first-child,
.nameList_small.night li:first-child {
    width: 100%;
    margin-bottom: 0.2rem;
    font-weight: bold;
    font-size: 0.4rem;
}

.nameList_small.seven li {
    width: 33.33%;
}

.nameList_small.eight li,
.nameList_small.night li {
    /* width: 25%; */
    /* padding: 0 .1rem; */
    margin: 0 0.1rem;
    width: 1.55rem;
}

.nameList_small.eight li:nth-child(1) {
    margin-left: .5%
}

.nameList_small.eight li:nth-child(4) {
    margin: 0 1rem 0 0.1rem;
}

.nameList_small.eight li:nth-child(2) {
    margin: 0 0.1rem 0 1rem;
}

.nameList_small img {
    width: 100%
}

.nameList_list {
    font-size: .32rem;
    line-height: .6rem;
    text-align: left
}

.nameList_list ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.nameList_list li {
    width: auto;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 0 0.3rem;
}

.nameList_list.w25p li {
    width: 25%;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 0 .15rem
}

.nameList_break {
    padding: .25rem 0
}

.topNews {
    font-size: .5rem;
    color: #c50808;
    line-height: 150%;
    padding: .4rem .3rem
}

.topNews a {
    color: #c50808
}

.topNews a p {
    display: inline;
}

.newsPic {
    position: relative
}

.newsPic img {
    width: 100%
}

.newsPic p {
    bottom: 0;
    box-sizing: border-box;
    padding: .1rem .2rem
}

.newsList {
    padding: .2rem .3rem .5rem
}

.newsList li {
    padding: .15rem 0 .15rem .2rem;
    border-top: 1px dotted #efefef;
    position: relative
}

.newsList li::before {
    content: "";
    width: .08rem;
    height: .08rem;
    background: #000;
    position: absolute;
    left: 0;
    top: .35rem
}

.newsList_more {
    background: #f1f1f1;
    border-radius: .1rem;
    text-align: center;
    font-size: .26rem;
    color: #c50808;
    line-height: .75rem;
    margin-top: .2rem
}

.newsList_more a {
    color: #c50808
}

.picList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 .3rem
}

.picList li {
    width: 48%;
    margin-bottom: .2rem
}

.picList img {
    width: 100%;
    margin-bottom: .1rem
}

.schedule {
    margin: .5rem 0;
    padding: 0 .3rem
}

.schedule h2 {
    height: .7rem;
    text-align: center;
    background: url("../img/sche1.jpg") no-repeat 0 0/100% 100%
}

.schedule h2 span {
    font-size: .42rem;
    color: #fff;
    line-height: .7rem;
    padding-left: .63rem;
    position: relative
}

.schedule h2 span::before {
    content: "";
    width: .4rem;
    height: .4rem;
    position: absolute;
    left: 0;
    top: calc(50% - .18rem);
    background: url("../img/sche2.png") no-repeat 0 50%/contain
}

.schedule_main {
    border: .01rem solid #ed2f39;
    border-top: none;
    padding: .3rem .2rem
}

.schedule_nav {
    display: flex;
    justify-content: center;
    margin-bottom: .3rem
}

.schedule_nav li {
    width: 14.28%;
    text-align: center;
    font-size: .22rem;
    color: #999;
    line-height: 100%;
    pointer-events: none;
    transition: .3s;
    box-sizing: border-box;
    padding: 0 .08rem;
    white-space: nowrap;
    display: none
}

.schedule_nav li.canClick {
    color: #ed2f3a;
    pointer-events: auto;
    display: block
}

.schedule_nav li.cur {
    font-size: .26rem;
    font-weight: bold
}

.schedule_cont ul {
    display: none
}

.schedule_cont li {
    padding: 0 0 .25rem .17rem;
    position: relative
}

.schedule_cont li::before {
    content: "";
    width: .08rem;
    height: .08rem;
    position: absolute;
    left: 0;
    top: .2rem;
    background: #eb2c40
}

.pageInner,
.pageOut {
    margin: 0 auto .5rem
}

.pageInner.noMagrin,
.pageOut.noMagrin {
    margin: 0.1rem auto
}

.pageInner.withTxt .swiper-pagination,
.pageOut.withTxt .swiper-pagination {
    bottom: auto
}

.pageInner.withTxt .swiper-slide p,
.pageOut.withTxt .swiper-slide p {
    padding-top: .1rem
}

.pageInner img,
.pageOut img {
    width: 100%;
}

.pageInner .swiper-slide p,
.pageOut .swiper-slide p {
    box-sizing: border-box;
    padding: .1rem .2rem;
    color: #000;
    text-align: center;
}

.pageInner .swiper-slide p a,
.pageOut .swiper-slide p a {
    color: #000
}

.pageInner .swiper-button-next,
.pageInner .swiper-button-prev,
.pageOut .swiper-button-next,
.pageOut .swiper-button-prev {
    color: #fff
}

.pageInner .swiper-pagination,
.pageOut .swiper-pagination {
    bottom: 0
}

.pageInner .swiper-pagination span,
.pageOut .swiper-pagination span {
    width: .17rem;
    height: .17rem;
    background: #d3d3d3;
    opacity: 1
}

.pageInner .swiper-pagination span.swiper-pagination-bullet-active,
.pageOut .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fd5557
}

.pageOut {
    padding-bottom: .4rem
}

.pageInner .swiper-pagination {
    bottom: .1rem
}

.pageInner .swiper-pagination span {
    background: #fff
}

.chooseNav {
    padding: 0 .3rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem
}

.chooseNav .swiper-slide {
    width: 49%;
    box-sizing: border-box;
    border: .02rem solid #ec2f3c;
    font-size: .32rem;
    line-height: .76rem;
    color: #ec2f3c;
    text-align: center;
    background: linear-gradient(to right, #FDFDFD, #EEE);
    position: relative
}

.chooseNav .swiper-slide.swiper-slide-thumb-active {
    background: linear-gradient(to right, #FA6043, #EB2F43);
    color: #fff;
    font-weight: bold
}

.chooseNav .swiper-slide.swiper-slide-thumb-active::after {
    content: "";
    border-top: .16rem solid #ec2f3c;
    border-left: .16rem solid rgba(0, 0, 0, 0);
    border-right: .16rem solid rgba(0, 0, 0, 0);
    position: absolute;
    left: calc(50% - .08rem);
    top: 100%
}

.chooseCont {
    width: 100vw;
    overflow: hidden;
    animation: reverse;
    margin-top: 0.5rem
}




.chooseNav1 {
    padding: 0 .3rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem
}

.chooseNav1 .swiper-slide {
    width: 49%;
    box-sizing: border-box;
    border: .02rem solid #ec2f3c;
    font-size: .32rem;
    line-height: .76rem;
    color: #ec2f3c;
    text-align: center;
    background: linear-gradient(to right, #FDFDFD, #EEE);
    position: relative
}

.chooseNav1 .swiper-slide.swiper-slide-thumb-active {
    background: linear-gradient(to right, #FA6043, #EB2F43);
    color: #fff;
    font-weight: bold
}

.chooseNav1 .swiper-slide.swiper-slide-thumb-active::after {
    content: "";
    border-top: .16rem solid #ec2f3c;
    border-left: .16rem solid rgba(0, 0, 0, 0);
    border-right: .16rem solid rgba(0, 0, 0, 0);
    position: absolute;
    left: calc(50% - .08rem);
    top: 100%
}

.chooseCont1 {
    width: 100vw;
    overflow: hidden;
    animation: reverse;
    margin-top: 0.5rem
}

.chooseCont5 {
    width: 100vw;
    overflow: hidden;
    animation: reverse;
    margin-top: 0.5rem
}


.chooseNav2 {
    padding: 0 .3rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem
}

.chooseNav2 .swiper-slide {
    width: 32%;
    box-sizing: border-box;
    border: .02rem solid #ec2f3c;
    font-size: .32rem;
    line-height: .76rem;
    color: #ec2f3c;
    text-align: center;
    background: linear-gradient(to right, #FDFDFD, #EEE);
    position: relative
}

.chooseNav2 .swiper-slide.swiper-slide-thumb-active {
    background: linear-gradient(to right, #FA6043, #EB2F43);
    color: #fff;
    font-weight: bold
}

.chooseNav2 .swiper-slide.swiper-slide-thumb-active::after {
    content: "";
    border-top: .16rem solid #ec2f3c;
    border-left: .16rem solid rgba(0, 0, 0, 0);
    border-right: .16rem solid rgba(0, 0, 0, 0);
    position: absolute;
    left: calc(50% - .08rem);
    top: 100%
}

.chooseCont2 {
    width: 100vw;
    overflow: hidden;
    animation: reverse;
    margin-top: 0.5rem
}

.chooseNav4 {
    padding: 0 .3rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem
}

.chooseNav4 .swiper-slide {
    width: 49%;
    box-sizing: border-box;
    border: .02rem solid #ec2f3c;
    font-size: .32rem;
    line-height: .76rem;
    color: #ec2f3c;
    text-align: center;
    background: linear-gradient(to right, #FDFDFD, #EEE);
    position: relative
}

.chooseNav4 .swiper-slide.swiper-slide-thumb-active {
    background: linear-gradient(to right, #FA6043, #EB2F43);
    color: #fff;
    font-weight: bold
}

.chooseNav4 .swiper-slide.swiper-slide-thumb-active::after {
    content: "";
    border-top: .16rem solid #ec2f3c;
    border-left: .16rem solid rgba(0, 0, 0, 0);
    border-right: .16rem solid rgba(0, 0, 0, 0);
    position: absolute;
    left: calc(50% - .08rem);
    top: 100%
}

.chooseCont4 {
    width: 100vw;
    overflow: hidden;
    animation: reverse;
    margin-top: 0.5rem
}


.copyright {
    width: 100%;
    background: linear-gradient(to right, #FF7146, #EC2F3E);
    font-size: .22rem;
    color: #fff;
    text-align: center;
    padding: .5rem 0 .6rem;
    line-height: .35rem;
    margin-top: .4rem;
    padding-bottom: 1rem;
}

.copyright h3 {
    font-size: .3rem
}

.copyright p {
    margin: .2rem 0 .3rem
}

.buzhang_div1 {
    background: #d6120b;
}

.buzhang_div1 p {
    text-align: left;
    font-size: 14px !important;
    color: #fff !important;
    line-height: 25px;
}

.jianyan_div {
    width: 94%;
    margin: 0 auto;
}

.plist1 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    border-bottom: 1px dotted #efefef;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
}

.plist1_img {
    flex: 1;
}

.plist1_img img {
    border-radius: 50%;
}

.plist1_p {
    flex: 4;
    padding-left: 0.2rem;
    font-size: 14px;
    color: #000;
    line-height: 28px;
}

.lhsj_h2 {
    background: linear-gradient(to bottom, #FA6043, #EB2F43);
    color: #fff;
    font-size: 14px;
    padding: 2px 5px;
    position: absolute;
    top: 0;
    left: 10px;
}







.namelist {
    width: 100%;
    display: none;
}

.nameTitle {
    font-size: 0.38rem;
    text-align: center;
    color: #EB2518;
    margin-bottom: 0.26rem;
}

.nameitem {
    margin-top: 0.06rem;
    overflow: hidden;
}

.nameitem h2 {
    width: calc(100% - 0.6rem);
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: linear-gradient(#FA452C, #CB0101);
    letter-spacing: 0.02rem;
    line-height: 0.8rem;
    box-shadow: 0.01rem 0.01rem 0 #8C0101;
}

.nameitem.nameitemCur h2 {
    padding-bottom: 0.15rem;
    position: relative;
}

.nameitem.nameitemCur h2::after,
.nameitem.nameitemCur h2::before {
    content: '';
    position: absolute;
    left: 48.5%;
    width: 0.23rem;
    height: 0.23rem;
    border: 0.02rem solid rgba(255, 255, 255, 0.7);
    border-left: none;
    border-top: none;
    transform: rotate(40deg) skew(-10deg);
}

.nameitem.nameitemCur h2::before {
    bottom: 0.1rem;
}

.nameitem.nameitemCur h2::after {
    bottom: 0.17rem;
}


.nameAll h3 {
    text-align: center;
    position: relative;
    line-height: 1.05rem;
}

.nameAll h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 0.01rem solid #E52719;
}

.nameAll h3 span {
    font-size: 0.32rem;
    color: #EB2518;
    padding: 0 0.2rem;
    background: #fff;
    position: relative;
}

.namephoto {
    display: flex;
    justify-content: center;
    margin-bottom: 0.2rem;
}

.namephoto li {
    text-align: center;
    width: 33.3333%;
    flex-grow: 1;
}

.namephoto p a {
    font-size: 0.4rem;
    color: #EB2518;
    font-weight: bold;
    line-height: 0.75rem;
}

.namephoto_big img {
    width: 3.7rem;
}

.namephoto_middle img {
    width: 2.56rem;
}

.namephoto_small {
    justify-content: unset;
    flex-wrap: wrap;
    /* column-gap: 0.7rem; */
    row-gap: 0.3rem;
    /* padding: 0 calc((100% - 1.72rem * 3 - 1.4rem)/2); */
    box-sizing: border-box;
}

.namephoto_small p a {
    font-size: 0.32rem;
    color: #000;
    font-weight: normal;
    line-height: 0.55rem;
}

.namephoto_small img {
    width: 1.72rem;
}

.namephoto_text {
    padding: 0 0.5rem;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
    display: block;
}


.namephoto.namephoto_text p a {
    font-size: 0.32rem;
    line-height: 0.5rem;
}

.pageOut1 .swiper-slide img { width:250px; height:380px}