@font-face {
    font-family: "ll";
    src: local("MiSans"), local("Arial") format('truetype'), local("sans-serif");
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: "rr";
    src: local("MiSans"), local("Arial") format('truetype'), local("sans-serif");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "bb";
    src: local("MiSans"), local("Arial") format('truetype'), local("sans-serif");
    font-weight: bolder;
    font-style: normal;
}

:root {
    --theme-color: #03004D;
}

sup {
    font-size: 0.8em;
    vertical-align: super;
}

a.li {
    display: block;
}

.qy-more {
    width: 1.72rem;
    height: .52rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0px 0px 7.8px 6px #005EAD0D;

    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    line-height: .2387rem;
    text-align: left;
    color: #666666;

    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.qy-more::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    top: 0;
    left: 0;
    transform: translateX(-104%);
    transition: transform .3s ease-in-out;
}

.qy-more span {
    position: relative;
    z-index: 2;
}

.qy-more:hover {
    color: #fff;
}

.qy-more:hover span {
    color: #fff;
}

.qy-more:hover::before {
    transform: translateX(0);
}

.sp-title {
    font-family: rr;
    font-size: .48rem;
    font-weight: 500;
    line-height: .6365rem;
    text-align: center;
    color: #000000;
    margin-bottom: .28rem;
}



.screens {
    width: 100vw;
    height: 100vh;
}

.swiper-pagination-zp {
    position: fixed;
    right: .23rem !important;
    top: 50%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper-pagination-zp .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 0;
    width: .3rem;
    height: .3rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/images/mr.png);
    background-size: .1rem .1rem;
    background-position: center;
    /* background-color: #fff; */
    margin: .1rem 0 !important;
}

.swiper-pagination-zp .swiper-pagination-bullet-active,
.swiper-pagination-zp .swiper-pagination-bullet:hover {
    width: .3rem;
    height: .3rem;
    background-color: transparent;
    background-image: url(/images/zpactive.png);
    background-size: cover;
}

.footslide {
    height: fit-content !important;
    margin-top: -1px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    background: none !important;
    border: none;
}

.banner .swiper-button-prev img,
.banner .swiper-button-next img {
    width: .13rem;
}

.banner .swiper-button-prev:hover img,
.banner .swiper-button-next:hover img {
    filter: invert(50%) sepia(94%) saturate(3277%) hue-rotate(155deg) brightness(96%) contrast(103%);
}

.swiper-pagination-c {
    position: absolute;
    bottom: 37px !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.swiper-pagination-c .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 0.5;
    background-color: #fff;
    margin: 0 14px !important;
}

.swiper-pagination-c .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    opacity: 1;
}

.swiper-pagination-c .swiper-pagination-bullet:hover {
    opacity: 1;
}


.sbox .banner .item .newtit {
    color: #FFF;
    font-family: rr;
    font-size: .7rem;
    font-weight: 500;
    line-height: .8204rem;
}

.sbox .banner .item .newdesc {
    color: rgba(255, 255, 255, 0.7);
    font-family: ll;
    font-size: .38rem;
    font-weight: 300;
    line-height: .4454rem;
    text-align: left;
    margin-top: .22rem;
}

.sbox .banner video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.footItem {
    height: fit-content !important;
}




/* 首页、头部、底部 */
.dgj-header {
    width: 100%;
    padding: .38rem .54rem .38rem 2.41rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.6s;
}

.dgj-header.fixx {
    background-color: #fff;
    padding: .19rem .54rem .23rem 2.41rem;
}

.dgj-header .logo {
    display: block;
    width: 1.4rem;
    height: .78rem;
    background-image: url(/images/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.header-navi .ul {
    display: flex;
}


.header-navi .ul .li {
    margin-left: .48rem;
}

.header-navi .ul .li .navibox {
    display: flex;
    align-items: center;
}

.header-navi .ul .li .navibox .imgbox {
    width: .2rem;
    height: .2rem;
    overflow: hidden;
    margin-right: .05rem;
}

.header-navi .ul .li .navibox .imgbox img {
    width: 100%;
    height: 100%;
}

.header-navi .ul .li .navibox .txtbox {
    font-family: rr;
    font-weight: 400;
    font-size: .2rem;
    color: #484848;
}

.header-navi .ul .li:hover .navibox .imgbox img,
.header-navi .ul .li.current .navibox .imgbox img {
    transform: translateY(-100%);
    filter: drop-shadow(0 .2rem var(--theme-color));
}

.header-navi .ul .li:hover .navibox .txtbox,
.header-navi .ul .li.current .navibox .txtbox {
    color: var(--theme-color);
}

.header-right {
    display: flex;
    align-items: center;
}


.dgj-header.fixx .header-search {
    background-color: var(--theme-color);
}


.header-search {
    width: 1.18rem;
    height: .4rem;
    border-radius: .5rem;
    font-family: ll;
    font-weight: 400;
    font-size: .2rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .88rem;
    cursor: pointer;
}

.header-search img {
    width: .22rem;
    height: .22rem;
    margin-right: .11rem;
}

.dgj-banner {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: flex-end;
    background-image: url(/images/bannersmall.png);
    background-position: 0 bottom;
    background-size: 5.16rem;
    background-repeat: no-repeat;
    background-color: #F9F9F9;
}

.dgj-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dgj-banner .banner-txt {
    position: absolute;
    top: 2.92rem;
    left: 2.41rem;
    z-index: 5;
}

.banner-txt .t-t {
    font-family: Source Han Serif SC;
    font-weight: 400;
    font-size: .48rem;
    line-height: .48rem;
    color: var(--theme-color);
    margin-bottom: .37rem;
}


.banner-txt .swiper-pagination {
    bottom: -0.75rem !important;
    display: flex;
    justify-content: flex-start;
    padding-left: .07rem;
}

.banner-txt .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: .24rem;
    height: .24rem;
    background-color: transparent;
    border-radius: 0;
    background-image: url(/images/bannerdot.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0 !important;
    margin-right: .3rem !important;
}

.banner-txt .swiper-pagination .swiper-pagination-bullet-active,
.banner-txt .swiper-pagination .swiper-pagination-bullet:hover {
    background-image: url(/images/bannerdotactive.png);
}


.dgjswi {
    width: 13.85rem;
    height: 100%;
    margin: 0;
}


.header-navi.fixx {
    position: fixed;
    bottom: 1.05rem;
    left: 2.41rem;
}

.header-navi.fixx .ul .li {
    margin-left: 0;
    margin-right: .36rem;
}

.header-navi.fixx .ul .li .navibox {
    flex-direction: column;
    align-items: center;
}

.header-navi.fixx .ul .li .navibox .imgbox {
    margin-right: 0;
    margin-bottom: .08rem;
}

.header-navi.fixx .ul .li .navibox .txtbox {
    writing-mode: vertical-lr;
    letter-spacing: 0.4em;
}

.dgj-s2 {
    padding: .92rem 2.41rem 1.17rem;
}

.home-tit {
    display: flex;
    justify-content: space-between;
    margin-bottom: .44rem;
}

.home-tit1 {
    font-family: Source Han Serif SC;
    font-weight: 400;
    font-size: .38rem;
    line-height: .38rem;
    color: var(--theme-color);
}

.home-tit2 {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    line-height: .2109rem;
    margin-top: .15rem;
    color: #6A6F77;
}

.dgjmore {
    position: relative;
    font-family: ll;
    font-weight: 400;
    font-size: .18rem;
    line-height: 1;
    margin-top: .37rem;
    height: fit-content;
    color: #989DA6;
    display: block;
}

.dgjmore::before {
    content: '';
    position: absolute;
    width: 1.09rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(181, 183, 186, 0) 0%, #B5B7BA 100%);
    top: 58%;
    left: -0.36rem;
    transform: translate(-100%);
}

.dgjmore::after {
    content: '';
    width: .12rem;
    height: .12rem;
    border: 1px solid #B5B7BA;
    transform-origin: center;
    position: absolute;
    left: -0.26rem;
    top: 53%;
    transform: translateY(-50%) rotate(45deg);

}

.dgjmore:hover {
    color: var(--theme-color);
}

.dgjmore:hover::before {
    background: linear-gradient(90deg, rgba(181, 183, 186, 0) 0%, var(--theme-color) 100%);
}

.dgjmore:hover::after {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}

.dgj-s2 .nr-container {
    display: flex;
    height: 4.41rem;
    justify-content: space-between;
}

.dgj-s2 .nr-container .lef {
    width: 6.6rem;
    height: 100%;
    position: relative;
}

.dgj-s2 .nr-container .lef .swiper-slide {
    position: relative;
}

.dgj-s2 .nr-container .lef .swiper-slide::after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .53rem;
    background-color: rgba(0, 0, 0, .3);
}


.dgj-s2 .nr-container .lef .hzxs {
    width: 100%;
    height: 100%;
}

.dgj-s2 .nr-container .lef .hzxs .imgbox {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.dgj-s2 .nr-container .lef .hzxs .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.dgj-s2 .nr-container .lef .hzxs .imgbox:hover img {
    transform: scale(1.05);
}

.dgj-s2 .nr-container .lef .hzxs .txtbox {
    position: absolute;
    left: .24rem;
    bottom: .12rem;
    z-index: 3;
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .2387rem;
    color: #fff;
}

.dgj-s2 .nr-container .lef .swiper-pagination {
    width: fit-content;
    height: fit-content;
    left: auto;
    right: 0.2rem;
    bottom: .15rem !important;
}

.dgj-s2 .nr-container .lef .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 1px solid #fff;
    background-color: transparent;
    position: relative;
}

.dgj-s2 .nr-container .lef .swiper-pagination .swiper-pagination-bullet-active::after,
.dgj-s2 .nr-container .lef .swiper-pagination .swiper-pagination-bullet:hover::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}


.dgj-s2 .nr-container .rig {
    width: 6.86rem;
    height: 100%;
}

.dgj-s2 .nr-container .rig .ul {
    height: 100%;
}

.dgj-s2 .nr-container .rig .ul .li {
    display: block;
    width: 100%;
    height: 33.3333333333%;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
}

.dgj-s2 .nr-container .rig .ul .li:first-of-type {
    border-top: 1px solid #E5E5E5;
}

.dgj-s2 .nr-container .rig .ul .li .datebox {
    font-family: ll;
    font-weight: 400;
    font-size: .18rem;
    line-height: .2387rem;
    color: #6A6F77;
    height: .85rem;
    padding-top: .1rem;
    padding-right: .31rem;
    margin-right: .42rem;
    border-right: 1px solid #E5E5E5;
    text-align: right;
    flex-shrink: 0;
}

.dgj-s2 .nr-container .rig .ul .li .datebox span {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    line-height: .3182rem;
    color: var(--theme-color);
    display: block;
    text-align: right;
}


.dgj-s2 .nr-container .rig .ul .li .txtbox2 .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .2387rem;
    color: var(--theme-color);
    margin-bottom: .1rem;
}

.dgj-s2 .nr-container .rig .ul .li .txtbox2 .p {
    font-family: ll;
    font-weight: 300;
    font-size: .16rem;
    line-height: .31rem;
    color: #6A6F77;
}

.dgj-s3 {
    padding: .98rem 2.41rem 1.19rem;
    background-color: #F9F9F9;
}

.dgj-s3 .ul {
    display: flex;
    flex-wrap: wrap;
}

.dgj-s3 .ul .li {
    display: flex;
    margin-right: .84rem;
    margin-top: .7rem;
    height: 2.23rem;
}

.dgj-s3 .ul .li:nth-of-type(3n) {
    margin-right: 0;
}

.dgj-s3 .ul .li:nth-of-type(-n+3) {
    margin-top: 0;
}

.dgj-s3 .ul .li .txtbox {
    font-family: ll;
    font-weight: 300;
    font-size: .14rem;
    color: #6A6F77;
    letter-spacing: 0.1em;
    writing-mode: vertical-lr;
    display: flex;
    align-items: center;
    width: .75rem;
    border-left: 1px solid #CFCFD8;
}

.dgj-s3 .ul .li .txtbox span {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    letter-spacing: 0.8em;
    color: var(--theme-color);
    display: block;
    margin-bottom: .1rem;
}

.dgj-s3 .ul .li .imgbox {
    width: 3.42rem;
    height: 100%;
    overflow: hidden;
}

.dgj-s3 .ul .li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.dgj-s3 .ul .li:hover .imgbox img {
    transform: scale(1.05);
}

.dgj-s4 {
    padding: 0 2.41rem;
}

.dgj-s4 .lef {
    padding-top: 1.1rem;
}

.dgjmore2 {
    position: relative;
    font-family: ll;
    font-weight: 400;
    font-size: .18rem;
    line-height: 1;
    margin-top: .37rem;
    height: fit-content;
    width: fit-content;
    color: #989DA6;
    display: block;
}

.dgjmore2::before {
    content: '';
    position: absolute;
    width: 1.09rem;
    height: 1px;
    background: linear-gradient(270deg, rgba(181, 183, 186, 0) 0%, #B5B7BA 100%);
    top: 58%;
    right: -0.36rem;
    transform: translate(100%);
}

.dgjmore2::after {
    content: '';
    width: .12rem;
    height: .12rem;
    border: 1px solid #B5B7BA;
    transform-origin: center;
    position: absolute;
    right: -0.26rem;
    top: 53%;
    transform: translateY(-50%) rotate(45deg);

}

.dgjmore2:hover {
    color: var(--theme-color);
}

.dgjmore2:hover::before {
    background: linear-gradient(270deg, rgba(181, 183, 186, 0) 0%, var(--theme-color) 100%);
}

.dgjmore2:hover::after {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}


.dgj-s4 .lef .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    line-height: .3182rem;
    margin-bottom: .24rem;
    color: #484848;
}

.dgj-s4 .lef .p {
    font-family: ll;
    font-weight: 400;
    font-size: .18rem;
    line-height: .38rem;
    color: #6A6F77;
    width: 6.97rem;
}

.dgj-s4 .lef .dgjmore2 {
    margin-top: .71rem;
}

.dgj-s4 .rig,
.dgj-s4 .rig .cbox2,
.dgj-s4 .rig .cbox3 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid;
}

.dgj-s4 .rig {
    width: 6.5rem;
    height: 6.5rem;
    border-color: #03004D10;
}

.dgj-s4 .rig .cbox2 {
    width: 5.52rem;
    height: 5.52rem;
    border-color: #03004D15;
}

.dgj-s4 .rig .cbox3 {
    width: 4.74rem;
    height: 4.74rem;
    border-color: #03004D20;
}

.dgj-s4 {
    display: flex;
    justify-content: space-between;
}

.dgj-s4 .rig .cbox3 img {
    width: 4.2rem;
    height: 4.2rem;
}

.dgj-s5 {
    background-color: #F9F9F9;
}

.dgj-s5 .nr-container .rig .ul .li .imgbox2 {
    width: 1.55rem;
    height: 1.04rem;
    flex-shrink: 0;
    overflow: hidden;
}

.dgj-s5 .nr-container .rig .ul .li .imgbox2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.dgj-s5 .nr-container .rig .ul .li:hover .imgbox2 img {
    transform: scale(1.05);
}

.dgj-s5 .nr-container .rig .ul .li .txtbox2 {
    padding-left: .34rem;
    margin-left: .38rem;
    border-left: 1px solid #E5E5E5;
}

.dgj-s5 .nr-container .lef .hzxs .imgbox {
    position: relative;
}

.dgj-s5 .nr-container .lef .hzxs .imgbox::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .82rem;
    height: .82rem;
    background-image: url(/images/spbtn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.dgj-s5 .nr-container .rig .ul .li .imgbox2 {
    position: relative;
}

.dgj-s5 .nr-container .rig .ul .li .imgbox2::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .32rem;
    height: .32rem;
    background-image: url(/images/spbtn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.foot-part1 {
    display: flex;
    justify-content: space-between;
}

.foot-part1 .lef {
    display: flex;
    margin-top: .39rem;
}

.foot-part1 .addItem {
    display: flex;
    margin-right: .88rem;
}

.foot-part1 .addItem .imgbox {
    width: .56rem;
    height: .56rem;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .25rem;
}

.foot-part1 .addItem .imgbox img {
    width: .28rem;
    height: .28rem;
}

.foot-part1 .addItem .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .2387rem;
    color: var(--theme-color);
    margin-bottom: .07rem;
}

.foot-part1 .addItem .p,
.foot-part1 .addItem a {
    font-family: ll;
    font-weight: 300;
    font-size: .16rem;
    line-height: .2122rem;
    color: #6A6F77;
}

.foot-part1 .addItem a:hover {
    color: var(--theme-color);
}

.dgj-foot {
    padding: .48rem 2.41rem 0;
}

.foot-part1 .rig {
    width: 5.42rem;
}

.foot-part1 .rig .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .2387rem;
    color: var(--theme-color);
    margin-bottom: .16rem;
}

.foot-part1 .rig .ul {
    display: flex;
    flex-wrap: wrap;
}

.foot-part1 .rig .ul .li {
    width: 33.333333%;
    margin-bottom: .08rem;
    font-family: ll;
    font-weight: 300;
    font-size: .16rem;
    line-height: .3rem;
    color: #6A6F77;
}

.foot-part1 .rig .ul .li:hover {
    color: var(--theme-color);
}

.foot-part2 {
    width: 100%;
    height: 1rem;
    margin-top: .59rem;
    border-top: 1px solid #E5E5E5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright,
.copyright a {
    font-family: ll;
    font-weight: 300;
    font-size: .16rem;
    line-height: .2122rem;
    color: #999999;
}

.copyright a:hover {
    color: var(--theme-color);
}

.foot-part2 #bdshare {
    display: flex;
    flex-direction: row;
    margin: 0;
}

.foot-part2 #bdshare a {
    display: block;
    margin-left: .24rem;
    width: .36rem;
    height: .36rem;
    background-color: transparent;
    border: 1px solid #E0E0E0;
    background-repeat: no-repeat;
    background-size: .22rem .22rem !important;
    background-position: center;
    cursor: pointer;
}

.foot-part2 #bdshare a:nth-of-type(1) {
    background-image: url(/images/footshare1.png);
}

.foot-part2 #bdshare a:nth-of-type(2) {
    background-image: url(/images/footshare2.png);
}

.foot-part2 #bdshare a:nth-of-type(3) {
    background-image: url(/images/footshare3.png);
}

/* 首页、头部、底部 end */



/* 作品展示 */
.dgj-tit1 {
    font-family: Source Han Serif SC;
    font-weight: 400;
    font-size: .48rem;
    line-height: 1;
    color: var(--theme-color);
}

.dgj-tit2 {
    font-family: Source Han Serif SC;
    font-weight: 400;
    font-size: .36rem;
    line-height: 1;
    color: var(--theme-color);
    margin-top: 0.3rem;
}

.dgj-tit {
    margin-bottom: .56rem;
}

.insidebox {
    margin-top: 1.2rem;
    background-color: #F9F9F9;
    background-image: url(/images/bannersmall.png);
    background-position: 0 bottom;
    background-size: 5.16rem;
    background-repeat: no-repeat;
}

/* .dgj-zplist {
    width: 14.2rem;
    margin: 0 auto;
    padding: 1.05rem 0 .96rem;
} */

.inside-dh {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}

.inside-dh a {
    font-family: ll;
    font-weight: 300;
    font-size: .2rem;
    color: #484848;
    display: block;
    height: .74rem;
    line-height: .74rem;
}

.inside-dh a.current,
.inside-dh a:hover {
    color: var(--theme-color);
}

.dgj-zplist .ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: .71rem;
}

.dgj-zplist .ul .li {
    width: 4rem;
    height: 2.67rem;
    margin-right: calc((100% - 3 * 4rem) / 2);
    margin-top: 1.05rem;
}

.dgj-zplist .ul .li:nth-of-type(3n) {
    margin-right: 0;
}

.dgj-zplist .ul .li:nth-of-type(-n+3) {
    margin-top: 0;
}

.dgj-zplist .ul .li .imgbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dgj-zplist .ul .li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.dgj-zplist .ul .li:hover .imgbox img {
    transform: scale(1.05);
}


/* 作品展示 end */

/* 分页 */
.fy .fy-con .pre {
    background-color: transparent;
    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    text-align: center;
    color: #484848;
    cursor: pointer;
}

.fy .fy-con .pre[disabled="disabled"] {
    cursor: not-allowed;
}

.fy .fy-con .pre[disabled="disabled"]:hover {
    color: #484848;
}

.fy .cpb {
    width: .42rem;
    height: .42rem;
    background-color: transparent !important;
    background-image: url(/images/prebg.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: #484848;
}

.fy a {
    width: .42rem;
    height: .42rem;
    background-color: transparent;
    font-size: .18rem;
    color: #474443;
}

.fy a:hover {
    background-color: transparent;
    background-image: url(/images/prebg.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: #474443;
}

.fy a.pre:hover {
    background-image: none;
    color: var(--theme-color);
}

/* 分页end */


/* 画家介绍 */
/* .dgj-jieshao {
    padding-top: 1.05rem;
}

.dgj-jieshao .dgj-tit {
    padding-left: 2.41rem;
} */

.dgj-jieshao .nr-container {
    display: flex;
    justify-content: space-between;
    background-color: #F3F3F5;
    width: 16.46rem;
    padding: 0 0 1rem 2.41rem;
    background-image: url(/images/bannersmall.png);
    background-position: 0 bottom;
    background-size: 5.16rem;
    background-repeat: no-repeat;
    border-bottom-right-radius: 2.4rem;
}

.dgj-jieshao .nr-container>span {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.dgj-jieshao .nr-container .lef {
    padding-top: .67rem;
}

.dgj-jieshao .nr-container .p {
    font-family: ll;
    font-weight: 300;
    font-size: .2rem;
    line-height: .48rem;
    color: #484848;
}

.dgj-jieshao .nr-container .rig img {
    width: 4.78rem;
    height: 6.38rem;
    object-fit: cover;
    border-bottom-right-radius: 1.8rem;
}

/* 画家介绍end */


/* 画家资讯 */

.dgj-news .ul .li {
    display: flex;
    padding: .41rem 0 .36rem;
    border-bottom: 1px solid #E5E5E5;
}

.dgj-news .ul .li:first-of-type {
    border-top: 1px solid #E5E5E5;
}

.dgj-news .ul .li .datebox {
    flex-shrink: 0;
}

.dgj-news .ul .li .d1 {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    line-height: .3182rem;
    color: #484848;
}

.dgj-news .ul .li .d2 {
    font-family: ll;
    font-weight: 400;
    font-size: .18rem;
    line-height: .2387rem;
    color: #6A6F77;
}

.dgj-news .ul .li .txtbox {
    height: 1.54rem;
    padding-left: .42rem;
    border-left: 1px solid #E5E5E5;
    margin-left: .32rem;
    flex: 1;
}

.dgj-news .ul .li .txtbox .tx1 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .2387rem;
    margin-bottom: .1rem;
    color: var(--theme-color);
}

.dgj-news .ul .li .txtbox .tx2 {
    height: .93rem;
    font-family: ll;
    font-weight: 300;
    font-size: .16rem;
    line-height: .31rem;
    color: #6A6F77;
}

.dgj-more {
    width: .9rem;
    height: .3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url(/images/morebg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.dgj-more span {
    font-family: ll;
    font-weight: 300;
    font-size: .16rem;
    color: #6A6F77;
    position: relative;
    z-index: 2;
}

.dgj-more::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(/images/morebg2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(-104%);
    transition: all 0.5s;
}

.dgj-more:hover::before {
    transform: translateX(0);
}

.dgj-more:hover span {
    color: #fff;
}


.dgj-news .ul .li .imgbox {
    width: 2.4rem;
    height: 1.6rem;
    overflow: hidden;
    margin-left: 1.03rem;
    flex-shrink: 0;
}

.dgj-news .ul .li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.dgj-news .ul .li:hover .imgbox img {
    transform: scale(1.05);
}

.dgj-news .ul .li:hover .txtbox .tx2 {
    color: var(--theme-color);
}


/* 画家资讯end */


/* 视频中心 */
.fillbox {
    width: 14.2rem;
    margin: 0 auto;
    padding: 1.05rem 0 .95rem;
}


.dgj-video .ul {
    display: flex;
    flex-wrap: wrap;
}

.dgj-video .ul .li {
    width: 4rem;
    margin-right: calc((100% - 3 * 4rem) / 2);
    margin-top: .42rem;
    position: relative;
}

.dgj-video .ul .li .imgbox::after {
    content: '';
    position: absolute;
    width: .48rem;
    height: .48rem;
    background-image: url(/images/spbtn.png);
    background-position: center;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dgj-video .ul .li:nth-of-type(-n+3) {
    margin-top: 0;
}

.dgj-video .ul .li:nth-of-type(3n) {
    margin-right: 0;
}

.dgj-video .ul .li .imgbox {
    width: 100%;
    height: 2.67rem;
    overflow: hidden;
    position: relative;
}

.dgj-video .ul .li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.dgj-video .ul .li .txtbox {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .2387rem;
    color: #484848;
    margin-top: .2rem;
}

.dgj-video .ul .li:hover .imgbox img {
    transform: scale(1.05);
}

.dgj-video .ul .li:hover .txtbox {
    color: var(--theme-color);
}

/* 视频中心end */

/* 详情页 */
.detailcen>h3 {
    text-align: center;
    margin-top: .31rem;
    font-family: ll;
    font-size: .42rem;
    font-weight: 700;
    line-height: .64rem;
    color: #333333;
}

.detaill {
    display: none;
}

.detailr {
    padding: 0;
}

.detailr p {
    text-indent: 0;
}

.newshare {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newshare>a {
    width: .3rem;
    height: .3rem;
    /* background-color: #bfa; */
    margin: 0 .21rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.newshare::before,
.newshare::after {
    content: '';
    width: 4rem;
    height: .01rem;
    background-color: #D9D9D9;
}

.newshare .nsh1 {
    background-image: url(/images/newshare1.png);
}

.newshare .nsh2 {
    background-image: url(/images/newshare2.png);
}

.newshare .nsh3 {
    background-image: url(/images/newshare3.png);
}

.newshare .nsh4 {
    background-image: url(/images/newshare4.png);
}

.newshare .nsh5 {
    background-image: url(/images/newshare5.png);
}

.newshare .nsh1:hover {
    background-image: url(/images/newshare11.png);
}

.newshare .nsh2:hover {
    background-image: url(/images/newshare21.png);
}

.newshare .nsh3:hover {
    background-image: url(/images/newshare31.png);
}

.newshare .nsh4:hover {
    background-image: url(/images/newshare41.png);
}

.newshare .nsh5:hover {
    background-image: url(/images/newshare51.png);
}

.dands .date {
    font-family: ll;
    font-size: .16rem;
    font-weight: 300;
    line-height: .1875rem;
    text-align: center;
    color: #70757C;
    margin: .44rem 0 .26rem;
}

.detail {
    padding-top: .58rem;
}

.detailrbom {
    display: none;
}

.newshare1 {
    margin-top: .58rem;
}

.detailcen {
    margin-top: 1.2rem !important;
}

.detailbac {
    background-color: #fff;
    padding: .56rem .9rem .83rem;
}

.detailbac iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

/* 详情页 end */




@media screen and (min-width:751px) {
    .pcshow {
        display: block !important;
    }

    .mbshow {
        display: none !important;
    }

    .dgj-jieshao {
        margin-left: -2.41rem;
        margin-bottom: -0.95rem;
    }
}

@media screen and (max-width:750px) {

    .mnav1 {
        display: none !important;
    }

    .pcshow {
        display: none !important;
    }

    .mbshow {
        display: block !important;
    }

    .sbox .mbanner .newtit {
        font-weight: 600;
        font-size: .64rem;
        line-height: .9rem;
        color: #fff;
    }

    .sbox .mbanner .newtitdesc {
        font-weight: 400;
        font-size: .48rem;
        line-height: .9rem;
        color: #fff;
        margin-top: 0;
        width: 6.5rem;
    }

    .mbanner .swiper-slide .item>div {
        top: 4.71rem;
    }

    .mheader .inputs {
        border: none;
        left: 2.2rem;
    }


    .dgj-s2 {
        padding: 1.06rem .35rem 1.13rem;
    }

    .dgj-s2 .nr-container {
        display: block;
        height: auto;
    }

    .dgj-s2 .nr-container .lef {
        width: 100%;
        margin-bottom: .52rem;
        height: 4.54rem;
    }

    .dgj-s2 .nr-container .lef .swiper-slide::after {
        height: .72rem;
    }

    .dgj-s2 .nr-container .lef .hzxs .txtbox {
        bottom: .17rem;
        font-weight: 400;
        font-size: .24rem;
        line-height: .3182rem;
        width: 4.91rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .dgj-s2 .nr-container .lef .swiper-pagination {
        bottom: .2rem !important;
    }

    .home-tit {
        align-items: center;
    }

    .home-tit2 {
        font-size: .2rem;
        margin-top: .16rem;
        line-height: .2344rem;
    }

    .dgjmore {
        font-size: .22rem;
        line-height: .2917rem;
        margin-top: 0;
    }

    .dgj-s2 .nr-container .rig {
        height: auto;
        width: 100%;
    }

    .dgj-s2 .nr-container .rig .ul .li {
        height: 1.47rem;
    }

    .dgj-s2 .nr-container .rig .ul .li .datebox {
        font-size: .22rem;
        line-height: .2917rem;
    }

    .dgj-s2 .nr-container .rig .ul .li .datebox span {
        font-size: .28rem;
        line-height: .3713rem;
        margin-bottom: .05rem;
    }

    .dgj-s2 .nr-container .rig .ul .li .txtbox2 .h1 {
        font-size: .24rem;
        line-height: .3182rem;
        margin-bottom: .16rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .dgj-s2 .nr-container .rig .ul .li .txtbox2 .p {
        font-size: .22rem;
        line-height: .31rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .dgj-s3 {
        padding: .98rem .35rem .97rem;
    }

    .dgj-s3 .ul {
        justify-content: space-between;
    }

    .dgj-s3 .ul .li {
        flex-direction: column-reverse;
        width: 3.24rem;
        height: auto;
        margin-top: .44rem !important;
        margin-right: 0 !important;
    }

    .dgj-s3 .ul .li.li:nth-of-type(-n+2) {
        margin-top: 0 !important;
    }

    .dgj-s3 .ul .li .txtbox {
        width: 100%;
        height: auto;
        border: none;
        writing-mode: horizontal-tb;
    }

    .dgj-s3 .ul .li .txtbox p {
        display: none;
    }

    .dgj-s3 .ul .li .txtbox span {
        display: block;
        width: 100%;
        text-align: left;
        letter-spacing: normal;
        margin-bottom: 0;
        margin-top: .29rem;
        font-size: .24rem;
        line-height: .3rem;
    }

    .dgj-s3 .ul .li .imgbox {
        width: 100%;
        height: 2.16rem;
    }


    .dgj-s4 {
        padding: 1.23rem .35rem 1rem;
    }

    .dgj-s4 .lef {
        width: 100%;
    }

    .dgj-s4 .rig {
        display: none;
    }

    .dgj-s4 .rig.mbshow {
        display: flex !important;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: .39rem;
    }

    .dgj-s4 .lef .h1 {
        font-size: .28rem;
        line-height: .3713rem;
        color: #484848;
        margin-bottom: .19rem;
    }

    .dgj-s4 .lef .p {
        font-size: .24rem;
        line-height: .48rem;
    }

    .dgjmore2 {
        font-size: .22rem;
        line-height: .2917rem;
    }

    .dgj-s4 .lef .dgjmore2 {
        margin-top: .39rem;
    }

    .dgj-foot {
        padding: .55rem .35rem 0;
    }

    .foot-part1 {
        flex-direction: column-reverse;
    }

    .foot-part1 .rig {
        width: 100%;
    }

    .foot-part1 .rig .ul {
        flex-wrap: nowrap;
        justify-content: space-between;
        padding-bottom: .34rem;
        border-bottom: 1px solid #E5E5E5;
    }

    .foot-part1 .rig .ul .li {
        width: auto;
        margin-bottom: 0;
        font-size: .22rem;
        line-height: .2917rem;
    }

    .foot-part1 .rig .h1 {
        font-size: .24rem;
        line-height: .3182rem;
        margin-bottom: .22rem;
    }

    .foot-part1 .addItem .imgbox {
        width: .72rem;
        height: .72rem;
    }

    .foot-part1 .addItem .imgbox img {
        width: .36rem;
        height: .36rem;
    }

    .foot-part1 .lef {
        justify-content: space-between;
        margin-top: .35rem;
    }

    .foot-part1 .addItem {
        margin-right: 0;
    }

    .foot-part1 .addItem .h1 {
        font-size: .24rem;
        line-height: .3182rem;
        margin-bottom: .06rem;
    }

    .foot-part1 .addItem .p,
    .foot-part1 .addItem a {
        font-size: .2rem;
        line-height: .2652rem;
        color: #6A6F77;
    }

    .foot-part2 {
        height: 1.18rem;
        margin-top: .3rem;
    }

    .copyright,
    .copyright a {
        font-weight: 300;
        font-size: .2rem;
        line-height: .36rem;
    }

    .foot-part2 #bdshare a {
        margin-bottom: 0;
        width: .48rem;
        height: .48rem;
        background-size: .31rem .31rem !important;
    }

    #dgjhead {
        display: none;
    }

    .dgj-banner {
        display: none;
        padding: 2.88rem .35rem 1.46rem;
        height: auto;
    }

    .dgj-banner .banner-txt {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 1.4rem;
    }

    .dgjswi {
        width: 100%;
        height: 4.75rem;
    }

    .header-navi .ul .li .navibox .txtbox {
        writing-mode: vertical-lr !important;
        letter-spacing: 0.6em !important;
        font-size: .28rem;
    }

    .header-navi .ul .li .navibox {
        align-items: center;
        flex-direction: column !important;
    }

    .header-navi .ul .li .navibox .imgbox {
        margin-bottom: .2rem !important;
        margin-right: 0 !important;
        width: .48rem;
        height: .48rem;
    }

    .header-navi .ul .li:hover .navibox .imgbox img,
    .header-navi .ul .li.current .navibox .imgbox img {
        filter: drop-shadow(0 .48rem var(--theme-color));
    }

    .header-navi {
        position: static !important;
        padding-left: .12rem;
        margin-top: .57rem;
    }

    .header-navi .ul .li {
        margin-left: 0 !important;
        margin-right: .87rem !important;
    }

    .fillbox {
        width: 6.8rem;
        margin: 0 auto;
        padding: 1.05rem 0 1rem;
    }

    .inside-dh a {
        height: .88rem;
        line-height: .88rem;
        font-size: .24rem;
    }

    .dgj-zplist .ul {
        justify-content: space-between;
    }

    .dgj-zplist .ul .li {
        margin-right: 0;
        width: 2.98rem;
        height: 1.99rem;
        margin-top: .58rem !important;
    }

    .dgj-zplist .ul .li:nth-of-type(-n+2) {
        margin-top: 0 !important;
    }

    .fy .fy-con .pre,
    .fy a,
    .fy .cpb {
        font-size: .22rem;
        height: .56rem;
        line-height: .56rem;
    }

    .fy .cpb {
        width: .56rem;
        height: .56rem;
        line-height: .56rem;
    }

    .dgj-jieshao .nr-container {
        width: 100%;
        background-image: none;
        background-color: transparent;
        flex-direction: column-reverse;
        padding: 0;
    }

    .dgj-jieshao {
        /* padding: 1.05rem .35rem 1rem; */
        padding: 0;
    }

    .dgj-jieshao .dgj-tit {
        padding: 0;
    }

    .dgj-jieshao .nr-container .rig img {
        width: 100%;
        height: auto;
    }

    .dgj-jieshao .nr-container .lef {
        padding-top: .3rem;
    }

    .dgj-jieshao .nr-container .p {
        font-size: .24rem;
        line-height: 2;
    }

    .dgj-video .ul {
        justify-content: space-between;
    }

    .dgj-video .ul .li {
        width: 2.98rem;
        margin-right: 0;
        margin-top: .58rem !important;

    }

    .dgj-video .ul .li:nth-of-type(-n+2) {
        margin-top: 0 !important;
    }

    .dgj-video .ul .li .imgbox {
        height: 1.99rem;
    }

    .dgj-video .ul .li .txtbox {
        font-weight: 400;
        font-size: .24rem;
        line-height: .3182rem;
        margin-top: .3rem;
    }

    .dgj-news .ul .li .datebox {
        display: none;
    }

    .dgj-news .ul .li .txtbox {
        padding-left: 0;
        margin-left: 0;
        height: auto;
        border-left: none;
    }

    .dgj-news .ul .li .txtbox .tx1 {
        width: 4.17rem;
        font-weight: 400;
        font-size: .22rem;
        line-height: .36rem;
        color: #484848;
    }

    .dgj-news .ul .li .txtbox .tx2 {
        display: none;
    }

    .dgj-news .ul .li {
        justify-content: space-between;
    }

    .dgj-news .ul .li .imgbox {
        margin-left: 0;
    }

    .dgj-news .mdatebox {
        font-weight: 300;
        font-size: .2rem;
        line-height: .2652rem;
        margin: .26rem 0 .2rem;
    }

    .dgj-more {
        width: 1.14rem;
        height: .36rem;
    }

    .dgj-more span {
        font-size: .2rem;
    }

    .dands .date {
        font-size: .22rem;
    }

    .newshare::before,
    .newshare::after {
        width: 1.4rem;
    }

    .newshare>a {
        margin: 0;
    }

    .detailcen {
        margin-top: 0 !important;
    }

    .mheader .skt img {
        width: 1.4rem;
        height: 0.78rem;
    }

    .gja {
        width: .46rem;
        height: .46rem;
        border: 1px solid #03004D;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
    }

    .mheader .gja span {
        display: none;
    }

    .dka {
        margin-left: .41rem;
    }

    .gja img {
        width: .26rem;
        height: .26rem;
        margin: 0;
    }

    .gja.cur {
        width: .44rem;
        height: .44rem;
        border-radius: 0;
        border: none;
    }

    .gja.cur img {
        width: .44rem;
        height: .44rem;
        margin: 0;
    }


    .dgj-jieshao .nr-container>span {
        width: 100%;
        background-image: none;
        background-color: transparent;
        flex-direction: column-reverse;
        padding: 0;
    }

    .insidebox {
        margin-top: 0;
    }

    .detailbac {
        background-color: transparent;
        padding: 0;
    }

    .newshare>a {
        width: .44rem;
        height: .44rem;
    }

    .newshare::before, .newshare::after {
        width: 1.2rem;
    }
    
    .detailrbom {
        margin-top: 0.67rem;
        padding-top: 0;
        border: none;
    }
    .detailrbom .fanhui {
        display: none;
    }

    .detailrbom p a {
        font-size: .22rem;
        line-height: .29rem;
    }

    .huitui {
        padding-top: .58rem;
        padding-bottom: 0;
    }

    
}