first commit

This commit is contained in:
编码猿
2024-09-27 01:32:49 +08:00
commit 28ebe05a64
7399 changed files with 1174529 additions and 0 deletions

View File

@@ -0,0 +1,221 @@
@import "../pubilc/_mian.css";
.wheel{
height: 350px;
width: 100%;
}
/* 主体start */
.about-title{
width: 100%;
padding-bottom: 1px;
box-shadow: 1px 2px 12px #ddd;
border-bottom: 1px solid #eee;
background: #ffffff;
}
.fixedTab{
position: fixed;
top:0;
z-index: 99999999;
}
.atitle-cen{
width: 1190px;
margin: 0 auto;
height: 70px;
}
.atitle-cen ul li{
height: 70px;
line-height: 70px;
float: left;
margin-right: 40px;
font-size: 20px;
color: #333333;
}
.alitivce{
width: 80px;
height: 70px;
color: #25c060 !important;
border-bottom: 2px solid #28a658;
}
.atitle-cen ul li:hover{
color: #25c060;
}
/* 品牌理念 */
.brand-cen{
margin: 0 auto;
margin-top: 60px;
width: 810px;
}
.brand-cen h4{
font-size: 22px;
color: #333333;
text-align: center;
}
.brand-p{
margin-top: 50px;
}
.brand-p p{
color: #666666;
text-align:center;
font-size: 16px;
line-height: 32px;
}
.brand-p p:last-child{
color: #333333;
font-weight: 700;
}
/* 品牌理念end */
/* 发展历程 */
.his-cen{
width: 887px;
margin: 80px auto 0;
padding: 30px 0;
background: url("../../img/asfutkyurt.png") no-repeat 50% 2px;
}
.his-ul{
height: auto;
}
.his-li{
margin: 5px 0;
height: 150px;
width: 100%;
}
.his-li:nth-child(2n) .histli-l{
text-align: left;
}
.his-li:nth-child(2n) .histli-r{
text-align: right;
}
.histli-l{
width: 43%;
text-align: right;
}
.histli-l img{
width: 245px;
height: 150px;
}
.histli-c{
width: 10%;
}
.histli-c span{
border: 2px solid #28a658;
width: 19px;
height: 19px;
border-radius: 19px;
display: block;
background: #ffffff;
}
.histli-r{
width: 43%;
}
.histli-r h4{
font-family: MicrosoftYaHei-Bold;
font-size: 22px;
font-stretch: normal;
line-height: 36px;
letter-spacing: 0px;
color: #000000;
font-weight: 700;
}
.histli-r p{
font-family: MicrosoftYaHei;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
line-height: 28px;
letter-spacing: 0px;
color: #333333;
}
/* 企业生态 */
.ecoh4{
margin: 60px 0 40px 0;
text-align: center;
font-size: 22px;
color: #333333;
}
.eco-cen{
margin-top: 30px;
width: 1190px;
margin: 0 auto;
}
.eco-cen ul li{
width: 386px;
height: 425px;
float: left;
margin-right: 15px;
position: relative;
}
.eco-cen ul li:nth-child(1){
width: 785px;
}
.eco-cen ul li:nth-child(n+3){
height: 380px;
margin-top: 15px;
}
.eco-cen ul li:nth-child(3n+2){
margin-right: 0;
}
.ecoli{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.3)
}
.ecoli div{
width: 331px;
text-align: center;
}
.eco-span{
width: 230px;
height: 70px;
line-height: 70px;
text-align: center;
font-size: 30px;
color: #ffffff;
border: 1px solid #ffffff;
margin-top: 80px;
transition: all .5s;
}
.eco-p{
margin-top: 35px;
line-height: 30px;
font-size: 16px;
opacity: 0;
transition: all .5s;
}
.eco-cen ul li:hover .eco-span{
margin-top: 0;
background: #28a658;
border: 1px solid #28a658;
}
.eco-cen ul li:hover .eco-p{
opacity: 1;
color: #ffffff;
}
/* 荣誉客户 */
.cust-cen{
width: 1190px;
margin: 50px auto 0;
}
.cust-cen ul li{
float: left;
width: 215px;
height: 84px;
border: 1px solid #eeeeee;
text-align: center;
line-height: 84px;
overflow: hidden;
margin-right: 26px;
}
.cust-cen ul li img{
vertical-align: middle;
}
.cust-cen ul li:nth-child(5n){
margin-right: 0;
}
.cust-cen ul li:nth-child(n+6){
margin-top: 26px;
}
/* 主体end */