* {
|
padding: 0;
|
margin: 0;
|
}
|
|
html,
|
body {
|
height: 100%;
|
width: 100%;
|
background-color: #FFFFFF;
|
}
|
|
a:hover,
|
a:link {
|
text-decoration: none;
|
}
|
|
#header {
|
margin: 0 auto;
|
background-image: url("../images/bg_right.png");
|
background-size: cover;
|
background-repeat: no-repeat;
|
background-position: center;
|
height: 70px;
|
background-color: rgba(87, 123, 112, 1);
|
}
|
|
#container {
|
height: calc(100% - 70px);
|
padding: 0;
|
}
|
|
.container-fluid {
|
padding: 3px 10px 0px 20px;
|
}
|
|
.logo {
|
padding-top: 7px;
|
padding-right: 0px;
|
padding-left: 0px;
|
}
|
|
.logo .img1 {
|
width: 56px;
|
height: 50px;
|
float: left;
|
}
|
|
.zd_on {
|
background: #04CFE6;
|
}
|
|
.logo .img2 {
|
width: 331px;
|
height: 50px;
|
margin-top: 9px;
|
float: left;
|
margin-left: 10px;
|
}
|
|
.nav {
|
position: absolute;
|
right: 20px;
|
top: 2px;
|
}
|
|
.nav li {
|
width: 64px;
|
height: 64px;
|
text-align: center;
|
float: left;
|
margin-left: 5px;
|
font-size: 11px;
|
margin-top: 2px;
|
list-style: none;
|
}
|
|
.nav>li>a {
|
width: 64px;
|
height: 64px;
|
display: block;
|
padding: 0px;
|
cursor: pointer;
|
color: #fff;
|
padding-top: 4px;
|
}
|
|
.nav li span {
|
width: 34px;
|
height: 35px;
|
display: block;
|
margin: 0 auto 3px auto;
|
}
|
|
.nav li img {
|
display: none;
|
position: absolute;
|
width: 66px;
|
height: 66px;
|
}
|
|
.nav li:nth-child(1) span {
|
background: url(../images/navigation_1.png) no-repeat;
|
background-size: 100%;
|
}
|
|
.nav li:nth-child(2) span {
|
background: url(../images/navigation_2.png) no-repeat;
|
background-size: 100%;
|
}
|
|
.nav li:nth-child(3) span {
|
background: url(../images/navigation_0h.png) no-repeat;
|
background-size: 100%;
|
}
|
|
.nav li:nth-child(4) span {
|
background: url(../images/navigation_4h.png) no-repeat;
|
background-size: 100%;
|
}
|
|
.nav li:nth-child(5) span {
|
background: url(../images/navigation_3.png) no-repeat;
|
background-size: 100%;
|
}
|
|
/* .nav li:nth-child(6) span {
|
background: url(../images/navigation_4.png) no-repeat;
|
background-size: 100%;
|
} */
|
|
.nav li:nth-child(6) span {
|
background: url(../images/navigation_5.png) no-repeat;
|
background-size: 100%;
|
}
|
|
.nav li:nth-child(7) span {
|
background: url(../images/navigation_6.png) no-repeat;
|
background-size: 100%;
|
}
|
|
.nav li:nth-child(8) span {
|
background: url(../images/yanmo.png) no-repeat;
|
background-size: 100%;
|
}
|
|
/* .nav li:nth-child(9) span {
|
background: url(../images/navigation_8.png) no-repeat;
|
background-size: 100%;
|
}
|
|
.nav li:nth-child(10) span {
|
background: url(../images/navigation_7.png) no-repeat;
|
background-size: 100%;
|
} */
|
|
.nav li:nth-child(9) span {
|
background: url(../images/ie.png) no-repeat;
|
background-size: 100%;
|
width: 30px;
|
height: 30px;
|
}
|
|
.nav li:nth-child(10) span {
|
background: url(../images/ie.png) no-repeat;
|
background-size: 100%;
|
width: 30px;
|
height: 30px;
|
}
|
|
.nav li a.on {
|
background: none;
|
background: url("../images/yuan.png") no-repeat;
|
background-size: 100% 100%;
|
}
|
|
.layui-layer .layui-layer-title {
|
background-color: rgb(4, 184, 255) !important;
|
}
|