* {
    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-xt.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;
}
.center-homebox {
    height: 100vh;
    padding: 10vh 10vw;
    display: flex;
    flex-direction: column;
}

.ting-title {
    font-family: ysxxk;
    font-size: 200px;
    line-height: 200px;
    letter-spacing: -50px;
    text-align: center;
    color: #d40101;
    margin:  6vh;

}
.home-menu {
    display: flex;
    justify-content: space-between;
}
.home-menu a {
    border: 1px solid #d40101;
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-menu img {
    display: block;
    height: 100px;
    margin: 20px 0;
}
.home-menu h2 {
    width: 100%;
    font-size: 44px;
    line-height: 56px;
    color: #fff;
    background: linear-gradient(#eb0001,#ac0001);
    text-align: center;
    padding: 30px;
    font-family: syst-h;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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: #d40101;
    font-size: 26px;
}
.bottom-back img {
    display: block;
    height: 26px;
    margin-right: 5px;
}
.subtt {
    font-size: 50px;
    font-weight: bold;
    color: #d40101;
    text-align: center;
    line-height: 50px;
    margin-bottom: 6vh;
}
.subcon {
    flex: 1;
    height: 100%;
    overflow: hidden;
}
.lingdao {
    padding: 0 60px;
    position: relative;
}
.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.lingdao .swiper-button-next, .lingdao .swiper-button-prev {
    color: #fff;
}
.lingdao .swiper-button-next {
    right: 0;
}
.lingdao .swiper-button-prev {
    left: 0;
}
.lingdao a {
    display: block;
}
.zhuxi {
    background: #d40101;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 24px;
}
.zhuxi-tp {
    width: 100%;
    height: 53vh;
    margin: 10px 0;
}
.zhuxi-tp img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zhuxi-name {
    font-size: 30px;
    text-align: center;
}
.shadow {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    z-index: 99;
}
.lingdao-page {
    position: fixed;
    left: 10%;
    top: 15%;
    width: 80%;
    height: 70%;
    background: rgba(255,255,255,.9);
    border-radius: 20px;
    z-index: 100;

    padding: 30px 10px 30px 30px;
}
.shadow,
.lingdao-page {
    display: none;
    transition: none .5s;
}
.page-con {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

/* 滚动条整体部分 */
::-webkit-scrollbar {
    width: 10px;               /* 滚动条的宽度 */
    height: 10px;              /* 滚动条的高度 */
}

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

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

/* 滑块悬停时的颜色 */
::-webkit-scrollbar-thumb:hover {
    background: #d40101;          /* 滑块悬停颜色 */
}
.zhuxi-left {
    text-align: center;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.zhuxi-left .zhuxi-name {
    font-weight: bold;
    font-size: 30px;
}
.zhuxi-left .zhuxi {
    font-size: 22px;
    width: 100%;
}
.zhuxi-pic {
    display: block;
    max-height: 75%;
    max-width: 100%;
    flex: 1;
}
.zhuxi-jieshao {
    padding: 0 20px 0 30px;
    overflow-y: auto;
    line-height: 38px;
}
.lingdao-close {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 30px;
    height: 30px;
    background: url("../images/close.png") center no-repeat;
    background-size: 100%;
    cursor: pointer;
}
/*发展历程*/
.licheng-item {
    display: flex;
}
.lc-date {
    color: #d40101;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.lc-pic {
    height: 30vh;
    flex-shrink: 0;
    margin-right: 40px;
}
.lc-pic img {
    display: block;
    height: 100%;
}
.lc-right {
    line-height: 38px;
}
.licheng-item2 {
    display: flex;
}
/*九大金句*/
.jiu-pic {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jiu-pic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.fffbox {
    border-radius: 20px;
    background: rgba(255,255,255,.9);
    padding: 30px 10px 30px 30px;
}
.text-con {
    overflow-y: auto;
    height: 100%;
    padding-right: 20px;
}

.pic-tanchuang {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    display: none;
    z-index: 101;
    transition: none .3s;
}
.tc-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10vh 0;
}
.tc-title {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    padding: 0 10vw;
    color: #fff;
}
.bigpic {
    display: block;
    max-height: 72vh;
    max-width: 80vw;
}
.tc-close {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: url("../images/close.png") center no-repeat;
    background-size: 100%;
}
.cat-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cat-links a {
    border: 1px solid rgba(255,255,255,.5);
    padding: 15px 30px;
    margin: 10px;
    font-family: syst-h;
    font-size: 24px;
}
.cat-links a:hover {
    color: #d40101;
    border-color: #d40101;
}
.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;
}
.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;
}
.catname {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.catname a {
    padding: 15px 30px;
    border: 1px solid rgba(255,255,255,.5);
    font-size: 24px;
    margin: 10px 0;
    min-width: 600px;
    color: #d40101;
    background: url(../images/jiantou.png) right 30px center no-repeat;
    background-size: 30px;
}