/* banner轮播部分开始 */
.swiper01{
    position: relative;
    height: 580px;}

.swiper01 a{
    display: block;
    width: 100%;
    height: inherit;}

.swiper01 img{
    width: 100%;
    height: inherit;}

.swiper01 .swiper-pagination-banner{
    max-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: calc(90% - 200px) !important;
    bottom: 10% !important;
    z-index: 98;
    margin-right: 0;}

.swiper01 .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    border-radius: 50%;
    margin: 5px 0 !important;}

.swiper01 .swiper-pagination-bullet-active{
    background: #A91E17;
    border: 1px solid #F6ECE5;
    border-radius: 50%;}

.swiper01 .swiperTotalPage{
    position: absolute;
    left: calc(10% + 200px);
    transform: translateX(-50%);
    bottom: 10%;
    z-index: 98;
    display: flex;
    flex-direction: column;}

.swiper01 .swiperTotalPage span{
    margin: 6px 0;
    position: relative;}

.swiper01 .swiperTotalPage span::before{
    content: "";
    width: 18px;
    height: 1px;
    background: rgba(255, 255, 255, 0.48);
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);}

.swiper01 .currentPage::before{
    width: 30px !important;
    background: white !important;}

.swiper01 .currentPage{
    color: #F6EDE6;
    font-size: 1.1em;
    padding-left: 30px;}
/* banner轮播部分结束 */

/* 内容部分开始 */
.content{
    width: 100%;
    height: auto;
    background: url(../images/pc/index_bg1.jpg) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 3.3em 8vw;
    font-size: 18px;}

/* 公共标题开始 */
.title{
    width: 100%;
    height: auto;
    font-size: 18px;
    margin-bottom: 1.5em;}

.moName{
    position: relative;}

.moName h3{
    font-size: 2em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #41372A;}

.moName p{
    font-size: 1.4em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #D1C2B4;
    margin-left: 0.5em;}

.moName::before{
    content: "";
    width: 2.2em;
    height: 2.2em;
    background: url(../images/pc/index_title.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    left: -0.8em;}

.moName::after{
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background: #A91E17;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: -1.1em;}

.loadMore{
    width: 3.8em;
    height: 1.8em;
    background: #EEEAE6;
    border-radius: 5px;}

.loadMore a{
    width: 100%;
    height: inherit;}

.loadMore p{
    font-size: 0.7em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #B7B6B5;
    line-height: 1.9em;}

.loadMore img{
    width: 0.6em;
    height: 0.6em;
    margin-left: 0.2em;}

.loadMore img:nth-child(3){
    display: none;}

.loadMore:hover img:nth-child(2){
    display: none;}

.loadMore:hover img:nth-child(3){
    display: block;}

/* 公共标题结束 */

/* 新闻部分开始 */
.news{
    width: 65%;
    box-sizing: border-box;
    padding: 0 1.5em;}

.newsL{
    width: 27em;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #CCC7C1;}
.newsR{
    width: calc(100% - 27em);
    box-sizing: border-box;
    padding-left: 1em;}

.swiper02{
    width: inherit;
    position: relative;}


.swiper02 a{
    display: block;
    width: inherit;}

.swiper02 .imgBox{
    overflow: hidden;}

.swiper02 img{
    width: 100%;
    height: 20.8em;
    transition: all 1s;}

.swiper02 p{
    font-size: 1.1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #41372A;
    line-height: 3em;
    box-sizing: border-box;
    padding: 0 1em;
    transition: all 1s;}

.swiper02 .swiper-slide:hover img{
    transform: scale(1.1);}

.swiper02 .swiper-slide:hover p{
    color: #A91E17;}

.swiper02 .swiper-pagination01{
    position: absolute;
    bottom: 20% !important;
    text-align: center;
    z-index: 98;
    display: flex;
    justify-content: center;
    align-items: center;}

.swiper02 .swiper-pagination-bullet, .swiperContent .swiper-pagination-bullet{
    width: 0.6em;
    height: 0.6em;
    box-sizing: border-box;
    border: 0.1em solid #D1C2B4;
    border-radius: 50%;
    opacity: 1;
    background: none;
    margin: 0 5px !important;}

.swiper02 .swiper-pagination-bullet-active, .swiperContent .swiper-pagination-bullet-active{
    width: 0.8em;
    height: 0.8em;
    background: #FFFFFF;
    border: 0.2em solid #A91E17;
    border-radius: 50%;}

.newsF{
    border-bottom: 1px solid #E7E7E8;
    padding-bottom: 1em;}

.ntR{
    width: 8.8em;
    height: 6.6em;
    overflow: hidden;}

.ntR img{
    width: 100%;
    height: inherit;
    transition: all 1s;}

.newsF:hover img{
    transform: scale(1.1);}

.newsF:hover h3{
    color: #A91E17;}

.newsF:hover .ntL p{
    color: #333333;}

.ntL{
    width: calc(100% - 8.8em);}

.ntL h3{
    width: 90%;
    max-height: 4.3em;
    font-size: 1.1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #41372A;
    line-height: 2em;}

.ntL p:nth-child(2){
    font-size: 1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #A19A92;
    line-height: 2em;
    transition: all 1s;}

.ntL p:nth-child(3){
    font-size: 0.8em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: rgba(188, 180, 172, 0.78);
    transition: all 1s;}

.newsItem{
    padding-bottom: 1em;
    border-bottom: 1px solid #E7E7E8;}

.itemT img{
    width: 1.1em;
    height: 1.1em;
    margin-right: 0.5em;}

.itemT p{
    width: calc(100% - 2.1em);
    font-size: 1.1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #41372A;
    line-height: 3em;
    transition: all 1s;}

.newsItem > a > p{
    font-size: 1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #A19A92;
    transition: all 1s;}

.newsItem:hover .itemT p{
    color: #A91E17;}

.newsItem:hover a > p{
    color: #333333;}
/* 新闻部分结束 */

/* 通知公告部分开始 */
.notice{
    width: 35%;
    box-sizing: border-box;
    padding: 0 1.5em;}

.nList{}

.nItem{
    box-sizing: border-box;
    padding: 0.9em 0.2em;
    border-bottom: 1px solid #B29983;}

.noticeL{
    width: 100px;
    position: relative;}

.noticeL::after{
    content: "";
    width: 1px;
    height: 3.6em;
    background: #D1C2B4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;}

.noticeL h3{
    font-size: 2.7em;
    font-family: Times New Roman;
    color: #41372A;
    transition: all 1s;}

.noticeL p{
    font-size: 1em;
    font-family: Times New Roman;
    font-weight: 400;
    color: #41372A;
    transition: all 1s;}

.noticeR{
    width: calc(100% - 100px);}

.noticeR p{
    max-height: 4.4em;
    font-size: 1.1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #41372A;
    line-height: 2em;
    transition: all 1s;}

.nItem:hover h3, .nItem:hover p, .nItem:hover .noticeR p{
    color: #A5190E;}
/* 通知公告部分结束 */

/* 内容部分结束 */

/* 学术研究部分开始 */
.academic{
    width: 100%;
    height: auto;
    background: url(../images/pc/index_bg2.jpg) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 3.3em 8vw;
    font-size: 18px;}

.acaL{
    width: 65%;}

.swiperContent{
    position: relative;}

.acaR{
    width: 35%;
    box-sizing: border-box;
    padding-left: 1.5em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;}

.swiper03{
    width: 32.2em;
    height: 24.1em;
    margin: 0;}

.acaDetails{
    width: calc(100% - 32.2em);
    background: url(../images/pc/index_tu6.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 3em 1em;}

.swiper03 a{
    display: block;
    width: inherit;
    height: inherit;}

.swiper03 img{
    width: 100%;
    height: inherit;}

.swiper-pagination02{
    width: 100%;
    position: absolute;
    bottom: 6% !important;
    z-index: 98;
    display: flex;
    justify-content: center;
    align-items: center;}

.swiper-button-prev, .swiper-button-next{
    width: 2.8em;
    height: 2.8em;
    background: none;}

.swiper-button-prev img, .swiper-button-next img{
    width: inherit;
    height: inherit;}

.swiper-button-prev img:nth-child(2), .swiper-button-next img:nth-child(2){
    display: none;}

.swiper-button-prev:hover img:nth-child(2), .swiper-button-next:hover img:nth-child(2){
    display: block;}

.swiper-button-prev:hover img:nth-child(1), .swiper-button-next:hover img:nth-child(1){
    display: none;}

.acaD{
    display: none;}

.acaD:first-child{
    display: block;}

.acaD h3{
    max-height: 4.2em;
    font-size: 1.1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 2.2em;
    border-bottom: 1px solid #D1BCA8;
    padding-bottom: 0.5em;
    margin-bottom: 1em;}

.acaD > p{
    max-height: 4em;
    font-size: 1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #ECDFD4;
    line-height: 2em;
    margin-bottom: 1em;}

.acaMore{
    width: 9.9em;
    height: 3em;
    background: rgba(214, 190, 169, 0.7);
    box-sizing: border-box;
    border: 1px solid rgba(214, 190, 169, 0.7);
    transition: all 1s;}

.acaMore a{
    width: inherit;
    height: inherit;}

.acaMore a p{
    font-size: 0.8em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #E5D7CB;
    transition: all 1s;}

.acaMore a img{
    width: 0.6em;
    height: 0.6em;
    margin-left: 0.5em;}

.acaMore a img:nth-child(3){
    display: none;}

.acaMore:hover{
    background: #F0EAE5;
    border: 1px solid #A5190E;}

.acaMore:hover a p{
    color: #A5190E;}

.acaMore:hover a img:nth-child(3){
    display: block;}

.acaMore:hover a img:nth-child(2){
    display: none;}

.acaItem{
    background: url(../images/pc/index_tu7.png) no-repeat;
    background-size: 100% 100%;}

.acaCover{
    width: 8.8em;
    height: 7.2em;
    overflow: hidden;}

.acaCover img{
    width: inherit;
    height: inherit;}

.acaInfo{
    width: calc(100% - 8.8em);
    box-sizing: border-box;
    padding: 0 0.5em;}

.acaInfo h3{
    font-size: 1.1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #41372A;
    line-height: 2.5em;
    border-bottom: 1px solid#AE967C;
    transition: all 1s;}

.acaInfo p{
    transition: all 1s;}

.acaInfo p:nth-child(2){
    font-size: 1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #8E7761;
    line-height: 2em;}

.acaInfo p:nth-child(3){
    font-size: 0.8em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #8E7762;
    line-height: 2em;}

.acaItem:hover .acaInfo h3{
    color: #A5190E;}

.acaItem:hover .acaInfo p{
    color: #333333;}

/* 学术研究部分结束 */

/* 专业简介部分开始 */
.major{
    width: 100%;
    height: auto;
    background: url(../images/pc/index_bg3.jpg) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 3.3em 8vw;
    font-size: 18px;}

.tags{
    align-items: flex-start;
    margin-top: 4em;}

.tagL{
    background: #FFFFFF;
    border: 1px solid #B09987;
    position: relative;
    transform: all 1s;}

.tagL a{
    min-width: 100px;
    min-height: 26.6em;
    box-sizing: border-box;
    padding: 4em 2em 0;
    flex-direction: row;
    justify-content: center;}

.tagL::after{
    content: "";
    width: 1.1em;
    height: 2em;
    background: url(../images/pc/index_tu12.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);}

.tagNum{
    width: 4em;
    height: 4em;
    background: white;
    /*border: 1px solid #b09987;*/
    text-align: center;
    line-height: 4em;
    position: absolute;
    top: -2em;
    left: 50%;
    transform: translateX(-50%);
    color: #B39A84;}

.tagNum span{
    font-size: 2.3em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;}

.tagL a p:nth-child(2){
    width: 1.5em;
    font-size: 1.5em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #41372A;}

.tagL a p:nth-child(3){
    width: 1.1em;
    font-size: 1.1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #B39A84;
    text-align: center;}


.tagR{
    position: relative;
    max-width: 800px;}

.tagR:nth-child(4), .tagR:nth-child(6), .tagR:nth-child(8){
    display: none;}

.tagD{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);}

.tagD p{
    max-height: 5.5em;
    font-size: 1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #E2D1C2;
    line-height: 2em;
    box-sizing: border-box;
    padding: 1em;}

/* 活跃卡片 */
.activeTagL{
    background: #F0EAE5;}

.activeTagL a{
    background: url(../images/pc/index_tu9.png) no-repeat left bottom;
    background-size: 100%;}
/*.activeTagL .tagNum{*/
.tagNum{
    background: url(../images/pc/zhuanyejianjie1.png) no-repeat;
    /*background: url(../images/pc/index_tu10.png) no-repeat;*/
    background-size: 100%;
    color: white;}

/* 专业简介部分结束 */





/* 响应式处理开始 */
@media screen and (max-width: 1700px) {
    .tagL, .tagR{
        margin-right: 1%;}
}

@media screen and (max-width: 1600px) {
    .swiper03{
        width: 28.2em;}

    .content, .academic, .major{
        padding: 3.3em 4vw;}
    
    .acaDetails{
        width: calc(100% - 28.2em);}

    .tagL a{
        min-width: 110px;
        min-height: 480px;}

    .tagR img{
        width: 100%;
        height: auto;
        min-height: 480px;}
}

@media screen and (max-width: 1400px) {
    .swiper01{
        height: 450px;}

    .content, .academic, .major{
        padding: 3.3em 2vw;}

    .news{
        padding-left: 0;}
}

@media screen and (max-width: 1199px) {
    .swiper01{
        height: 370px;}

    .swiper01 .swiperTotalPage{
        display: none;}

    .swiper01 .swiper-pagination-banner{
        flex-direction: row;
        justify-content: center;
        left: 50% !important;
        transform: translateX(-50%);}

    .swiper01 .swiper-pagination-bullet{
        margin: 0 5px !important;}

    .content, .academic, .major{
        display: block;
        padding: 3.3em 4vw;}
    
    .academic{
        height: 600px;
        margin-bottom: 480px;}

    .news{
        width: 100%;
        padding: 0;}

    .notice{
        width: 100%;
        margin-top: 3em;
        padding: 0;}

    .acaC{
        display: block;}

    .acaL{
        width: 100%;}

    .tagL::after{
        bottom: 50%;
        transform: translateY(50%);}

    .acaR{
        width: 100%;
        padding: 0;
        margin-top: 50px;}

    .acaItem{
        margin-top: 1em;}

    .tags{
        flex-direction: column;}

    .tagL{
        width: 100%;
        margin-bottom: 1em;}

    .tagL a{
        width: 100%;
        min-width: 0;
        height: auto;
        min-height: 0;
        display: block;

        box-sizing: border-box;
        padding: 1.2em 2em;
        margin-right: 0;}

    .tagR{
        margin-bottom: 1em;
        margin-right: 0;}

    .tagNum{
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);}

    .tagL a p:nth-child(2), .tagL a p:nth-child(3){
        display: inline-block;
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        padding-left: 72px;}

    .tagL::after{
        left: 90%;}
}

@media screen and (max-width: 998px) {
    .swiper01{
        height: 300px;}

    .swiper01 .swiper-pagination-bullet{
        width: 8px;
        height: 8px;}

    .content, .academic{
        padding: 2em 4vw;}

    .title{
        font-size: 16px;}

    .academic{
        height: 650px;
        margin-bottom: 415px;}

    .swiperContent{
        position: static;}

    .acaL{
        position: relative;
        margin-bottom: 5em;}

    .swiper-pagination02{
        bottom: -11% !important;
        transform: translateY(50%);}

    .swiper-button-prev, .swiper-button-next{
        top: 105%;
        z-index: 98;
        transform: translateY(50%);}

    .swiper-button-prev{
        left: 35%;}

    .swiper-button-next{
        right: 35%;}
}

@media screen and (max-width: 830px){
    .newsWrap{
        display: block;}

    .newsL{
        width: 100%;}

    .newsR{
        width: 100%;
        margin-top: 2em;
        padding: 0;}

    .swiper02 img{
        height: 28em;}

    .swiperContent{
        width: 60%;
        height: auto;}

    .swiper03{
        width: 100%;}

    .acaDetails{
        width: 40%;
        padding: 1em;}

    .acaMore{
        width: 6em;
        height: 2em;}

    .major{
        font-size: 16px;}

    .tagR img{
        width: 100%;
        height: auto;
        min-height: 0;}
}

@media screen and (max-width: 768px) {
    .swiper01{
        height: 240px;}

    .swiper02 img{
        height: 24em;}

    .notice{
        margin-top: 2em;}
}

@media screen and (max-width: 600px) {
    .swiper02 img{
        height: 22em;}

    .content, .academic{
        padding: 1.8em 4vw;}

    .title{
        font-size: 14px;}

    .academic{
        height: 400px;}

    .swiper-button-prev, .swiper-button-next{
        width: 2em;
        height: 2em;}

    .acaL{
        margin-bottom: 3em;}

    .swiper03{
        height: auto;}

    .acaD h3{
        font-size: 0.8em;
        height: 90px;
        border-bottom: none;
        -webkit-line-clamp: 3;
        margin-bottom: 1em;}

    .acaD > p{
        font-size: 0.6em;}

    .acaD > p:nth-child(2){
        display: none;}

    .acaMore a p{
        font-size: 0.6em;}

    .acaMore a img{
        width: 0.4em;
        height: 0.4em;}

    .tagL a{
        padding: 1.5em 2em;}

    .major{
        font-size: 14px;}
}

@media screen and (max-width: 540px) {
    .swiper01{
        height: 170px;}

    .swiper02 img{
        height: 20em;}

    .title{
        font-size: 12px;}

    .content{
        font-size: 16px;}

    .swiper03{
        height: 229px;}

    .major{
        font-size: 12px;}
}

@media screen and (max-width: 460px) {
    .swiper01{
        height: 130px;}

    .swiper02 img{
        height: 16em;}

    .content, .academic{
        padding: 1em 4vw;
        font-size: 14px;}

    .title{
        font-size: 10px;}

    .notice{
        margin-top: 1.5em;}

    .loadMore{
        font-size: 14px;}

    .noticeL{
        width: 80px;}

    .noticeR{
        width: calc(100% - 80px);}

    .swiper-button-prev, .swiper-button-next{
        top: 108%;}

    .swiper-button-prev{
        left: 34%;}

    .swiper-button-next{
        right: 34%;}

    .swiper03{
        height: 180px;}

    .academic{
        margin-bottom: 240px;}

    .major{
        font-size: 10px;}
}


/* 响应式处理结束 */