...
|
...
|
@@ -2035,6 +2035,9 @@ blockquote:before { |
|
|
.info-value{
|
|
|
position: relative;
|
|
|
}
|
|
|
.info-value-center{
|
|
|
text-align: center;
|
|
|
}
|
|
|
.info-value-title{
|
|
|
position: absolute;
|
|
|
top: 0;
|
...
|
...
|
@@ -2043,7 +2046,8 @@ blockquote:before { |
|
|
flex-flow: column;
|
|
|
justify-content: center;
|
|
|
padding: 30px;
|
|
|
|
|
|
left:0;
|
|
|
right:0;
|
|
|
}
|
|
|
.max-width-600{
|
|
|
max-width: 600px;
|
...
|
...
|
@@ -3050,7 +3054,7 @@ blockquote:before { |
|
|
width: 100%;
|
|
|
top: 0;
|
|
|
z-index: -2;
|
|
|
background-size: contain;
|
|
|
background-size: cover;
|
|
|
background-image: url("../img/serviceSecond/Aview/ability-bg.png");
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center;
|
...
|
...
|
@@ -3125,6 +3129,9 @@ blockquote:before { |
|
|
}
|
|
|
.info-characterP:hover .info-characterP-bg{
|
|
|
background:url("../img/serviceSecond/Aview/characterP-bg-active.png");
|
|
|
background-size: contain;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center;
|
|
|
|
|
|
}
|
|
|
.info-character.info-characterP{
|
...
|
...
|
@@ -3450,8 +3457,11 @@ blockquote:before { |
|
|
.kpi-item{
|
|
|
max-width: 170px;
|
|
|
padding:0;
|
|
|
padding-right:6px;
|
|
|
}
|
|
|
.kpi-item:last-child{
|
|
|
padding:0;
|
|
|
}
|
|
|
|
|
|
.com-item-title{
|
|
|
font-size: 21px;
|
|
|
color:#333333;
|
...
|
...
|
@@ -3473,6 +3483,10 @@ blockquote:before { |
|
|
}
|
|
|
.com-item-con{
|
|
|
border:1px solid #999;
|
|
|
border-right: none;
|
|
|
}
|
|
|
.com-item-con:last-child{
|
|
|
border:1px solid #999;
|
|
|
}
|
|
|
.row-com{
|
|
|
box-shadow: 0 0 8px rgba(0,0,0,.2);
|
...
|
...
|
@@ -3528,7 +3542,7 @@ blockquote:before { |
|
|
.home-banner-section .owl-item{
|
|
|
background-size:cover !important;
|
|
|
}
|
|
|
.about-content .title-style{
|
|
|
.about-content-intro .title-style{
|
|
|
color:#e43730;
|
|
|
padding-top:140px;
|
|
|
}
|
...
|
...
|
@@ -3550,6 +3564,14 @@ blockquote:before { |
|
|
padding-top:140px;
|
|
|
}
|
|
|
}
|
|
|
@media only screen and (max-width:1200px){
|
|
|
.info-character.info-characterP{
|
|
|
padding:15px;
|
|
|
}
|
|
|
.characterP-con .info-character-intro{
|
|
|
padding-top:10px;
|
|
|
}
|
|
|
}
|
|
|
/*992以下的一些样式*/
|
|
|
@media only screen and (max-width: 991px){
|
|
|
.home-banner-section{
|
...
|
...
|
@@ -3567,7 +3589,22 @@ blockquote:before { |
|
|
.cultural-item-l img{
|
|
|
max-width: 225px;
|
|
|
}
|
|
|
.info-character-log{
|
|
|
.info-character-log,.info-character-busi{
|
|
|
padding:0 15px;
|
|
|
}
|
|
|
.info-character.info-characterP{
|
|
|
padding:50px;
|
|
|
}
|
|
|
.func-bottom-intro{
|
|
|
padding:0;
|
|
|
}
|
|
|
.app-bg,.alarm-system{
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
.cloud-content{
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
.concat-concat{
|
|
|
padding:20px;
|
|
|
}
|
|
|
} |
...
|
...
|
|