|
|
|
@ -5,79 +5,17 @@ body {
|
|
|
|
|
user-select: none;
|
|
|
|
|
overflow-y: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 575.98px) {
|
|
|
|
|
html {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-link {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
|
|
|
html {
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-link {
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
|
|
|
html {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-link {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
|
|
|
html {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-link {
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
|
html {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-link {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
.container-fluid{
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
z-index: 100;
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
:focus {
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
@ -241,19 +179,11 @@ body {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menus1 {
|
|
|
|
|
width: 48rem;
|
|
|
|
|
float: right;
|
|
|
|
|
color: #333333;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 70px;
|
|
|
|
|
margin-right: 5%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menus2 {
|
|
|
|
|
float: right;
|
|
|
|
|
color: #282b4a;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 70px;
|
|
|
|
|
margin-right: 5%;
|
|
|
|
|
line-height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menu {
|
|
|
|
@ -307,7 +237,7 @@ body {
|
|
|
|
|
.section1 {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-image: url(../images/website/公司介绍BG.png);
|
|
|
|
|
background-image: url(../images/website/公司介绍BG@2x.png);
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center;
|
|
|
|
@ -319,14 +249,14 @@ body {
|
|
|
|
|
.section2 {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-image: url(../images/website/服务内容BG.png);
|
|
|
|
|
background-image: url(../images/website/服务内容BG@2x.png);
|
|
|
|
|
;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.section3 {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-image: url(../images/website/行业案例.png);
|
|
|
|
|
background-image: url(../images/website/行业案例@2x.png);
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center;
|
|
|
|
@ -335,7 +265,7 @@ body {
|
|
|
|
|
.section4 {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-image: url(.././images/website/公司资质BG.png);
|
|
|
|
|
background-image: url(../images/website/公司资质BG@2x.png);
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
@ -345,7 +275,7 @@ body {
|
|
|
|
|
.section5 {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-image: url(../images/website/联系我们BG.png);
|
|
|
|
|
background-image: url(../images/website/联系我们BG@2x.png);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
position: relative;
|
|
|
|
@ -433,7 +363,7 @@ body {
|
|
|
|
|
.introduce-grid-item {
|
|
|
|
|
width: 197px;
|
|
|
|
|
height: 69px;
|
|
|
|
|
background-image: url(../images/website/产品BG.png);
|
|
|
|
|
background-image: url(../images/website/产品BG@2x.png);
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
@ -473,7 +403,7 @@ body {
|
|
|
|
|
.introduce-content4img {
|
|
|
|
|
width: 3.13rem;
|
|
|
|
|
height: 8rem;
|
|
|
|
|
background-image: url(../images/website/图片2.png);
|
|
|
|
|
background-image: url(../images/website/图片2@2x.png);
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
@ -511,7 +441,7 @@ body {
|
|
|
|
|
.introduce-content4img2 {
|
|
|
|
|
width: 3.13rem;
|
|
|
|
|
height: 8rem;
|
|
|
|
|
background-image: url(../images/website/图片2\ 拷贝.png);
|
|
|
|
|
background-image: url(../images/website/图片2拷贝@2x.png);
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
@ -610,10 +540,8 @@ body {
|
|
|
|
|
height: auto;
|
|
|
|
|
margin-top: 1.81rem;
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: repeat(4, 18rem);
|
|
|
|
|
/* 4列,每列19rem */
|
|
|
|
|
grid-template-rows: repeat(2, 20rem);
|
|
|
|
|
/* 2行,每行21rem */
|
|
|
|
|
grid-template-columns: repeat(4, 17.5rem);
|
|
|
|
|
grid-template-rows: repeat(2, 19.5rem);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.section-contentsgird .grid-item:first-child {
|
|
|
|
@ -845,7 +773,7 @@ body {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.section-center-city {
|
|
|
|
|
background-image: url(../images/website/公司介绍BG.png);
|
|
|
|
|
background-image: url(../images/website/公司介绍BG@2x.png);
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: bottom center;
|
|
|
|
@ -1069,8 +997,3 @@ body {
|
|
|
|
|
width: 8rem;
|
|
|
|
|
height: 10rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.kongbai {
|
|
|
|
|
width: 65rem;
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|