.navBlock{
    opacity: 1!important;
    z-index: 10;
}
.navNone{
    opacity: 0!important;
    z-index:900!important;
}
.navBar{
    height: 60px;
    width: 100%;
    display: flex;
    color: #000;
    background-color: #fff;
    justify-content: space-between;
    padding:0px 100px 0px 100px;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 1000;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    
}
.navBarTop{
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.navBarTop li span{
    color: #fff;
    display: inline-block;
}
.navBarHide{
    top: -60px;
}
.navBar:hover{
    background-color: #fff;
}
.navBar:hover .navList li span{
    color: #000;
}
.navBar.navBarTop:hover .logoLight{
    display: none;
}
.navBar.navBarTop:hover .logoDark{
    display: block;
}

.logo img{
    margin-top: 5px;
   height: 50px;
}
.navBarBottom .logoLight{
    display: none;
}
.navBarBottom .logoDark{
    display: block;
}
.navBarTop .logoLight{
    display: block;
}
.logoDark{
    display: none;
}
.navList{
    height: 100%;
    /* margin-left: 200px; */
    display: flex;
    justify-content: flex-start;
}
.navList li{
    height: 100%;
}
.navList li span{
    display: inline-block;
}
.navList li:hover .OneNav span::after, .navList li.on .OneNav span::after{
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.navList li .OneNav span::after {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    transition: all .3s;
    transform: scale(0, 1);
    left: 0;
    display: block;
    content: '';
    display: block;
    content: '';
    background-color: #2e87d5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
}


.navList li a{
    color: #000;
    margin: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
} 
.navList li a:hover{
  text-decoration: none;
}

.navList li .navInner{
    position: absolute;
    font-weight: 700;   
    top: 100%;
    left: 0;
    z-index: 990;
    background:rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px); 
    width: 100%;
    /* padding: 20px 0; */
    white-space: nowrap;
    border-top: 1px solid #cfcfcf;
    display: none;

}
.navList li .navInner div{
   
    display: flex;
    justify-content: center;

}



.navInner .navDetail div{
    color: #000;
    width: 20%;
    padding: 20px 20px;
    height: 100%;
    /* border-right: 2px solid #ccc; */
    text-align: center;
    transition: all 0.5s;
}
.navInner .navDetail a{
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
}
.navInner .navDetail div:hover{
    background-color: #6fc3c7;
    cursor: pointer;
}
.navInner .navDetail div:hover a{
    color: #fff;
}

.titleImg{
    height: 75vh;
    position: relative;
    background: url('../../static/news/bg1.jpg') no-repeat center center;
    background-size: cover;
}
.titleImg .titleTxt{
    z-index: 88;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #193e58, transparent);
    text-shadow: 0 2px 3px rgba(0, 0, 0, 1);
}

.titleTxt h1{
    font-family: 'Microsoft YaHei';
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 50px;
}
.titleTxt p{
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.titleBreadcrumb{
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    bottom: -10px;
    left:120px;
    z-index: 101;
    display: flex;
    justify-content: flex-start;
}
.titleBreadcrumb img{
    width: 20px;
    height: 20px;
    margin-top: 14px;
}
.titleBreadcrumb .breadcrumb{
    background-color: rgba(0, 0, 0, 0);
}
.titleBreadcrumb .breadcrumb a{
    color: #fff;
}


.menuDetail{
    position: relative;
    height: 1100px;
    /* margin-top: 20px; */
    padding: 60px 30px;
}


.menuCard:hover .cardMore{
    color: #fff;
    background-color:#185ab2;
}

.newsList{
    width: 100%;
    padding:0 65px;
    position: absolute;
    top: 80px;
    left: 0;
    display: none;

}
.menuDetailBox{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
.detailBoxShow{
    display: block;
}
.newsInner{
    width: 30%;
    height: 400px;
    /* background-color: #000; */
    position: relative;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 50px;
    margin-left: 40px;
   
}
.newsInner::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background-color:#3591e3 ;
   
}
.newsInner .newsImg{
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
    transition: all 0.5s;
}
.newsInner .newsTxt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    transition: all 0.5s;
    padding: 40px;
}
.newsInner .newsTxt .newsDate{
   font-size: 25px;
}
.newsInner .newsTxt .newsDate span{
   font-size: 35px;
   margin-right: 20px;
}
.newsInner .newsTxt .newsTitle{
    font-size: 35px;
    font-weight: 700;
}
.newsInner .newsTxt .newsDetail{
   margin-top: 30px;
}

.newsInner .newsTxt .newsBtn{
  position: absolute;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 50px;
  bottom: 30px;
  background-color: #e0dede;
  border-radius: 20px;
  color: #3591e3;
}

.newsInner:hover {
    cursor: pointer;
}
.newsInner:hover .newsImg{
    top: 0;
    opacity: 1;
}
.newsInner:hover .newsTxt{
    background-color: rgba(0, 0, 0, 0.6);
    color: #f3efef;
}
.newsInner:hover .newsBtn{
    background-color:#3591e3;
    color:#e0dede ;
}

.paginationBox {
    position: absolute;
    bottom: 40px;
    left: 45%;
    /* transform: translate(-50%,0); */
    height: 34px;
}

.pageBox {
    width: 600px;
}
.fl{
    float: left;
}


.fastLink .followUs{
    width: 13%;
    color: #fff;
  }
  .fastLink .followUs .qrCode{
    width: 150px;
    height: 150px;
    background: url('../../static/qrBack.png');
    background-size: 100% 100%;
    margin-top: 30px;
    padding-left: 15px;
    padding-top: 15px;
  }
  .fastLink .followUs .qrCode .qrCodeImg{
    width: 120px;
    height: 120px;
   
  }
  .fastLink .followUs p{
    font-size: 14px;
    margin-top: 20px;
  }
