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

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

.ting-title {
    font-family: ysxxk;
    font-size: 200px;
    line-height: 230px;
    letter-spacing: -100px;
    text-align: center;
    color: #fff;
    writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
}
.sub-tt {
    font-size: 30px;
    color: #fff;
    letter-spacing: 5px;
    text-align: center;
    writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
}
.subtt {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    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;
    padding-left: 10%;
}
.homemenu a {
    font-size: 50px;
    color: #fff;
    margin: 30px 0;
    background: url("../images/menubg.png") left center no-repeat;
    background-size: auto 100%;
    padding: 30px 0 30px 100px;
}
.homemenu a:nth-child(1) {
    margin-left: 204px;
}
.homemenu a:nth-child(2) {
   margin-left: 102px;
}
.showcon {
    background: rgba(0,0,0,.6);
    height: 100%;
    border-radius: 20px;
    padding: 30px 10px 30px 30px;
}
.cj-tt {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.cj-tt span {
    font-size: 50px;
}
.cj-pic {
    display: flex;
    /*justify-content: space-between;*/
    text-align: center;
    padding: 30px 0;
    flex-wrap: wrap;
    margin-right: -1%;
}
.cj-pic li {
    width: 24%;
    font-size: 15px;
    line-height: 24px;
    margin-right: 1%;
}
.cjimage {
    height: 20vh;
}
.cj-pic li p {
    margin: 10px 0;
}
.cjimage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.xhs-pic {
    justify-content: left;
}
.xhs-pic li {
    width: 32%;
    margin-right: 1%;
}
.xhs-pic li p {
    padding: 0 10px;
}
.xhs-pic .cjimage {
    height: 30vh;
}
.yanjiu img {
    display: block;
    height: 20vh;
    margin-left: 20px;
    border: 3px solid #d42812;
}
.yanjiu li {
    display: flex;
}
.yj-date {
    color: #d42812;
    font-weight: bold;
    font-size: 30px;
    padding: 30px 30px 30px 0;
    position: relative;
    width: 240px;
    flex-shrink: 0;
    text-align: right;
}
.yj-date:before {
    position: absolute;
    right: -12px;
    top: 40px;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d42812;
}
.yj-right {
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding: 30px 0 30px 30px;
    border-left: 5px solid #d42812;
}
.pic-tanchuang {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
   background: rgba(0,0,0,.6);
    display: none;
    z-index: 9;
    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;
    
}
.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%;
}