* {
    outline: none;
    padding: 0;
    margin: 0;
    transition: .3s all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html,body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body {
    position: relative;
    font-size: 18px;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
    color: #333;
    line-height: 38px;

    background: url("../images/bg.jpg") left center no-repeat;
    background-size: cover;
}
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: #888;
}
input:-moz-placeholder {
    color: #888;
}
input:-ms-input-placeholder {
    color: #888;
}
textarea::-webkit-input-placeholder {
    color: #ccc;
}
textarea:-moz-placeholder {
    color: #ccc;
}
textarea:-ms-input-placeholder {
    color: #ccc;
}
.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;
}
/*演示夏行楷*/
@font-face {
    font-family: ysxxk;
    src: url("../fonts/YanShiXiaXingKai-2.ttf") format("truetype"),
    url("../fonts/YanShiXiaXingKai-2.woff") format("woff"),
    url("../fonts/YanShiXiaXingKai-2.otf") format("opentype");
}
/*思源宋体*/
@font-face {
    font-family: syst;
    src: url("../fonts/siyuansongti-Regular.otf") format("opentype");
}
/*思源宋体-特粗*/
@font-face {
    font-family: syst-h;
    src: url("../fonts/siyuansongti-Heavy.otf") format("opentype");
}
/*思源宋体-粗体*/
@font-face {
    font-family: syst-b;
    src: url("../fonts/siyuansongti-Bold.otf") format("opentype");
}
.top-header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 2vh 2vw 5vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-header img {
    display: block;
    height: 40px;
}
.bottom-back {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    color: #833f00;
    height: 10vh;
    padding: 0 5vw;
}
.backbtn {
    display: flex;
    align-items: center;
    color: #833f00;
    font-size: 26px;
}
.bottom-back img {
    display: block;
    height: 26px;
    margin-right: 5px;
}
/* 滚动条整体部分 */
::-webkit-scrollbar {
    width: 10px;               /* 滚动条的宽度 */
    height: 10px;              /* 滚动条的高度 */
}

/* 滚动条的轨道 */
::-webkit-scrollbar-track {
    background: transparent;        /* 轨道颜色 */
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: #833f00;          /* 滑块颜色 */
    border-radius: 10px;       /* 滑块圆角 */
}

/* 滑块悬停时的颜色 */
::-webkit-scrollbar-thumb:hover {
    background: #833f00;          /* 滑块悬停颜色 */
}

.ting-title {
    font-family: ysxxk;
    font-size: 200px;
    line-height: 230px;
    letter-spacing: -50px;
    text-align: center;
    color: #833f00;
}
.sub-tt {
    font-size: 30px;
    color: #833f00;
    text-align: center;
}
.lingdao {
    padding: 0 60px;
    position: relative;
    height: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.lingdao .swiper-button-next, .lingdao .swiper-button-prev {
    color: #833f00;
}
.lingdao .swiper-button-next {
    right: 0;
}
.lingdao .swiper-button-prev {
    left: 0;
}
.subtt {
    font-size: 50px;
    font-weight: bold;
    color: #833f00;
    text-align: center;
    line-height: 50px;
    margin-bottom: 6vh;
}
.subcon {
    flex: 1;
    height: 100%;
    overflow: hidden;
}
.center-homebox {
    height: 100vh;
    padding: 10vh 10vw;
    display: flex;
    flex-direction: column;
}
.homemenu {
    display: flex;
    justify-content: center;
    padding-top: 8vh;
}
.homemenu a {
    font-size: 50px;
    text-align: center;
    color: #833f00;
    padding: 0 50px;
}
.san-num {
    width: 130px;
    height: 130px;
    text-align: center;
    line-height: 130px;
    font-weight: bold;
    color: #333;
    margin: 0 auto 5vh;
    background: url("../images/yuan.png") center no-repeat;
    background-size: cover;
}
.gfbox {
    background: rgba(255,255,255,.3);
    border-radius: 20px;
    padding: 30px;
    overflow-y: auto;
}
.gfbox p span {
    font-family: 微软雅黑 !important;
    font-size: 18px !important;
    line-height: 38px !important;
}
.gf-tt {
    color: #833f00;
    font-size: 30px;
    font-weight: bold;
}
.gf-tp {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}
.gf-tp img {
    width: 49%;
}
.gf-text {
    margin-top: 30px;
}
.yz-tp {
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #833f00;
    font-size: 14px;
    line-height: 1;
    flex-wrap: wrap;
}
.yz-tp li {
    flex: 1;
    height: 20vh;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #833f00;
    margin-left: -1px;
}
.yz-tp img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.yz-tp2 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-right: -10px;
}
.yz-tp2 li {
    margin-right: 10px;
}
.yz-tp2 img {
    display: block;
    width: 100%;
}
.yz-text {
    padding-left: 40px;
}
.wenhua-btn {
    display: flex;
    justify-content: center;
    padding-top: 10vh;
}
.wenhua-btn a {
    padding: 70px 50px;
    font-size: 100px;
    margin: 0 5%;
    background: url("../images/button.png") center no-repeat;
    background-size: 100% 100%;
    font-family: ysxxk;
    writing-mode: vertical-lr;
}
.wenhua-tc {
    position: fixed;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    background: rgba(255, 255, 255, .9);
    border-radius: 20px;
    z-index: 100;
    padding: 30px 10px 30px 30px;
    transition: none .5s;
}
.wenhua-close {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 30px;
    height: 30px;
    background: url("../images/close.png") center no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.wenhua-con {
    height: 100%;
    overflow-y: auto;
    padding-right: 30px;
}
.rw-pic {
    width: 30%;
    flex-shrink: 0;
    margin-left: 30px;
}
.rw-pic img {
    display: block;
    width: 100%;
}
.rw-name {
    border-bottom: 1px solid #bd8500;
    display: inline-block;
    padding: 0 50px;
    margin: 30px 0;
}
.rw-right {
    text-align: center;
}
.rw-name h2 {
    display: inline-block;
    border-bottom: 3px solid #bd8500;
    font-size: 40px;
    font-weight: bold;
    color: #bd8500;
    padding-bottom: 15px;
}
.rwbox2 {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    flex-wrap: wrap;
}
.rwitem {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48%;
}
.rwtx {
    height: 50vh;
    position: relative;
}
.rwtx:after {
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: 0;
    content: '';
    height: 40%;
    width: 120%;
    background: #bd8500;
    transform: skewX(-10deg);
    z-index: -1;
}
.rwtx img {
    display: block;
    height: 100%;
}
.yanjiu img {
    max-width: 300px;
    max-height: 260px;
}
.yanjiu li {
    display: flex;
}
.yj-date {
    color: #bd8500;
    font-weight: bold;
    font-size: 30px;
    padding: 30px 30px 30px 0;
    position: relative;
    width: 30%;
    flex-shrink: 0;
    text-align: right;
    white-space: nowrap;
}
.yj-date:before {
    position: absolute;
    right: -12px;
    top: 40px;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #bd8500;
}
.yj-right {
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding: 30px 0 30px 30px;
    border-left: 5px solid #bd8500;
}
.shenyi .yj-date {
    width: 20%;
}

.newslist {
    display: flex;
    flex-wrap: wrap;
}
.newslist a {
    width: 48%;
    padding: 1%;
    display: flex;
}
.n-tp {
    width: 35%;
    height: 130px;
    overflow: hidden;
    flex-shrink: 0;
}
.n-tp img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.n-r {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}
.n-r h2 {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
}
.n-date {
    font-size: 16px;
    opacity: .7;
}
.n-des {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    margin: 5px 0;
}
.showcon {
    /*background: rgba(0,0,0,.6);*/
    height: 100%;
    border-radius: 20px;
    /*padding: 30px 10px 30px 30px;*/
}
.showcon img {
    max-width: 100%;
}
.show-tt {
    font-size: 36px;
}
.page-nav {
    padding: 20px 0;
}
.page-nav .num {
   
}
.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 rgba(255,255,255,.5);
    line-height: 22px;
}
.page-nav li span,
.page-nav li a {
   width: 46px;
   height: 46px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.page-nav li:hover,
.page-nav li.active {
    border: 1px solid #833f00;
    background-color: #833f00;
}
.page-nav li:hover a,
.page-nav li:hover span,
.page-nav li.active span {
    color: #fff;
}
.tc-pdf {
    position: fixed;
    top: 10%;
    left: 15%;
    width: 70%;
    height: 80%;
    background: rgba(255,255,255,.8);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 10px;
}
.pdfiframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.closepdf {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 30px;
    height: 30px;
    background: url("../images/close.png") center no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.pdftt {
    padding-left: 35px;
    background: url("../images/pdf.png") 0 5px no-repeat;
    background-size: 22px;
}