* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}
b {    word-break: break-all;}

/*å…¨å±€æ ·å¼*/

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw;
    }
}

@media (max-width:950px) {
    html {
        font-size: 8.2vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
.public-title{
padding: 0 10px;
}
}


/*= æ¸…é™¤æµ®åŠ¨=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* é’ˆå¯¹IE7 */

*+html .clearfix {
    min-height: 0%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w100 {
    width: 100%;
}


/*åŽŸæ–‡ä»¶é…ç½®*/

body {
    color: #333;
    background: #f6f0ea;
    font-size: .16rem;
    font-family: arial, sans-serif;
    min-width: 320px;
}

@media (max-width:1199px) {
    body {
        font-size: .22rem;
    }
}

@media (max-width:767px) {
    body {
        font-size: .24rem;
    }
}

a {
    color: #000;
    text-decoration: none;
}

@media (min-width:1025px) {
    a:hover {
        color: #843c3c;
    }
}


/*å—çº§è½¬åŒ–*/

.di_in {
    display: inline-block;
}

.di_bl {
    display: block;
}


/*åŽŸæ–‡ä»¶é…ç½®  end*/


/*æ¨ªå‘å±…ä¸­*/

.te_c {
    text-align: center;
}


/*ç›¸å¯¹å®šä½*/

.p_r {
    position: relative;
}


/* ç™½è‰²èƒŒæ™¯ */

.bgfff {
    background: #fff;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
} */

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.img_hover {
    transition: all .3s;
}

@media (min-width: 1025px) {
    .img_hover:hover {
        transform: scale(1.05, 1.05);
    }
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.f18 {
    font-size: .18rem;
}

.f20 {
    font-size: .2rem;
}

.f22 {
    font-size: .22rem;
}

.f24 {
    font-size: .24rem;
}

.f26 {
    font-size: .26rem;
}

.f28 {
    font-size: .28rem;
}

.f30 {
    font-size: .3rem;
}

.f32 {
    font-size: .32rem;
}

.f34 {
    font-size: .34rem;
}

.f36 {
    font-size: .36rem;
}

@media (max-width:1199px) {
    .f16 {
        font-size: .24rem;
    }
    .f18 {
        font-size: .26rem;
    }
    .f20 {
        font-size: .28rem;
    }
    .f22 {
        font-size: .3rem;
    }
    .f24 {
        font-size: .32rem;
    }
    .f26 {
        font-size: .34rem;
    }
    .f28 {
        font-size: .36rem;
    }
    .f30 {
        font-size: .38rem;
    }
    .f32 {
        font-size: .4rem;
    }
    .f34 {
        font-size: .42rem;
    }
    .f36 {
        font-size: .44rem;
    }
    .f40 {
        font-size: .46rem;
    }
    .f46 {
        font-size: .5rem;
    }
    .f50 {
        font-size: .52rem;
    }
    .f60 {
        font-size: .62rem;
    }
}

.container {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
}

@media (max-width:1199px) {
    .container {
        padding-left: .4rem;
        padding-right: .4rem;
    }
}

@media (max-width:767px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background-image: linear-gradient(rgba(91, 19, 19, 1), rgba(91, 19, 19, .8), rgba(91, 19, 19, 0));
    padding: 0 .9rem;
    height: 4rem;
}

.fixed {
    height: 1.6rem;
}

.header .logo {
    margin-top: .4rem;
}

.header .logo img {
    height: .6rem;
}

.header .tool {
    margin-top: .4rem;
}

.header .tool a {
    width: .55rem;
    height: .55rem;
    margin-right: .2rem;
    background: url(../images/n-icon.png)no-repeat left 0;
    background-size: cover;
    color: #FFF;
    line-height: .55rem;
}

.header .tool a:hover {
    background-position: 0 -.55rem;
}

.header .search {
    width: .55rem;
    height: .55rem;
    background: #9a6a6b url(../images/search.png)no-repeat center;
    background-size: .23rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: .4rem;
}

@media (max-width:1199px) {
    body {
        padding-top: 1.2rem;
    }
    .header {
        background-color: #752526;
        height: 1.2rem;
        padding-left: .4rem;
        padding-right: .4rem;
    }
    .header .tool,
    .header .search {
        display: none;
    }
}

@media (max-width:767px) {
    .header {
        padding-left: .2rem;
    }
    .header .logo img {
        height: .45rem;
    }
}

.mark {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.search-content {
    position: fixed;
    left: 50%;
    top: -1rem;
    z-index: 111;
    width: 80%;
    background-color: #FFF;
    height: .8rem;
    margin-left: -40%;
}

.search-content input[type='text'] {
    width: 80%;
    height: .8rem;
    padding-left: .2rem;
}

.search-content input[type='submit'] {
    width: 1.2rem;
    height: .8rem;
    background: #843c3c url(../images/search.png)no-repeat center;
}

.m-btn {
    display: none;
    outline: none;
    width: .5rem;
    height: .5rem;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M2.5 11.5A.5.5 0 013 11h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 3h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z' clip-rule='evenodd' fill='%23FFFFFF'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: .2rem;
    top: 50%;
    margin-top: -.25rem;
}

.m-btn.close {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z' clip-rule='evenodd' fill='%23FFFFFF'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z' clip-rule='evenodd' fill='%23FFFFFF'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (max-width:1199px) {
    .m-btn {
        display: block;
    }
}

.nav {
    padding-right: .5rem;
    height: 1.4rem;
}

.nav li {
    line-height: 1.4rem;
    border-radius: 0 0 .6rem .6rem;
    -webkit-border-radius: 0 0 .6rem .6rem;
    -moz-border-radius: 0 0 .6rem .6rem;
    -ms-border-radius: 0 0 .6rem .6rem;
    -o-border-radius: 0 0 .6rem .6rem;
}

.nav li a {
    padding-left: .2rem;
    padding-right: .2rem;
    color: #FFF;
}

.nav li.on {
    background-color: #c09355;
}

@media (max-width:1199px) {
    .nav {
        display: none;
    }
}

.m-nav {
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 98;
    height: 100%;
    padding: 1.6rem .4rem .4rem .4rem;
    overflow-y: auto;
}

.m-nav .search {
    width: 100%;
    line-height: .6rem;
    background-color: #752526;
    color: #FFF;
    margin-top: .3rem;
}

.m-nav li {
    margin: .1rem 0;
    border-bottom: 1px #ddd solid;
    padding: .2rem 0;
}

.m-nav .info {
    color: #999;
}

.m-nav .info a {
    margin: 0 .2rem;
}

.m-nav .info a:first-child {
    margin-left: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots li button:before,
.slick-dots li button {
    display: none;
}

.footer {
    z-index: 2;
    padding-top: .4rem;
    padding-bottom: .4rem;
    height: 2.8rem;
    background: url(../images/f-bg.jpg)no-repeat center;
    background-size: cover;
    color: #FFF;
    line-height: 2;
}

.footer a {
    color: #FFF;
}

.footer .txt {
    line-height: .5rem;
    margin-right: .8rem;
}

.footer .erwma {
    margin-top: .2rem;
}

.footer .erwma>div {
    width: 1.41rem;
    height: 1.47rem;
    background: url(../images/erwma-bg.png)no-repeat center;
    background-size: cover;
    margin-right: .2rem;
    padding: .15rem;
}

.footer .erwma>div:last-child {
    margin-right: 0;
}

.footer .erwma>div img {
    width: 1.1rem;
}

@media (max-width:1199px) {
    .footer {
        height: auto;
    }
    .footer .container {
        display: flex;
        justify-content: space-between;
    }
    .footer .txt {
        margin-right: 0;
    }
}

@media (max-width:1023px) {
    .footer .container {
        flex-wrap: wrap;
    }
    .footer .erwma {
        order: 1;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .footer .txt {
        order: 2;
    }
}

@media (max-width:767px) {
    .footer .txt {
        width: 100%;
        margin-top: .3rem;
    }
}

.n-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.n-banner .b_slick{
    width: 100%;
    overflow: hidden;
}
.n-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dot{
    display: flex;
    position: absolute;
    bottom: .2rem;
    left: 50%;
    transform: translateX(-50%);
}
.dot li{
    cursor: pointer;
    font-size: .26rem;
    color: white;
    line-height: .45rem;
    text-align: center;
    margin: 0 .15rem;
    width: .45rem;
    height: .45rem;
    background-image: url(../images/dot.png);
    background-size: 100% 100%;
}
.dot li.cur{
    width: .45rem;
    height: .45rem;
    background-image: url(../images/dot-on.png);
    background-size: 100% 100%;
}

.is-hidden {
    transform: translateY(-1.1rem);
    -ms-transform: translateY(-1.1rem);
    -webkit-transform: translateY(-1.1rem);
    -moz-transform: translateY(-1.1rem);
    -o-transform: translateY(-1.1rem);
    opacity: 0;
}

.public-title {
    font-weight: bold;
    color: #843c3c;
    text-transform: uppercase;
}

.home-about {
    background: url(../images/bg.jpg)no-repeat center bottom;
    background-size: 100%;
    z-index: 1;
    padding-top: 1.5rem;
    padding-bottom: .85rem;
}

.home-about::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/bg1.png)no-repeat center top;
    background-size: 100%;
}

.home-about .txt {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    line-height: 1.8;
}

.home-about .txt p {
    margin-top: .4rem;
}

.home-about .content {
    background: url(../images/bg2.png)no-repeat left top;
    background-size: 100%;
    margin-top: .2rem;
    padding-top: .5rem;
}

.home-about .content .slick-slide {
    padding-left: .3rem;
    padding-right: 1.1rem;
}

.home-about .content .year {
    color: #FFF;
    padding-bottom: .35rem;
}

.home-about .content .year span {
    position: absolute;
    left: .3rem;
    bottom: 0;
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(173, 132, 85, .3);
}

.home-about .content .year span::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: .14rem;
    height: .14rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #ad8455;
    margin-left: -.07rem;
    margin-top: -.07rem;
}

.home-about .content .text {
    line-height: 1.8;
    margin-top: .2rem;
}

.home-about .more {
    margin-top: .3rem;
}

.home-about .more a {
    color: #752526;
    text-transform: uppercase;
    padding-left: .5rem;
    padding-right: .5rem;
    line-height: .5rem;
}

.home-about .more a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: .35rem;
    background: url(../images/more.png)no-repeat center;
    background-size: 100%;
}

.home-about .more a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: .35rem;
    background: url(../images/more.png)no-repeat center;
    background-size: 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media (max-width:1199px) {
    .home-about .txt {
        padding-left: .6rem;
        padding-right: .6rem;
    }
    .home-about .content {
        background-size: auto 1.5rem;
    }
    .home-about .content .slick-slide {
        padding-right: .2rem;
    }
}

@media (max-width:1023px) {
    .home-about .txt {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
}

.our {
    background: url(../images/bg3.jpg)no-repeat center top;
    width: 100%;
    background-size: 100%;
    padding-top: .7rem;
    overflow: hidden;
    padding-bottom: 1rem;
}

.our .content {
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 .3rem rgba(180, 158, 121, .4);
    padding: .6rem;
    margin-top: .8rem;
}

.our .hd li {
    cursor: pointer;
    height: .61rem;
    background: url(../images/bg9.png)no-repeat center;
    margin-left: .3rem;
    margin-right: .3rem;
    z-index: 4;
    background-size: 100% .61rem;
    padding-left: .05rem;
    padding-right: .05rem;
}

.our .hd li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -.2rem;
    width: .08rem;
    height: .08rem;
    background-color: #843c3c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
}

.our .hd li::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: -.2rem;
    width: .08rem;
    height: .08rem;
    background-color: #843c3c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
}

.our .hd li span,
.our .hd li a {
    margin: .05rem 0;
    border: 1px #843c3c solid;
    width: 100%;
    height: .48rem;
    line-height: .48rem;
    white-space: nowrap;
    padding: 0 .1rem;
}

.our .hd .on span,
.our .hd .on a {
    background-color: #843c3c;
    color: #FFF;
}

.our .bd {
    margin-top: .3rem;
}

.our .bd li {
    width: 33.333%;
    line-height: .4rem;
    margin: .05rem 0;
}

.our .bd li a {
    padding: 0 .1rem;
}

.our .bd li a:hover {
    background-color: #752526;
    color: #FFF;
    border-radius: .05rem;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    -ms-border-radius: .05rem;
    -o-border-radius: .05rem;
}

@media (max-width:1199px) {
    .our .content {
        padding: .4rem;
    }
    .our .hd ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .our .hd li {
        margin-left: 0;
        margin-right: 0;
        background: none;
        width: 49%;
        height: auto;
    }
    .our .hd li span,
    .our .hd li a {
        width: 100%;
        line-height: .6rem;
        height: .6rem;
    }
    .our .hd li::after,
    .our .hd li::before {
        display: none;
    }
    .our .bd li {
        width: 50%;
        margin-top: .1rem;
        margin-bottom: .1rem;
    }
}

@media (max-width:767px) {
    .our .content {
        padding: .2rem;
    }
    .our .hd li,
    .our .bd li {
        width: 100%;
    }
}

.video-play {
    width: 100%
}
.video-play .stop{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1rem;
    height: 1rem;
    z-index: 999;
    display: none;
}
.video-play .stop img{
 width: 100%;
 height: 100%;
}
.video-play .play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1rem;
    height: 1rem;
    z-index: 999;
    display: none;
}
.video-play .play img{
    width: 100%;
    height: 100%;
   }


   .video-play .stop.on,
   .video-play .play.on{
    display: block;
   }
.video-play::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 4.96rem;
    background: url(../images/bg4.png)no-repeat center;
    background-size: cover;
    z-index: 10;
}

.vjs-poster {
    background-size: cover;
}

.video-play .video {
    width: 100%;
    height: 8.15rem;
}

.video-js .vjs-big-play-button {
    background: url(../images/play.png) no-repeat center;
    background-size: contain;
    width: 1.28rem;
    height: 1.28rem;
    border: none;
    top: 50%;
    left: 50%;
    border: 0;
    overflow: hidden;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 11;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-icon-play:before {
    display: none;
}

.video-js .vjs-big-play-button:focus {
    background: none;
}

.video-js:hover .vjs-big-play-button {
    background: url(../images/play.png) no-repeat center;
}

.about {
    margin-top: .6rem;
    padding-bottom: 1rem;
}

.about .txt {
    line-height: 1.8;
    margin-top: .3rem;
}

.about .txt p {
    margin-top: .2rem;
    text-indent: 2em;
    text-align: justify;
}

.page {
    margin-top: .7rem;
    line-height: .6rem;
    z-index: 9;
}

.page a,
.page span {
    background-color: #f1eff0;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    padding-left: .2rem;
    padding-right: .2rem;
    margin-right: .1rem;
}

.page a {
    color: #999;
}

.page input {
    height: .6rem;
    width: 1rem;
    margin-right: .1rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.page button {
    background-color: #f1eff0;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    padding-left: .2rem;
    padding-right: .2rem;
    height: .6rem;
    border: 0;
    color: #999;
}

.page .on {
    background-color: #843c3c;
    color: #FFF;
}

.pb_sys_style2 .p_no_d {
    border: 1px solid #5d1515 !important;
    background-color: #5d1415 !important;
}


@media (max-width:767px) {
    .page .total,
    .page input,
    .page button {
        display: none;
    }
}