.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;
}
.navListOut{
    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;

}
.navDisplayNone{
    display: none;
}


.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/aboutUs/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, #041762, 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;
}

.aboutUsMenu{
    position: relative;
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 5px 5px 10px #c5c4c4;   
    padding-left: 115px;
    z-index: 99;
}
.aboutUsMenu div{
    position: relative;
    cursor: pointer; 
    padding: 25px;
    margin-right: 40px;
}
.aboutUsMenu div:hover .oneMenu span::after{
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.aboutUsMenu .oneMenu 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);
}
.aboutUsMenu .activeMenu span::after{
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    transition: all .3s;
    transform: scale(1, 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(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}
.menuDetail{
    position: relative;
    height: 1150px;
    margin-top: 20px;
}
.menuDetail1{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}
.menuDetail1 .detail1{
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.menuDetail1 .menuDetailTitle{
    padding-left: 115px;
    width: 60%;
    font-size: 50px;
}
.menuDetail1 .menuDetailTitle h1{
    position: relative;
    margin-top: 40px;
    padding-bottom: 15px;
    padding-left: 30px;
}
.menuDetail1 .menuDetailTitle h2{
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 15px;
    padding-left: 30px;
    color: #0a9ccd;
    opacity: 0.4;
}
.menuDetail1 .menuDetailTitle h1::after{
    content: "";
    width: 8px;
    height: 80%;
    background: #0576b7;
    position: absolute;
    top: 2px;
    left: 0;
}

.menuDetail1 .menuDetailTxt{
    padding-top: 50px;
    width: 40%;
}
.menuDetail2{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}

.menuDetail2 .cultureTitle,.menuDetail3 .honorTitle,.menuDetail4 .partnerTitle{
    text-align: center;
    margin-top: 100px;
    font-family: "PingFang SC","Arial","SF Pro SC","Microsoft Yahei Lighter","Helvetica Neue","Helvetica",sans-serif;
    font-weight: 700;
}
.menuDetail2 h2,.menuDetail3 h2,.menuDetail4 h2{
    margin-bottom: 50px;
    text-align: center;
    color: #0a9ccd;
    opacity: 0.4;
}
.menuDetail .cultureTxt{
    width: 58%;
    margin: 0 auto;
    margin-bottom: 100px;
}
.menuDetail .cultureTxt p{
    font-size: 18px;
}
.menuDetail2 .cultureHead{
    display: flex;
    justify-content: space-around;
}
.menuDetail2 .cultureHead .cultureImg1{
    width: 31%;
    height: 420px;
    background: url('../../static/aboutUs/bg2.png') no-repeat center center;
    background-size: cover;
    position: relative;
    border-radius: 20px;

}
.menuDetail2 .cultureHead .cultureImg1 div{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, #03173a, transparent);
    color: #fff;
    border-radius: 20px;
}
.menuDetail2 .cultureHead .cultureImg1 h4{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    font-weight: 700;
}
.menuDetail2 .cultureHead .cultureImg1 p{
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.menuDetail2 .cultureHead .cultureImg2{
    width: 31%;
    height: 420px;
    background: url('../../static/aboutUs/bg3.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    border-radius: 20px;
}

.menuDetail2 .cultureHead .cultureImg2 div{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, #141414, transparent 80%);
    color: #fff;
    border-radius: 20px;
    
}
.menuDetail2 .cultureHead .cultureImg2 h4{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    font-weight: 700;
}
.menuDetail2 .cultureHead .cultureImg2 p{
    position: absolute;
    top: 61%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}
.menuDetail2 .cultureHead .cultureImg3{
    width: 31%;
    height: 420px;
    background: url('../../static/aboutUs/bg4.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    border-radius: 20px;
}


.menuDetail2 .cultureHead .cultureImg3 div{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #181818, transparent 80%);
    color: #fff;
    border-radius: 20px;
}
.menuDetail2 .cultureHead .cultureImg3 h4{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    font-weight: 700;
}
.menuDetail2 .cultureHead .cultureImg3 p{
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}


.menuDetail3{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transition: all 0.3s;
}


#pic01{position: absolute; display: none;}
#pic1{ width: 450px; height: 700px; border-radius: 10px; -webkit-box-shadow: 5px 5px 5px 5px hsla(0,0%,5%,1.00); box-shadow: 5px 5px 5px 0px hsla(0,0%,5%,0.3); } 

#pic02{position: absolute; display: none;}
#pic2{ width: 450px; height: 700px; border-radius: 10px; -webkit-box-shadow: 5px 5px 5px 5px hsla(0,0%,5%,1.00); box-shadow: 5px 5px 5px 0px hsla(0,0%,5%,0.3); } 

.menuDetail3 .honorList{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 70px;
}

.menuDetail3 .honorList .p1,.menuDetail3 .honorList .p2{
    margin-left:25px;
    margin-bottom: 20px;
    width: 14%;
    height: 270px;
    cursor: pointer;
}


.menuDetail4{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transition: all 0.3s;
}

.menuDetail4 .partnerList{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.menuDetail4 .partnerList div{
    margin-left:100px;
    margin-bottom: 50px;
    width: 17%;
    cursor: pointer;
    transition: all 0.3s;
}
.menuDetail4 .partnerList div:hover{
    transform: scale(1.2);
}

.activeDetail{
    opacity: 1;
    z-index: 99;
}


.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;
  }
