* {
    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: #ffe8b0;
    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: #ffe8b0;
}
/*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: #d40101;
    height: 10vh;
    padding: 0 5vw;
}
.backbtn {
    display: flex;
    align-items: center;
    color: #ffe8b0;
    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: #ffe8b0;          /* 滑块颜色 */
    border-radius: 10px;       /* 滑块圆角 */
}

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

.ting-title {
    font-family: ysxxk;
    font-size: 200px;
    line-height: 230px;
    letter-spacing: -50px;
    text-align: center;
}
.sub-tt {
    font-size: 30px;
    letter-spacing: 5px;
    text-align: center;
}
.subtt {
    font-size: 50px;
    font-weight: bold;
    color: #ffe8b0;
    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;
    flex-direction: column;
    background: url("../images/banyuan.png") left center no-repeat;
    background-size: auto 100%;
    padding-left: 206px;
}
.homemenu a {
    font-size: 44px;
    line-height: 54px;
    color: #ffe8b0;
    margin: 15px 0;
    position: relative;
}
.homemenu a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffe8b0;
}
.homemenu a:nth-child(1),
.homemenu a:nth-child(9) {
    padding-left: 0;
}
.homemenu a:nth-child(1):before,
.homemenu a:nth-child(9):before {
    left: -120px;
}
.homemenu a:nth-child(2),
.homemenu a:nth-child(8) {
    padding-left: 50px;
}
.homemenu a:nth-child(2):before,
.homemenu a:nth-child(8):before {
    left: -30px;
}
.homemenu a:nth-child(3),
.homemenu a:nth-child(7) {
    padding-left: 76px;
}

.homemenu a:nth-child(3):before,
.homemenu a:nth-child(7):before {
     left: 20px;
 }
 
.homemenu a:nth-child(4),
.homemenu a:nth-child(6) {
    padding-left: 110px;
}

.homemenu a:nth-child(4):before,
.homemenu a:nth-child(6):before {
     left: 46px;
 }
.homemenu a:nth-child(5) {
    padding-left: 120px;
}
.homemenu a:nth-child(5):before {
     left: 54px;
 }
.showcon {
    /*background: rgba(0,0,0,.6);*/
    height: 100%;
    border-radius: 20px;
    /*padding: 30px 10px 30px 30px;*/
}
.zuzhi li {
    display: flex;

}
.zuzhi li h2 {
    flex-shrink: 0;
    width: 260px;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 42px;
    position: relative;
}
.zuzhi li h2:after {
    content: '';
    position: absolute;
    right: -128px;
    top: 15px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffe8b0;
}
.zuzhi li span {
    display: block;
    font-weight: normal;
    font-size: 18px;
}
.zuzhi-des {
    margin-left: 120px;
    padding-left: 120px;
    border-left: 2px solid #ffe8b0;
    text-indent: 2em;
    padding-bottom: 20px;
}
.canjiadanwei li h2 {
    text-align: right;
}
.cj-pic {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}
.cj-pic li {
    width: 24%;
    font-size: 15px;
    line-height: 24px;
}
.cjimage {
    height: 20vh;
}
.cj-pic li p {
    margin: 10px 0;
}
.cjimage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lingdao {
    padding: 0 60px;
    position: relative;
    /*height: 100%;*/
}
.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.lingdao .swiper-button-next, .lingdao .swiper-button-prev {
    color: #ffe8b0;
}
.lingdao .swiper-button-next {
    right: 0;
}
.lingdao .swiper-button-prev {
    left: 0;
}
.mz-pic {
    height: 43vh;
    width: 100%;
}
.mz-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mz-des {
    text-align: center;
}
.newslist {
    display: flex;
    flex-wrap: wrap;
}
.newslist a {
    width: 48%;
    padding: 1%;
    display: flex;
}
.n-tp {
    width: 35%;
    
    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;
}

.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 #ffe8b0;
    background-color: #ffe8b0;
}
.page-nav li:hover a,
.page-nav li:hover span,
.page-nav li.active span {
    color: #c51100;
}
.show-tt {
    font-size: 36px;
}
.show-con img {
    max-width: 80%;
}
.sch-icon {
    position: fixed;
    top: 70px;
    right: 2vw;
    width: 50px;
    height: 50px;
    background: url("../images/sch.png") rgba(255,255,255,.3) center no-repeat;
    background-size: 70%;
    cursor: pointer;
    border-radius: 50%;
}
.sch-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.5);
    transform: translate(0, -100%);
    transition: all .3s;
}
.sch-box.active {
    transform: translate(0, 0);
}
.sch-ipt {
    width: 60%;
    height: 60px;
    padding: 20px;
    /*border: 1px solid #ededed;*/
    background: rgba(255,255,255,.7);
}
.sch-btn {
    height: 60px;
    width: 100px;
    background: url("../images/sch.png") #c51100 center no-repeat;
    background-size: auto 70%;
    cursor: pointer;
    font-size: 0;
}
.nodate {
    width: 100%;
    text-align: center;
    font-size: 30px;
    opacity: .5;
}
.sword {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
}
.sword i {
    font-weight: bold;
    padding: 0 2px;
}
.catelist {
    display: flex;
    justify-content: space-around;
}
.catelist > li {
    max-width: 20%;
}
.catelist > li > a {
    display: block;
    font-size: 24px;
    border: 1px solid rgba(255,255,255,.3);
    padding: 6px 13px;
    border-radius: 10px;
}
.catelist a {
    display: block;
}
.sub2 {
    padding-top: 20px;
     padding-left: 15px;
}
.sub2 a {
    position: relative;
    padding-left: 20px;
}
.sub2 a:before {
    content: '';
    width: 10px;
    height: 4px;
    background: #ffe8b0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    opacity: .6;
}
.sub3 {
    display: flex;
    flex-wrap: wrap;
    /*font-size: 16px;*/
    opacity: .6;
    padding-left: 20px;
}
.sub3 a {
    padding: 0 15px 0 10px;
    position: relative;
}
.sub3 a:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #ffe8b0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.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 8px no-repeat;
    background-size: 22px;
}