65 lines
909 B
CSS
65 lines
909 B
CSS
header{
|
|
width: 100%;
|
|
}
|
|
.header{
|
|
width: 1190px;
|
|
margin: 0 auto;
|
|
line-height: 80px;
|
|
}
|
|
.logo{
|
|
height: 80px;
|
|
width: 25%;
|
|
}
|
|
.menu{
|
|
height: 80px;
|
|
}
|
|
.menu ul li{
|
|
float: left;
|
|
}
|
|
.menu ul li a{
|
|
font-size: 16px;
|
|
padding: 0 20px;
|
|
display: block;
|
|
color: #333333;
|
|
}
|
|
.nav-menu{
|
|
height: 0px;
|
|
text-align: center;
|
|
line-height: 40px;
|
|
color: #333333;
|
|
overflow: hidden;
|
|
}
|
|
.nav-menu section{
|
|
height: 40px;
|
|
position: relative;
|
|
z-index: 99999;
|
|
background: #ffffff;
|
|
font-size: 16px;
|
|
}
|
|
.menu ul li .a:hover{
|
|
background: #28a658;
|
|
color: #ffffff;
|
|
}
|
|
.menu ul li:hover .nav-menu{
|
|
height: 240px;
|
|
}
|
|
.nav-menu section:hover a{
|
|
color: #93d3ab;
|
|
}
|
|
|
|
/* 轮播图 */
|
|
|
|
|
|
/* 固定激活 */
|
|
.liactive{
|
|
background: #28a658;
|
|
}
|
|
.liactive .a{
|
|
color: #ffffff !important;
|
|
}
|
|
/* 轮播图样式调整 */
|
|
.swiper-container {
|
|
height: 100%;
|
|
}
|
|
|