138 lines
2.4 KiB
CSS
138 lines
2.4 KiB
CSS
.topBanner{
|
|
width: 100%;
|
|
height: 68vh;
|
|
background-color: #030045;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: start;
|
|
/* background: palegoldenrod; */
|
|
overflow: hidden;
|
|
background-image: url(../imgs/SVG/关于我们图.svg);
|
|
background-repeat: no-repeat;
|
|
background-size:43vw auto;
|
|
background-position:51vw 0vw;
|
|
position: relative;
|
|
}
|
|
|
|
.topBannerLeft{
|
|
width: 21%;
|
|
height: 80%;
|
|
/* background: #00316B; */
|
|
color: #fff;
|
|
position: absolute;
|
|
top: 5vh;
|
|
left: 16vw;
|
|
}
|
|
|
|
.topBannerLeft p:nth-child(1){
|
|
font-size: 3vw;
|
|
font-weight: 600;
|
|
letter-spacing: 0.5vw;
|
|
}
|
|
|
|
.topBannerLeft p:nth-child(2){
|
|
font-size: 1.3vw;
|
|
color: #01A0D0;
|
|
margin-top: 18px;
|
|
line-height: 5vh;
|
|
|
|
}
|
|
|
|
|
|
.btLeft{
|
|
width: 20vw;
|
|
position: absolute;
|
|
bottom: 15vh;
|
|
left: -5.5vw;
|
|
}
|
|
.tpRight{
|
|
width: 17vw;
|
|
position: absolute;
|
|
top: 10vh;
|
|
right: -6vw;
|
|
}
|
|
.btRight{
|
|
width:70vw;
|
|
position: absolute;
|
|
bottom: -1.3vh;
|
|
right: 0vw;
|
|
}
|
|
|
|
/* ------------------- */
|
|
|
|
.banner{
|
|
width: 100%;
|
|
height: 112vh;
|
|
background-image: url(../imgs/SVG/背景纹(大).svg);
|
|
background-repeat: no-repeat;
|
|
background-size:160%;
|
|
background-position: 54vw -42vw;
|
|
background-color: #00316B;
|
|
}
|
|
/* .bannerLeft{
|
|
width: 100%;
|
|
height: 30%;
|
|
background-color: rgba(3, 0, 69, 0.5);
|
|
} */
|
|
.bannertop{
|
|
width: 100%;
|
|
height:105vh;
|
|
background-image: url(../imgs/SVG/企业文化理念\(BJF\).svg);
|
|
background-repeat: no-repeat;
|
|
background-size:40vw;
|
|
background-position:0vw 50%;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: end;
|
|
padding-right: 5vw;
|
|
padding-top: 18vh;
|
|
|
|
|
|
}
|
|
.textBox{
|
|
width: 45vw;
|
|
height: 100%;
|
|
color: #fff;
|
|
/* background: peru; */
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: start;
|
|
align-items: start;
|
|
}
|
|
.textOne,.textTwo,.textThree{
|
|
width: 100%;
|
|
height: 30%;
|
|
/* background-color: rgba(3, 0, 69, 0.5); */
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: start;
|
|
margin-top: 3vh;
|
|
}
|
|
.Left{
|
|
width: 15%;
|
|
height: 100%;
|
|
|
|
}
|
|
.Left img{
|
|
width: 5vw;
|
|
height: auto;
|
|
}
|
|
.Right{
|
|
width: 80%;
|
|
height: 100%;
|
|
|
|
}
|
|
.Right p:nth-child(1){
|
|
font-size: 1.9vw;
|
|
font-weight: 600;
|
|
/* letter-spacing: 0.3vw; */
|
|
}
|
|
.Right p:nth-child(2){
|
|
font-size: 1.25vw;
|
|
margin-top: 2vh;
|
|
}
|
|
|
|
|
|
|
|
/* ------------------- */ |