/*初始化样式*/
@font-face {
    font-family: 'song';
    src: url('../fonts/SourceHanSerifCN-Bold.otf');
}
@font-face {
    font-family: 'songRegular';
    src: url('../fonts/SourceHanSerifCN-Regular.otf');
}

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #B99663;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}



.wh1260 {
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
}

/*头部样式*/

.top2 {
    height: 208px;
    overflow: hidden;
    background: url(../images/67de69e2d2458e8f4d3eb89c9a9b125f91833353.jpg) no-repeat center center;
    background-size: cover;
}

.logo {
    line-height: 208px;
}

.logo img{
width: 100%;
}
.logo-ys {
    margin-left: auto;
    margin-right: 1.85rem;
}

.logo-ys li+li {
    margin-left: 1.55rem;
}

.logo-ys li div.img {
    width: 42px;
    height: 42px;
    background-color: #1a57a9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
}

.logo-ys li .cont h3 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-bottom: 5px;
}

.logo-ys li .cont p {
    font-family: "Arial";
    font-size: 12px;
    font-weight: normal;
    color: #888888;
    line-height: 1;
}





.top2 .k2 {
    background: url(../images/b56aa85b42ed813e9f539ec00a7bddf330e02e61.png) no-repeat left center;
    padding-left: 50px;
}

.top2 .k2 h3 {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    padding-left: 20px;
    margin-bottom: 4px;
}

.top2 .k2 p {
    font-size: 36px;
    color: #1a57a9;
    line-height: 1;
}


/* 导航样式 */
#menu {
    background-color: #B99663;
    position: relative;
    z-index: 999;
}

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-menu>li {
    position: relative;
    flex: 1;
}

.x-menu>li>a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    white-space: nowrap;
    line-height: 52px;
    height: 52px;
    text-align: center;
}



.x-menu>li>a:hover {
    background-color: #4F2E22;
}

.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    /*height: 40px;*/
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #B99663;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 52px;
    background: #B99663;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    /* line-height: 2; */
    font-size: 16px;
    color: #fff;
    line-height: 3;
}

.x-sub-menu>li>a:hover {
    background-color: #4F2E22;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}


@media(max-width: 1440px) {
    .top2 {
        height: 100px;
    }

    .logo {
        line-height: 100px;
    }

    .top2 .k2 p {
        font-size: 25px;
    }

    .top2 .k2 {
        background-size: 50% auto;
        padding-left: 43px;
        background-size: 20% auto;
    }

    .x-menu>li>a {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .x-sub-menu {
        top: 50px;
    }
}




.sou {
    height: 44px;
    box-sizing: content-box;
    padding: 0.85rem 0;
    background-color: #ededed;
}

.hotSearch {
    font-size: 14px;
    font-weight: normal;
    color: #1965ac;
}

.hotSearch a {
    color: #666666;
    margin-left: 9px;
}

.sou .seo {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

.sou .seo a {
    color: #666666;
}


.sou #formsearch {
    width: 304px;
    height: 44px;
    background: url(../images/c19b05fcccc1ef556899bbde202ef395e7760119.jpg) no-repeat center center;
}

.sou #formsearch input {
    outline: none;
    background: none;
    border: none;
}

.sou #formsearch input[name="keyword"] {
    width: 234px;
    font-size: 14px;
    line-height: 44px;
    color: #999999;
    padding-left: 22px;
    padding-right: 6px;
    overflow: hidden;
}

.sou #formsearch input[name="keyword"]::placeholder {
    color: #999999;
}

.sou #formsearch input[type="submit"] {
    flex: 1;
    height: 44px;
    font-size: 14px;
    color: #ffffff;
    line-height: 44px;
    text-align: center;
}



.p1 {
    padding: 3.5rem 0 4rem;
}

.p1a li {
    width: 22.86%;
    border: solid 1px #eeeeee;
}

.p1a li a {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 2.05rem 0 2.2rem;
    text-align: center;
}

.p1a li a div.img {
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.p1a li a div.img img {
    max-width: 100%;
    max-height: 100%;
    transition: all ease .3s;
}

.p1a li:hover a div.img img {
    transform: rotateY(180deg);
}

.p1a li a .cont h3 {
    font-size: 1rem;
    color: #333333;
    margin-bottom: 0.6rem;
}

.p1a li a .cont p {
    font-size: 0.7rem;
    font-weight: normal;
    color: #666666;
}


@media(max-width: 768px) {
    .p1a li {
        width: 49%;
        margin-bottom: 2%;
    }
}



@media(max-width: 767px) {
    .p1a li a {
        padding: 3rem 0 2.6rem;
    }

    .p1a li a div.img {
        height: 3.8rem;
        margin-bottom: 1.6rem;
    }

    .p1a li a .cont h3 {
        font-size: 16px;
        margin-bottom: 0.8rem;
    }

    .p1a li a .cont p {
        font-size: 14px;
    }
}









.p2 {
    background: url(../images/7b1863785e6fd53bd118684784026d203576ae19.jpg) no-repeat top center;
    padding: 1.5rem 0 2rem;
}

.p2 .wh1260 {}

.p2a {
    width: 296px;
    flex-direction: column;
}

.p2a1 {
    padding: 1.9rem 0 2.3rem;
    flex-direction: column;
    text-align: center;
    background: url(../images/0f6f6ac398a8a762a5562da0053298c584324224.jpg) no-repeat center center;
    margin-top: -2.5rem;
    position: relative;
}

.p2a1::after {
    content: '';
    width: 12px;
    height: 20px;
    background: url(../images/a7d8062d95929cc729cea80a5918ac7d6cf0bfa9.png) no-repeat center center;
    position: absolute;
    top: 0;
    right: -12px;
}

.p2a1::before {
    content: '';
    width: 12px;
    height: 20px;
    background: url(../images/55fd98f42e1efd981c239d1d602def6357e9b9dc.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: -12px;
}

.p2a1 h3 {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}


.p2a1 p {
    font-size: 0.7rem;
    font-weight: normal;
    color: rgba(255, 255, 255, .5);
}
.p2a1 img {
    transform: translateY(10px);
}

.p2a2 {
    width: 100%;
    background-color: #ffffff;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.55rem 0.8rem 1.35rem;
    align-items: flex-start;
}

.p2a2 li {
    width: 100%;
}

.p2a2 li a {
    background: #dfdfdf url(../images/0db6a9179b5ac0f39cefdfb0293982b1ec567928.png) no-repeat 21px center;
    padding-left: 52px;
    padding-right: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    transition: all ease .3s;
}

.p2a2 li:hover a {
    background: #1a57a9 url(../images/ecb27c48d7eff0a25e3b1e1c847cac4469a22d1b.png) no-repeat 21px center;
    color: #fff;
}


.p2b {
    width: calc(100% - 333px);
}

.p2b1 {
    width: 100%;
    position: relative;
}

.p2b1-swiper {
    overflow: hidden;
}

.p2b1 li a div.img {
    width: 40%;
    overflow: hidden;
}

.p2b1 li a div.img img {
    max-width: 100%;
}

.p2b1 li a .cont {
    width: 43.78%;
}

.p2b1 li a .cont h3 {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 1.1rem;
}

.p2b1 li a .cont h3::after {
    content: "";
    width: 7.5rem;
    height: 1px;
    background-color: #999999;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p2b1 li a .cont p {
    font-size: 0.75rem;
    line-height: 2;
    color: #666666;
}

.p2b1 li a .cont span.more {
    width: 108px;
    height: 36px;
    background-color: #1a57a9;
    line-height: 36px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    display: block;
    margin-top: 2rem;
}

.p2b1 .p2b1-pagination {
    width: 100%;
    position: absolute;
    bottom: 1.4rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 1.5rem;
}

.p2b1 .p2b1-pagination .swiper-pagination-bullet {
    width: 1.4rem;
    height: 0.5rem;
    background-color: #d9d9d9;
    border-radius: 0;
    margin-left: 0.5rem;
    opacity: 1;
}

.p2b1 .p2b1-pagination .swiper-pagination-bullet-active {
    background-color: #1a57a9;
}

.p2b2 {
    margin-top: 1.4rem;
}

.p2b2 li {
    width: 31.75%;
}

.p2b2 li a {
    display: block;
}

.p2b2 li a div.img {
    overflow: hidden;
}

.p2b2 li a div.img img {
    width: 100%;
    transition: all ease .3s;
}

.p2b2 li:hover a div.img img {
    transform: scale(1.1);
}

.p2b2 li a h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 54px;
    background-color: #e0e0e0;
    text-align: center;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



@media(max-width: 768px) {
    .p2a {
        display: none;
    }

    .p2b {
        width: 100%;
    }
}


@media(max-width: 767px) {
    .p2b1 li a div.img {
        width: 100%;
    }

    .p2b1 li a .cont {
        width: 100%;
        margin-top: 6%;
    }

    .p2b1 li a .cont h3 {
        font-size: 18px;
        padding-bottom: 1rem;
    }

    .p2b2 li:last-child {
        display: none;
    }

    .p2b2 li {
        width: 49%;
    }

    .p2b2 li a h3 {
        line-height: 42px;
        font-size: 16px;
    }

    .p2b1 li a .cont p {
        font-size: 13px;
    }
}





.p3a {
    position: relative;
    padding: 0px 10px;
}


.p3a li a {
    display: block;
}

.p3a li a div.img {
    overflow: hidden;
    border: solid 1px #e0e0e0;
}

.p3a li a div.img img {
    width: 100%;
    transition: all ease .3s;
}

.p3a li:hover a div.img img {
    transform: scale(1.1);
}

.p3-swiper {
    overflow: hidden;
}


.p3a .p3prev {
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    color: #B59C78;
    font-size: 18px;
}



.p3a .p3next {
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    color: #B59C78;
    font-size: 18px;
}


@media(max-width: 1440px) {
    .p3a {
        width: 100%;
    }
}

@media(max-width: 768px) {
    .p3a {
        width: 100%;
    }

}

@media(max-width: 767px) {
    .p3a li a h3 {
        line-height: 42px;
        font-size: 16px;
    }
}







.p4-title {
    text-align: center;
    padding-top: 4.2rem;

}

.p4-title h3 {
    font-size: 2rem;
    color: #1a57a9;
    margin-bottom: 0.4rem;
}

.p4-title p {
    font-size: 1.2rem;
    color: #666666;
}



.p4 .wh1260 {
    position: relative;
    z-index: 999;
}



.p4bj {
    background: url(../images/489630b12cd69c75eacb9bc1b79b41768952817f.jpg) no-repeat center center;
    background-size: cover;
    padding: 6.6rem 0 3.5rem;
}

.p4a {
    margin-top: 1rem;
}

.p4a li {
    width: 25%;
}

.p4a li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.45rem 0 1.05rem;
    text-align: center;
    transition: all ease .3s;
    transform: translateY(40%);
}

.p4a li a h3 {
    font-size: 1.3rem;
    font-weight: normal;
    color: #333333;
}

.p4a li a h4 {
    font-family: "Arial";
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    color: #666666;
    margin: 0.5rem 0 1rem;
}

.p4a li a div.img {
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.p4a li a div.img img {
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
}


.p4a li.active a {
    background-color: #1a57a9;
}

.p4a li.active a h3 {
    color: #fff;
}

.p4a li.active a h4 {
    color: #fff;
}

.p4a li.active a div.img img {
    opacity: 1;
}





.p4b {
    position: relative;
}

.p4b .p4b1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
}

.p4b .p4b1.active {
    position: static;
    z-index: 999;
    opacity: 1;
}

.p4b .p4b1 .cont {
    width: 50.79%;
}

.p4b .p4b1 .cont .cont-title {
    justify-content: flex-start;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 1.2rem;
}

.p4b .p4b1 .cont .cont-title>h3 {
    width: 66px;
    height: 99px;
    text-align: center;
    padding-top: 24px;
    background: url(../images/1e1517911c131b143db1517bc2177cec8ffe1a87.png) no-repeat center center;
    background-size: cover;
    font-family: "Arial";
    font-size: 1.8rem;
    color: #ffffff;
    margin-right: 1.4rem;
}

.p4b .p4b1 .cont .cont-title .cont-t-right h3 {
    font-size: 1.3rem;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 0.3rem;
}

.p4b .p4b1 .cont .cont-title .cont-t-right p {
    font-size: 1.7rem;
    font-weight: 700;
    color: #ffffff;
}


.p4b .p4b1 .cont .cont-text {
    padding-top: 1.8rem;
}

.p4b .p4b1 .cont .cont-text p {
    font-size: 0.9rem;
    line-height: 1.667;
    color: #ffffff;
}

.p4b .p4b1 .cont .cont-text p:nth-of-type(1) {
    margin-bottom: 1.2rem;
}

.p4b .p4b1 .img {
    width: 41.58%;
    text-align: center;
    overflow: hidden;
}


.p4b .p4b1 .img img {
    max-width: 100%;
    transition: all ease .3s;
}

.p4b .p4b1 .img:hover img {
    transform: scale(1.1);
}


.p4c {
    width: 404px;
    border: solid 2px #1a57a9;
    margin: 3.7rem auto 0;
}

.p4c h4 {
    width: 248px;
    background-color: #1a57a9;
    line-height: 50px;
    font-family: Arial;
    font-size: 26px;
    color: #ffffff;
    padding-left: 20px;
    font-weight: 400;
}

.p4c h3 {
    flex: 1;
    line-height: 50px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    padding-left: 60px;
    background: url(../images/93164099c2ec422aceacdbe39745cc16006a0a67.png) no-repeat 23px center;
}


@media(max-width: 768px) {
    .p4a li a h3 {
        font-size: 1rem;
    }

    .p4a li a div.img {
        height: 22px;
        line-height: 22px;
    }

    .p4b .p4b1 .cont .cont-title>h3 {
        margin-right: 0.6rem;
    }

    .p4b .p4b1 .cont .cont-title .cont-t-right h3 {
        font-size: 1rem;
    }

    .p4b .p4b1 .cont .cont-title .cont-t-right p {
        font-size: 1.4rem;
    }

    .p4b .p4b1 .cont .cont-text p {
        font-size: 14px;
    }
}

@media(max-width: 767px) {
    .p4-title h3 {
        margin-bottom: 0.8rem;
    }

    .p4-title p {
        font-size: 14px;
    }


    .p4a li a h4 {
        display: none;
    }

    .p4a li a h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .p4b .p4b1 .img {
        width: 100%;
        margin-top: 3%;
    }

    .p4b .p4b1 .cont {
        width: 100%;
    }

    .p4b .p4b1 .cont .cont-title>h3 {
        width: 51px;
        height: 69px;
        text-align: center;
        padding-top: 19px;
    }

    .p4b .p4b1 .cont .cont-title .cont-t-right h3 {
        font-size: 16px;
    }

    .p4b .p4b1 .cont .cont-title .cont-t-right p {
        font-size: 18px;
    }

    .p4c {
        width: 100%;
    }

    .p4c h3 {
        padding: 0;
        /* background: initial; */
        font-size: 16px;
        padding-left: 12%;
        background: url(../images/93164099c2ec422aceacdbe39745cc16006a0a67.png) no-repeat 15px center;
        background-size: 14% auto;
        line-height: 42px;
    }

    .p4c h4 {
        width: 60%;
        font-size: 21px;
        line-height: 42px;
    }
}


.index-title {
    text-align: center;
    position: relative;
}

.index-title h3 {
    font-size: 3.6rem;
    color: #fff;
    text-shadow: #eaeaea 1px 0 0, #eaeaea 0 1px 0, #eaeaea -1px 0 0, #eaeaea 0 -1px 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
    width: 100%;
    text-align: center;
}

.index-title h4 {
    font-size: 2rem;
    color: #000000;
    line-height: 3.95rem;
}

.index-title img {
    max-width: 100%;
    margin: 0.2rem 0 0.6rem;
}

.index-title p {
    font-size: 0.9rem;
    font-weight: normal;
    color: #666666;
}


.p5 {
    padding-top: 3.55rem;
    position: relative;
    z-index: 99;
}

.p5cont {
    background-color: #f8f8f8;
    padding: 3rem 0 0;
    margin-top: 2.7rem;
}

.p5a1 {
    width: 31.74%;
}

.p5a2 {
    width: 65.87%;
    align-content: space-between;
}

.p5a li {

    position: relative;
}

.p5a li a {
    display: block;
}

.p5a li a div.img {
    overflow: hidden;
}

.p5a li a div.img img {
    max-width: 100%;
    transition: all ease .3s;
}

.p5a li a:hover div.img img {
    transform: scale(1.1);
}

.p5a li a h3 {
    line-height: 48px;
    background: rgba(0, 0, 0, .5);
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.p5a2 li {
    width: 48.192%;
}

.p5b {
    margin-top: 0.75rem;
    overflow: hidden;
    transform: translateY(50%);
    padding: 2px;
    margin: -2px;
}

.p5b li a {
    display: block;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.p5b li a img {
    width: 100%;
    transition: all ease .3s;
}

.p5b li a:hover img {
    transform: scale(1.1);
}




@media(max-width: 767px) {
    .p5 .index-title {
        padding: 0 15px;
    }

    .index-title p {
        font-size: 12px;
    }

    .p5a1 {
        width: 100%;
    }

    .p5a2 {
        width: 100%;
        margin-top: 2%;
    }

    .p5a li a h3 {
        line-height: 36px;
        font-size: 14px;
        padding: 0 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .p5a2 li {
        width: 49%;
        margin-bottom: 2%;
    }
}




/* 服务流程 */
.p6 {
    padding-top: 6.4rem;
}

.pss-show {
    margin-top: 3.2rem;
}

.pss-list li {
    flex: 1;
    text-align: center;
    position: relative;
}

.pss-list li+li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 134px;
    background-color: #ddd;
    display: block;
}

.pss-list li:nth-child(1) {
    padding-left: 0;
}

.pss-list li:last-child {
    padding-right: 0;
}

.pss-list li .pss-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.pss-list li .pss-img .pss {
    position: relative;
}

.pss-list li .pss-img .pss img {
    max-width: 100%;
}

.pss-list li .pss-img .pss-ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
}

.pss-list li .pss-img .pss-ico span {
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    border-radius: 50%;
}

.pss-list li h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
}

.pss-list li p {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}

.pss-list li .pss-img:hover .pss-ico {
    transform: rotateY(180deg);
}


@media(max-width: 768px) {
    .pss-list li {
        flex: initial;
        width: 32%;
        margin-bottom: 2%;
    }

    .pss-list li {
        width: 49%;
    }


}

@media(max-width: 767px) {
    .pss-list li .pss-img {
        width: 70%;
        margin: 0 auto;
    }

    .pss-list li h3 {
        margin-top: 20px;
        font-size: 18px;
    }

    .pss-list li p {
        font-size: 14px;
    }

    .pss-list li:nth-child(odd)::before {
        display: none;
    }

    .pss-list li {
        margin-bottom: 4%;
    }
}





.p7 {
    background: url(../images/7002a37cedda9269f01b019e91a5a1e64c4a3931.jpg) no-repeat center center;
    background-size: cover;
    padding: 4.2rem 0 2.9rem;
    margin-top: 3.7rem;
}


.p7a {
    width: 50.39%;
}

.p7a1 {
    padding-bottom: 1.65rem;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.p7a1 h3 {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.p7a1 h4 {
    font-size: 1.2rem;
    font-weight: normal;
    color: #ffffff;
}

.p7a2 {
    font-size: 0.8rem;
    font-weight: normal;
    color: #ffffff;
    margin-top: 2.1rem;
    padding-right: 1rem;
    line-height: 2.125;
}


.p7a3 {
    margin-top: 4.5rem;
    justify-content: flex-start;
}

.p7a3 a {
    width: 150px;
    height: 50px;
    line-height: 50px;
    justify-content: center;
    background: url(../images/4b0eba28dd3040e232b8d2d722d7b213c2d64849.png) no-repeat center center;
    color: #fff;
    font-size: 14px;
}

.p7a3 a.contact {
    background: url(../images/eea462f1bcb6a8dd1f3e14b62aef6e0a9f3fa445.png) no-repeat center center;
    color: #333;
    margin-left: 1.5rem;
}

.p7a3 a span {
    margin: 0 3px;
}

.p7a3 a img {
    margin: 0 5px;
}

.p7b {
    width: 42.85%;
    overflow: hidden;
    text-align: center;
}

.p7b img {
    width: 100%;
    transition: all ease .3s;
}

.p7b:hover img {
    transform: scale(1.1);
}





@media(max-width: 768px) {
    .p7b {
        width: 100%;
        order: 1;
        margin-bottom: 2%;
    }

    .p7a {
        width: 100%;
        order: 2;
    }
}

@media(max-width: 767px) {
    .p7b {
        margin-bottom: 4%;
    }

    .p7a1 h3 {
        margin-bottom: 1rem;
    }

    .p7a1 h4 {
        font-size: 14px;
    }

    .p7a2 {
        font-size: 14px;
    }

    .p7a3 a {
        width: 120px;
        height: 40px;
        line-height: 40px;
        background-size: 100% 100%;
    }

    .p7a3 a.contact {
        background-size: 100% 100%;
    }
}




.p8 {
    padding-top: 4.1rem;
    margin-bottom: 3.8rem;
}



.p8cont {
    margin-top: 2.6rem;
}


.p8a {
    width: 64.13%;
}

.p8a-title {
    padding-bottom: 1.12rem;
    align-items: flex-end;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 1.2rem;
}

.p8a-title h3 {
    font-size: 1.2rem;
    color: #333333;
    font-weight: 700;
    padding-left: 1.45rem;
    position: relative;
}

.p8a-title h3::before {
    content: "";
    width: 0.4rem;
    height: 1.4rem;
    background-color: #1a57a9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p8a-title a.more {
    font-family: "Arial";
    font-size: 14px;
    font-weight: normal;
    color: #999999;
}



.p8a1 {
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed rgba(177, 177, 177, .5);
}

.p8a1 li a div.img {
    width: 38.22%;
    overflow: hidden;
}

.p8a1 li a div.img img {
    width: 100%;
    transition: all ease .3s;
}

.p8a1 li:hover a div.img img {
    transform: scale(1.1);
}

.p8a1 li a .cont {
    width: 58.48%;
    padding-top: 0.6rem;
}

.p8a1 li a .cont .conta {
    width: calc(100% - 78px);
    padding-right: 1.5rem;
}

.p8a1 li a .cont .conta>h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 1rem;
}
.p8a1 li:hover a .cont .conta>h3{
    color: #1a57a9;
}

.p8a1 li a .cont .conta .text {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.p8a1 li a .cont .conta span.more {
    width: 120px;
    height: 34px;
    background-color: #1a57a9;
    border-radius: 0px 8px 0px 8px;
    line-height: 34px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    display: block;
    margin-top: 1.2rem;
}



.p8a1 li a .cont .time {
    text-align: center;
    position: relative;
}

.p8a1 li a .cont .time h3 {
    font-size: 1.8rem;
    font-weight: normal;
    color: #333333;
    margin-bottom: 0.4rem;
}

.p8a1 li a .cont .time h4 {
    font-size: 0.7rem;
    font-weight: normal;
    color: #333333;
}

.p8a1 li a .cont .time::before {
    content: "";
    width: 1px;
    height: 3.4rem;
    background-color: #dcdcdc;
    position: absolute;
    left: -1.2rem;
    top: 0;
}

.p8a2 {
    margin-top: 1.8rem;
}

.p8a2 li {
    width: 43.91%;
}

.p8a2 li h3 {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    padding-left: 21px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
}

.p8a2 li h3::before {
    content: '';
    width: 8px;
    height: 8px;
    border: solid 1px #999999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.p8a2 li:hover h3{
    color: #1a57a9;
}
.p8a2 li .text {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.p8b {
    width: 31.587%;
}

.p8b h3.title {
    padding-bottom: 1.12rem;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 1.4rem;
}

.p8b h3.title a {
    display: block;
    font-size: 1.2rem;
    color: #333333;
    position: relative;
    padding-left: 1.5rem;
}

.p8b h3.title a::before {
    content: '';
    width: 0.4rem;
    height: 1.4rem;
    background-color: #1a57a9;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.p8b1 li a {
    display: block;
    height: 2.8rem;
    border-radius: 1.4rem;
    border: solid 1px #eeeeee;
    line-height: 2.8rem;
    font-size: 0.8rem;
    font-weight: normal;
    color: #666666;
    padding-left: 3.6rem;
    position: relative;
}


.p8b1 li:nth-child(odd) a::before {
    content: "";
    width: 2.75rem;
    height: 2.75rem;
    background: #9b9b9b url(../images/f40012bb185886e52ab729683eae812cfe693258.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.p8b1 li:nth-child(even) a {
    padding-left: 1.45rem;
    padding-right: 3rem;

}

.p8b1 li:nth-child(even) a::before {
    content: "";
    width: 2.75rem;
    height: 2.75rem;
    background: #1a57a9 url(../images/f40012bb185886e52ab729683eae812cfe693258.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;

}

.p8b1 li+li {
    margin-top: 1rem;
}

.p8b1 li:hover a {
    color: #1a57a9;
}

@media(max-width: 768px){
    .p8a {
        width: 100%;
        margin-bottom: 4%;
    }
    .p8b{
        width: 100%;
    }
}

@media(max-width: 767px){
    .p8a-title h3 {
        font-size: 18px;
    }
    .p8a1 li a div.img{
        width: 100%;
        margin-bottom: 3%;
    }
    .p8a1 li a .cont{
        width: 100%;
    }
    .p8a1 li a .cont .time{
        display: none;
    }
    .p8a1 li a .cont .conta{
        width: 100%;
    }
    .p8a2 li {
        width: 100%;
        margin-bottom: 4%;
    }
    .p8a2 li h3{
        padding-left: 16px;
    }
    .p8b h3.title a {
        font-size: 18px;
    }
    .p8b1 li a{
        line-height: 4rem;
        height: 4rem;
        font-size: 14px;
        border-radius: 1.75rem;
        padding-left: 5.5rem;
    }
    .p8b1 li:nth-child(even) a::before{
        width: 4rem;
        height: 4rem;
        background-size: 49% auto;
    }
    .p8b1 li:nth-child(odd) a::before{
        width: 4rem;
        height: 4rem;
        background-size: 49% auto;
    }
}







/* 友情链接 */

.link {
    background: url(../images/c8c0992bde6a2e877ea8e2fa264f504e9655a8ac.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 20px 0;
}

.link-show {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.link-show::after {
    position: absolute;
    width: 40%;
    height: 100%;
    background-color: #053e95;
    top: 0;
    right: 100%;
}

.link-warp {
    float: left;
    width: calc(100% - 170px);
    display: flex;
    justify-content: space-between;
    position: relative;

}

.link-warp span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.link-list {
    flex: 1;
    margin-left: 10px;
}

.link-list a {
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.link-list a:hover {
    color: #0dad3b;
}


.link-warp .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(5,62,149,.9);
    padding: 10px;
    min-width:120px;
}



.link-a {
    display: flex;
    align-items: flex-start;
}

.link-a span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 118px;
    line-height: 24px;
    border: solid 1px #fff;
    opacity: .5;
    transition: all .5s ease;
}

.link-a span:hover {
    border: solid 1px #0dad3b;
    background-color: #0dad3b;
    opacity: 1;
}


/* 底部 */
.foot {
    background-color: #B99663;
    padding-top: 90px;
    padding-bottom: 75px;
}

.ft-nav {
    padding-bottom: 40px;
}
.ft-nav ul  {
    justify-content: space-around;
}

.ft-nav ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.ft-nav ul li a:hover {
    color: #0dad3b;
}

.ft-show {
    display: flex;
    flex-wrap: wrap;
}

.ft-left {
    display: flex;
    flex-wrap: wrap;
    width: 28%;
}

.ft-logo {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

.ft-logo img {
    max-width: 100%;
    height: 100%;
}


.ft-contact {
    width: 44%;
    display: flex;
    /*align-items: center;*/
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.ft-contact ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 2px solid #9B7A4B;
}
.ft-contact ul li{
    width: 20%;
    text-align: center;
    margin-bottom: 25px;
}
.ft-contact ul li:nth-child(n+9){
    margin-bottom: 0;
}
.ft-contact ul li a{
    color: #fff;
    font-size: 18px;
}
.yqlink{
    width: 100%;
   display: flex;
   display: -webkit-flex;
   justify-content: space-around;
   font-size: 16px;
}
.yqlinkitem{
    color: #fff;
    display: block;
    width: 25%;
    text-align: center;
    position: relative;
    color: #efefef;
}
.yqlinka{
    color: #fff!important;
}
.yqsubul{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    transform: translateY(-80%);
    background: #9B7A4B;
    padding: 10px 0px;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.5s;
    z-index: -1;
}
.yqsubul li{
    width: 100%!important;
}
.yqsubul li a{
    font-size: 14px;
    padding: 7px 0px;
    color: #fff;
    width: 100%;
    display: block;
    transition: all 0.5s;
}
.yqsubul li a:hover{
    background: #D1C0A5;
}
.yqlinkitem:hover .yqsubul{
    transform: translateY(-100%);
    opacity: 1;
    z-index: 5;
}
.ft-ewm {
    width: 28%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.ewm-list .m1 {
    margin-right: 20px;
}

/* .ewm-list .m2{
  
  } */
.ewm-list img {
    max-width: 100%;
}

.ewm-list p {
    text-align: center;
    font-size: 13px;
    color: #999;
    margin-top: 10px;
}

.footer {
    background-color: #9B7A4B;
    text-align: center;
    font-size: 15px;
    color: #FDF2E3;
    padding: 18px 0;
    line-height: 1.5;
    font-family: 'song';
}

.footer a {
    font-size: 15px;
    color: #FDF2E3;
    line-height: 1.5;
}
.copy{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

/* 底部自行适应 */
@media(max-width:1299px) {
    .ft-nav ul li {
        margin-left: 5.19%;
    }
}

@media(max-width:1199px) {
    .ft-nav ul li a {
        font-size: 16px;
    }

    .ft-nav ul li {
        margin-left: 4.62%;
    }

    .ft-tel {
        margin-left: 20px;
        padding-left: 60px;
    }

    .ft-contact {
        padding-left: 40px;
    }

    .footer {
        font-size: 12px;
    }

    .footer a {
        font-size: 12px;
    }
}

@media(max-width:991px) {
    .ft-nav ul li a {
        font-size: 14px;
    }

    .ft-nav ul li {
        margin-left: 3.5%;
    }

    .link {
        display: none;
    }

    .ft-nav {
        padding-bottom: 20px;
    }

    .ft-logo {
        width: 30%;
    }

    .ft-tel h3 {
        font-size: 20px;
    }

    .ft-tel h3 span {
        font-size: 14px;
    }

    .ft-tel {
        margin-left: 15px;
        padding-left: 40px;
        background-size: 34px 90px;
    }

    .ft-contact .contact {
        font-size: 13px;
    }

    .ft-contact {
        padding-left: 20px;
    }


    .ft-ewm {
        width: 50%;
    }

    .ft-contact {
        width: 50%;
    }

    .ft-left {
        display: none;
    }

    .footer {
        padding: 15px 0;
    }

    .foot {
        padding-top: 30px;
    }
    .ft-show{
        border-top: none;
    }
   
}

.md-foot {
    display: none;
}



@media(max-width:767px) {
    .foot {
        /* display: none; */
    }

    .footer {
        display: none;
    }

    .md-foot {
        display: block;
        background: #141414;
    }

    .mod-logo {
        text-align: center;
        padding: 30px 0;
    }

    .mod-logo a {
        display: block;
    }

    .mod-logo a img {
        max-width: 100%;
    }

    .fd-cfn {
        border-bottom: solid 1px #ccc;
        margin-top: 10px;
    }

    .fd-cfn h3 {
        font-size: 16px;
        color: #fff;
        line-height: 2.5;
    }

    .fd-cfn h3 span {
        padding-right: 10px;
    }

    .fd-cfn .fd-name {
        display: none;
        padding-left: 13px;
    }

    .fd-cfn .fd-name a {
        display: block;
        line-height: 28px;
        color: #fff;
        opacity: .8;
    }

    .fd-ly .copyright {
        color: #fff;
        opacity: .8;
        padding: 15px 15px;
        line-height: 1.5;
        text-align: center;
        float: none;
    }

    .fd-ly .copyright a {
        color: #fff;
        opacity: .8;
    }

    .ft-left{
        width: 100%;
    }
    .ft-contact {
        width: 100%;
        padding: 0;
        border: none;
        display: none;
    }
    .ft-ewm{
        width: 100%;
        justify-content: center;
        margin-top: 4%;
    }
    .ewm-list .m1 {
        margin-right: 0px;
      }
    .foot{
        padding: 4% 0;
    }
    .fd-cfn:nth-child(1){
        margin-top: 0;
    }

}


/*内页左侧样式*/
.page-product-inquiry a {
    color: #fff;
}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

/* 代码开始 */
body{
    background: url('../images/index_bg.jpg') repeat left top;
}
.bacfff{
    background-color: #fff;
}
.bacf6f{
    background-color: #F6F1E9;
}
.d-block{
    display: block;
}
.w-100{
    width: 100%;
}
.mw-100{
    max-width: 100%;
}
.pagination {
    margin: 5px 0;
}
/* 顶部搜索 */
.pcss form{
    position: relative;
    font-size: 0;
}
.pcss input{
    height: 40px;
    width: 220px;
    border-radius: 20px;
    border: 0px;
    font-size: 16px;
    padding: 0px 15px;
    outline: 0;
}
.pcss button{
    border: 0px;
    background-color: unset;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    background-color: #472418;
    border-radius: 0px 20px 20px 0px;
}
.pcss i{
    font-size: 18px;
    display: inline-block;
    padding: 0px 12px;
    color: #fff;
}
/* 公告 */
.index1con{
    padding: 15px 0px;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    color: #472418;
}
.index1con a{
    color: #472418;
}
.index1left{
    width: 12%;
    font-size: 40px;
    height: 1.2em;
    line-height: 1.2em;
    font-family: 'song';
    text-align: center;
    box-sizing: border-box;
    border-right: 2px solid #472418;
}
.index1mid{
    width: calc(80% - 50px);
    margin: 0px 25px;
    border-left: ;
}
.index1mid li{
    display: inline-block;
    font-size: 20px;
    margin-right: 50px;
}
.index1mid li a{
    color: #472418;
    margin-right: 50px;
}
.index1right{
    width: 8%;
    text-align: center;
    border-left: 2px solid #472418;
}
.index1right i{
    font-size: 36px;
}
/* 预约动态 */
.index2con{
    padding: 20px 15px 30px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.index2p1{
    font-size: 30px;
    color: #282828;
    font-family: 'song';
    background: url('../images/titlebac.png') no-repeat center center;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 5px solid #B49262;
    position: relative;
}
.index2left{
    width: 24.5%;
}
.index2p2{
    text-align: center;
}
.index2p2 span{
    display: inline-block;
    width: 205px;
    height: 36px;
    line-height: 36px;
    background: url('../images/znpage1tit.png') no-repeat center;
    background-size: contain;
    font-size: 18px;
    color: #191919;
    letter-spacing: 1px;
}
.index2left ul{
    text-align: center;
    font-size: 16px;
    color: #4B4A4A;
    line-height: 1.5;
    margin: 7px 0px;
}
.index2mid{
    padding-top: 45px;
    width: 39%;
    margin: 0 2%;
}
.index2right{
    width: 32.5%;
}
.index2p10{
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 5px solid #B49262;
}
.index2p10 span{
    display: inline-block;
    width: 313px;
    text-align: center;
    font-size: 30px;
    color: #282828;
    font-family: 'song';
    background: url('../images/titlebac.png') no-repeat center center;
}
.index2p10 a{
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
}
.index2p10 i{
    color: #B49262;
    font-size: 36px;
}
.index2right ul{
    margin: 7px 0px;
    font-size: 16px;
    color: #8C8B8B;
}
.index2right ul li{
    line-height: 2;
    display: flex;
    justify-content: space-between;
}
.index2right li a{
    color: #4B4A4A;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.index2right li a:hover{
    color: #B49262;
}
/* 馆藏鉴赏 */
.p2swiper{
    position: relative;
}
.p2swiper .p3prev {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    color: #CEC6BD;
    font-size: 18px;
    z-index: 6;
}
.p2swiper .p3next {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    color: #CEC6BD;
    font-size: 18px;
    z-index: 6;
}

/* 陈列展览 */
.index4con{
    padding: 45px 30px 55px;
    overflow: hidden;
}
.indextitle{
    font-size: 30px;
    color: #282828;
    font-family: 'song';
    background: url('../images/titlebac.png') no-repeat center center;
    margin-bottom: 40px;
    position: relative;
}
.indextitle a{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.indextitle i{
    color: #B49262;
    font-size: 36px;
}
.index4row{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.index4item{
    width: 32%;
    margin-right: 2%;
}
.index4item:nth-last-child(1){
    margin-right: 0;
}
.index4img{
    position: relative;
}
.index4name{
    color: #fff;
    font-family: 'song';
    padding: 15px 25px 15px;
    background-color: rgba(180,146,98, .7);
    font-size: 24px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
}
/* 文物藏品 */

/* 社会教育 */
.index5name{
    background-color: unset;
}
/* 文创产品 */
.index7name{
    color: #4F2E22;
}
/* 内页样式 */
/* 新闻页 */
.nycon {
    padding: 42px 20px 0px;
}
.xwpagewrap .nycon{
    padding-bottom: 75px;
}
.page-position{
    text-align: right;
    font-size: 16px;
    border-bottom: 2px solid #B49262;
    margin-bottom: 40px;
}
.detailpage .page-position{
    margin-bottom: 20px;
}
.page-position i{
    color: #B49262;
}
.page-position a:nth-child(2){
    color: #B49262;
}
.listimg{
    width: 20%;
    margin-right: 2%;
    float: left;
}
.listdes{
    width: 78%;
    float: right;
}
.xypg-news-list li:nth-last-child(1){
    margin-bottom: 0;
}
.xypg-news-list{
    margin-bottom: 120px;
}
.xwpagewrap .mypage{
    text-align: right;
}
.mypage{
    padding: 0 10%;
}
/* 单页 */
.aboutpage .nycon {
    padding: 45px 20px 110px;
}
.aboutpage .page-position{
    margin-bottom: 30px;
}
/* 案例图片 */
.casepage .nycon{
    padding: 10px 20px 60px;
}
.caseinfo{
    color: #6E6E6E;
    font-size: 16px;
    padding: 30px 30px 35px;
    border: 1px solid #D2D2D2;
    border-top: 0px;
    line-height: 1.5;
}
.caseinfop1{
    font-family: 'song';
    font-size: 22px;
    color: #686868;
    margin-bottom: 10px;
}
.xypg-case-list li:nth-child(n+4) {
    margin-bottom: 0;
}
.xypg-case-list{
    margin-bottom: 60px;
}
.casepage .mypage{
    text-align: center;
}
.xypg-right-title{
    font-size: 26px;
    color: #282828;
    font-family: 'song';
    background: url('../images/titlebac.png') no-repeat center center;
    margin-bottom: 70px;
}
/* 文物藏品 */
.cppage .nycon{
    padding: 5px 20px 80px;
}
.cp1con{
    position: relative;
    color: #fff;
    font-family: 'song';
}
.cp1con a{
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 16px;
    border: 1px solid #fff;
    font-size: 16px;
    border-radius: 6px;
    display: inline-block;
    transition: all 0.5s;
}
.cp1word{
    position: absolute;
    left: 10%;
    top: 50%;
    width: 80%;
    transform: translateY(-50%);
}
.cp1conp1{
    font-size: 32px;
    margin-bottom: 25px;
}
.cp1con a:hover{
    background-color: #fff;
    color: #B99663;
}
.cp2,.cp3{
    padding-top: 60px;
}
.xypg-product-list li .img {
    position: relative;
}
.cp2name{
    color: #fff;
    font-family: 'song';
    padding: 12px 20px 12px;
    background-color: rgba(180,146,98, .7);
    font-size: 18px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.cp3con{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cp3item{
    margin-bottom: 20px;
    width: 49%;
    overflow: hidden;
    position: relative;
}
.cp3item img{
    transition: ease-in-out 0.5s;
}
.cp3item:hover img{
    transform: scale(1.1);
}
.cp3name{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 50px;
    color: #fff;
    font-family: 'song';
    font-size: 22px;
}

/* 服务指南 */
.znpage .nycon{
    padding: 10px 30px 20px;
}
.znpage .page-position {
    margin-bottom: 0px;
}
.znpage1con{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding-top: 35px;
    font-family: 'song';
}
.znpage1con ul li{
    font-family: 'songRegular';
}

.znpage1left{
    width: 31%;
}
.znpage1mid{
    width: 39%;
}
.znpage1mid .dtimg{
    margin-top: 45px;
}
.znpage1right{
    width: 30%;
}
.znpage1tit{
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: url('../images/titlebac.png') no-repeat center;
    background-size: contain;
    color: #191919;
    font-size: 24px;
}
.znpage1left ul{
    margin-top: 30px;
    font-size: 16px;
    line-height: 3;
    color: #4B4A4A;
    text-align: center;
}
.znpage1midp1 i{
    color: #DD4425;
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
}
.znpage1right ul{
    margin-top: 30px;
    font-size: 16px;
    line-height: 3;
    text-align: center;
}
.znpage2{
    padding: 85px 30px 0px;
}
.znpagep1{
    font-size: 24px;
    color: #9C7B4D;
    margin-bottom: 35px;
}
.znpage2tent p{
    font-size: 16px;
    color: #282828;
    line-height: 2.4;
    font-family: 'songRegular'!important;
}
.znpage2tent span{
    font-family: 'songRegular'!important;
}
.yybtn{
    margin-top: 50px;
}
.yybtn a{
    display: inline-block;
    padding: 7px 48px;
    color: #fff;
    font-family: 'song';
    background-color: #D1C0A5;
    border-radius: 5px;
    font-size: 20px;
    margin: 0px 8px;
}
.znpage3{
    padding: 120px 20px 0px;
    background-color: #fff;
}
.znpage3 .xypg-right-title {
    margin-bottom: 60px;
}
.znpage4{
    padding: 50px 0px 0px;
}
.znpage4 .xypg-right-title {
    margin-bottom: 0px;
}
.znpage4nav{
    margin: 30px 0px 20px;
}
.znpage4nav a{
    display: inline-block;
    font-size: 18px;
    color: #282828;
    position: relative;
    margin: 0px 45px;
}
.znpage4nav a::before{
    content: '';
    width: 14px;
    height: 14px;
    background-color: #C39F63;
    position: absolute;
    left: -1.2rem;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}
.znpage4nav a.active{
    color: #C39F63;
    font-weight: bold;
}
.znpage4con{
    padding: 60px 0px;
    background-color: #F4E8D4;
}
.znpage5{
    padding: 90px 0px 70px;
}
.znpage5 .xypg-right-title {
    margin-bottom: 50px;
}
.znpage5 strong{
    display: block;
}
.znpage5left,.znpage5right{
    width: 48.5%;
    font-size: 18px;
    line-height: 2;
    color: #282828;
}
.znpage5left li,.znpage5right li{
    position: relative;
    padding-left: 65px;
    margin-bottom: 10px;
    font-family: 'songRegular';
    text-align: justify;
}
.znpage5left li::before,.znpage5right li::before{
    position: absolute;
    left: 10px;
    top: 5px;
}
.znpage5left li:nth-child(1)::before{
    content: url('../images/87.png');
}
.znpage5left li:nth-child(2)::before{
    content: url('../images/84.png');
}
.znpage5left li:nth-child(3)::before{
    content: url('../images/86.png');
}
.znpage5left li:nth-child(4)::before{
    content: url('../images/78.png');
}
.znpage5left li:nth-child(5)::before{
    content: url('../images/90.png');
}
.znpage5right li:nth-child(1)::before{
    content: url('../images/85.png');
}
.znpage5right li:nth-child(2)::before{
    content: url('../images/81.png');
}
.znpage5right li:nth-child(3)::before{
    content: url('../images/76.png');
}
.znpage5right li:nth-child(4)::before{
    content: url('../images/77.png');
}
.znpage5right li:nth-child(5)::before{
    content: url('../images/79.png');
}

/* 预约 */
.mespage .nycon{
    padding: 45px 20px 110px;
}
.control-label{
    font-size: 20px;
    font-weight: lighter;
}
.mespage .xypg-right-content{
    padding-right: 10%;
}
.mespage .form-control{
    min-height: 40px;
}
.mespage .form-group {
    margin-bottom: 25px;
}
.mespage .checkcode{
    width: 70%;
    display: inline-block;
}
.mespage .btn{
    font-size: 18px;
    display: inline-block;
    margin-right: 1rem;
    letter-spacing: 2px;
}
.mesinfo{
    margin-top: 50px;
    font-size: 14px;
    line-height: 2;
}
.mesinfo .text-warning{
    font-size: 18px;
}

/*图书 研究成果*/
.booklist li{
    margin-bottom: 0;
}
.booklist li{
    border-bottom: 1px solid #B49262;
}
.booklist li a{
    color: #333333;
    font-size: 16px;
    padding: .5rem 0;
    transition: all 0.5s;
}
.booklist li a span,.booklist li a font{
    display: inline-block;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.booklist li a span{
    width: 75%;
}
.booklist li a font{
    width: 20%;
    float: right;
    text-align: right;
}
.booklist li a:hover{
    color: #B49262;
}

@media only screen and (max-width: 1400px) {
    .wh1260 {
        max-width: 1170px;
    }
    .top2 {
        height: 120px;
    }
    .logo {
        line-height: 120px;
    }
    .index1left {
        font-size: 36px;
      }
    .index1mid li{
        font-size: 16px;
    }
    .index2right ul {
        font-size: 15px;
    }
    .index2left ul {
        font-size: 15px;
    }
    .index4name {
        font-size: 22px;
    }
    .index2p10 a {
        right: 12px;
    }
    .xypg-left-nav > li > a {
        font-size: 18px;
    }
    .znpage2tent p {
        font-size: 15px;
    }
    .ft-contact ul li a {
        font-size: 16px;
    }
    .foot {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .znpage5left, .znpage5right {
        font-size: 18px;
    }
    .caseinfo {
        font-size: 15px;
        padding: 20px 20px 25px;
    }
    .caseinfop1 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .wh1260 {
        max-width: 970px;
    }
    .index1left {
        font-size: 30px;
    }
    .index1con {
        padding: 10px 0px;
    }
    .index2p1 {
        font-size: 24px;
        background-size: contain;
    }
    .index2p10 span {
        width: 220px;
        font-size: 24px;
       background-size: contain;
    }
    .index2p2 span {
        font-size: 16px;
    }
    .index2left ul {
        font-size: 13px;
    }
    .index2right ul {
        font-size: 14px;
    }
    .index2mid{
        background-color: #F6F1E9;
        padding-top: 0;
    }
    .x-banner{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .indextitle {
        font-size: 24px;
    }
    .index4name {
        font-size: 18px;
    }
    .xypg-left-title h3 {
        font-size: 22px;
    }
    .xypg-left-nav > li > a {
        font-size: 16px;
    }
    .xypg-right-title {
        font-size: 24px;
        margin-bottom: 50px;
    }
    .xypg-news-list li .tit h3 {
        padding-right: 48%;
    }
    .page-position {
        text-align: right;
        font-size: 14px;
    }
    .xypg-left-nav {
        margin-top: 20px;
    }
    .znpage1left ul {
        font-size: 14px;
        line-height: 2.5;
    }
    .znpage1right ul {
        font-size: 14px;
        line-height: 2.5;
    }
    .znpage1tit {
        font-size: 20px;
    }
    .znpagep1 {
        font-size: 22px;
        color: #9C7B4D;
        margin-bottom: 20px;
    }
    .yybtn a {
        font-size: 18px;
    }
    .znpage2tent p {
        font-size: 14px;
    }
    .znpage5left, .znpage5right {
        font-size: 14px;
    }
    .mespage .xypg-right-content {
        padding-right: 3%;
    }
    .control-label {
        font-size: 14px;
        font-weight: lighter;
    }
    .caseinfo {
        font-size: 14px;
        padding: 15px 12px 25px;
    }
    .caseinfop1 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 992px) {
    .wh1260 {
        max-width: 750px;
    }
    .xymob-head {
        background: #B49262;
    }
    .xymob-head-box .xymob-logo {
        height: 35px;
    }
    .xymob-head-box .xymob-logo img {
        height: 35px;
    }
    .index1left {
        font-size: 24px;
    }
    .index1right i {
        font-size: 24px;
    }
    .index1mid li{
        font-size: 14px;
    }
    .index2left {
        width: 100%;
    }
    .index2mid {
        padding-top: 25px;
        width: 100%;
       padding-bottom: 25px;
       margin-top: 30px;
       margin-bottom: 30px;
    }
    .index2right {
        width: 100%;
    }
    .indextitle {
        font-size: 18px;
        background-size: contain;
        margin-bottom: 30px;
    }
    .index2p10 i {
        color: #B49262;
        font-size: 24px;
    }
    .indextitle i {
        color: #B49262;
        font-size: 24px;
    }
    .index4name {
        font-size: 16px;
        padding: 5px 15px 10px;
    }
    .foot {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .footer {
        padding: 10px 0;
        font-size: 10px;
    }
    .ft-contact ul li a {
        font-size: 14px;
    }
    .aboutpage .nycon {
        padding: 5px 20px 60px;
    }
    .xypg-right-title {
        font-size: 18px;
        margin-bottom: 35px;
        background-size: contain;
    }
    .cp1word {
        width: 90%;
        left: 5%;
    }
    .cp1conp1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .cp1con a {
        font-size: 14px;
    }
    .xypg-product-list li {
        width: 48%;
    }
    .cp2name {
        font-size: 16px;
    }
    .cp3name {
        padding: 25px;
        font-size: 18px;
    }
    .cppage .nycon {
        padding: 5px 20px 50px;
    }
    .nycon {
        padding: 5px 20px 0px;
    }
    .xypg-news-list li .info {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xypg-news-list li {
        margin-bottom: 10px;
    }
    .xypg-news-list {
        margin-bottom: 70px;
    }
    .xwpagewrap .nycon {
        padding-bottom: 40px;
    }
    .mypage a {
        font-size: 14px;
    }
    .xypg-case-list li {
        width: 48%;
    }
    .xypg-case-list li:nth-child(n+4) {
        margin-bottom: 40px;
    }
    .xypg-case-list {
        margin-bottom: 25px;
    }
    .znpage1left {
        width: 100%;
    }
    .znpage1mid {
        width: 100%;
        margin: 20px 0px;
    }
    .znpage1mid .dtimg {
        margin-top: 20px;
      }
    .znpage1right{
        width: 100%;
    }
    .znpage1left ul {
        margin-top: 10px;
    }
    .znpage1right ul {
        margin-top: 10px;
    }
    .znpage2 {
        padding: 45px 30px 0px;
    }
    .znpagep1 {
        font-size: 18px;
    }
    .yybtn a {
        font-size: 16px;
    }
    .znpage3 {
        padding: 50px 20px 0px;
    }
    .znpage4nav a::before {
        width: 10px;
        height: 10px;
        left: -2.2rem;
    }
    .znpage4nav a {
        display: inline-block;
        font-size: 16px;
    }
    .znpage5 {
        padding: 50px 0px 50px;
    }
    .znpage5left, .znpage5right {
        width: 100%;
        font-size: 14px;
        line-height: 3;
        color: #282828;
    }
    .mespage .nycon {
        padding: 60px 20px 110px;
    }
    .mespage .btn {
        font-size: 14px;
    }
}   

@media only screen and (max-width: 750px) {
    .xymob-head-box .xymob-logo {
        height: 30px;
    }
    .xymob-head-box .xymob-logo img {
        height: 30px;
    }
    .znpage .nycon {
        padding: 10px 15px 20px;
    }
    .znpage1tit {
        font-size: 18px;
        width: 80%;
        margin: auto;
    }
    .znpage2 {
        padding: 45px 5px 0px;
    }
    .yybtn {
        margin-top: 30px;
    }
    .yybtn a {
        padding: 5px 30px;
    }
    .znpage3 .xypg-right-title {
        margin-bottom: 30px;
    }
    .znpage3 {
        padding: 50px 5px 0px;
    }
    .znpage5left, .znpage5right {
        line-height: 2.4;
    }
    .xypg-case-list li {
        width: 98%;
        margin-bottom: 20px;
    }
    .caseinfop2{
        display: none;
    }
    .caseinfop1 {
        font-size: 16px;
    }
    .caseinfo {
        font-size: 14px;
        padding: 10px 12px 5px;
    }
    .listimg {
        width: 100%;
        margin-right: 0%;
    }
    .listdes {
        width: 100%;
        float: right;
        padding: 15px 10px;
    }
    .xypg-news-list li .tit h3 {
        padding-right: 0%;
    }
    .xypg-news-list li {
        margin-bottom: 20px;
        border: 1px solid #eee;
    }
    .cppage .nycon {
        padding: 5px 20px 30px;
    }
    .cp1conp1 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .cp1con a {
        font-size: 12px;
        padding: 3px 12px;
    }
    .cp2, .cp3 {
        padding-top: 40px;
    }
    .cp2name {
        font-size: 16px;
    }
    .cp3item {
        width: 100%;
    }
    .cp3name {
        padding: 20px;
        font-size: 16px;
    }
    .xypg-product-list li {
        width: 98%;
        margin-bottom: 20px;
    }
    .control-label {
        margin-bottom: 10px;
    }
    .mespage .checkcode {
        width: 50%;
        display: inline-block;
    }
    .index4con {
        padding: 30px 20px 35px;
        overflow: hidden;
    }
    .indextitle a {
        right: 0px;
    }
    .index4item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }
    .index4item:nth-last-child(1) {
        margin-bottom: 0;
    }
    .index2p10 span {
        font-size: 18px;
    }
    .index2p1 {
        font-size: 18px;
        background-size: contain;
        height: 35px;
        border-bottom: 0;
        margin-bottom: 20px;
    }
    .index2p2 span {
        font-size: 14px;
        height: 32px;
        line-height: 32px;
    }
    .index2left ul {
        font-size: 14px;
        line-height: 2;
    }
    .index1left {
        font-size: 16px;
    }
    .index1mid {
        width: calc(80% - 20px);
        margin: 0px 10px;
    }
    .index2p10 a {
        right: 0px;
      }
    .index1right {
        width: 8%;
        text-align: center;
        border-left: 0px solid #472418;
    }
    .index2p10 {
        border-bottom: 3px solid #B49262;
    }
    .index2mid {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.xymob-search-btn .icon-search::before {
    content: "";
  }