*{margin: 0;padding: 0;box-sizing: border-box;}
body{font-family:Arial,Verdana,Helvetica,PingFangSC, PingFang SC sans-serif;color: #333;background-color: #fff;}
li{list-style-type:none;}
img{vertical-align:middle;border:0;}
ol,ul{list-style:none;margin-bottom: 0;}
dl{margin-bottom: 0;}
input{outline: none;border: none;}
h1,h2,h3,h4,h5,h6,p{margin: 0;font-weight: normal;}
i{font-style: normal;}
a{text-decoration: none;color: #333;}
.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.moreEll{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.w1200px{
    width: 1200px;
    margin: 0 auto;
}

.topNavRight .fastNav ul{
    width: 370px;
}

.bannerBox{
    width: 100%;
    position: relative;
}
.bannerBox img{
    width: 100%;
}
.bannerCon{
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.bannerTit{
    width: 700px;
    margin: 0 auto;
}
.bannerCon h1{
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
}
.searchBox{
    width: 800px;
    margin: 35px auto 0 auto;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.searCon_l{
    width: 680px;
    display: flex;
    align-items: center;
    position: relative;
}
.searCon_l p{
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    position: relative;
    padding-right: 12px;
    cursor: pointer;
}
.searCon_l p::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #006EE8;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.searCon_l ul{
    display: none;
    position: absolute;
    top: 48px;
    left: -12px;
    background-color: #fff;
    width: 120px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 7px 0 rgba(7, 6, 6, 0.15);
}
.searCon_l ul li{
    padding: 10px;
    font-size: 15px;
    color: #333;
    text-align: center;
    cursor: pointer;
}
.searCon_l ul li:hover{
    background-color: #f5f5f5;
}
.searCon_l i{
    width: 1px;
    height: 50px;
    background-color: #929292;
    margin: 0 12px;
}
.searCon_l input{
    width: 525px;
    font-weight: 300;
    font-size: 16px;
    color: #AAAAAA;
}
.searCon_l input::placeholder{
    color: #AAAAAA;
}
.searCon_r a{
    display: flex;
    align-items: center;
    padding: 10px 12px;
    background-color: #006EE8;
    border-radius: 10px;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    white-space: nowrap;
}
.searCon_r a img{
    height: 15px;
    margin-right: 5px;
}


.databaseType{
    margin-top: -30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dataTypeCon{
    width: 31%;
    position: relative;
    border: 1px solid rgba(7, 6, 6, 0.15);
    cursor: pointer;
    box-shadow: 0px 0px 7px 0px rgba(7, 6, 6, 0.15);
    border-radius: 10px;
    margin-bottom: 30px;
    transition: border ease .3s;
}
.dataTypeCon img{
    width: 100%;
    border-radius: 10px;
}
.dataTypeItem{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 40px 0 40px;
}
.dataTypeItem h3{
    font-weight: 100;
    font-size: 20px;
    color: #333;
    text-align: center;
    text-stroke: 1px #000;
    -webkit-text-stroke: 1px #000;
    letter-spacing: 1px;
}
.dataTypeItem p{
    margin-top: 20px;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    text-align: justify;
    line-height: 24px;
}
.dataTypeCon:hover{
    border: 1px solid #004EA2;
}
.dataTypeCon:hover .dataTypeItem h3{
    color: #004EA2;
    text-stroke: 1px #004EA2;
    -webkit-text-stroke: 1px #004EA2;
}
.dataTypeCon:hover .dataTypeItem p{
    color: #004EA2;
}


.indusRepoBox{
    margin-top: 10px;
}
.conTit{
    width: 100%;
    text-align: center;
    position: relative;
}
.conTit h3{
    font-weight: bold;
    font-size: 30px;
    color: #004EA2;
}
.conTit p{
    margin-top: 8px;
    font-weight: 100;
    font-size: 15px;
    color: rgba(201, 201, 201, 0.5);
    line-height: 20px;
    text-transform: uppercase;
}
.conTit::after{
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, 0);
    content: "";
    width: 30px;
    height: 2px;
    background-color: #097EF5;
    border-radius: 3px;
}
.indusRepoCon{
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.indRepoItem{
    width: 31%;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
}
.indRepoItem:nth-child(1){
    background: linear-gradient(91deg, #746EFF, #8E89FF);
}
.indRepoItem:nth-child(2){
    background: linear-gradient(267deg, #39DDD2, #33BAC4);
}
.indRepoItem:nth-child(3){
    background: linear-gradient(267deg, #06AEE7, #069CFA);
}
.indRepoItem img{
    width: 100%;
    /*transition: transform 0.3s ease;*/
}
/*.indRepoItem:hover img{*/
/*    transform: scale(1.1);*/
/*}*/
.indRepoItemCon{
    width: 100%;
    padding: 50px 25px 0 25px;
    position: absolute;
    top: 0;
    left: 0;
}
.indRepoItemCon h3{
    font-weight: bold;
    font-size: 25px;
    color: #FFFFFF;
    text-align: left;
    transition: color 0.5s ease;
}
.indRepoItemCon p{
    margin-top: 50px;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: justify;
    transition: color 0.3s ease;
}
.indRepoItem:hover .indRepoItemCon h3,
.indRepoItem:hover .indRepoItemCon p{
    color: #004EA2;
}


.fullEneIndBox{
    margin-top: 40px;
    background-color: #EFEFEF;
    padding: 40px 0;
}
.fullEneIndCon{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fullEneCon{
    width: 192px;
    height: 113px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.fullEneConTwo{
    width: 393px;
}
.fullEneCon img{
    width: 100%;
}
.fullEneItem{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fullEneItem p{
    font-weight: 500;
    font-size: 24px;
    color: #004EA2;
}
.hideCon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* 半透明黑色背景 */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    transform: translateY(-101%); /* 默认在顶部上方隐藏 */
    transition: transform 0.5s ease-in-out; /* 过渡效果 */
}
.fullEneCon:hover .hideCon{
    transform: translateY(0); /* 鼠标悬停时显示（从顶部展开） */
}
.hideCon a{
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.hideCon a:hover{
    text-decoration: underline;
}
.hideConTwo{
    flex-wrap: wrap;     /* 允许换行 */
    align-items: center; /* 仍然保持垂直居中 */
    flex-direction: column; /* 改为纵向排列 */
}
.hideConTwo a{
    display: inline-block;
    width: 100%;
    text-align: center;
}


.ourValueBox{
    margin-top: 40px;
}
.ourValueCon{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ourValItem{
    width: 400px;
    height: 112px;
    background: linear-gradient(87deg, #EFF8FF, #D5EEFF);
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.ourValItem img{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    transition: transform 0.3s ease;
}
.ourValItem:hover img{
    transform: scale(1.1);
}
.ourValCon{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    padding: 0 15px 0 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ourValCon h3{
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #181818;
    transition: color 0.3s ease;
}
.ourValCon p{
    width: 100%;
    margin-top: 6px;
    font-weight: 300;
    font-size: 14px;
    color: #7A7A7A;
}
.ourValRight{
    background: linear-gradient(-87deg, #EFF8FF, #D5EEFF);
}
.ourValRight img{
    right: unset;
    left: 10px;
}
.ourValItem:hover .ourValCon h3{
    color: #004EA2;
}


.servPlatBox{
    margin-top: 40px;
}
.servPlatCon{
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.servPlatItem{
    width: 32%;
    padding: 40px 30px 50px 30px;
    background: linear-gradient(87deg, #EFF8FF, #D5EEFF);
    box-shadow: 0px 1px 10px 0px rgba(0,78,162,0.35);
    border-radius: 10px;
    cursor: pointer;
}
.servPlatItem h3{
    font-weight: bold;
    font-size: 26px;
}
.servPlatItem p{
    width: 170px;
    margin-top: 12px;
    border-radius: 10px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 6px 0 6px 12px;
}
.servPlatItem ul{
    margin-top: 50px;
}
.servPlatItem ul li{
    font-weight: 400;
    font-size: 17px;
    color: #404040;
    line-height: 28px;
    transition: color 0.3s ease-in-out;
}
.servPlatItem:nth-child(1){
    border: 1px solid #7772FF;
}
.servPlatItem:nth-child(1) h3,
.servPlatItem:nth-child(1):hover ul li{
    color: #7772FF;
}
.servPlatItem:nth-child(1) p{
    background-color: #7772FF;
}
.servPlatItem:nth-child(2){
    border: 1px solid #018D97;
}
.servPlatItem:nth-child(2) h3,
.servPlatItem:nth-child(2):hover ul li{
    color: #018D97;
}
.servPlatItem:nth-child(2) p{
    background-color: #018D97;
}
.servPlatItem:nth-child(3){
    border: 1px solid #006EEA;
}
.servPlatItem:nth-child(3) h3,
.servPlatItem:nth-child(3):hover ul li{
    color: #006EEA;
}
.servPlatItem:nth-child(3) p{
    background-color: #006EEA;
}


.cusServBox{
    width: 100%;
    margin-top: 40px;
    background-color: #EFEFEF;
    padding: 40px 0;
}
.customServCon{
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0,0,0,0.08);
    border-left: 1px solid rgba(0,0,0,0.08);
    box-sizing: border-box;
}
.cusServItem{
    width: 199px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
    border-right: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);
    box-sizing: border-box;
}
.cusServItem_Bg{
    background-color: #F7F7F7;
}
.cusServItem img{
    width: 80%;
    transition: transform 0.3s ease;
}
.cusServItem:hover img{
    transform: scale(1.2);
}

.otherComLogo{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
    color: #7A7A7A;
}