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

/* 滑块悬停时的颜色 */
::-webkit-scrollbar-thumb:hover {
    background: #007fcc;          /* 滑块悬停颜色 */
}
.homebox {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.8);
    color: #007fcc;
    height: 56vh;
    position: fixed;
    left: 0;
    right: 0;
    top: 25vh;
    padding: 80px 0;
}

.ting-title {
    font-family: ysxxk;
    font-size: 200px;
    line-height: 230px;
    letter-spacing: -100px;
    text-align: center;
    color: #007fcc;
    writing-mode: vertical-lr;
    text-orientation: upright;
    margin-top: -135px;
    margin-left: -50px;
}
.sub-tt {
    writing-mode: vertical-lr;
    text-orientation: upright;
    font-size: 30px;
}
.homemenu {
    writing-mode: vertical-lr;
    text-orientation: upright;
    font-size: 46px;
    display: flex;
    flex-direction: column;
    letter-spacing: 10px;
    padding-left: 90px;
}
.homemenu li {
    border-left: 2px solid #007fcc;
}
.homemenu li:last-child {
    border-right: 2px solid #007fcc;
}
.homemenu a {
    display: block;
    color: #007fcc;
    position: relative;
    padding: 50px 25px 0 25px;
    line-height: 58px;
    max-height: 320px;
}
.homemenu a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #007fcc;
}
.center-homebox {
    height: 100vh;
    padding: 10vh 10vw;
    display: flex;
    flex-direction: column;
}
.lingdao {
    padding: 0 60px;
    position: relative;
    height: 400px;
}
.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.lingdao .swiper-button-next, .lingdao .swiper-button-prev {
    color: #007fcc;
}
.lingdao .swiper-button-next {
    right: 0;
}
.lingdao .swiper-button-prev {
    left: 0;
}
.subtt {
    font-size: 50px;
    font-weight: bold;
    color: #007fcc;
    text-align: center;
    line-height: 50px;
    margin-bottom: 6vh;
}
.subcon {
    flex: 1;
    height: 100%;
    overflow: hidden;
}
.fffbg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.8);
    z-index: -1;
}
.shicha-date {
    font-size: 30px;
    color: #007fcc;
    font-weight: bold;
}
.shicha-tp {
    margin: 25px 0;
}
.shicha-tp img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.jingji-tp {
    height: 80%;
}
.jingji-tp img {
    display: block;
    height: 100%;
}
.jingjijianshe .swiper-slide {
    width: auto;
}
.mspic {
    display: flex;
    flex-wrap: wrap;
}
.mspic li {
    padding: 10px;
}
.mspic img {
    display: block;
    height: 300px;
}
.minsheng-tp {
    height: 100%;
}
.minsheng-tp img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.minsheng-tt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 40px;
    background: rgba(0,0,0,.5);
     color: #fff;
    text-align: center;
}
.minshengbaozhang {
    padding: 60px 0;
}


.minshengbaozhang .swiper-button-prev {
    top: 0;
    left: 50%;
    margin: 0 0 0 -20px;
    transform: rotate(90deg);
}
.minshengbaozhang .swiper-button-next {
    bottom: 0;
    top: auto;
    left: 50%;
    margin: 0 0 0 -20px;
    transform: rotate(90deg);
}
.fz-pic {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.fz-pic li {
    width: calc(100%/3);
    text-align: center;
    /*padding: ;*/
}
.fzimg {
    width: 100%;
    height: 300px;
    border: 5px solid #d40101;
    border-bottom: 0;
}
.fz-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fz-pic h2 {
    background: #d40101;
    color: #fff;
    padding: 5px 0;
}
.djtp {
    height: 200px;
}
.djtp img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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 #007fcc;
    background-color: #007fcc;
}
.page-nav li:hover a,
.page-nav li:hover span,
.page-nav li.active span {
    color: #fff;
}
.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") #007fcc center no-repeat;
    background-size: 70%;
    cursor: pointer;
    border-radius: 50%;
}
.sch-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.1);
    transform: translate(0, -100%);
    transition: all .3s;
    z-index: 99;
}
.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") #007fcc 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;
}

.jjjs-pic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jjjs-pic dl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
}
.jjjs-pic dd {
    height: 250px;
}
.jjjs-pic dd img {
    display: block;
    height: 100%;
}

/*pdf*/
.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;
}
.dj-submenu {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
.dj-submenu a {
    display: block;
    padding: 10px 20px;
    border: 1px solid #007fcc;
    color: #007fcc;
    margin: 0 10px 15px;
}