@import url(pscroll.css);
/*产品叶子页*/
.p_banner {
    width: 100%;
    height: 480px;
    position: relative;
}
.p_banner img {
    max-width: 100%;
    height: 480px;
    display: block;
    object-fit: cover;
    width: 100%;
}
.p_banner_text {
    position: absolute;
    width: 1400px;
    left: 50%;
    margin-left: -700px;
    top: 115px;
}
.p_banner_text div:nth-child(1){
    font-size: 36px;
    color: #000000;
    margin-bottom: 22px;
}
.p_banner_text div:nth-child(2){
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 30px;
    width: 700px;
    height: 105px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.p_banner_text div:nth-child(3){
    display: flex;
}
.p_banner_text div:nth-child(3) a{
    width: 150px;
    height: 42px;
    display: block;
    text-align: center;
    line-height: 42px;
    background: #0058FF;
    border-radius: 5px;
    color: #FFFFFF;
    margin-right: 20px;
    font-size: 14px;
}
.p_banner_text div:nth-child(3) a:hover{
    opacity: 0.8;
}
.p_banner_text div:nth-child(3) div:nth-child(2){
    width: 150px;
    height: 42px;
    display: block;
    text-align: center;
    line-height: 42px;
    background: #FFFFFF;
    border-radius: 5px;
    color: #0058FF;
    font-size: 14px;
    cursor: pointer;
}
.p_banner_text div:nth-child(3) div:nth-child(2):hover{
    opacity: 0.8;
}
.p_nav_bg {
    position: sticky;
    top: 60px;
    height: 60px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 25px 0px rgba(54, 98, 236, 0.15);
}
.p_nav {
    width: 1400px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    display: flex;
}
.p_nav div a{
    display: block;
    width: 65px;
    margin-right: 60px;
    font-size: 16px;
    color: #1D1D1F;
    position: relative;
}
.p_nav div:hover a{
    font-weight: bold;
    color: #0058FF;
}
.p_nav div:hover a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65px;
    height: 3px;
    border-radius: 4px;
    background: #0058FF;
}
.p_scene_bg {
    margin-top: 60px;
}
.p_scene {
    width: 1400px;
    margin: 0 auto;
}
.p_scene_title {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.p_scene_descrip {
    width: 1200px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
}
.p_scene_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 水平居中 */
}
.p_scene_content>div{
    width: 335px;
    height: 140px;
    margin-right: 20px;
    margin-top: 20px;
    display: flex;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 15px 0px rgba(54, 98, 236, 0.15);
    padding: 20px 15px;
    box-sizing: border-box;
}
.p_scene_content>div:hover{
    box-shadow: 0px 4px 15px 0px rgba(54, 98, 236, 0.3);
    transform: translateY(-10px);
    transition: 0.5s;
}
.p_scene_content div:nth-child(4n){
    margin-right: 0;
}
.p_scene_content>div>div:nth-child(1) img{
    width: 60px;
    height: 60px;
    margin-top: 7px;
    margin-right: 15px;
}
.p_scene_content>div>div:nth-child(2)>div:nth-child(1){
    font-size: 16px;
    font-weight: bold;
}
.p_scene_content>div>div:nth-child(2)>div:nth-child(2){
    font-size: 14px;
    margin-top: 7px;
    line-height: 22px;
    height: 68px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.p_function {
    width: 1400px;
    margin: 0 auto;
}
.p_function_title {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.p_function_descrip {
    width: 1200px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
}
.p_function_content {
    display: flex;
    margin-top: 32px;
}
.p_function_content_left {
    width: 784px;
    height: 508px;
    border-radius: 10px;
    border: 1px solid #E2E5EB;
}
.p_function_content_right {
    width: 510px;
    height: 510px;
    border-radius: 10px;
    background: #F5F7FB;
    margin-left: 60px;
    padding: 18px 29px 18px 48px;
    box-sizing: border-box;
    position: relative;
}
.p_function_item {
    position: relative;
}
.p_function_item div:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}
.p_function_item div:nth-child(2) {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 12px
}
.p_function_item div:nth-child(3) {
    width: 8px;
    height: 16px;
    border-color: #0058FF;
    border-style: solid;
    border-width: 0 3px 5px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: -20px;
}
.p_function_content_left img{
    width: 100%;
    height: 100%;
}
.p_reason {
    width: 1400px;
    margin: 0 auto;
}
.p_reason_title {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.p_reason_descrip {
    width: 1200px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
}
.p_reason_content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 96px;
}
.p_reason_item {
    width: 453px;
    height: 190px;
    border-radius: 15px;
    background: #F5F7FB;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    padding: 17px;
    box-sizing: border-box;
}
.p_reason_item:hover{
    transform: translateY(-10px);
    transition: 0.5s;
}
.p_reason_item div:nth-child(1) {
    width: 160px;
    height: 160px;
    position: absolute;
    top: -90px;
    left: 50%;
    margin-left: -80px;
}
.p_reason_item div:nth-child(2) {
    margin-top: 52px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.p_reason_item div:nth-child(3) {
    margin-top: 7px;
    font-size: 14px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    height: 66px;
    line-height: 22px;
}
.p_reason_item:nth-child(3n) {
    margin-right: 0;
}
.p_value {
    width: 1400px;
    margin: 0 auto;
}
.p_value_title {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.p_value_descrip {
    width: 1200px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
}
.p_value_item {
    display: flex;
    width: 1400px;
    height: 420px;
    margin-top: 30px;
    align-items: center;
}
.p_value_item:nth-child(2n) {
    flex-direction: row-reverse;
    align-items: center;
}
.p_value_item>div:nth-child(1) img {
    display: block;
    width: 660px;
    height: 420px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    margin-left: 40px;
}
.p_value_item>div:nth-child(2) {
    width: 700px;
    padding-right: 60px;
    margin-left: 40px;
    box-sizing: border-box;
    height: fit-content;
}
.p_value_item>div:nth-child(2)> div{
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
.p_value_item:nth-child(2n)>div:nth-child(2){
    padding-right: 0;
    padding-left: 60px;
    margin-left: 0;
    margin-right: 40px;
}
.p_value_item>div:nth-child(2)>div:nth-child(1) {
    font-size: 24px;
    line-height: 38px;
    padding-left: 0;
}
.p_value_item>div:nth-child(2)>div:not(:nth-child(1)) {
    font-size: 16px;
    line-height: 30px;
    margin-top: 12px;
}
.p_value_item_dot::after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #0058FF;
}
.p_case_title {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.p_case_descrip {
    width: 1200px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
}
.p_case_bg .p_case .p_case_content {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 水平居中 */
    margin-top: 10px;
    margin-bottom: 30px;
}
.p_case_bg .p_case .p_case_content .p_case_item{
    width: 335px;
    height: 280px;
    box-sizing: border-box;
    position: relative;
    margin-right: 20px;
    border-radius: 15px;
    background: #F5F7FB;
    overflow: hidden;
    margin-bottom: 20px;
}

/*@keyframes shake {*/
/*	0% { transform: translateX(0); }*/
/*	25% { transform: translateX(-5px); }*/
/*	50% { transform: translateX(5px); }*/
/*	75% { transform: translateX(-5px); }*/
/*	100% { transform: translateX(5px); }*/
/*}*/

/*.shake-animation {*/
/*	animation: shake 0.5s; !* 抖动的持续时间 *!*/
/*	animation-iteration-count: infinite; !* 动画重复次数 *!*/
/*}*/
.p_case_bg .p_case .p_case_content .p_case_item:hover .p_case_item_hover{
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(30px);
}
.p_case_bg .p_case .p_case_content .p_case_item:hover .p_case_item_hover div{
    opacity: 1;
}
.p_case_bg .p_case .p_case_content .p_case_item:hover .p_case_item_convention div{
    opacity: 0;
}
.p_case_bg .p_case .p_case_content .p_case_item:nth-child(4n){
    margin-right: 0;
}
.p_case_bg .p_case .p_case_content .p_case_item:nth-child(-n + 4){
    margin-top: 20px;
}
.p_case_bg .p_case .p_case_content .p_case_item .p_case_item_convention img{
    width: 335px;
    height: 280px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.p_case_bg .p_case .p_case_content .p_case_item .p_case_item_convention>div{
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 20px;
    z-index: 999;
    color: #FFFFFF;
}
.p_case_bg .p_case .p_case_content .p_case_item .p_case_item_convention>div>div{
    color: #FFFFFF;
    display: block;
    width: 100%;
}

.p_case_bg .p_case .p_case_content .p_case_item .p_case_item_hover{
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(19, 15, 64, 0.75) 100%, rgba(0, 0, 0, 0.5) 100%);
}
.p_case_bg .p_case .p_case_content .p_case_item .p_case_item_hover>div {
    opacity: 0;
    transition: opacity 0.5s; /* 透明度变化的过渡效果 */
}
.p_case_bg .p_case .p_case_content .p_case_item .p_case_item_hover>div:nth-child(1){
    font-size: 16px;
    font-weight: bold;
    color: #0058FF;
}
.p_case_bg .p_case .p_case_content .p_case_item .p_case_item_hover>div:nth-child(2){
    font-size: 14px;
    overflow: hidden;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 8px;
    line-height: 28px;
    height: 140px;
    text-align: justify;
    color: #1D1D1F;
}
.p_case_bg .p_case .p_case_content .p_case_item .p_case_item_hover>div:nth-child(3){
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
    z-index: 9999;
}
.p_case_bg .p_case .p_case_content .p_case_item .p_case_item_hover>div:nth-child(3)>div{
    display: block;
    color: #0058FF;
}
.p_case_bg .p_case .p_case_content .p_case_item .p_case_item_hover>div:nth-child(3)>div img{
    width: 18px;
    height: 18px;
}