@font-face {
    font-family: KTXP-Kaguya-Serif-Bold;
src:
         url(../font/jiyinghuipianhuisong.jpg), 
         url(../font/jiyinghuipianhuisong.jpg), 
         url(../font/jiyinghuipianhuisong.jpg)}

@font-face {
    font-family: SourceHanSerifSC;
src:
        /* url(../font/sourcehanserifsc-regular.jpg),  */
        /* url(../font/sourcehanserifsc-regular.jpg), */
         url(../font/sourcehanserifsc-regular.jpg)}

/* banner菜单样式 */
.winstyle282523, .winstyle282523 span, .winstyle282523 a, .winstyle282523 td{
    color: white;}


/* 网站头部部分开始 */
.header{
    width: 100%;
    height: 118px;
    box-sizing: border-box;
    padding:  0 8vw;
    background: url(../images/pc/index_top_bg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 18px;}

.logo img{
    width: 25em;
    height: 3.7em;}

.topR{
    min-width: 660px;}

.topTools{
    width: 370px;
    color: #EBD8C7;}

.topTools a img{
    width: 20px;
    height: 20px;
    margin-right: 5px;}

.topTools a span{
    font-size: 16px;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #EBD8C7;}

.searchForm{
    position: relative;}

.searchInput{
    width: 278px;
    height: 46px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid #B39A84;
    border-radius: 23px;
    box-sizing: border-box;
    padding: 0 50px 0 20px;
    outline: none;

    font-size: 16px;
    color: rgba(239, 215, 195, 0.66);
    font-family: SourceHanSerifSC;}

.searchInput::placeholder{
    font-size: 16px;
    color: rgba(239, 215, 195, 0.66);
    font-family: SourceHanSerifSC;}

.searchBtn{
    width: 22px;
    height: 22px;
    background: url(../images/pc/index_top_ico04.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;}


.headerTools{
    display: none;}

.headerTools .en a{
    display: block;
    width: 2.5em;
    height: 2.5em;
    background: rgba(255, 255, 255, 0.08);
    border: 0.16em solid #B39A84;
    border-radius: 50%;
    text-align: center;
    line-height: 2.5em;

    font-size: 1.2em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: normal;
    color: #F3E5D5;}

.headerTools .en:nth-child(2){
    margin: 0 5%;}

.headerTools img{
    width: 2.7em;
    height: 2.7em;}

.headerTools .closeIcon{
    display: none;}
/* 网站头部部分结束 */

/* pc导航部分开始 */
.navPC{
    width: 100%;
    height: 65px;
    background: #A08B74;
    box-sizing: border-box;
    padding:  0 8vw;}

.firstN .navItem{
    width: 100%;
    min-width: 70px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    box-sizing: border-box;
    background: #A08B74;
    border-bottom: 3px solid #A08B74;
    transition: all 1s;
    position: relative;}

.navItem > a{
    font-size: 20px;
    color: #F0E1CD;
    font-family: KTXP-Kaguya-Serif-Bold;}

.navItem:hover{
    background: #A91E17;
    border-bottom: 3px solid #F3DFCD;}

.secondN{
    display: none;
    z-index: 98;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 9px);

    width: 210px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;}

/* 三角形样式 */
.secondN::before{
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid white;}

.secondN li{
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: white;
    transition: all .5s;
    position: relative;}

.secondN li a{
    display: block;
    width: 100%;
    height: inherit;
    color: #A08B74;
    transition: all .5s;
    font-family: KTXP-Kaguya-Serif-Bold;}

.secondN li:hover{
    background: #A08B74;}

.secondN > li:hover > a{
    color: white;}

.thirdN{
    display: none;
    width: 210px;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
    background: white;
    position: absolute;
    top: 0;
    left: calc(100% + 10px);}

.thirdN > li:hover > a{
    color: white;}
/* pc导航部分结束 */

/* mo导航部分开始 */
.navMO{
    display: none;
    position: fixed;
    top: 118px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    background: #F7F7F7;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 18px;
    z-index: 99;}

.navMoT{
    width: 100%;
    max-width: 800px;
    margin: 50px auto 0;}

.navMO .searchForm{
    width: calc(100% - 10em);}

.downLoad{
    width: 9em;
    height: 3.8em;
    background: white;
    border-radius: 2.8em;
    margin-left: 1em;}

.downLoad a{
    width: 100%;
    height: inherit;}

.downLoad img{
    width: 1.5em;
    height: 1.5em;}

.downLoad p{
    font-size: 1.1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    color: #D0B69F;}













.seaInput{
    width: 100%;
    height: 3.8em;
    background: #FFFFFF;
    box-shadow: 0 0.27em 0.8em 0 rgba(90, 75, 61, 0.05);
    border-radius: 2.8em;
    border: none;
    outline: none;

    font-size: 1.1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    color: #D0B69F;
    box-sizing: border-box;
    padding: 0 1.1em 0 3.8em;}

.seaInput::placeholder{
    font-size: 1.1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    color: #D0B69F;}

.searchIcon{
    width: 1.6em;
    height: 1.6em;
    background: url(../images/mo/mo_tu2.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.5em;}

.menuList{
    width: 100%;
    max-width: 800px;
    margin: 1.1em auto 0;}

.menuItem{
    border-bottom: 1px solid #EADBD9;
    box-sizing: border-box;
    padding: 0 0.8em 0 2.2em;
    position: relative;}

.menuItem::before{
    content: "";
    width: 0.7em;
    height: 0.7em;
    background: #93765E;
    border-radius: 50%;
    position: absolute;
    top: 3.3em;
    transform: translateY(-50%);
    left: 0.5em;}

.menuItem > a h3{
    font-size: 1.7em;
    font-family: KTXP-Kaguya-Serif-Bold;
    color: #333333;
    line-height: 4em;}

.menuItem > a img{
    width: 2em;
    height: 2em;}

.menuItem > a img:nth-child(3){
    display: none;}

.menuItem > a:hover img:nth-child(2){
    display: none;}

.menuItem > a:hover img:nth-child(3){
    display: block;}

.secondM, .thirdM{
    margin-left: 2.7em;
    display: none;}

.secondM > li >a, .thirdM > li >a{
    font-size: 1.5em;
    font-family: KTXP-Kaguya-Serif-Bold;
    color: #666666;
    line-height: 3.3em;}

/* mo导航部分结束 */



/* footer部分开始 */
.footer{
    width: 100%;
    font-size: 18px;}

.footerT{
    box-sizing: border-box;
    padding:  2em 8vw 0;
    background: url(../images/pc/footer_bg1.jpg) no-repeat;
    background-size: 100% 100%;}

.footerL{
    width: calc(100% - 280px);
    height: auto;
    box-sizing: border-box;
    padding-right: 5%;}

.links{
    margin-bottom: 3em;}

.links a{
    font-size: 1.1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #E0CCBA;}

.links a:hover{
    color: white;}

.contact{
    width: 100%;
    flex-wrap: wrap;}

.conItem{
    margin-right: 5%;
    margin-bottom: 1em;}

.conItem:last-child{
    margin-right: 0;}

.conItem img{
    width: 2.5em;
    height: 2.5em;
    margin-right: 0.5em;}

.conItem p{
    font-size: 1.1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #B39A84;
    white-space: nowrap;}

.footerR{
    width: 280px;}

.qrCode{
    text-align: center;}

.qrCode img{
    width: 6.6em;
    height: 6.6em;}

.qrCode p{
    font-size: 1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #B39A84;
    line-height: 2em;}

.footerLin{
    border-top: 1px solid rgba(90, 72, 55, 0.73);}

.footerLin a{
    font-size: 1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #B39A84;
    line-height: 3em;
    margin: 0 1.5em;}

.footerB{
    width: 100%;
    height: auto;
    background: #78614D;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 1em;}

.footerB p, .footerB p a{
    font-size: 1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #C0AB99;
    line-height: 2em;}

.footerB p:first-child{
    margin-right: 10px;}


/* footer部分结束 */


/* 内页banner部分开始 */
.banner{
    width: 100%;
    height: auto;
    position: relative;
    font-size: 18px;}

.banner > img{
    width: 100%;
    height: auto;}

.bannerT{
    display: none;
    position: absolute;
    left: 5%;
    bottom: 10%;}

.bannerT img{
    width: 0.9em;
    height: 0.9em;
    margin-right: 0.5em;}

.bannerT p, .bannerT p a {
    font-size: 0.9em;
    font-family: KTXP-Kaguya-Serif-Bold;
    color: #FFFFFF;}
/* 内页banner部分结束 */

/* 内页正文公共部分开始 */
.main{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 12vw 2em;
    background: #F7F7F7;
    font-size: 18px;
    background: url(../images/pc/inner_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;}

.mainL{
    width: 14.6em;
    height: auto;}

.menuTitle{
    width: inherit;
    height: 5em;
    background: url(../images/pc/ny_left_navbg.png) no-repeat;
    background-size: 100% 100%;
    line-height: 5em;
    box-sizing: border-box;
    padding: 0 2em;
    margin-top: -3em;
    position: relative;}

.menuTitle p{
    font-size: 1.5em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #F0E1CD;}

.menuTitle img{
    display: none;
    width: 2.7em;
    height: 2.7em;}

.firstL{
    width: inherit;
    height: auto;}

.firstL > li{
    width: inherit;
    min-height: 3em;
    background: #F0EAE5;
    border-bottom: 3px solid white;}

.firstL > li > a{
    width: 100%;
    height: inherit;
    box-sizing: border-box;
    padding: 0 2em;
    line-height: 3em;}

.firstL > li:last-child{
    border-bottom: none;}

.firstL > li > a >img{
    width: 0.6em;
    height: 0.6em;}

.firstL > li > a >img:nth-child(3){
    display: none;}

.firstL > li > a > p{
    font-size: 1em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #2A1E13;}

.firstL > li:hover{
    background: white;
    border-color: #A5190E;}

.firstL > li > a:hover img:nth-child(3){
    display: block;}

.firstL > li > a:hover img:nth-child(2){
    display: none;}

.firstL > .activeFirstL{
    background: white;
    border-color: #A5190E;}

.firstL > .activeFirstL > a img:nth-child(3){
    display: block;}

.firstL > .activeFirstL > a img:nth-child(2){
    display: none;}

.secondL{
    /*display: none;*/
    box-sizing: border-box;
    padding: 0 3em;}

.secondL > li >a{
    font-size: 0.8em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #2A1E13;
    line-height: 1.5em;
    display: block;
    padding: 1em 0;}

.secondL > li > a:hover{
    color: #AB271D;}

.mainR{
    width: calc(100% - 14.6em);
    box-sizing: border-box;
    padding-left: 1.5em;}

.conTitle{
    border-bottom: 1px solid rgba(188, 184, 181, 0.26);
    margin-bottom: 2em;}

.conTitle h3{
    font-size: 1.2em;
    font-family: KTXP-Kaguya-Serif-Bold;
    font-weight: bold;
    color: #2A1E13;
    line-height: 3em;}

.conTitle img{
    width: 0.8em;
    height: 0.8em;
    margin-right: 0.5em;}

.conTitle div p, .conTitle div p a{
    font-size: 0.8em;
    font-family: SourceHanSerifSC;
    font-weight: 400;
    color: #575757;}

.conTitle div p a:last-child{
    color: #A5190E;}

/* 内页正文公共部分结束 */

/* 分页部分开始 */
.pagingTools{
    width: 100%;
    margin-top: 50px;
    font-size: 18px;}

.pagePc{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;}

.pagingTools a{
    /* display: block; */
    width: 100%;
    height: 100%;
    color: #666666;
    font-size: 1em;}

.pagingTools ul{
    display: flex;
    align-items: center;}

.pagingTools .prev, .pagingTools .next{
    width: 2.5em;
    height: 2.5em;
    background: rgba(188, 184, 181, 0.27);
    text-align: center;
    line-height: 2.5em;
    transition: all 1s;}

.pagingTools .prev{
    margin-right: 1.1em;}

.pagingTools .next{
    margin-left: 1.1em;}

.pagingTools .prev:hover, .pagingTools .next:hover{
    background: #816E5D;}

.pagingTools .prev:hover a, .pagingTools .next:hover a{
    color: white;}

.pagingTools ul li{
    width: 2.5em;
    height: 2.5em;
    background: rgba(188, 184, 181, 0.27);
    text-align: center;
    line-height: 2.5em;
    margin: 0 2px;
    transition: all 1s;}

.pagingTools ul li:hover{
    background: #816E5D;}

.pagingTools ul li:hover a{
    color: white;}

.pageActive{
    background: #816E5D !important;}

.pageActive a{
    color: white;}

.pagingTools .prev a, .pagingTools .next a{
    display: flex;
    justify-content: center;
    align-items: center;}

@media screen and (max-width: 600px) {
    .pagingTools{
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;}

    .pagingTools ul{
        display: none;}

    .pagingTools .prev{
        margin-right: 5px;}

    .pagingTools .next{
        margin-left: 5px;}
}


/* 分页部分结束 */






/* 响应式处理开始 */
@media screen and (max-width: 1600px) {
    .main{
        padding: 0 6em 2em;}
}

@media screen and (max-width: 1400px) {
    .header, .nav{
        padding: 0 4vw;}

    .footerT{
        padding:  2em 4vw 0;}

}

@media screen and (min-width: 1200px) {
    .firstL{
        display: block !important;}
}

@media screen and (max-width: 1199px) {
    .winstyle282348, .winstyle282348 a, .winstyle282348 span{
        color: white !important;}

    .topR{
        display: none;}

    .headerTools{
        display: flex;}

    .navPC{
        display: none;}

    .links{
        display: none;}

    .mainR{
        width: 100%;
        margin-top: 1em;
        padding-left: 0;}

    .conTitle h3{
        font-size: 1.5em;}

    .conTitle .alignCenter{
        display: none;}

    .main{
        display: block;
        padding: 1em 2em 2em;}

    .bannerT{
        display: flex;}

    .mainL{
        width: 100%;}

    .menuTitle{
        margin-top: 0;}

    .menuTitle img{
        display: block;}

    .firstL{
        display: none;}

    .firstL > li{
        min-height: 5em;
        border-bottom: 1px solid #DED4CB;}

    .firstL > li > a{
        line-height: 5em;}

    .firstL > li > a > p{
        font-size: 1.5em;}

    .firstL > li > a >img{
        width: 0.8em;
        height: 0.8em;}

    .firstL > li:hover{
        background: #F0EAE5;
        border-color: #DED4CB;}

    .firstL > li > a:hover > p{
        color: #AB271D;}

    .firstL > .activeFirstL{
        background: #F0EAE5;
        border-color: #DED4CB;}

    .firstL > .activeFirstL > a > p{
        color: #AB271D;}

    .secondL > li >a{
        font-size: 1.3em;}
}

@media screen and (max-width: 998px) {
    .header{
        height: 98px;
        font-size: 16px;}

    .navMO{
        top: 98px;
        font-size: 16px;}

    .main{
        font-size: 16px;}

    .bannerT p, .bannerT p a{
        font-size: 0.8em;}
}

@media screen and (max-width: 800px) {
    .navMO{
        font-size: 14px;}
}

@media screen and (max-width: 768px) {
    .header{
        height: 78px;
        font-size: 14px;}

    .navMO{
        top: 78px;
        font-size: 12px;}

    .navMO .navMoT{
        margin-top: 40px;}

    .footerLin{
        display: none;}

    .footerC{
        display: -webkit-flex; /* safari */
        display: flex;
        flex-direction: column;}

    .footerL{
        width: 100%;
        order: 1;
        -webkit-order: 1;
        padding-right: 0;}

    .contact{
        justify-content: center;}

    .conItem{
        margin-right: 0;}

    .conItem img{
        display: none;}

    .conItem:first-child{
        width: 100%;
        justify-content: center;}

    .footerR{
        margin: 0 auto;}

    .main{
        font-size: 14px;}
}

@media screen and (max-width: 540px) {
    .header{
        height: 68px;
        font-size: 12px;}

    .footer{
        font-size: 16px;}

    .navMO{
        top: 68px;
        font-size: 10px;}

    .navMO .navMoT{
        margin-top: 30px;}

    .main{
        font-size: 12px;
        padding: 1em;}

    .bannerT img{
        width: 0.8em;
        height: 0.8em;}

    .bannerT p, .bannerT p a{
        font-size: 0.7em;}
}

@media screen and (max-width: 460px) {
    .header{
        height: 50px;
        font-size: 9px;}

    .bannerT p, .bannerT p a{
        font-size: 0.8em;}

    .footer{
        font-size: 12px;}

    .footerR{
        width: 200px;
        margin-bottom: 1em;}

    .footerR p{
        display: none;}

    .navMO{
        top: 50px;}

    .navMO .navMoT{
        margin-top: 20px;}
}
/* 响应式处理结束 */

/* 封装分页样式开始 */

.page{
    width: 100%;}

.p_pages{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;}


.p_pages span, .p_pages a{
    font-size: 18px;
    color: #666666 !important;}


.p_pages span{
    display: block;
    width: 45px;
    height: 44px;
    background: rgba(188,184,181,0.2700);
    border-radius: 2px;
    margin: 0 2px;
    text-align: center;
    line-height: 44px;
    margin-bottom: 10px;
    transition: all 1s;}

.p_pages span:hover{
    background: #816E5D;
    color: white !important;}

.p_pages span:hover a{
     color: white !important;}

.p_first_d, .p_last{
    display: none !important;}

.p_pages a{
    display: block;
    width: 100%;
    height: 100%;}

.p_pages .p_no_d{
    background: #816E5D !important;
    color: white !important;}

/* 封装分页样式结束 */