|
@@ -3867,7 +3867,7 @@
|
|
|
}
|
|
|
|
|
|
.news-content-section .content .read_content .new-read-title2 {
|
|
|
- padding: 25px 0;
|
|
|
+ padding: 10px 0 0;
|
|
|
max-width: 800px;
|
|
|
margin: 0 auto
|
|
|
}
|
|
@@ -3875,6 +3875,8 @@
|
|
|
.news-content-section .content .read_content .new-read-title2 span {
|
|
|
font-size: 14px;
|
|
|
color: #999;
|
|
|
+ margin-right:10px;
|
|
|
+ display:inline-block;
|
|
|
}
|
|
|
|
|
|
.news-content-section .content .read-page {
|
|
@@ -4093,8 +4095,23 @@
|
|
|
/*===========================
|
|
|
Product Grid
|
|
|
===========================*/
|
|
|
+ .product-grid-section .content .img {
|
|
|
+ background-position: center center;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: contain;
|
|
|
+ height: 230px;
|
|
|
+ /* width:90%; */
|
|
|
+ margin:0 auto;
|
|
|
+ display:flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+ .product-grid-section .content .img img{
|
|
|
+ width:80%
|
|
|
+ }
|
|
|
|
|
|
.product-grid-section {
|
|
|
+
|
|
|
position: relative;
|
|
|
/* background-color: #f6f6fe */
|
|
|
}
|
|
@@ -4168,9 +4185,15 @@
|
|
|
text-align: center;
|
|
|
padding: 20px 10px;
|
|
|
}
|
|
|
+ .product-grid-section .content .img {
|
|
|
+ height: 180px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
@media (max-width: 999px) {
|
|
|
+ .product-grid-section .content .img {
|
|
|
+ height: 150px;
|
|
|
+ }
|
|
|
.product-grid-section ul a {
|
|
|
/* width: 24.999999%; */
|
|
|
/* margin-top: 2px; */
|
|
@@ -5203,7 +5226,8 @@
|
|
|
|
|
|
@media (max-width: 1200px) {
|
|
|
.about-sec .container .aboutTyes li a{
|
|
|
- padding:10px 13px;
|
|
|
+ padding:10px 17px;
|
|
|
+ font-size:14px;
|
|
|
}
|
|
|
.about-sub-company-section {
|
|
|
/* background-image: none; */
|
|
@@ -5798,8 +5822,7 @@
|
|
|
margin-bottom: 20px
|
|
|
}
|
|
|
.solution-section {
|
|
|
- padding-top: 40px;
|
|
|
- padding-bottom: 40px
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -6110,7 +6133,6 @@
|
|
|
}
|
|
|
|
|
|
.new-read-body p {
|
|
|
- text-indent: 32px
|
|
|
}
|
|
|
|
|
|
@media(min-width:992px) {
|
|
@@ -6346,7 +6368,7 @@
|
|
|
}
|
|
|
|
|
|
.newItemOne .oneInnerBox .img {
|
|
|
- max-height: 160px
|
|
|
+ /* max-height: 160px */
|
|
|
}
|
|
|
.newItemOne .oneInnerBox .img {
|
|
|
transition: .5s all;
|
|
@@ -6524,9 +6546,9 @@
|
|
|
|
|
|
.solutionType .solutionTypeOne{
|
|
|
text-align:center;
|
|
|
- padding:20px 0;
|
|
|
- width:12.5%;
|
|
|
- max-width: 12.5%;
|
|
|
+ padding:20px 40px;
|
|
|
+ /* width:12.5%; */
|
|
|
+ /* max-width: 12.5%; */
|
|
|
cursor:pointer;
|
|
|
display:inline-block;
|
|
|
|
|
@@ -6554,6 +6576,20 @@
|
|
|
.solutionTypeOne.active img,.solutionTypeOne:hover img{
|
|
|
filter: drop-shadow(#fff -40px 0px 0px);
|
|
|
}
|
|
|
+
|
|
|
+ @media(max-width:1200px) {
|
|
|
+ .solutionType .solutionTypeOne{
|
|
|
+ padding:10px 20px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ @media(max-width:992px) {
|
|
|
+ .solutionType .solutionTypeOne{
|
|
|
+ padding:7px 10px;
|
|
|
+ }
|
|
|
+ .solutionType .solutionTypeOne p{
|
|
|
+ font-size:14px
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
|
|
|
|