@import url(pscroll.css);
/*解决方案叶子页*/
.s_banner {
    width: 100%;
    height: 480px;
    position: relative;
}
.s_banner img {
    max-width: 100%;
    height: 480px;
    display: block;
    object-fit: cover;
    width: 100%;
}
.s_banner_text {
    position: absolute;
    width: 1400px;
    left: 50%;
    margin-left: -700px;
    top: 115px;
}
.s_banner_text>div:nth-child(1){
    font-size: 36px;
    color: #000000;
    margin-bottom: 22px;
}
.s_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;
}
.s_banner_text>div:nth-child(3){
    display: flex;
}
.s_banner_text>div:nth-child(3) .s_banner_fa{
    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;
    position: relative;
    cursor: pointer;
}
.s_banner_text div:nth-child(3) .s_banner_fa:hover .show-info-wx{
    display: block;
}
.s_banner_fa .show-info-wx {
    display: none;
    width: 140px;
    box-sizing: border-box;
    position: absolute;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
    left: 165px;
    top: -80px;
    background: #FFFFFF;
}
.s_banner_fa .show-info-wx img {
    width: 120px;
    height: 120px;
    display: block;
}
.s_banner_fa .show-info-wx div:nth-child(2) {
    font-size: 14px;
    color: #888F9B;
    margin-top: 7px;
    line-height: 22px;
}
.s_banner_fa .show-info-wx div:nth-child(3) {
    font-size: 14px;
    line-height: 22px;
    color: #888F9B;
    margin-top: 7px;

}
.s_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);
}
.s_nav {
    width: 1400px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    display: flex;
}
.s_nav div a{
    display: block;
    width: 65px;
    margin-right: 60px;
    font-size: 16px;
    color: #1D1D1F;
    position: relative;
}
.s_nav div:hover a{
    font-weight: bold;
    color: #0058FF;
}
.s_nav div:hover a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65px;
    height: 3px;
    border-radius: 4px;
    background: #0058FF;
}
.s_scene_bg {
    height: 560px;
    position: relative;
}
.s_scene_bgContent {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.s_scene_bgImg {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.s_scene_bgFree {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 435px;
}
.s_scene_bgImg img {
    width: 100%;
    height: 100%;
}
.s_scene {
    width: 1400px;
    margin: 0 auto;
}
.s_scene_title {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
}
.s_scene_descrip {
    width: 1200px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    color: #FFFFFF;
}
.s_scene_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 水平居中 */
    color: #FFFFFF;
}
.s_scene_content>div{
    width: 335px;
    height: 280px;
    margin-right: 20px;
    margin-top: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.3);
    padding: 30px;
    box-sizing: border-box;
}
.s_scene_content>div:hover{
    /*box-shadow: 0px 4px 15px 0px rgba(54, 98, 236, 0.3);*/
    transform: translateY(-10px);
    transition: 0.5s;
}
.s_scene_content div:nth-child(4n){
    margin-right: 0;
}
.s_scene_content>div>div:nth-child(1) img{
    width: 60px;
    height: 60px;
    margin-top: 7px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.s_scene_content>div>div:nth-child(2)>div:nth-child(1){
    font-size: 16px;
    font-weight: bold;
}
.s_scene_content>div>div:nth-child(2)>div:nth-child(2){
    font-size: 14px;
    margin-top: 14px;
    line-height: 22px;
    height: 110px;
    overflow: hidden;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.s_function_bg {
    height: 916px;
    background: #F5F7FB;
}
.s_function {
    width: 1400px;
    margin: 0 auto;
}
.s_function_title {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.s_function_descrip {
    width: 1200px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
}
.s_function_content {
    display: flex;
    margin-top: 32px;
    height: 600px;
}
.s_function_content img {
    width: 100%;
    height: 100%;
}
.s_function_bg > .be_free {
    padding-top: 52px;
}
.s_reason {
    width: 1400px;
    margin: 0 auto;
}
.s_reason_title {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
}
.s_reason_descrip {
    width: 1200px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
}
.s_reason_content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 20px;
}
.s_reason_item {
    width: 335px;
    height: 240px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 15px 0px rgba(54, 98, 236, 0.15);
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}
.s_reason_item:hover{
    transform: translateY(-10px);
    transition: 0.5s;
    box-shadow: 0px 4px 15px 0px rgba(54, 98, 236, 0.3);
}
.s_reason_item div:nth-child(1) {
    width: 80px;
    height: 80px;
}
.s_reason_item div:nth-child(1) img {
    width: 100%;
    height: 100%;
}
.s_reason_item div:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
.s_reason_item div:nth-child(3) {
    margin-top: 7px;
    font-size: 14px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    height: 88px;
    line-height: 22px;
}
.s_reason_item:nth-child(4n) {
    margin-right: 0;
}
.s_value {
    width: 1400px;
    margin: 0 auto;
}
.s_value_title {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.s_value_descrip {
    width: 1200px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
}
.s_value_item {
    display: flex;
    width: 1400px;
    /*height: 420px;*/
    margin-top: 30px
}
.s_value_item:first-child {
    margin-top: 0;
}
.s_value_item:nth-child(2n) {
    flex-direction: row-reverse;
}
.s_value_item>div:nth-child(1) {
    width: 756px;
    padding-right: 60px;
    margin-left: 40px;
    box-sizing: border-box;
    background: #F5F7FB;
}
.s_value_item>div:nth-child(2) img {
    display: block;
    width: 600px;
    height: 510px;
    margin-left: 40px;
}
.s_value_item>div:nth-child(1)> div{
    position: relative;
    padding-left: 48px;
    box-sizing: border-box;
}
.s_value_item_text {
    margin-top: 18px;
}
.s_value_item_text div:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}
.s_value_item_text div:nth-child(2) {
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    height: 112px;
}
.s_value_item_text 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: 25px;
}
.s_value_item_dot::after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #0058FF;
}
.s_case_title {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.s_case_descrip {
    width: 1200px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
}
.s_case_bg .s_case .s_case_content {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 水平居中 */
    margin-top: 10px;
    margin-bottom: 30px;
}
.s_case_bg .s_case .s_case_content .s_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; !* 动画重复次数 *!*/
/*}*/
.s_case_bg .s_case .s_case_content .s_case_item:hover .s_case_item_hover{
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(30px);
}
.s_case_bg .s_case .s_case_content .s_case_item:hover .s_case_item_hover>div{
    opacity: 1;
}
.s_case_bg .s_case .s_case_content .s_case_item:hover .s_case_item_convention>div{
    opacity: 0;
}
.s_case_bg .s_case .s_case_content .s_case_item:nth-child(4n){
    margin-right: 0;
}
.s_case_bg .s_case .s_case_content .s_case_item:nth-child(-n + 4){
    margin-top: 20px;
}
.s_case_bg .s_case .s_case_content .s_case_item .s_case_item_convention img{
    width: 335px;
    height: 280px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.s_case_bg .s_case .s_case_content .s_case_item .s_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;
}
.s_case_bg .s_case .s_case_content .s_case_item .s_case_item_convention>div>div{
    color: #FFFFFF;
    display: block;
    width: 100%;
}

.s_case_bg .s_case .s_case_content .s_case_item .s_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%);
}
.s_case_bg .s_case .s_case_content .s_case_item .s_case_item_hover>div {
    opacity: 0;
    transition: opacity 0.5s; /* 透明度变化的过渡效果 */
}
.s_case_bg .s_case .s_case_content .s_case_item .s_case_item_hover>div:nth-child(1){
    font-size: 16px;
    font-weight: bold;
    color: #0058FF;
}
.s_case_bg .s_case .s_case_content .s_case_item .s_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;
}
.s_case_bg .s_case .s_case_content .s_case_item .s_case_item_hover>div:nth-child(3){
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
    z-index: 9999;
}
.s_case_bg .s_case .s_case_content .s_case_item .s_case_item_hover>div:nth-child(3)>div{
    display: block;
    color: #0058FF;
}
.s_case_bg .s_case .s_case_content .s_case_item .s_case_item_hover>div:nth-child(3)>div img{
    width: 18px;
    height: 18px;
}