.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;
}   

.navListOut{
    display: none;
}

.titleImg{
    height: 75vh;
    position: relative;
    background: url('../../static/product/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, #211f1c, 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;
}

.productMenu{
    position: relative;
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 5px 5px 10px #c5c4c4;   
    padding-left: 115px;
    z-index: 99;
}
.productMenu div{
    position: relative;
    cursor: pointer; 
    padding: 25px;
    margin-right: 40px;
}
.productMenu div:hover .oneMenu span::after{
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.productMenu .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);
}
.productMenu .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: 1500px;
    margin-top: 20px;
}

.menuDetail1,.menuDetail2,.menuDetail3,.menuDetail4{
    display: none;
}
.menuDetailInner1,.menuDetailInner2,.menuDetailInner3,.menuDetailInner4{
    position: absolute;
    top: 0;
    left: 0;
    /* opacity: 0; */
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    padding: 30px 90px;
}

.detail1Title{
    width: 30%;
    height: 432px;

    /* background-color: rgba(133, 131, 131, 0.5); */
    /* border: 1px solid #152b71; */
    border-radius: 10px;
    box-shadow: 0px 8px 20px -5px #010b56;

}
.menuDetail2 .detail1Title{
    height: 370px;

}
.menuDetail3 .detail1Title{
    height: 300px;
}
.menuDetail4 .detail1Title{
    height: 220px;
}
.detail1Title .detail1Title0{
    /* background-color: #152b71; */
    padding:10px;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 8px;
    background:linear-gradient(to right,#e2cc25 0%,#e2d761 60%,#ede28b 100%);

}

.menuDetail2 .detail1Title .detail1Title0{
    background:linear-gradient(to right,#152b71 0%,#226bb3 60%,#c5cbf0 100%);

}
.menuDetail3 .detail1Title .detail1Title0{
    background:linear-gradient(to right,#e7632a 0%,#d96015 60%,#e4a268 100%);
}
.menuDetail4 .detail1Title .detail1Title0{
    background:linear-gradient(to right,#152b71 0%,#226bb3 60%,#c5cbf0 100%);
}

.detail1Title0 p{
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-left: 60px;
}
.detail1Title .detail1Title0 div{
    display: flex;
    justify-content: flex-start;
}
.detail1Title .detail1Title0 div img{
    height: 35px;
    width: 35px;
}
.detail1Title .detail1Title0 div p{
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-left: 10px;
}

.detail1Title .detail1Title1,.detail1Title .detail1Title2,.detail1Title .detail1Title3,.detail1Title .detail1Title4,.detail1Title .detail1Title5{
    color: #030303;
    font-family: '幼圆';
    font-weight: 700;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin:20px 20px;
    /* border-bottom: 1px solid #152b71; */
    position: relative;
    transition: all 0.3s;
    padding-left: 10px;
    border-radius: 10px;
}
.detail1Title .detail1Title1::after,.detail1Title .detail1Title2::after,.detail1Title .detail1Title3::after,.detail1Title .detail1Title4::after,.detail1Title .detail1Title5::after{
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    content: '';
    display: block;
    content: '';
    background-color: #d0ba12;

}
.menuDetail2 .detail1Title .detail1Title1::after,.menuDetail2 .detail1Title .detail1Title2::after,.menuDetail2 .detail1Title .detail1Title3::after,.menuDetail2 .detail1Title .detail1Title4::after,.menuDetail2 .detail1Title .detail1Title5::after{
    background-color: #152b71;

}
.menuDetail3 .detail1Title .detail1Title1::after,.menuDetail3 .detail1Title .detail1Title2::after,.menuDetail3 .detail1Title .detail1Title3::after,.menuDetail3 .detail1Title .detail1Title4::after,.menuDetail3 .detail1Title .detail1Title5::after{
    background-color: #ce4409;
}
.menuDetail4 .detail1Title .detail1Title1::after,.menuDetail4 .detail1Title .detail1Title2::after,.menuDetail4 .detail1Title .detail1Title3::after,.menuDetail4 .detail1Title .detail1Title4::after,.menuDetail4 .detail1Title .detail1Title5::after{
    background-color: #152b71;
}

.detail1Title .detail1Title1:hover,.detail1Title .detail1Title2:hover,.detail1Title .detail1Title3:hover,.detail1Title .detail1Title4:hover,.detail1Title .detail1Title5:hover{
    color: #fff;
    cursor: pointer;
    box-shadow: 5px 5px 10px 0px #414141;
    background-color: #dcd150;
}
.menuDetail2 .detail1Title .detail1Title1:hover,.menuDetail2 .detail1Title .detail1Title2:hover,.menuDetail2 .detail1Title .detail1Title3:hover,.menuDetail2 .detail1Title .detail1Title4:hover,.menuDetail2 .detail1Title .detail1Title5:hover{
    background-color: #186bb9;
}
.menuDetail3 .detail1Title .detail1Title1:hover,.menuDetail3 .detail1Title .detail1Title2:hover,.menuDetail3 .detail1Title .detail1Title3:hover,.menuDetail3 .detail1Title .detail1Title4:hover,.menuDetail3 .detail1Title .detail1Title5:hover{
    background-color: #d96015;
}
.menuDetail4 .detail1Title .detail1Title1:hover,.menuDetail4 .detail1Title .detail1Title2:hover,.menuDetail4 .detail1Title .detail1Title3:hover,.menuDetail4 .detail1Title .detail1Title4:hover,.menuDetail4 .detail1Title .detail1Title5:hover{
    background-color: #186bb9;
}
.detail1Title .detail1Title1 .waterInner1,.detail1Title .detail1Title2 .waterInner1,.detail1Title .detail1Title3 .waterInner1,.detail1Title .detail1Title4 .waterInner1,.detail1Title .detail1Title5 .waterInner1{
    position: absolute;
    left: 10px;
    width: 45px;
    height: 45px;
    transition: all 0.05s;
    width: 180px;
}
.detail1Title .detail1Title1:hover .waterInner1,.detail1Title .detail1Title2:hover .waterInner1,.detail1Title .detail1Title3:hover .waterInner1,.detail1Title .detail1Title4:hover .waterInner1,.detail1Title .detail1Title5:hover .waterInner1{
   left: 50px;
}
.detail1Title .detail1Title1:hover .waterImg1,.detail1Title .detail1Title2:hover .waterImg1,.detail1Title .detail1Title3:hover .waterImg1,.detail1Title .detail1Title4:hover .waterImg1,.detail1Title .detail1Title5:hover .waterImg1{
   opacity: 1;
}
.detail1Title .detail1Title1:hover .waterImg2,.detail1Title .detail1Title2:hover .waterImg2,.detail1Title .detail1Title3:hover .waterImg2,.detail1Title .detail1Title4:hover .waterImg2,.detail1Title .detail1Title5:hover .waterImg2{
   opacity: 1;
}
.detail1Title .detail1Title1 .waterImg1,.detail1Title .detail1Title2 .waterImg1,.detail1Title .detail1Title3 .waterImg1,.detail1Title .detail1Title4 .waterImg1,.detail1Title .detail1Title5 .waterImg1{
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0,-50%);
    width: 30px;
    height: 30px;
    opacity: 0;
}

.menuDetail3 .waterImg1{
    left: 10px!important;
    width: 22px!important;
    height: 22px!important;
}
.menuDetail4 .waterImg1{
    left: 10px!important;
    width: 22px!important;
    height: 22px!important;
}
.detail1Title .detail1Title1 .waterImg2,.detail1Title .detail1Title2 .waterImg2,.detail1Title .detail1Title3 .waterImg2,.detail1Title .detail1Title4 .waterImg2,.detail1Title .detail1Title5 .waterImg2{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    width: 20px;
    height: 20px;
    opacity: 0;
}
.activeTitle1{
    background-color: #d0ba12!important;
    color: #fff!important;
}
.activeTitle1 .waterInner1{
    left: 50px!important;
}
.activeTitle1 .waterImg1{
    opacity: 1!important;
}
.activeTitle1 .waterImg2{
    opacity: 1!important;
}
.activeTitle2{
    background-color: #152b71!important;
    color: #fff!important;
}
.activeTitle2 .waterInner1{
    left: 50px!important;
}
.activeTitle2 .waterImg1{
    opacity: 1!important;
}
.activeTitle2 .waterImg2{
    opacity: 1!important;
}

.activeTitle3{
    background-color: #ce4409!important;
    color: #fff!important;
}
.activeTitle3 .waterInner1{
    left: 50px!important;
}
.activeTitle3 .waterImg1{
    opacity: 1!important;
}
.activeTitle3 .waterImg2{
    opacity: 1!important;
}
.activeTitle4{
    background-color: #152b71!important;
    color: #fff!important;
}
.activeTitle4 .waterInner1{
    left: 50px!important;
}
.activeTitle4 .waterImg1{
    opacity: 1!important;
}
.activeTitle4 .waterImg2{
    opacity: 1!important;
}

.detail1List{
    width: 60%;
    height: 100%;
    position: relative;
}

.detail1Inner1,.detail1Inner2,.detail1Inner3,.detail1Inner4,.detail1Inner5 {
    display: none;
}
.inner1,.inner2,.inner3,.inner4,.inner5{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* opacity: 0; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: all 0.3s;
}
.innerProduct{
    height: 250px;
    width: 48%;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s;
    margin-bottom: 30px;
    background: url('../../static/product/productbg4.jpg') no-repeat center center;
    /* box-shadow: 0px 7px 15px 0px #3e3e3e; */
    box-shadow: 0px 3px 10px 0px #3e3e3e;
}
.menuDetail2 .innerProduct{
    background: url('../../static/product/productbg1.jpg') no-repeat center center;
}
.menuDetail3 .innerProduct{
    background: url('../../static/product/productbg3.jpg') no-repeat center center;
}
.menuDetail4 .innerProduct{
    background: url('../../static/product/productbg1.jpg') no-repeat center center;
}
.innerProduct h4{
    font-size: 18px;
    font-weight: 700;
    /* position: absolute;
    top: 10px;
    left: 15px; */
    color: #5f5e5e;
}
.menuDetail2 .innerProduct h4,.menuDetail2 .innerProduct .loadingMore,.menuDetail2 .innerProduct p{
     color: #fff;
 }
 .menuDetail2 .innerProduct p,.menuDetail4 .innerProduct p{
    /* text-shadow: #186dec 2px 2px; */

 }
 .menuDetail3 .innerProduct p{
    /* text-shadow: #ec5818 2px 2px; */
 }
.menuDetail3 .innerProduct h4,.menuDetail3 .innerProduct .loadingMore,.menuDetail3 .innerProduct p{
     color: #fff;
 }
.menuDetail4 .innerProduct h4,.menuDetail4 .innerProduct .loadingMore,.menuDetail4 .innerProduct p{
     color: #fff;
 }
.innerProduct .loadingMore{
    font-size: 16px;
    font-weight: 700;
    /* color: #fff; */
    position: absolute;
    top: 10px;
    right: 15px;
    display: flex;
    justify-content: flex-start;
    width: 15%;
 }
.innerProduct .loadingMore .moreImg{
   position: absolute;
   top: 3px;
   right: 0;
   width: 20px;
   height: 20px;
 }
.innerProduct .productImg{
   position: absolute;
   top: 55%;
   left: 22%;
   transform: translate(-50%,-50%);
   width: 40%;
   transition: all 0.5s;
}
.innerProduct .productTxt{
   position: absolute;
   top: 57%;
   right: -22%;
   transform: translate(-50%,-50%);
   width: 50%;
   font-size: 16px;
   /* line-height: 45px; */
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   font-weight: 700;
   /* text-shadow: #ffffff 1px 1px; */
   color: #424242;
}

/* .innerProduct .productTxt.productTxt2{
    right: -25%;
} */
.innerProduct .productTxt p{
   margin-bottom: 13px;
 }

.innerProduct .productTxt .productTxtInner{
   font-size: 10px;
   margin-top: -10px;
 }

.innerProduct:hover{
    cursor: pointer;
    /* box-shadow: 0px 7px 15px 0px #3e3e3e; */
    opacity: 0.8;
}
.innerProduct:hover .productImg{
   width: 43%;
}
.innerProduct:hover .moreImg{
    animation: to-right 1s linear infinite;
  }

@keyframes to-right {
    0% {
        right: 0px;
    }
   
    25% {
        right: -5px;
    }
    50% {
        right: 0px;
    }
    75% {
        right: 5px;
    }
    100% {
        right: 0px;
    }
}
.activeDetailInner1{
    display: block;
    z-index: 99;
}
.activeDetailInner2{
    display: block;
    z-index: 99;
}
.activeDetailInner3{
    display: block;
    z-index: 99;
}
.activeDetailInner4{
    display: block;
    z-index: 99;
}

.menuDetail5{
    position: absolute;
    top: 0;
    left: 0;
    /* opacity: 0; */
    transition: all 0.3s;
    width: 100%;
    height: 700px;
}
.menuDetailInnerTop{
    display: flex;
    justify-content: space-between;
    margin: 50px 40px 100px;
    padding-bottom: 100px;
    border-bottom: 2px dashed #383737;
}
.menuDetailTopLeft{
    width: 45%;
}
.menuDetailTopLeft h2{
    margin-top: 20px;
    color: #84bacc;
    opacity: 0.4;
    margin-bottom: 100px;
}
.menuDetailTopLeft p{
    color: #152b71;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 30px;
}
.menuDetailTopRight{
    width: 50%;
}
.menuDetailTopRight img{
    width: 100%;
}

.menuDetailInnerBottom{
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}
.menuDetailBottomLeft{
    width: 45%;
}
.menuDetailBottomLeft h2{
    margin-top: 20px;
    color: #84bacc;
    opacity: 0.4;
    margin-bottom: 100px;
}

.menuDetailBottomLeft p{
    color: #152b71;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 30px;
}

.menuDetailBottomRight{
    width: 50%;
}
.menuDetailBottomRight img{
    width: 100%;
}


.activeDetail{
    display: block;
    z-index: 99;
}
.menuDetailNone{
    display: none;
}

.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;
  }
