﻿﻿﻿﻿.wow{
    opacity: 0;
}

.animated {animation-duration:1s;animation-fill-mode:both;}
.animated.infinite {animation-iteration-count:infinite;}
.animated.hinge {animation-duration:2s;}
.fadeInUp {animation-duration:1.76s;animation-name:fadeInUp;}
@keyframes fadeInUp {from {opacity:0;transform:translate3d(0,25px,0);}
to {opacity:1;transform:none;}
}


body {margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-variant: tabular-nums;
    line-height: 1.5715;
    padding: 0;
    background: #3d445c;
    overflow-x: hidden;
    color: #333;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
/*链接整体设置*/
a {
    text-decoration: none;
    color: #333333;
    transition: all .15s;
}
a:hover {
    color: #fff;
}
a:active {
    color: #333333;
}
a {
    blr: expression(this.onFocus=this.close());
}
a {
    blr: expression(this.onFocus=this.blur());
}
div:focus,
*:focus,
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus {
    outline: none;
    hide-focus: expression(this.hideFocus=true);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c9c9c9;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #c9c9c9;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #c9c9c9;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c9c9c9;
}
input[type=button],
input[type=submit],
input[type=file],
button,
select {
    -webkit-appearance: none;
}
/*公用样式*/
div,
table,
tr,
td,
img,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i,
font,
span,
b,
dl,
dt,
dd,
form,
textarea,
input,
select,
a,
button {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul,
ol {
    list-style-type: none;
}
h1,
h2,
h3,
h4 {
    font-weight: 500;
}
img {
    border: none;
    -ms-interpolation-mode: bicubic;
    -o-object-fit: cover;
    object-fit: cover;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.clear0 {
    clear: both;
    font-size: 0px;
    height: 0px;
    overflow: hidden;
}
.hidden {
    display: none;
}
.container {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}
.comflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comflex1 {
    display: flex;
    flex-wrap: wrap;
}
.comflex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.comflex3 {
    display: flex;
    align-items: center;
}
.comflex5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.comflex4 {
    display: -webkit-flex;
    -webkit-flex-flow: row-reverse wrap;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
}
.comflex5 {
    display: -webkit-flex;
    -webkit-flex-flow: row-reverse wrap;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    align-items: center;
}
/*header*********************************************************************/
.flash {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.flash::after {
    content: '';
    background:rgba(117, 135, 153,.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.flash .logo {
    max-width: 800px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    z-index: 2; -webkit-transition:all 1.9s;transition:all 1.9s;
    opacity: 0;
}
.flash .logo.on{
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);opacity: 1;
}

.flash .logo img {
    display: block;
    width: 100%;
}
.case {
    width: calc(100% - 50px);
    margin-top: 25px;
    margin-left: 25px;
}
.case .swiper-slide img {
    width: 100%;
    border-radius: 15px;
}
.texty {
    display: flex;
    justify-content: center;
    font-size: 50px;
    padding: 50px 0;
    margin-top: 35px;
}
.texty span {
    display: block;
    color: #ffffff;
}
.ad {
    width: 100%;
    margin-top: 0px;
}
.ad img {
    width: 100%;
}
.titmax {
    text-align: center;
    margin-top: 50px;
}
.titmax h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}
.titmax p {
    font-size: 30px;
    color: #ffffff;font-weight: bold;
}
.newslist {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
}
.newslist .col {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.newslist .col .img {
    width: 300px;
    display: block;
    float: left;cursor: pointer;
}
.newslist .col .img img {
    display: block;
    width: 100%;
    border-radius: 10px;
}
.newslist .col .box {
    width: calc(100% - 350px);
    float: right;
}
.newslist .col .box .date {
    font-size: 14px;
    color: #ffffff;
}
.newslist .col .box .title a{
    font-size: 14px;
    color: rgb(191, 191, 191);
    font-size: 22px;
    line-height: 1.5;
    margin-top: 15px;
    cursor: pointer;
}
.detail {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 10;
    -webkit-transition: all .5s;
    transition: all .5s;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
.detail.on {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}
.detail .box {
    background: #3d445c;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.detail .box .title {
    border-bottom: 1px solid #ffffff;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 25px;
}
.detail .box .title a {
    display: inline-block;
    font-size: 20px;
    color: rgba(255, 255, 255, .8);
}
.detail .box .title p {
    margin-left: 15px;
    width: calc(100% - 50px);
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail .box .title a:hover {
    color: #000;
}
.detail .content {
    font-size: 16px;
    line-height: 1.8;
    padding: 20px;
    height: 100%;
    overflow-y: auto;
}
.detail .content img {
    max-width: 100%;
}
.detail .content::-webkit-scrollbar {
    width: 8px;
    background: #707070;
    border-radius: 10px;
}
.detail .content::-webkit-scrollbar-thumb {
    background-color: #dcdcdc;
    border-radius: 10px;
}
.more {
    text-align: center;
    padding: 50px 0;
}
.more a {
    color: #bfbfbf;
    font-size: 16px;
}
.jituan {
    overflow: hidden;
    width: 100%;
    margin: 50px 0;
}
.jituan .col {
    border-radius: 10px;
    width: calc((100% - 40px)/3);
    float: left;
    margin-right: 20px;
    overflow: hidden;
    background: #778899;
    transition: box-shadow 0.3s, border-color 0.3s;
}
.jituan .col .img {
    width: 100%;
    position: relative;
    padding-top: calc(100% / (39/21));
    /* 根据宽高比计算高度 */
    max-width: 390px;
    max-height: 210px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.jituan .col .img span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.jituan .col .img img {
    width: 100%;
    height: 100%; -webkit-transition:all .9s;transition:all .9s
}
.jituan .col:nth-child(3n) {
    margin-right: 0;
}
.jituan .col:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  
}
.jituan .col .title {
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
}
.jituan .col:hover {
    border-color: transparent;
    box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.zheren {
    background: #778899;
    padding: 50px 0;
    overflow: hidden;
}
.zheren .list .col:nth-child(1) {
    width: calc((100% - 20px)/2);
}
.zheren .list .col:nth-child(2) {
    width: calc((100% - 20px)/2);
}
.zheren .list .col:nth-child(2):nth-child(2) {
    margin-right: 0;
}
.zheren .list .col {
    border-radius: 10px;
    width: calc((100% - 20px)/2);
    float: left;
    margin-right: 20px;
    overflow: hidden;
    background: #3d445c;
    transition: box-shadow 0.3s, border-color 0.3s;
    margin-top: 30px;
}
.zheren .list .img {
    width: 100%;
    position: relative;
    padding-top: calc(100% / (39/21));
    /* 根据宽高比计算高度 */
    max-width: 590px;
    max-height: 335px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.zheren .list .img span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.zheren .list .img img {
    width: 100%;
    height: 100%; -webkit-transition:all .9s;transition:all .9s
}
.zheren .list  .col:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  
}


.zheren .list .col:nth-last-child(1) {
    margin-right: 0;
}
.zheren .list .title {
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
}
.content-frame {
            width: 100%;
            height: 100%;
            border: none;
        }
.foot {
    overflow: hidden;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.foot .contact {
    float: left;
    margin-right: 100px;
    margin-top: 50px;
}
.foot .contact h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
}
.foot .contact p {
    font-size: 15px;
    color: #bfbfbf;
    margin-top: 10px;
}

.scrolling-container {
    overflow: hidden;
    position: relative;margin-top: 30px;
}

.scrolling-wrapper {
    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite;
}

.scrolling-wrapper:hover {
    animation-play-state: paused;
}

.scrolling-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: calc(50vw - 20px);margin-left: 20px;
}
.scrolling-item img{
    width: 100%;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {


    
    .scrolling-item {
        padding: 0 30px;
    }
}
.liebiao{display: flex;background: #3d445c;min-height: 100vh;}
.sidebar{margin-top: 10px;display: flex;flex-direction: column;gap: 20px;}
.logo1 {}
.logo1 img{height:50px}
.nav-menu {width: 150px;list-style: none;}
.nav-link {position: relative; padding-left: 24px;display: flex;align-items: center;color: #fff;text-decoration: none;height: 40px;line-height: 40px;}
.nav-link .tit {flex: auto;min-width: 0;overflow: hidden;text-overflow: ellipsis;}
.nav-link .arrow {position: absolute;top: 0;right: 16px;width: 10px;color: #ffffff;transition: transform 0.3s;}
.nav-link .arrow.up {transform: rotate(180deg);}
.submenu {background: #000c17;overflow: hidden;transition: max-height 0.3s ease;}
.submenu.hidden {max-height: 0;}.submenu-item {text-align: center;margin-bottom: 5px; margin-top: 4px;}
.submenu-link {display: block;color: rgba(255, 255, 255, 0.65);text-decoration: none;padding: 8px 15px;transition: background-color 0.3s;}
.submenu-link:hover {background-color: #778899;color: #fff;}
.submenu .on{background-color:#778899;color: #fff;}
.content {width: 100%;max-width: 800px;margin: auto;overflow-y: scroll;padding-block: 50px;margin-top: 60px;}
.search-box {margin-bottom: 20px;}
.search-box input {width: 350px;padding: 8px;border: 1px solid #ddd;background-color: #3d445c;color: rgb(191, 191, 191); }
.search-box input:focus {outline: none;border: 1px solid #ddd;}
.search-box input::placeholder {color: currentColor;}
.search-box button {padding: 8px 20px;background-color: #ddd;border: none;cursor: pointer;transition: background-color 0.3s;}
.article-list {}
.article-item {display: flex;justify-content: space-between;align-items: center;padding: 20px 20px 20px 0;border-bottom: 1px solid rgb(119, 136, 153);}
.article-info {flex: 1;}
.article-date {font-size: 14px;color: rgb(191, 191, 191);margin-bottom: 5px;}
.article-title {font-size: 14px;color: rgb(255, 255, 255);}
.read-more {color: white;cursor: pointer;border: 1px solid rgb(119, 136, 153);border-radius: 20px;padding: 6px;padding-inline: 13px;text-decoration: none;}
.load-more{text-align: center;margin-top: 35px;height: 32px;line-height: 32px;}
.load-more-btn {border: 1px solid rgb(119, 136, 153);margin: auto;cursor: pointer;border-radius: 20px; padding: 8px 15px; color: #fff;}

 @media (max-width: 768px) {
.search-box input {max-width: 90%;}
.search-box button {margin-top: 5px;}
        }
.news-container{padding:0 15px}.news-title{color:#fff;font-size:20px;font-weight:500;line-height:30px;margin-bottom:20px}.news-meta{border-bottom:1px solid rgba(255,255,255,.2);color:#ccc;display:flex;flex-wrap:wrap;font-size:14px;gap:20px;margin-bottom:30px;padding-bottom:20px}.news-meta span{align-items:center;display:flex;gap:8px}.fa-icon{text-align:center;width:16px}.news-content,.news-content p{color:#fff;font-size:14px;line-height:1.8}.news-content figure{margin:0}
.news-content img{display:block;height:auto;margin:15px 0;max-width:100%}
.news-content video{display:block;height:auto;margin:15px auto;max-width:100%}
.bottom-actions{border-top:1px solid rgba(255,255,255,.2);display:flex;justify-content:space-between;margin-top:40px;padding-top:20px}.back-btn,.back-link{align-items:center;background-color:#5a637a;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;gap:8px;margin-bottom:20px;padding:10px 20px;text-decoration:none;transition:background-color .3s}.back-btn:hover{background-color:#6c758c}@media (max-width:768px){.news-container{padding:20px}.news-title{font-size:24px}.news-meta{align-items:center;flex-direction:column;gap:10px}.bottom-actions{flex-direction:column;gap:15px}.back-btn{justify-content:center;text-align:center;width:100%}}