@charset "utf-8";
body,* { font-family: 'SourceHanSansCN-Normal','PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'; }
:root {
    --red: #1F2C5C;
    --green: #1F2C5C;
    --green2: #1F2C5C;
    --blue: #1F2C5C;
}
@media (max-width:60000000px){
    html{
        font-size: calc(100vw/19.2) !important;
    }
}

@media (max-width:1100px){
    html{
        font-size: calc(100vw/8) !important;
    }
}
.colorRed { color:var(--red); }
.colorG { color:var(--green); }
.colorYellow { color: var(--green); }
.container { width: 84%; margin: 0 auto; }

/*@media(max-width: 1600px){
    .container { width: 90%; }
}*/
@media(max-width: 1100px){
    .container { width: 92%; }
}


.header { width: 100%; position: fixed; left: 0; top: 0; z-index: 99; background: rgba(0,0,0,0); transition:all 0.6s; }
.headerA-a .logo img { width: auto; height: 0.25rem; }
.header.fixed-head { background: rgba(0,0,0,0.5); }


.headSub2 { width: 2rem; }
.header .adenz ul li .headSub2 a { color:#fff; }
.topSearch .icon { cursor: pointer; width: 0.3rem; height: 0.5rem; transition:all 0.5s; position: absolute; right:0; top: 50%; transform: translateY(-50%); background: url(../images/searchbtn1.svg) no-repeat center; background-size: 0.22rem auto; }
.topSearch form { overflow: hidden; position: absolute; top: 0.7rem; right:0; transition:all 0.5s; width: 2rem; height: 0; transition:all 0.5s; transition:all 0.5s; position: absolute; }
.topSearch form .layui-input { padding-left: 0.12rem; width: 100%; overflow: hidden; transition:all 0.5s; height: 100%; background: none; border:none; }
.topSearch form .layui-input::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.4);}
.topSearch form .layui-input::-moz-placeholder {color: rgba(255, 255, 255, 0.4);}
.topSearch form .layui-input:-moz-placeholder {color: rgba(255, 255, 255, 0.4);}
.topSearch form .layui-input:-ms-input-placeholder {color: rgba(255, 255, 255, 0.4);}
.topSearch form .layui-input { color:#fff; height: 0.5rem; }
.topSearch2 { border: 1px solid rgba(255, 255, 255, 0.5); width: 100%; height: 0.5rem; }
.topSearch2 button { width: 0.5rem; height: 0.5rem; position: absolute; right:0; top:0; background: url(../images/searchbtn1.svg) no-repeat center; background-size: 0.2rem auto; }
.topSearch:hover form { padding-top: 0.12rem; height: 0.7rem; }
.topLan { margin-right: 0.3rem; margin-left: 0.3rem; }
.topLan .icon2 {  background: url(../images/lanbtn1.svg) no-repeat center;  background-size: 0.22rem auto; }
.subLan { height: 0; overflow: hidden; transition:all 0.5s; position: absolute; left:50%; transform: translateX(-50%); top: 0.7rem; width: 0.8rem; padding-top: 0.1rem; }
.subLanA { padding: 0.1rem 0; text-align:center; background: #fff; border-radius: 5px; }
.subLan a { padding: 6px 0; display:block; font-size: 0.16rem; color:#333; }
.subLan a:hover { color:#fff; background: var(--blue); }
.topLan:hover .subLan { height: 1.2rem; }


.headerA-a .logo { transition:all 0.6s; padding: 0.4rem 0; }
.fixed-head .headerA-a .logo { padding: 0.25rem 0; }
.topSearch { transition:all 0.6s; position: relative; float:right; width: 0.3rem; height: 1.05rem; }
.header.fixed-head .topSearch { height: 0.75rem; }

.topLogin { transition:all 0.6s; padding: 0.27rem 0; }
.header.fixed-head .topLogin { padding: 0.12rem 0; }
.topLoginA { margin-left: 0.2rem; background: var(--blue); border-radius: 0.1rem; color:#fff; height: 0.5rem; padding: 0 0.25rem; }
.topLoginA span { line-height: 0.5rem; display: block; padding-left: 0.25rem; height: 0.5rem; background: url(../images/member.svg) no-repeat left center; background-size: 0.15rem auto; }
.topLoginA span a { display:inline-block; line-height: 0.5rem; }

.nav ul li>a { line-height: 1.05rem; transition:all 0.6s; }
.header.fixed-head .nav ul li>a { line-height: 0.75rem; }
.header .nav ul li { float:left; margin-left: 0.3rem; }
.header .nav ul li { float:left; margin-left: 0; }
.mNavBox { width: 1rem; height: 1.05rem; }
.header.fixed-head .mNavBox { height: 0.75rem; }

.header .nav ul li:nth-child(3) .lefta .swiper ol {
    height: auto;
}


.banner .swiper-pagination { position: absolute; left:0; bottom: 0.5rem; width:100%; }
.banner .swiper-pagination .swiper-pagination-bullet { border-radius: 0; overflow: hidden; position: relative; width: 0.7rem; height: 2px; background: rgba(255,255,255,0.4); opacity: 1; }
.banner .swiper-pagination .swiper-pagination-bullet:after { content:""; width: 0; height: 100%; position: absolute; left: 0; top: 0; background: #fff; transition:all 3s; }
.banner .swiper-pagination .swiper-pagination-bullet-active:after { width: 100%; }

.banner { transition: all 0.5s; position: relative; width: 100%; height: 100vh; }
.banner .swiper-container,.banner .swiper-container .swiper-slide { width: 100vw; overflow: hidden; }
.banner .img { position: relative; height: 100vh; overflow: hidden; }
.banner .img .bg { width: 100%; height: 100%; -webkit-animation:fa1 5s linear 1; }
.banner .img .vid { z-index: 3; min-height: 100%; min-width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.banner video { z-index: 3; min-height: 100%; min-width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
/*.banner .img:before { content:""; width: 100%; height: 40%; position: absolute; left:0; top:0; background: linear-gradient(180deg, #1E242C 0%, rgba(30, 36, 44, 0) 100%); opacity: 0.5; z-index: 10; }*/

@media(max-width: 1100px){
    .bannerZ,.banner,.banner .img { height: auto; position: relative; }
}

@-webkit-keyframes fa1{
    0%{-webkit-transform:scale(1.1);}
    10%{-webkit-transform:scale(1.09);}
    20%{-webkit-transform:scale(1.08);}
    30%{-webkit-transform:scale(1.07);}
    40%{-webkit-transform:scale(1.06);}
    50%{-webkit-transform:scale(1.05);}
    60%{-webkit-transform:scale(1.04);}
    70%{-webkit-transform:scale(1.03);}
    80%{-webkit-transform:scale(1.02);}
    90%{-webkit-transform:scale(1.01);}
    100%{-webkit-transform:scale(1.0);}
}
.banner { overflow: hidden; }
.banner .img { transition:all 2s; transform:scale(1.2); }
.banner .swiper-slide-active { position: relative; z-index: 5; }
.banner .swiper-slide-active .img { transform:scale(1.0); }
.banner .img .bg { width: 100vw; height: 100vh; }
.bannerA { position: absolute; width: 100%; left:0; top: 50%; transform:translateY(-50%); }
.bannerA-a { position: relative; opacity: 0; top: 100px; transition:all 1.5s; }
.banner .swiper-slide-active .bannerA-a { opacity: 1; top: 0; }
.bannerA .c span { display: block; font-weight: 100; }

.bannerD { padding-right: 0.25rem; position: absolute; bottom:0.5rem; z-index: 5; right: 0.7rem; }
.bannerD span { content:'';width: 0.13rem;height: 0.18rem;background: url(../images/scrolldow.svg) no-repeat center/cover; position: absolute; right: 0; top: -10px;}
.bannerD span {
    -webkit-animation: godown 2s infinite;
    animation: godown 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes godown {
    0% {-webkit-transform: translate(0, 0);opacity: 1;}
    50% {opacity: 1;}
    100% {-webkit-transform: translate(0, 15px);opacity: 1;}
}
@keyframes godown {
    0% {transform: translate(0, 0);opacity: 1;}
    50% {opacity: 1;}
    100% {transform: translate(0, 15px);opacity: 1;}
}
@media(max-width: 1600px){
    .mainQh { cursor: pointer; width: 64px; height: 50px; }
    @-webkit-keyframes godown {
        0% {-webkit-transform: translate(0, 0);opacity: 1;}
        50% {opacity: 1;}
        100% {-webkit-transform: translate(0, 10px);opacity: 1;}
    }
    @keyframes godown {
        0% {transform: translate(0, 0);opacity: 1;}
        50% {opacity: 1;}
        100% {transform: translate(0, 10px);opacity: 1;}
    }
}
@media(max-width: 1100px){
    .bannerD { right: 4vw; padding-left: 0.5rem; }
    .bannerD span { width: 0.26rem; height: 0.36rem; }
}

@media(max-width: 1100px){
    .bannerA { top: 40%; }
}

.banner { width: 100%; overflow: hidden; }
.banner .swiper-pagination { text-align:left; padding-left: 8vw; position: absolute; left:0; bottom: 0.5rem!important; top: auto; width:100%; }
.banner .swiper-pagination .swiper-pagination-bullet { transition: all 0.6s; overflow: hidden; position: relative; width: 6px; height: 6px; border-radius: 5px; background: rgba(255,255,255,0.4); opacity: 1; }
.banner .swiper-pagination .swiper-pagination-bullet:after { content:""; width: 0; height: 100%; position: absolute; left: 0; top: 0; background: #fff; transition:all 3s; }
.banner .swiper-pagination .swiper-pagination-bullet-active { width: 0.8rem; }
.banner .swiper-pagination .swiper-pagination-bullet-active:after { width: 100%; }

.container2 { margin-left: 0.7rem; width: calc(100% - 0.7rem); padding: 0 0.7rem; }

@media(max-width: 1100px){
    .banner .swiper-pagination { padding-left: 4vw; }
}

.banner { background:#000; }

.color93 { color:#939393; }


.homeA { padding: 1.3rem 0; background: #21252B; }
.mTit span.tag { display:inline-block; padding: 0.05rem 0.15rem; border: 1px solid rgba(255,255,255,0.2); border-radius: 0.5rem; }
.homeA-b { width: 50%; }
.homeA-c { width: 50%; }
.homeA-c .con p:nth-child(n+2) { margin-top: 0.15rem; }
@media(max-width: 1100px){
    .homeA-b { width: 100%; }
    .homeA-c { width: 100%; margin-top: 0.4rem; }
}

.homeB { padding: 1.3rem 0; background: url(../images/homebbg1.jpg) no-repeat top right/cover; }
.homeB-c ul { display: flex; flex-wrap: nowrap; }
.homeB-c ul li { transition: all 0.6s; position: relative; border-radius: 0.2rem; width: 4rem; margin-right: 0.14rem; overflow: hidden; }
.homeB-c ul li.active { width: 7.72rem; }
.homeB-c ul li .img { position: relative; width: 7.72rem; }
.homeB-c ul li .img:after { content:''; width: 100%; height: 100%; position: absolute; left:0; bottom: 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0) 64%); }
.homeB-c ul li:nth-child(3) { margin-right: 0; }
.homeB-c ul li .con .t { padding-right: 0.3rem; }
.homeB-c ul li .con { z-index: 5; position: absolute; left:0; width: 100%; bottom: 0.4rem; padding: 0 0.3rem; }
.homeB-c ul li.active .con .t { background: url(../images/more.svg) no-repeat right center; background-size: 0.2rem auto; }
@media(max-width: 1100px){
    .homeB-c ul { display:block; }
    .homeB-c ul li { width: 100%; margin-right: 0; }
    .homeB-c ul li:nth-child(n+2) { margin-top: 0.3rem; }
    .homeB-c ul li.active { width: 100%; }
    .homeB-c ul li .con .t { background: url(../images/more.svg) no-repeat right center; background-size: 0.2rem auto; }
}


.img { overflow: hidden; }
/* .img img { transition: all 0.5s; } */
/* .img:hover img { transform:scale(1.05); } */
.homeC-b .more { position: absolute; right:0; bottom: 0.1rem; }
.homeC-c { display:flex; flex-wrap: wrap; }
.homeC-d { background: #181B1E; float:left; width: calc(50% - 0.05rem); margin-right: 0.1rem; }
.homeC-d  { padding: 0.25rem 0.2rem; }
.homeC-d a { top: 0; position: relative; transition: all 0.5s; width: 100%; display: block; }
.topTag {  }
.topTag span.tag { margin-right: 0.1rem; display:inline-block; padding: 0.05rem 0.15rem; background: var(--blue); border-radius: 0.5rem; }
.homeC-d a:hover .t { text-decoration: underline; }
.homeC-d a:hover { top: -0.1rem; }
.homeC-f { background: #181B1E; padding: 0 0.2rem; float:right; width: calc(50% - 0.05rem); }
.homeC-f ul { padding: 0.1rem 0; position: relative; width: 100%; height: 100%; }
.homeC-f ul li { top: 0; transition: all 0.5s; height: 25%; width: 100%; position: relative; border-bottom: 1px solid rgba(255,255,255,0.1); }
.homeC-f ul li:hover { top: -0.1rem; }
.homeC-f ul li a { position: absolute; left:0; top: 50%; transform: translateY(-50%); width: 100%; display:block; }
.homeC-f ul li a:hover { text-decoration: underline; }
.homeC-f ul li:last-child { border:none; }
@media(max-width: 1100px){
    .homeC-d,.homeC-f { width: 100%; margin-right: 0; }
    .homeC-f { margin-top: 0.3rem; }
    .homeC-f ul { height: auto; }
    .homeC-f ul li { height: auto; padding: 0.2rem 0; }
    .homeC-f ul li a { position: relative; left:0; top: 0; transform: translateY(0); width: 100%; display:block; }
}


.footerBg { background: #21252B; }
.footer { background: #050606; border-radius: 0.3rem 0.3rem 0px 0px; padding: 1rem 0 0; }
.footer .ooter-top .left img { height: 0.25rem; width: auto; }
.footer .ooter-top .left { margin-right: auto; }
.footer .ooter-top .left .ieowo .bo { margin: 5.26041vw 0 18px; }
.footer .ooter-top .left .ieowo .owo ul li { position: relative; }
.footer .ooter-top .left .ieowo .owo ul li a { display: block; position: relative; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 0.6rem; width: 0.5rem; height: 0.5rem; }
.footer .ooter-top .left .ieowo .owo ul li a img { position: absolute; top: 50%; left: 50%; width: 50%; height: auto; transform: translate(-50%,-50%); }
.footer .ooter-top .left .ieowo .owo ul li:nth-child(n+2) { margin-left: 10px; }
.footer .ooter-top .left .ieowo .owo ul li .icm { position: absolute; top: 0.5rem; left: 50%; transform: translateX(-50%); width: 1.2rem; height: 1.2rem; background: #fff; padding: 0.2rem; border-radius: 10px; display: none; }
.footer .ooter-top .left .ieowo .owo ul li:hover .icm { display: block; }

.footer .ooter-top .zong { width: 11rem; position: absolute; left: 50%;  transform: translateX(-50%); }
.footer .ooter-top .zong dl { float:left; margin-right: 0.7rem; }
.footer .ooter-top .zong dl:last-child { margin-right: 0; }
.footer .ooter-top .zong dl dt a { color: #fff; display: block; margin-bottom: 10px; }
.footer .ooter-top .zong dl dd { margin-bottom: 5px; }
.footer .ooter-top .zong dl dd:last-child { margin-bottom: 0; }
.footer .ooter-top .zong dl dd a { color: rgba(255, 255, 255, 0.8); display: block; }


.footer .ooter-top .right { margin-left: auto; width: 3rem; }
.footer .ooter-top .right .za { line-height: 1.16; margin-bottom: 15px; }
.footer .ooter-top .right .zb .b:nth-child(n+2) { margin-top: 5px; }
.footer .ooter-top .right .zb .b .bl { width: 0.5rem; color: #fff; opacity: .8; }
.footer .ooter-top .right .zb .b .br { width: calc(100% - 0.5rem); color: #fff; opacity: .8; }


.footer .ooter-zong { margin-top: 1.4rem; }
.footer .ooter-zong .telz { width: 50%; overflow: hidden; height: 0.3rem; }
.footer .ooter-zong .telz.cre { height: auto; }
.footer .ooter-zong .telz a { display: inline-block; line-height: 0.3rem; color: #fff; opacity: .5; margin-right: 17px; line-height: 1; margin-bottom: 10px; }
.footer .ooter-zong .telz a:last-child { margin-right: 0; }
.footer .ooter-zong .terz { margin-left: auto; height: 0.3rem; line-height: 0.3rem; color: rgba(255, 255, 255, 0.5); padding-right: 0.15rem; position: relative; cursor: pointer; }
.footer .ooter-zong .terz::before { position: absolute; content: ""; right: 0; top: 50%; transform: translateY(-50%); width: 0.1rem; height: 0.1rem; background: url(../images/terz.svg)no-repeat center center; background-size: 100% auto; }
.footer .ooter-bottom { border-top:1px solid rgba(255, 255, 255, 0.1); margin-top: 0.25rem; padding: 0.25rem 0; }
.footer .ooter-bottom .ttoml { color: #fff; opacity: .5; }
.footer .ooter-bottom .ttomr { margin-left: auto; }
.footer .ooter-bottom .ttomr a { display: inline-block; color: #fff; opacity: .5; margin-right: 28px; }
.footer .ooter-bottom .ttomr a:last-child { margin-right: 0; }

@media(max-width:1100px) {
    .footer { border-radius: 20px 20px 0 0; }
    .footer .ooter-top .left .ieowo .bo { margin: 15px 0 10px; }
    .footer .ooter-top .zong { display: none; }
    .footer .ooter-top .right { width: 100%; margin-top: 20px; }
    .footer .ooter-zong { display: none; }
    .footer .ooter-bottom { margin-top: 20px; padding: 20px 0; }
    .footer .ooter-bottom .ttoml { width: 100%; }
    .footer .ooter-bottom .ttomr { margin-left: 0; margin-top: 15px; }
    .footer .ooter-top .right .za { width: 100%; }

    .indexbanner .text .bt { margin-bottom: 15px; }
    .indexbanner .swiper-pagination { bottom: 20px !important; }

    .header .zong { display: none; }
    .header .right .ghtl { display: none; }
    .header .logo a,
    .header.fixed-head .logo a { padding: 12px 0; }
    .header .right .naw .nave { margin-right: 20px; }
    .header .right .naw .nave,
    .header .right .naw .navc { padding: 16px 0 12px; }

    .header .right .naw span .subsearch .subsearcha { width: 290px; }
    .header .right .naw span .subsearch .subsearcha .inp { font-size: 14px; }

    .indexD .swian { margin-top: 30px; }

}



.flexcenteru {
    display: flex;
    flex-wrap: wrap;
}
.flexcenter{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.flexcenter1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}
.flexcenter2{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flexcenter3{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.flexcenter4 { display: flex; flex-wrap: wrap; }

.flexcenter5 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flexcenter6{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.flexcenter7{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}




.containere { padding: 0 0.7rem; }

@media(max-width: 1100px){
    .containere { padding: 0 4%; }
}


.nybannerA { position: absolute; left:0; top: 52%; transform: translateY(-50%); width: 100%; }


.announcement { padding: 1.2rem 0; background: url(../images/nybg1.png) no-repeat center/cover #1A1D21; }
.announcementA-b { position: absolute; right: 0; bottom: 0.1rem; }
.nyNav { display:inline-block; background: rgba(255,255,255,0.1); padding: 0.05rem; }
.nyNav a { transition:all 0.5s; float:left; padding: 0.1rem 0.3rem; border:2px solid rgba(255,255,255,0.3); }
.nyNav a.cur,.nyNav a:hover { background: var(--blue); border-color: var(--blue); color:#fff; }
.nyNav a:nth-child(n+2) { margin-left: 0.1rem; }
.announcementB-a { background: rgba(255,255,255,0.1); padding: 0.2rem; }
.announcementB-a a { display: block; }
.announcementB-a .img { float: left; width: 51%; }
.announcementB-a .text { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 49%; padding: 0 0.6rem; }
@media(max-width: 1100px){
    .announcementA-b { width: 100%; position: relative; float:left; margin-top: 0.3rem;  }
    .announcementB-a .img,.announcementB-a .text { width: 100%; }
    .announcementB-a .text { padding: 0.3rem 0; position: relative; top: 0; float:left; transform:translateY(0); }
}
.announcementC-a ul { display:flex; flex-wrap: wrap; }
.announcementC-a ul li { float:left; background: rgba(255,255,255,0.1); padding: 0.16rem; float:left; width: calc(33.33333% - 0.14rem); margin-right: 0.21rem; }
.announcementC-a ul li:nth-child(3n) { margin-right: 0; }
.announcementC-a ul li:nth-child(n+4) { margin-top: 0.2rem; }
.announcementC-a .text { padding: 0.3rem 0.15rem 0.3rem; }
.announcementC-a .text .t { height: 1.02rem; line-height: 0.34rem; }
.smallMore { transition:all 0.6s; display:inline-block; padding-right: 0.16rem; background: url(../images/more.svg) no-repeat right center; background-size: 0.1rem auto; }
.announcementC-a ul li:hover .smallMore { padding-right: 0.3rem; }
.announcementC-a ul li:hover .t {text-decoration: underline; }
.announcementC-a ul li:hover .img img  { transform: scale(1.05); }
.pagesfyqA { display:inline-block; padding: 0.05rem; background: rgba(255,255,255,0.1); }
.fyq{width: 100%;text-align: center;  }
.fyq a{ display: inline-block; width: 0.5rem; height: 0.5rem; line-height: 0.48rem; border:1px solid rgba(102, 102, 102, 0.2); border-radius: 0.1rem; color: #fff; transition: all 0.6s; margin:0 0.05rem; }
.fyq a:hover,
.fyq a.cur{ background: var(--green); color: #fff; border:1px solid var(--green); }
.fyq .prev{ margin-left:0; position: relative; }
.fyq .next{ margin-right: 0; position: relative; }
@media(max-width: 1100px){
    .announcementC-a ul li { width: calc(50% - 0.1rem); margin-right: 0.2rem; }
    .announcementC-a ul li:nth-child(3n) { margin-right: 0.2rem; }
    .announcementC-a ul li:nth-child(2n) { margin-right: 0; }
    .announcementC-a ul li:nth-child(n+3) { margin-top: 0.2rem; }
}

.announcementD-a ul { display: flex; flex-wrap: wrap; }
.announcementD-a ul li { background: rgba(255,255,255,0.1); float:left; width: calc(50% - 0.1rem); margin-right: 0.2rem; }
.announcementD-a ul li a { display:block; padding: 0.4rem; }
.announcementD-a ul li:nth-child(2n) { margin-right: 0rem; }
.announcementD-a ul li:nth-child(n+3) { margin-top: 0.2rem; }
.announcementD-a .t { height: 0.64rem; line-height: 0.32rem; }
.announcementD-a .smallMore { color: rgba(255, 255, 255, 0.7); }
.announcementD-a ul li:hover .t { text-decoration: underline; }
.announcementD-a ul li:hover .smallMore { padding-right: 0.3rem; }
@media(max-width: 1100px){
    .announcementD-a ul li { width: 100%; margin-right: 0; }
    .announcementD-a ul li:nth-child(2n) { margin-right: 0rem; }
    .announcementD-a ul li:nth-child(n+2) { margin-top: 0.2rem; }
    .announcementD-a .t { height: 0.72rem; line-height: 0.36rem; }
}






















.nyNav .newsNavA { border-bottom: 1px solid #ededed; }
.nyNav .newsNavA a { width: 25%; text-align:center; padding: 10px 0; border-radius: 0; margin:0; border-right:1px solid #ededed; color:#333;  }
.nyNav .newsNavA a.cur,.nyNav .newsNavA a:hover { background: var(--green); border-color: var(--green); color:#fff; }

/*新闻详情页*/
.InformationDetails .detail {background: rgba(36, 39, 43, 0.4);;width: 74.34%; padding: 0.4rem 0.3rem;}
.InformationDetails .detail .sbt .dbta{ margin: 0.1rem 0 0.3rem;padding-bottom: 0.3rem;border-bottom: 1px solid rgba(185, 198, 206, 0.1);}
.InformationDetails .detail .sbks { color: rgba(255,255,255,0.8); line-height: 2;}
.InformationDetails .detail .sbks p:nth-child(n+2) { margin-top:0.15rem; }
.InformationDetails .detail .taild{border-top: 1px solid rgba(185, 198, 206, 0.1);padding-top: 0.4rem;margin-top: 0.4rem;}
.InformationDetails .detail .taild .ldl .dl { margin-bottom: 0.1rem;}
.InformationDetails .detail .taild .ldl .dl:last-child{margin-bottom: 0;}
.InformationDetails .detail .taild .ldl .dl a{ display: block;line-height: 1; }
.InformationDetails .detail .taild .ldl .dl a span{ display:inline-block; vertical-align: top; color: #fff; line-height: 1.3;}
.InformationDetails .detail .taild .ldl .dl a i{ opacity: 0.5; vertical: top; line-height: 1.3; display: inline-block;color: #fff;margin-left: 5px;width: 31vw;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; vertical-align: middle;}
.InformationDetails .detail .taild .ldl .dl a:hover i{ opacity: 1; text-decoration: underline;}
.InformationDetails .detair { width: 24%; float: right;position: sticky; top: 0.6rem;}
.InformationDetails .detair .taira {background: #24272B; padding: 0.35rem 0.3rem 0.15rem 0.3rem;}
.InformationDetails .detair .taira .irbt{ padding-bottom: 0.25rem;border-bottom: 1px solid #fff;}
.InformationDetails .detair .taira .irnr ul li {position: relative;}
.InformationDetails .detair .taira .irnr ul li a { display: block;color: #fff; opacity: 0.5; position: relative;width: 100%; padding: 0.2rem 0; border-bottom: 1px solid rgba(255,255,255,0.2);}
.InformationDetails .detair .taira .irnr ul li a::before{position: absolute;right: 0;top: 50%; transform: translateY(-50%); width: 0.14rem;content: ""; height: 0.12rem;background: url(../images/irnr.svg)no-repeat center center/cover;}
.InformationDetails .detair .taira .irnr ul li::after{ position: absolute;left: 0;top: -1px;width: 0%;content: "";height: 2px;background: #fff;transition: all .5s;}
.InformationDetails .detair .taira .irnr ul li:hover::after{width: 100%;}
.InformationDetails .detair .taira .irnr ul li:last-child a{border-bottom: 0;}
.InformationDetails .detair .taira .irnr ul li a:hover{ opacity: 1;}
.InformationDetails .detair .taira .irnr ul li.cur a{ opacity: 1;}
.InformationDetails .detair .taira .irnr ul li a:hover::before{background: url(../images/irnra.svg)no-repeat center center/cover;}
.InformationDetails .detair .taira .irnr ul li.cur a::before{background: url(../images/irnra.svg)no-repeat center center/cover;}
.InformationDetails .detair .tairb { background: #24272B;margin-top: 0.2rem;padding: 0.35rem 0.3rem 0.15rem 0.3rem;}
.InformationDetails .detair .tairb .irbt { padding-bottom: 0.25rem; border-bottom: 1px solid rgba(185, 198, 206, 0.1);}
.InformationDetails .detair .tairb .irnr ul li{ padding: 0.3rem 0; }
.InformationDetails .detair .tairb .irnr ul li:last-child{margin-bottom: 0;}
.InformationDetails .detair .tairb .irnr ul li a{display: block;}
.InformationDetails .detair .tairb .irnr ul li a .img{ margin-bottom: 0.2rem; }
.InformationDetails .detair .tairb .irnr ul li { border-bottom: 1px solid rgba(185, 198, 206, 0.1);}
.InformationDetails .detair .tairb .irnr ul li a .nral p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.InformationDetails .detair .tairb .irnr ul li:hover a .nral{color: var(--green);}
.InformationDetails .detair .tairb .irnr ul li:last-child {border-bottom: 0;}

@media(max-width:1100px) {
    .InformationDetails .detair{ width: 100%; margin-top: 0.3rem; }
    .InformationDetails .detail{width: 100%;}
    .mbx{display: none;}
}

.requirementsB ul { display:flex; flex-wrap: wrap; }
.requirementsB ul li { width: calc(33.33333% - 0.14rem); margin-right: 0.21rem; background: #24272B; padding: 0.38rem 0.35rem; }
.requirementsB ul li:nth-child(3n) { margin-right: 0; }
.requirementsB ul li:nth-child(n+4) { margin-top: .21rem; }
.requirementsB-a .topT { position: relative; padding-right: 0.8rem; }
.requirementsB-a .topT:after { content:''; width: 0.48rem; height: 0.48rem; border-radius: 0.1rem; background: url(../images/more.svg) no-repeat center rgba(255, 255, 255, 0.1); background-size: 0.1rem auto; position: absolute; right:0; top: 50%; transform:translateY(-50%); }
.requirementsB ul li:hover .requirementsB-a .topT:after { background: url(../images/more.svg) no-repeat center var(--blue); background-size: 0.1rem auto; }
.requirementsB-b { padding-top: 0.35rem; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.requirementsB-b .tags span { display: inline-block; vertical-align: top; padding: 0.1rem 0.3rem; border-radius:0.5rem; background: rgba(255, 255, 255, 0.1);  backdrop-filter: blur(10px); }
@media(max-width: 1100px){
    /*.requirementsB ul li { width: calc(50% - 0.1rem); margin-right: 0.2rem; }
    .requirementsB ul li:nth-child(3n) { margin-right: 0.2rem; }
    .requirementsB ul li:nth-child(2n) { margin-right: 0; }
    .requirementsB ul li:nth-child(n+3) { margin-top: .2rem; }*/
    .requirementsB ul li { width: 100%; margin-right: 0; }
    .requirementsB ul li:nth-child(3n) { margin-right: 0; }
    .requirementsB ul li:nth-child(2n) { margin-right: 0; }
    .requirementsB ul li:nth-child(n+2) { margin-top: .2rem; }
}
.requirementsA { padding-left: 1.25rem; }
.requirementsA .t { position: absolute; left: 0; top: 0; line-height: 0.54rem; }
.requirementsA-a { background: rgba(36, 39, 43, 1); display:inline-block; padding: 0.03rem; }
.requirementsA-a a { margin-right: 0.1rem; vertical-align:top; transition:all 0.5s; display:inline-block; padding: 0 0.3rem; border:2px solid rgba(255, 255, 255, 0.05);; line-height: 0.48rem; }
.requirementsA-a a:last-child { margin-right: 0; }
.requirementsA-a a.cur,.requirementsA-a a:hover { color:#fff; background: var(--blue); border-color: var(--blue); }
@media(max-width: 1100px){
    .requirementsA { padding-left: 0; }
    .requirementsA .t { position: relative; left: 0; top: 0; width: 100%; line-height: 0.54rem; }
}


.knowledgeB ul li { width: 100%; margin-right:0!important; }
.knowledgeB ul li:nth-child(n+2) { margin-top: 0.2rem; }
.knowledgeB .announcementC-b .img { float:left; width: 24%; }
.knowledgeB .announcementC-a .text .t { height: auto; }
.knowledgeB .announcementC-b .text { position: absolute; top: 50%; transform: translateY(-50%); padding: 0 0.4rem; width: 76%; right: 0; }
@media(max-width: 1100px){
    .knowledgeB .announcementC-b .img { width: 35%; }
    .knowledgeB .announcementC-a .text .c,.knowledgeB .announcementC-a .text .more { display:none; }
    .knowledgeB .announcementC-b .text { padding: 0 0.1rem 0 0.3rem; width: 65%; right: 0; }
}

.functionalA-a ul { display: flex; flex-wrap: wrap; }
.functionalA-a ul li { float:left; background: rgba(255, 255, 255, 0.05); padding: 0.2rem 0.2rem 0.4rem; width: calc(33.333333% - 0.14rem); margin-right: 0.21rem; backdrop-filter: blur(10px);  }
.functionalA-a ul li:nth-child(3n) { margin-right: 0; }
.functionalA-a ul li:nth-child(n+4) { margin-top: 0.2rem; }
.moreVideo.mainMore span::before { width: 0.14rem; height: 0.14rem; background: url(../images/morevideo.svg) no-repeat center center / cover; }
.functionalA-a ul li:hover .t { text-decoration: underline; }
.functionalA-a ul li:hover .img img { transform: scale(1.1); }
.functionalA-a ul li:hover .moreVideo.mainMore span { width: calc(100% - 0.08rem); }
@media(max-width: 1100px){
    .functionalA-a ul li { width: calc(50% - 0.1rem); margin-right: 0.2rem; }
    .functionalA-a ul li:nth-child(3n) { margin-right: 0.2rem; }
    .functionalA-a ul li:nth-child(2n) { margin-right: 0; }
    .functionalA-a ul li:nth-child(n+3) { margin-top: 0.2rem; }
}


.marginT0 { margin-top: 0!important; }

.softwareA { padding: 1.2rem 0; background: #21252B; }
.softwareA-b ul { display: flex; flex-wrap: wrap; }
.softwareA-b ul li { top: 0; float:left; width: calc(33.33333% - 0.14rem); background: #2C3036; position: relative; transition: all 0.5s; padding: 0.5rem 0.4rem 0.65rem; margin-right: 0.21rem; }
.softwareA-b ul li:nth-child(3n) { margin-right: 0; }
.softwareA-b ul li:nth-child(n+4) { margin-top: 0.2rem; }
.softwareA-c .icon img { height: 0.56rem; width: auto; }
.softwareA-c .c p { padding-left: 0.15rem; position: relative; line-height: 0.24rem; margin-top: 0.08rem; }
.softwareA-c .c p:before { content:''; width: 0.06rem; height: 0.06rem; position: absolute; left: 0; top: 0.09rem; background: rgba(255, 255, 255, 0.2); border-radius: 0.1rem; }
.softwareA-b ul li:hover { top: -0.15rem; background:  var(--blue); }
@media(max-width: 1100px){
    .softwareA-b ul li { width: 100%; margin-right: 0; }
    .softwareA-b ul li:nth-child(n+2) { margin-top: 0.2rem; }
    .font24 { font-size: 0.3rem; }
    .softwareA-c .c p { padding-left: 0.15rem; line-height: 0.3rem; }
    .softwareA-c .c p:before {  top: 0.12rem; }
}

.softwareB { padding: 1.2rem 0; background: url(../images/nybg1.png) no-repeat center -5rem/cover #1A1D21; }
.softwareB-b { background: #1B2027; padding: 0.2rem; }
.softwareB-c { overflow: hidden; }
.softwareB-c .c p { padding-left: 0.15rem; position: relative; line-height: 0.24rem; margin-top: 0.08rem; }
.softwareB-c .c p:before { content:''; width: 0.06rem; height: 0.06rem; position: absolute; left: 0; top: 0.09rem; background: rgba(255, 255, 255, 0.2); border-radius: 0.1rem; }
.softwareB-d .img { width: 56%; }
.softwareB-e { width: 44%; padding: 0 0.7rem; position: absolute; right: 0; top: 50%; transform:translateY(-50%); }
.softwareB-e .more a { margin-right: 0.1rem; }
@media(max-width: 1100px){
    .softwareB-d .img { width: 100%; }
    .softwareB-e { width: 100%; position: relative; float: left; top: 0; transform: translateY(0); padding: 0.3rem 0 0.2rem; }
}
.mainQhBox { position: absolute; right: 0; bottom: 0; }
.mainQhBox .mainQh { float:left; margin-left: 0.1rem; transition: all 0.6s; cursor: pointer; width: 0.48rem; height: 0.48rem; border-radius: 0.1rem; background: rgba(255, 255, 255, 0.1); }
.mainQhBox .mainQhPrev { background: url(../images/mprev.svg) no-repeat center rgba(255, 255, 255, 0.1); background-size: 0.08rem auto; }
.mainQhBox .mainQhNext { background: url(../images/mnext.svg) no-repeat center rgba(255, 255, 255, 0.1); background-size: 0.08rem auto; }
.mainQhBox .mainQh:hover { background-color: var(--blue); }

.softwareC-c ul { display:flex; flex-wrap: nowrap; }
.softwareC-c ul li { position: relative; padding: 0 0.2rem; float:left; width: calc(20% - 0.9rem); transition:all 0.6s; }
.softwareC-c ul li.active { width: 4.5rem; }
.softwareC-c ul li:before { content:''; width: 1px; height: 100%; position: absolute; left:0; top: 0; background: rgba(255,255,255,0.1); }
.softwareC-e .img img { max-width: 100vw; width: 4.1rem; height: auto; }
.softwareC-d { padding: 0 0.2rem; position: absolute; left:0; top: 0; width: 100%; height: 100%; }
.softwareC-d .icon { position: absolute; left:0.2rem; bottom: 0;  }
.softwareC-d .icon img { width: auto; height: 0.46rem;  }
.softwareC-e { width: 4.1rem; transition: 0.6s; opacity: 0; }
.softwareC-d { transition: 0.6s; opacity: 1; }
.softwareC-c ul li.active .softwareC-e { opacity: 1; }
.softwareC-c ul li.active .softwareC-d { opacity: 0; }
.softwareC-c ul li { overflow: hidden; }
@media(max-width: 1100px){
    .softwareC-c ul { display:flex; flex-wrap: wrap; }
    .softwareC-c ul li { width: 100%; }
    .softwareC-c ul li.active { width: 100%; }
    .softwareC-e { width: 100%; transition: 0.6s; opacity: 1; }
    .softwareC-e .img img { max-width: 100vw; width: 100%; height: auto; }
    .softwareC-d { transition: 0.6s; opacity: 0; }
    .softwareC-c ul li.active .softwareC-e { opacity: 1; }
    .softwareC-c ul li.active .softwareC-d { opacity: 0; }
    .softwareC-c ul li:nth-child(n+2) { padding-top: 0.6rem; }
    .softwareC-c ul li:before { display: none; }
    .softwareC-c ul { border-left: 1px solid rgba(255,255,255,0.1); }
}


.softwareD { background: url(../images/softwaredbg1.jpg) no-repeat center/cover; }
.softwareD-c .swiper-slide { transition: all 0.5s; padding: 0.2rem; border:2px solid rgba(255,255,255,0.05); border-radius: 0.2rem; background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(10px);  }
.softwareD-c .swiper-slide:hover { border-color: var(--blue); }
.softwareD-e .img img { width: 100%; }
.softwareD-e .con { padding: 0 0.1rem 0.2rem; }
.softwareD-e .con .tag { padding-top: 0.1rem; }
.softwareD-e .con .tag span { margin: 0.1rem 0.1rem 0 0; display: inline-block; float:left; padding: 0.1rem 0.2rem; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border-radius: 0.3rem; }
.softwareD-c .swiper-slide:hover .img img { transform:scale(1.05); }


.projectA { padding: 1.2rem 0; background: url(../images/projectabg1.jpg) no-repeat right bottom/cover; }
.projectA-a { padding-left:  8vw; }
.projectA-b { overflow: hidden; padding-right: 8vw; }
.projectA-e .swiper-slide { transition:all 0.6s; background: rgba(255, 255, 255, 0.05); }
.projectA-e .swiper-slide:hover { background: var(--blue); }
.projectA-c { padding: 0.4rem 0.4rem; }
.projectA-c .c { min-height: 1.2rem; line-height: 0.24rem; }
.projectA-b { position: relative; }
.projectA-e .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide { opacity: 0.2; }
.projectA-c .icon img { height: 0.5rem; width: auto; }
@media(max-width: 1100px){
    .projectA-a { padding-left:  4vw; }
    .projectA-b { overflow: hidden; padding-right: 4vw; }
    .projectA-e .swiper-slide-active + .swiper-slide + .swiper-slide { opacity: 0.2; }
}
@media(max-width: 750px){
    .projectA-a { padding-left:  4vw; }
    .projectA-b { overflow: hidden; padding-right: 4vw; }
    .projectA-e .swiper-slide-active + .swiper-slide { opacity: 0.2; }
}

.projectB { padding: 1.2rem 0; background: #21252B; }
.projectB-c ul { display:flex; flex-wrap: wrap; }
.projectB-c ul li { transition: all 0.6s; background: #181B1E; float:left; width: calc(33.333% - 0.14rem); margin-right: 0.21rem; }
.projectB-c ul li:nth-child(3n) { margin-right: 0; }
.projectB-c ul li:nth-child(n+4) { margin-top: 0.2rem; }
.projectB-c a { display:block; padding: 0.35rem; }
.projectB-c .c { margin-top: 0.35rem; padding-top: 0.35rem; border-top: 1px solid rgba(255,255,255,0.1); }
.projectB-c .topT { position: relative; }
.projectB-c .topT:after { transition:all 0.6s; content: ''; position: absolute; right: 0; top: 50%; transform:translateY(-50%); width: 0.48rem; height: 0.48rem; border-radius: 0.1rem; background: url(../images/mmore1.svg) no-repeat center rgba(255, 255, 255, 0.1); background-size: 0.1rem auto; }
.projectB-c .topT img { width: auto; height: 0.28rem; }
.projectB-c ul li:hover { background: var(--blue); }
.projectB-c ul li:hover .topT:after { background: url(../images/mmore2.svg) no-repeat center #fff; background-size: 0.1rem auto; }
@media(max-width: 1100px){
    .projectB-c ul li { width: calc(50% - 0.1rem); margin-right: 0.2rem; }
    .projectB-c ul li:nth-child(3n) { margin-right: 0.2rem; }
    .projectB-c ul li:nth-child(2n) { margin-right: 0; }
    .projectB-c ul li:nth-child(n+3) { margin-top: 0.2rem; }
}






.wocxoands {
    display: none !important;
}

.xnw {
    margin-top: 15px;
    line-height: 1.45;
    width: 80%;
    display: inline-block;
}


















