/*public*/
/*黑白*/

/*div,.float,.f-left {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}*/
* {
    outline: none;
    padding: 0;
    margin: 0;
    transition: .3s all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    position: relative;
    font-size: 18px;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
    color: #333;
    line-height: 30px;
    text-align: center\9;
}
h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}
form, iframe, span, dl, dd, dt, pre, fieldset, legend, p, img {
    border: 0;
}
img {
    /*image-rendering: pixelated;*/
}
ul,li,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
i, em {
    font-style: normal;
}
a {
    text-decoration: none;
    background: none;
    color: #333;
}
a:hover {
    color: inherit;
}
ul, ol {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    border: 0;
    display: block;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
}
input::-webkit-input-placeholder {
    color: #c5b198;
}
input:-moz-placeholder {
    color: #c5b198;
}
input:-ms-input-placeholder {
    color: #c5b198;
}
textarea::-webkit-input-placeholder {
    color: #c5b198;
}
textarea:-moz-placeholder {
    color: #c5b198;
}
textarea:-ms-input-placeholder {
    color: #c5b198;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.hang2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hang1 {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.flex {
    display: flex;
}
.flex-ac {
    align-items: center;
}
.flex-bet {
    justify-content: space-between;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.homepage1 {
    background: url("../images/bg1.jpg") center no-repeat;
    background-size: cover;
}
.homepage2 {
    background: url("../images/bg2.jpg") center no-repeat;
    background-size: cover;
}
.indexpage1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.container {
    padding: 0 7%;
}
.logo {
    display: block;
    padding-top: 30px;
}
.logo img {
    display: block;
    height: 60px;
}
.indexcon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hswsgimg {
    display: block;
    width: 180px;
}
.jianjie {
    width: 60%;
    font-size: 24px;
    line-height: 50px;
    padding: 0 60px;
    text-align: justify;
}
.zxzgbox {
    background: url("../images/xszg.png") center no-repeat;
    background-size: 100% 100%;
    padding: 80px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    color: #a76b24 !important;
    flex-shrink: 0;
}
.zxzgbox p {
    white-space: nowrap;
}
.zxzgbox i {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 20px;
    transition: all 1.5s ease-out;
}
.zxzgbox:hover i {
    transform: rotateY(360deg);

}
.color-icon {
    background-image: linear-gradient(to bottom,#dea303,#914f01);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mouseimg {
    height: 100px;
    width: 100px;
    background: url("../images/mouse.png") center no-repeat;
    background-size: auto 100%;
    margin: 0 auto 20px;
    animation-duration: 3s;
}
.homenav.swiper-pagination {
    right: 50px;
}
.homenav .swiper-pagination-bullet {
    width: 20px;
    height: 46px;
    border-radius: 10px;
    background: rgba(0,0,0,.2);
    opacity: 1;
}
.homenav .swiper-pagination-bullet-active {
    background: #a66602;
}
.indexmenucon {
    display: flex;
    align-items: stretch;
    height: 48vh;
}
.kginfo {
    padding: 7%;
    border-bottom: 1px solid #d3ccc0;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}
.kgbg {
    font-size: 24px;
}
.bgsj {
    margin-left: 75px;
}
.kbshijian {
    font-size: 38px;
    padding: 30px 0;
    font-weight: bold;
}
.kgnote {
    font-size: 16px;
    line-height: 36px;
}
.kgnote i {
    margin-right: 10px;
    font-size: 20px;
}
.indexmenu2 {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #d3ccc0;
    flex: 1;
}
.inmenu {
    display: flex;
    flex: 1;
    border-bottom: 1px solid #d3ccc0;
    font-size: 24px;
    padding-right: 7%;
}
.inmenu a {
    display: flex;
    border-right: 1px solid #d3ccc0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3vh;
    white-space: nowrap;
    width: calc((100% - 7%) / 4);

}
.inmenu a:hover i {
    transform: rotateY(180deg);
}
.inmenu i {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 20px;
    transition: all .5s ease-out;
}
.indexline2 {
    display: flex;
    align-items: flex-start;
    height: 48vh;
    padding-top: 6vh;
}
.hengfu {
    width: 400px;
    height: 280px;
    display: block;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}
.hengfu img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hengfu .swiper-pagination-bullet-active {
    background: #a66602;
}
.indexnews {
    margin-left: 45px;
    width: calc((100% - 490px)/2);
}
.n-tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.n-tt h2 {
    font-size: 24px;
}
.more {
    color: #dca103;
    background: url("../images/morebg.png") center no-repeat;
    background-size: 100% 100%;
    padding: 5px 15px;
}
.news li {
    line-height: 42px;
}
.news a {
    padding-left: 20px;
    position: relative;
}
.news a:hover {
    color: #914f01;
}
.news a:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background: #dca103;
}
.newslist li {
    line-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #d0ceca;
}
.newslist a {
    max-width: 80%;
}
.newslist span {
    color: #999;
}
.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 16px;
    height: 7vh;
}
.footer a {
    color: #fff;
}
.footer span {
    padding: 0 10px 0 0;
}
.wxxcx {
    position: relative;
    cursor: pointer;
}
.wxxcx > i {
    font-size: 36px;
    display: block;
}
.wxxcx:hover .xcxbox {
    opacity: 1;
    transform: translate(0,0);
    z-index: 0;
}
.xcxbox {
    z-index: -1;
    opacity: 0;
    transform: translate(0,100%);
    transition: all .5s;
    position: absolute;
    bottom: 54px;
    left: 50%;
    margin-left: -80px;
    color: #999;
    background: #fff;
    width: 160px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.xcxbox img {
    display: block;
    width: 100%;
}
.xcxbox p {
    padding-top: 10px;
}
.xcxbox > i {
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}
/*列表*/
.pagewrap {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
}
.lwrap {
    width: 330px;
    background: url("../images/lbg.jpg") center no-repeat;
    background-size: cover;
    flex-shrink: 0;
    position: relative;
}
.lcon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}
.logo2 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo2 img {
    display: block;
}
.logo2 .lo1 {
    width: 90%;
    margin-bottom: 10px;
}
.logo2 .lo2 {
    width: 70%;
}
.lmenu {
    padding-top: 7%;
}
.lmenu a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    padding: 18px 0;
}
.lmenu a:hover {
    color: #ffbb1e;
}
.lmenu span {
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lmenu span img {
    display: block;
    max-width: 100%;
}
.lmenu p {
    margin-left: 15px;
}
.lmenu li.active {
    background: url("../images/activebg.png") center no-repeat;
}
.lmenu li.active a {
    color: #ffbb1e;
}
/*右侧*/
.rwrap {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #f5f1ea url("../images/rbg.jpg") top left repeat-x;
    width: calc(100% - 320px);
    min-width: 1024px;
}
.rcon {
    /*flex: 1;*/
    padding: 70px 7% 40px 70px;
    overflow-y: auto;
    height: calc(100% - 7vh);
}
.rft {
    background: #6d5a44;
    padding: 15px 7% 15px 40px;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-top {
     padding-bottom: 35px;
     display: flex;
     justify-content: space-between;
     align-items: center;
}
.brd {
    font-size: 16px;
    display: flex;
    align-items: center;
   
}
.brd,
.brd a {
    color: #999;
}
.brd span {
    padding: 0 10px;
}
.sch {
    display: flex;
    align-items: center;
    background: rgba(109,90,68,.1);
    border-radius: 30px;
    overflow: hidden;
    width: 250px;
}
.sch .ipt {
    padding: 8px 20px;
    width: 80%;
    flex: 1;
    background: transparent;
}
.sch .schbtn {
    width: 40px;
    flex-shrink: 0;
    background: url(../images/sch.png) left center no-repeat;
    background-size: 22px;
    cursor: pointer;
}
/*分页*/
.page-nav {
    padding: 30px 0 0;
    text-align: center;
}
.page-nav .num {
    float: left;
}
.page-nav .num span {
    display: inline-block;
    margin-right: 5px;
}
.page-nav .num em {
    color: #f00;
}
.page-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-nav li {
    margin: 0 5px;
    border: 1px solid #999;
    line-height: 22px;
    font-size: 16px;
}
.page-nav li span,
.page-nav li a {
    display: block;
    padding: 6px 13px;
    color: #999;
}
.page-nav li:hover,
.page-nav li.active {
    border: 1px solid #965401;
    background-color: #965401;
}
.page-nav li:hover a,
.page-nav li:hover span,
.page-nav li.active span {
    color: #fff;
}
/*人物*/
.rwlist {
    display: flex;
    flex-wrap: wrap;

}
.rwlist a {
    width: 20%;
    margin: 0 0 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rwlist .tp {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    width: 80%;
    height: 260px;
    margin-bottom: 15px;
}
.rwlist .tp img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rwlist h2 {
    font-size: 20px;
}
.rwlist p {
    color: #999;
    font-size: 16px;
}
.show-tt {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}
.show-info {
    text-align: center;
    font-size: 16px;
    color: #999;
    padding: 20px 0 0;
}
.showcon {
    line-height: 36px;
    text-align: justify;
    padding-top: 40px;
}
.showcon img {
    max-width: 70%;
    height: auto;
}
.rwcon {
    display: flex;
    align-items: flex-start;
}
.rwimg {
    width: 260px;
    border-radius: 50px;
    flex-shrink: 0;
    margin-right: 40px;
    overflow: hidden;
}
.rwimg img {
    display: block;
    width: 100%;
}
.conr .show-tt {
    text-align: left;
}
    /*分享*/
.share {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 20px 0;
}
.yy-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
   
    border-bottom: 1px solid #d3ccc0;
     padding: 3vh 7%;
}
.yy-tt {
    font-size: 24px;
    line-height: 70px;
    display: flex;
    align-items: center;
    
}
.yy-tt .iconfont {
    font-size: 70px;
    background-image: linear-gradient(to bottom, #dea303, #914f01);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 15px;
}
.yy-list {
    display: flex;
    flex-wrap: wrap;

}
.yy-list .tp {
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 15px;*/
    position: relative;
}
.yy-list .tp img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yy-list a {
    width: calc((100% - 160px)/4);
    margin: 20px 20px 0;
    border: 1px solid #d3ccc0;
    background: #fff;
    
}
.yy-list h2 {
    padding: 10px 15px;
    border-top: 1px solid #d3ccc0;
}
.sp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0,0,0,.3);*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp .iconfont {
    color: #fff;
    font-size: 40px;
}
.duotu {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}
.duotu img {
    display: block;
    height: 100%;
}
.duotu .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.duotu .swiper-slide img {
    display: block;
    
    /*height: 100%;*/
}
.duotu .mySwiper2 {
    padding: 0 100px;
    height: 500px;
}
.duotu .mySwiper {
    height: 100px;
    margin-top: 20px;
}
.duotu .mySwiper .swiper-slide {
    border: 2px solid #fff;
}
.duotu .mySwiper .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #ffbb1e;
}
.duotu .swiper-button-next, 
.duotu .swiper-button-prev {
    color: #ffbb1e;
}
.sword {
    border-bottom: 1px solid #d3ccc0;
    padding-bottom: 10px;
    color: #888;
}
.sword i {
    color: #f00;
    padding: 0 2px;
}
.sydw {
    position: absolute;
    top: 0;
}
.sydw img {
    height: 66px;
}
@media screen and (max-width: 1440px) {
    .hswsgimg {
        width: 140px;
    }
    .jianjie  {
        font-size: 22px;
        line-height: 40px;
    }
    .zxzgbox {
        padding: 50px 70px;
    }
    .zxzgbox i {
        font-size: 76px;
        line-height: 76px;
    }
    .rwlist a {
        width: 25%;
    }
    .rwlist .tp {
        width: 85%;
    }
}