|
@@ -133,6 +133,7 @@ h2{
|
|
|
margin-bottom:0;
|
|
margin-bottom:0;
|
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
|
border-bottom: 1px solid #EDEDEE;
|
|
border-bottom: 1px solid #EDEDEE;
|
|
|
|
|
+ border-color: #4a4a4b;
|
|
|
}
|
|
}
|
|
|
.device .arrow-left {
|
|
.device .arrow-left {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -636,12 +637,12 @@ em{
|
|
|
}
|
|
}
|
|
|
.navbar-default .nave_style ul li a{
|
|
.navbar-default .nave_style ul li a{
|
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
|
- color: #000;
|
|
|
|
|
|
|
+ color: #B7B7B7;
|
|
|
padding: 0 20px;
|
|
padding: 0 20px;
|
|
|
line-height: 65px;
|
|
line-height: 65px;
|
|
|
}
|
|
}
|
|
|
.navbar-default .nave_style ul li a:hover{
|
|
.navbar-default .nave_style ul li a:hover{
|
|
|
- color: #488DFB;
|
|
|
|
|
|
|
+ color: #ffffff;
|
|
|
}
|
|
}
|
|
|
.navbar-default .nave_style ul li a:focus{
|
|
.navbar-default .nave_style ul li a:focus{
|
|
|
color: #488DFB;
|
|
color: #488DFB;
|
|
@@ -650,18 +651,19 @@ em{
|
|
|
display: none;
|
|
display: none;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
left: 0;
|
|
left: 0;
|
|
|
- background: #fff;
|
|
|
|
|
|
|
+ background: #4a4a4b;
|
|
|
z-index: 10;
|
|
z-index: 10;
|
|
|
box-shadow: -1px 1px 5px #bebebe;
|
|
box-shadow: -1px 1px 5px #bebebe;
|
|
|
}
|
|
}
|
|
|
.navbar-default .nave_style ul li .second-menu a {
|
|
.navbar-default .nave_style ul li .second-menu a {
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
display: block;
|
|
display: block;
|
|
|
- text-align: center;
|
|
|
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
- padding: 5px 20px;
|
|
|
|
|
|
|
+ padding: 2px 20px;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
|
|
+ background-color: #4a4a4b;
|
|
|
|
|
+ border-bottom: solid 1px rgba(255,255,255,.4);
|
|
|
}
|
|
}
|
|
|
.navbar-default .nave_style ul li .second-menu a:hover {
|
|
.navbar-default .nave_style ul li .second-menu a:hover {
|
|
|
background: #eee;
|
|
background: #eee;
|
|
@@ -870,6 +872,7 @@ em{
|
|
|
}
|
|
}
|
|
|
.center_nav .navbar {
|
|
.center_nav .navbar {
|
|
|
border-radius: 0;
|
|
border-radius: 0;
|
|
|
|
|
+ background-color: #4a4a4b;
|
|
|
}
|
|
}
|
|
|
.num-box {
|
|
.num-box {
|
|
|
height: 110px;
|
|
height: 110px;
|