* {
    margin: 0;
    padding: 0;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    overflow-x: hidden;
    font-family: 微软雅黑
}

header {
    width: 100%;
    height: 144px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgb(255 255 255 / 70%)
}

.nav-list {
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.nav-list li {
    height: 100%;
    margin: 0 20px;
    padding: 10px
}

.nav-list li:nth-child(3) {
    padding: 0
}

.nav-list li a {
    color: #333;
    font-size: 20px;
}

.nav-list li:hover {
    border-bottom: 2px solid #ffc001
}

.nav-list li:nth-child(5):hover {
    border-bottom: none
}

.nav-list li a img {
    width: auto;
    height: 120px;
    padding: 10px 0
}

.main-content-1 {
    height: calc(100vh + 70px);
    width: 100%;
    background-size: cover;
    position: relative
}

.main-content-1-download {
    padding: 20px 40px;
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 536px;
    height: 200px;
    background-size: 100% 100%
}

.main-content-1-download-box {
    padding: 0 25px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-content-1-download-left {
    width: 140px;
    height: 140px;
    flex-shrink: 0;
    margin-right: 50px;
}

.main-content-1-download-left img {
    width: 100%;
    height: 100%
}

.main-content-1-download-center {
    width: 235px;
    height: 150px;
    margin: 0 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.main-content-1-download-center a {
    display: block;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center
}

.main-content-1-download-center a:first-child {
    margin-bottom: 10px
}

.main-content-1-download-center img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.main-content-1-download-right {
    width: 180px;
    height: 180px;
    flex-shrink: 0
}

.main-content-1-download-right img {
    width: 100%;
    height: 100%
}

.main-content-2 {
    height: 880px;
    background-size: cover;
    padding: 10px 0
}

.main-content-2-title1,
.main-content-2-title2 {
    text-align: center
}

.main-content-2-title1 {
    margin: 0 auto;
    margin-bottom: 70px;
    width: 135px;
    height: 126px;
    transform: translateY(-68px);
}

.main-content-2-title1 img {
    width: auto;
    max-width: 100%;
    height: 100%;
}

.main-content-2-title2 {
    margin: 70px auto;
    width: 163px;
    height: 81px
}

.main-content-2-title2 img {
    width: auto;
    max-width: 100%;
    height: 100%;
}

.main-content-2-box {
    height: 326px;
    display: flex;
    justify-content: center
}

.main-content-2-box-left {
    width: 480px;
    height: 100%;
    background-color: rgb(134, 200, 255)
}

.main-content-2-box-left img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.main-content-2-box-center {
    width: 537PX;
    height: 100%;
    margin: 0 5px;
    background-color: #ffffff
}

.main-content-2-box-center-tab {
    position: relative;
    padding: 0 10px;
    height: 60px;
    border-bottom: #ffc001 solid 1px
}

.main-content-2-box-center-tab ul {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    display: flex
}

.main-content-2-box-center-tab ul li {
    color: #616161;
    margin-right: 10px;
    padding: 0 20px;
    height: 100%;
    cursor: pointer
}

.active {
    color: #ffffff !important;
    background-color: #ffc001
}

.main-content-2-box-center-content-item {
    display: none
}

.main-content-2-box-center-content-item ul {
    height: calc(326px - 60px);
    overflow: hidden
}

.main-content-2-box-center-content-item ul::-webkit-scrollbar {
    display: none
}

.main-content-2-box-center-content-item ul li {
    margin: 15px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #d5d5d54f;
}

.main-content-2-box-center-content-item ul li a {
    display: flex;
    align-items: center
}

.main-content-2-box-center-content-item ul li a:hover h2 {
    color: #ffc001
}

.main-content-2-box-center-content-item ul li a>h2 {
    font-weight: 500;
    color: #333;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.main-content-2-box-center-content-item ul li a span {
    margin-left: auto;
    margin-right: 10px;
    font-size: 14px;
    color: #999;
    white-space: nowrap
}

.main-content-2-box-center-content-item ul li p {
    color: #999;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none
}

.main-content-2-box-right {
    width: 250px;
    height: 100%;
    background-color: #ffffff;
    padding-top: 16px
}

.main-content-2-box-right-title {
    color: #333;
    border-bottom: 1px solid #ffc001;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
}

.main-content-2-box-right ul {
    height: calc(326px - 77px);
    overflow: hidden
}

.main-content-2-box-right ul::-webkit-scrollbar {
    display: none
}

.main-content-2-box-right ul li {
    margin: 18px 0 !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #d5d5d54f;
}

.main-content-2-box-right ul li a>h2 {
    font-weight: 500;
    color: #333;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.main-content-2-box-right ul li a:hover h2 {
    color: #ffc001
}

.main-content-2-box-right ul li p {
    color: #999;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none
}

.main-content-3 {
    height: 900px;
    background-size: cover;
    padding: 10px 0
}

.main-content-3-title1,
.main-content-3-title2 {
    text-align: center;
    width: auto;
    max-width: 100%;
}

.main-content-3-title2 img {
    width: auto;
    max-width: 100%;
    height: 100%;
}

.main-content-3-title1 {
    margin: 0 auto;
    margin-bottom: 70px;
    width: 135px;
    height: 126px;
    transform: translateY(-68px);
}

.main-content-3-title1 img {
    width: auto;
    max-width: 100%;
    height: 100%;
}

.main-content-3-title2 {
    margin: 70px auto;
    width: 163px;
    height: 81px
}

.main-content-3-notice {
    margin: 0 auto;
    width: 540px;
    height: auto
}

.main-content-3-notice span {
    color: #ffffff;
    font-size: 20px
}

.main-content-3-carousel {
    position: relative
}

.carousel-item {
    width: 500px;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
    transition: transform 1s ease-in-out
}

.carousel-container {
    margin: 0 auto;
    width: 800px;
    height: 450px;
    perspective: 1200px;
    transform-style: preserve-3d
}

footer {
    height: 86px;
    background-color: #333333;
    color: #ffffff;
    text-align: center
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #ffc001
}

.footer-function {
    padding: 10px 0
}

.footer-info span {
    margin: 0 5px
}

.newslistbox {
    width: 100%;
    padding-top: 145px;
    background-size: cover
}

.newslistbox-content {
    margin: 0 auto;
    width: 1200px;
    background-color: #ffffff
}

.newslistbox-content-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: #c4c4c4 solid 1px
}

.newslistbox-content-title span {
    padding: 13px;
    border-bottom: #000000 solid 3px
}

.newslistbox-content-list {
    padding: 20px
}

.newslistbox-content-list-item {
    padding: 10px;
    display: flex
}

.newslistbox-content-list-item-left {
    width: 260px;
    height: 150px;
    flex-shrink: 0
}

.newslistbox-content-list-item-left img {
    width: 100%;
    height: 100%;
    border-radius: 5px
}

.newslistbox-content-list-item-right {
    margin-left: 20px;
    padding: 10px 0
}

.newslistbox-content-list-item-right-title a span {
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.newslistbox-content-list-item-right-desc {
    margin-top: 5px;
    color: #666;
    font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.newslistbox-content-list-item-right-time {
    margin-top: 15px
}

.newslistbox-content-list-item-right-time span {
    color: #999;
    font-size: 14px
}

.newscontent {
    margin: 0 auto;
    margin-top: 145px;
    width: 1200px
}

.newscontent hr {
    border: 1px solid #f0efef;
    border-bottom: none;
    margin: 20px 0
}

.newstitle h1 {
    color: #333;
    font-size: 25px;
    font-weight: 400;
    text-align: left
}

.newsinfo {
    margin-top: 10px
}

.newsinfo span {
    color: #ADADAD;
    font-size: 13px;
    margin-right: 15px
}

.newscontenttext p {
    color: #555555;
    line-height: 1.5;
    margin: 15px 0;
    text-indent: 2em
}

.newscontenttext a:hover {
    text-decoration: underline
}

.newscontenttext h2 {
    color: #676767;
    font-size: 21px;
    margin: 17px 0
}

.newscontenttext h3 {
    color: #676767;
    font-size: 16px;
    margin: 16px 0
}

.newscontenttext h4 {
    color: #676767;
    font-size: 14px;
    margin: 18px 0
}

.newscontenttext img {
    display: block;
    margin: 10px auto;
    height: auto;
    max-width: 100%
}

.newscontenttext video {
    display: block;
    margin: 10px auto;
    height: auto;
    max-width: 100%
}

.newspager {
    padding: 20px 0;
    border-top: #cfcfcf solid 1px
}

.newspager a {
    color: #36a1ff;
    line-height: 2
}

.newspager a:hover {
    color: #ffc001
}

.sh-notice {
    display: none
}

.sh-mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000062;
    z-index: 9998
}

.sh-content {
    width: 700px;
    height: 415px;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    border-radius: 10px;
    padding: 10px
}

.sh-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #00882d;
    text-align: center
}

.sh-content-text {
    height: 240px;
    overflow-x: hidden;
    overflow-y: auto
}

.sh-content-text p {
    font-size: 18px;
    color: #5a5a5a;
    line-height: 1.6
}

.sh-author,
.sh-date {
    font-size: 18px;
    color: #5a5a5a;
    text-align: right;
    margin-top: 8px
}

.sh-content-text::-webkit-scrollbar {
    width: 6px
}

.sh-content-text::-webkit-scrollbar-thumb {
    background: #53c9ff;
    border-radius: 5px
}

.sh-btn {
    margin-top: 15px
}

.sh-btn button {
    float: right;
    border: none;
    margin-left: 20px;
    background-color: transparent
}

.sh-btn button a {
    color: #ffffff;
    font-size: 17px;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #999
}

#sh-confirm-btn a {
    background-color: #00882d
}

.shengming {
    font-size: 14px;
    color: #a52020 !important;
    text-indent: 0 !important;
}

.shengming b {
    font-size: 14px;
}

.shengming a {
    font-size: 14px;
    color: #a52020;
}

body::-webkit-scrollbar {
    display: none
}

.tag-list-content a {
    margin: 0 10px;
    line-height: 2;
    color: #8b2222;
}

.tag a {
    margin: 0 5px;
    line-height: 2;
    color: #0088ff;
}
.page li a{
    color: #000;
}
.page li{
    display: inline-block;
    margin: 0 5px;
    padding: 10px 16px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}