.bannerNav {
position: absolute;
bottom: 0;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
height: 60px;
background: #343434;
opacity: 0.8;
}
.bannerNav a {
display: block;
color: #fff;
font-size: 16px;
margin: 0 0.4rem;
}
.overview {
padding: 1rem 0 .6rem;
}
.overview p {
font-size: var(--overview);
line-height: var(--lineHeight18);
color: #333;
margin-bottom: 0.6rem;
}
.overview .pic {
margin: 0 auto;
max-width: 11.75rem;
}
.slot {
background: url(/img/slot/slotBg.png) no-repeat top center;
background-size: 100% 100%;
padding: 1rem 0 .6rem;
}
.slot .subTit {
font-size: 30px;
color: #333;
text-align: left;
padding-left: 0.4rem;
position: relative;
margin-top: 0.8rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.slot .subTit::before {
height: 30px;
width: 4px;
background-color: #b81c20;
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
}
.slot .subTit .learnMore a {
font-size: var(--comMore);
color: #202020;
}
.slot .subTit .learnMore a span {
color: #b81b22;
}
.slot .layers_1 {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0.2rem;
margin-top: 0.4rem;
}
.slot .layers_1 .item {
background-color: #fff;
border: 1px solid #e5e5e5;
}
.slot .layers_1 .item:hover {
box-shadow: 0px 5px 15px 0px rgba(147, 149, 157, 0.3);
}
.slot .layers_1 .item .img {
width: 100%;
height: 2.2rem;
background: #f4f4f4;
padding: 0.1rem;
}
.slot .layers_1 .item .img img {
object-fit: cover;
}
.slot .layers_1 .item .content {
font-size: var(--comTextCont);
padding: 30px;
height: 250px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.slot .layers_1 .item .content .title {
font-size: var(--comSubTit);
color: var(--textcolor);
line-height: 1.8;
border-bottom: 1px solid #f0f0f0;
}
.slot .layers_1 .item .content .text {
font-size: var(--comTextCont);
margin-top: 0.3rem;
color: var(--color777);
line-height: 1.5;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.slot .layers_1 .item .content .more a {
font-size: var(--comMore);
color: var(--textcolor);
margin-top: 0.2rem;
display: flex;
align-items: center;
}
.slot .layers_1 .item .content .more a img {
width: 15px;
margin-left: 10px;
height: auto;
}
.slot .layers_2 .swiper {
margin-top: 0.5rem;
padding-bottom: 15px;
}
.slot .layers_2 .swiper .swiper-slide {
border: 1px solid #e5e5e5;
}
.slot .layers_2 .swiper .swiper-slide:hover {
box-shadow: 0px 5px 15px 0px rgba(147, 149, 157, 0.3);
}
.slot .layers_2 .swiper .swiper-slide .img {
background: #f8f8f8;
height: 1.5rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.slot .layers_2 .swiper .swiper-slide .img img {
width: 1rem;
height: 1rem;
}
.slot .layers_2 .swiper .swiper-slide .content {
padding: 0.3rem 0 0.4rem;
font-weight: bold;
}
.slot .layers_2 .swiper .swiper-slide .content .title {
font-size: var(--caseOverview);
color: var(--textcolor);
text-align: center;
}
.swiper-kf {
height: 5rem;
padding: 0.1rem 0;
margin-top: 20px;
}
.kaifa .comSw .innerSw {
width: 100%;
}
.swiper-kf .swiper-wrapper .swiper-slide {
width: 55%;
font-size: 18px;
background: #fff;
box-shadow: 0px 5px 15px 0px rgba(147, 149, 157, 0.3);
opacity: 0;
position: relative;
}
.swiper-kf .swiper-wrapper .swiper-slide-next,
.swiper-kf .swiper-wrapper .swiper-slide-prev {
opacity: 0.4;
}
.swiper-kf .swiper-wrapper .swiper-slide-active {
opacity: 1;
}
.comSw .innerSw .swiper-kf .swiper-button-prev-kf {
left: 10%;
}
.comSw .innerSw .swiper-kf .swiper-button-next-kf {
right: 10%;
}
.swiper-kf .swiper-wrapper .swiper-slide .content-kf {
position: absolute;
bottom: 0.3rem;
left: 0;
right: 0;
margin: auto;
width: 90%;
display: none;
height: fit-content;
}
.swiper-kf .swiper-wrapper .swiper-slide img {
margin: 0 auto;
display: block;
width: 80%;
height: 3rem;
object-fit: cover;
}
.swiper-kf .swiper-wrapper .swiper-slide-active .content-kf {
display: block; }
.swiper-kf .swiper-wrapper .swiper-slide .content-kf .tit {
font-size: var(--text24);
color: #333;
line-height: 1;
position: relative;
}
.swiper-kf .swiper-wrapper .swiper-slide .content-kf .tit::after {
content: "";
position: absolute;
width: 100%;
height: 0.01rem;
background-color: #999999;
top: -0.38rem;
left: 0;
z-index: 2;
}
.swiper-kf .swiper-wrapper .swiper-slide .content-kf .tit::before {
content: "";
position: absolute;
width: 0.7rem;
height: 0.04rem;
background-color: #b81c22;
top: -0.4rem;
left: 0;
z-index: 3;
}
.swiper-kf .swiper-wrapper .swiper-slide .content-kf .txt {
font-size: var(--text16);
color: #777;
line-height: 1.5;
margin-top: 0.2rem;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.slot .layers_3 {
display: flex;
margin-top: 0.5rem;
justify-content: space-between;
}
.slot .layers_3 .item {
width: 24%;
background-color: #fafafa;
height: 3.2rem;
}
.slot .layers_3 .item .pic {
height: 2.2rem;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.slot .layers_3 .item .pic img {
width: auto;
height: auto;
max-width: 100%;
max-width: 180px;
}
.slot .layers_3 .item .tit {
font-size: var(--mobileNav);
color: #202020;
text-align: center;
}
.slot .layers_3 .item .txt {
font-size: var(--comTextCont);
color: #9b9b9b;
text-align: center;
margin-top: 0.1rem;
}
.znyj {
padding: 1rem 0 1.2rem;
background: #f6f6f6;
}
.znyj .grid {
grid-template-columns: repeat(2, 1fr);
gap: 0.2rem;
margin-top: 0.5rem;
}
.znyj .grid .item {
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
}
.znyj .grid .item .pic {
height: 2rem;
}
.znyj .grid .item .pic img {
height: 100%;
object-fit: cover;
}
.znyj .grid .item .cont {
height: 2.5rem;
padding: 0.4rem;
display: flex;
justify-content: space-between;
flex-direction: column;
background-color: #fff;
}
.znyj .grid .item .cont .tit {
font-size: var(--comSubTit);
color: var(--textcolor);
line-height: 1.5;
}
.znyj .grid .item .cont .text {
font-size: var(--comTextCont);
margin-top: 0.1rem;
line-height: 1.5;
color: var(--color777);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.znyj .grid .item .cont .more a {
font-size: var(--comMore);
color: var(--textcolor);
margin-top: 0.2rem;
display: flex;
align-items: center;
}
.znyj .grid .item .cont .more a img {
width: 15px;
height: auto;
margin-left: 10px; }
.solution {
padding: 1rem 0 1.2rem;
background: url(/img/slot/solutionBg.png) no-repeat top center;
background-size: 100% 100%;
}
.solution .centerTitle {
color: #fff;
}
.solution .flex {
display: flex;
justify-content: space-between;
margin-top: 0.6rem;
align-items: flex-start;
}
.solution .flex .tabs {
width: 32%;
border-left: 1px solid #1f242d;
}
.solution .flex .tabs .item {
padding-left: 0.3rem;
display: flex;
align-items: center;
}
.solution .flex .tabs .item .tit {
font-size: var(--SmartSolutionsText);
color: #fff;
display: flex;
align-items: center;
}
.solution .flex .tabs .item .tit img {
width: 30px;
margin-right: 10px;
}
.solution .flex .tabs .active {
border-left: 4px solid #b81c22;
padding-left: calc(0.3rem - 3px);
}
.solution .flex .tabs .item .txt {
font-size: var(--comTextCont);
color: #f5f5f5;
line-height: 1.5;
opacity: 0.6;
margin-top: 0.15rem;
}
.solution .flex .tabs .item {
cursor: pointer;
}
.solution .flex .tabs .item:not(:last-child) {
margin-bottom: 0.3rem;
}
.solution .flex .content {
width: 64%;
}
.solution .flex .content .pic {
width: 100%;
}
.solution .flex .content .txt {
color: #fff;
font-size: var(--comTextCont);
line-height: 1.8;
margin-top: 0.3rem;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.solution .flex .content .more a {
font-size: var(--comMore);
color: #fff;
margin-top: 0.4rem;
display: flex;
align-items: center;
}
.solution .flex .content .more a img {
width: 15px;
margin-left: 10px;
height: auto;
}
.solution .flex .content .contentItem:not(:nth-child(2)) {
display: none;
}
.case {
padding: 1rem 0 1.06rem;
}
.case .swiper {
margin-top: 0.5rem;
}
.case .swiper .swiper-slide {
background: #f4f4f4;
}
@media screen and (max-width: 1440px) and (min-width: 1024px) {
.bannerNav {
min-width: 1280px;
}
}
@media screen and (min-width: 1024px) {
.slot .subTit {
font-size: 0.24rem; }
}
@media screen and (max-width: 1024px) {
.solution .flex .tabs .item {
cursor: none;
}
.znyj .grid .item .pic {
height: auto;
}
.bannerNav a {
font-size: 16px;
}
.bannerNav {
height: 40px;
}
.slot .subTit {
font-size: 24px;
padding-left: 15px;
}
.slot .subTit::before {
height: 24px;
}
.slot .layers_1 {
display: flex;
align-items: center;
}
.slot .layers_1 {
display: flex;
overflow-x: auto;
gap: 0;
}
.slot .layers_1 .item:not(:last-child) {
margin-right: 20px;
}
.slot .layers_1 .item {
width: 380px;
flex-basis: 380px;
flex-shrink: 0;
}
.swiper-kf .swiper-wrapper .swiper-slide .content-kf .tit {
font-size: 16px;
}
.swiper-kf .swiper-wrapper .swiper-slide .content-kf .txt {
font-size: 14px;
}
}
@media screen and (max-width: 768px) {
.bannerNav a {
font-size: 14px;
margin: 0 10px;
}
.znyj .grid {
grid-template-columns: 1fr;
}
.slot .layers_3 {
flex-wrap: wrap;
}
.slot .layers_3 .item {
width: 48%;
height: auto;
}
.slot .layers_3 .item .pic {
height: 150px;
}
.swiper-kf .swiper-wrapper .swiper-slide .content-kf .txt {
line-height: 20px;
}
.znyj .grid .item .cont {
height: fit-content;
}
.slot .subTit {
font-size: 20px;
}
.slot .layers_1 {
display: block;
}
.slot .layers_1 .item:not(:last-child) {
margin-right: 0;
margin-bottom: 20px;
}
.slot .layers_1 .item {
width: 100%;
}
.slot .layers_1 .item .content {
padding: 20px;
}
.slot .layers_1 .item .content {
height: fit-content;
}
.slot .layers_1 .item .img {
height: 200px;
}
.swiper-kf {
padding-bottom: 80px;
height: 350px;
}
.kaifa .comSw .innerSw {
padding-bottom: 0;
}
.swiper-kf .swiper-wrapper .swiper-slide img {
width: 250px;
height: 150px;
}
.swiper-kf .swiper-wrapper .swiper-slide {
width: 90%;
}
.solution .flex {
flex-direction: column-reverse;
}
.solution .flex .tabs {
width: 100%;
margin-top: 30px;
display: grid;
grid-template-columns: repeat(1, 1fr);
}
.solution .flex .content {
width: 100%;
}
.comSw .innerSw .swiper-kf .swiper-button-next-kf {
right: calc(50% - 60px);
}
.comSw .innerSw .swiper-kf .swiper-button-prev-kf {
left: calc(50% - 60px);
}
.slot .layers_3 .item {
margin-bottom: 20px;
padding-bottom: 20px;
}
.slot .layers_3 .item .pic img {
width: 130px;
}
.slot .layers_2 .swiper {
padding-bottom: 0;
}
.solution .flex .content .pic {
height: 200px;
}
.solution .flex .content .pic img {
object-fit: cover;
}
.solution .flex .content {
min-height: 340px;
}
.solution .flex .tabs .item .tit img {
width: 20px;
}
.solution .flex .tabs .active {
border-width: 2px;
}
.bannerNav {
display: grid;
grid-template-columns: repeat(3, 1fr);
height: auto;
}
.bannerNav a {
height: 40px;
justify-content: center;
display: flex;
align-items: center;
text-align: center;
}
}
@media screen and (max-width: 500px) {
.bannerNav a {
font-size: 12px;
margin: 0 5px;
}
.slot .subTit::before {
width: 3px;
height: 20px;
}
.slot .subTit {
padding-left: 10px;
font-size: 18px;
}
.slot .layers_1 .item .content .more a img {
width: 12px;
margin-left: 5px;
}
.slot .layers_2 .swiper .swiper-slide .img {
height: 100px;
}
.slot .layers_2 .swiper .swiper-slide .img img {
width: 80px;
height: 80px;
}
.znyj .grid .item .cont .more a img {
width: 12px;
margin-left: 5px;
}
.solution .flex .content {
min-height: 320px;
}
.slot .layers_3 .item .pic {
height: 120px;
}
}