You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
361 lines
4.8 KiB
361 lines
4.8 KiB
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
font-family: "微软雅黑", arial, helvetica, sans-serif;
|
|
font-size: 14px;
|
|
border: 0;
|
|
outline: none;
|
|
}
|
|
|
|
.clearfix:after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
visibility: hidden;
|
|
height: 0;
|
|
}
|
|
|
|
.clearfix {
|
|
zoom: 1;
|
|
}
|
|
|
|
.fl {
|
|
float: left;
|
|
}
|
|
|
|
.fr {
|
|
float: right;
|
|
}
|
|
|
|
html {
|
|
height: 100%;
|
|
}
|
|
|
|
.section_show1 {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: url(img/bg.jpg) top center no-repeat;
|
|
background-size: 100% 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header {
|
|
height: 76px;
|
|
/* background: url(img/headerbg.png) top center no-repeat; */
|
|
padding-bottom: 119px;
|
|
line-height: 63px;
|
|
text-align: center;
|
|
font-size: 29px;
|
|
color: #7ce0ff;
|
|
}
|
|
|
|
.content {
|
|
width: 1412px;
|
|
height: 755px;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
}
|
|
|
|
.con1 {
|
|
position: absolute;
|
|
width: 486px;
|
|
height: 188px;
|
|
}
|
|
|
|
.con1 a {
|
|
display: block;
|
|
height: 188px;
|
|
}
|
|
|
|
.zhdj {
|
|
left: 0;
|
|
top: 0;
|
|
background: url(img/zhi1.png) no-repeat;
|
|
}
|
|
|
|
.szyq {
|
|
right: 0;
|
|
top: 0;
|
|
background: url(img/zhi2.png) no-repeat;
|
|
}
|
|
|
|
.zhxf {
|
|
left: 0;
|
|
bottom: 0;
|
|
background: url(img/zhi3.png) no-repeat;
|
|
}
|
|
|
|
.rcgl {
|
|
right: 0;
|
|
bottom: 0;
|
|
background: url(img/zhi4.png) no-repeat;
|
|
}
|
|
|
|
@keyframes spin {
|
|
from {
|
|
transform: rotate(0);
|
|
}
|
|
|
|
to {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
.circle-border {
|
|
width: 166px;
|
|
height: 166px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
}
|
|
.con1 a:hover .circle-border{
|
|
animation: spin 1.8s linear 0s infinite;
|
|
}
|
|
.m-l78 {
|
|
margin-left: 78px;
|
|
}
|
|
|
|
.m-r78 {
|
|
margin-right: 78px;
|
|
}
|
|
|
|
.m-t20 {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.c-title {
|
|
font-size: 32px;
|
|
line-height: 50px;
|
|
color: #3dcdf9;
|
|
}
|
|
|
|
.m-l16 {
|
|
margin-left: 16px;
|
|
}
|
|
|
|
.m-r16 {
|
|
margin-right: 16px;
|
|
}
|
|
|
|
.m-t33 {
|
|
margin-top: 33px;
|
|
}
|
|
|
|
.m-t100 {
|
|
margin-top: 100px;
|
|
}
|
|
|
|
/*�ǻ�����*/
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
font-family: "���ź�", arial, helvetica, sans-serif;
|
|
font-size: 14px;
|
|
border: 0;
|
|
outline: none;
|
|
}
|
|
|
|
.clearfix:after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
visibility: hidden;
|
|
height: 0;
|
|
}
|
|
|
|
.clearfix {
|
|
zoom: 1;
|
|
}
|
|
|
|
.fl {
|
|
float: left;
|
|
}
|
|
|
|
.fr {
|
|
float: right;
|
|
}
|
|
|
|
html {
|
|
height: 100%;
|
|
}
|
|
|
|
.section_show {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: url(img/bgMain.jpg) top center no-repeat;
|
|
background-size: 100% 100%;
|
|
overflow: hidden;
|
|
}
|
|
/*
|
|
.header {
|
|
height: 92px;
|
|
background: url(../img/headerbg.png) top center no-repeat;
|
|
padding-bottom: 119px;
|
|
line-height: 92px;
|
|
text-align: center;
|
|
font-size: 44px;
|
|
color: #7ce0ff;
|
|
}*/
|
|
.login{
|
|
width: 100%;
|
|
height: 50px;
|
|
top: 35px;
|
|
position: absolute;
|
|
left: 0;
|
|
}
|
|
.signout{
|
|
width: 44px;
|
|
height: 44px;
|
|
}
|
|
.signout a{
|
|
display: block;
|
|
}
|
|
.m-l38{
|
|
margin-left: 38px;
|
|
}
|
|
.m-l26{
|
|
margin-left: 26px;
|
|
}
|
|
.admin{
|
|
width: 190px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
background: url(img/admin.png) left center no-repeat;
|
|
color: #00ccff;
|
|
font-size: 20px;
|
|
margin-right: 38px;
|
|
padding-left: 32px;
|
|
}
|
|
.content {
|
|
width: 1556px;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
margin-top: -50px;
|
|
z-index: 1;
|
|
}
|
|
.firesafety{
|
|
width: 62%;
|
|
height: 336px;
|
|
overflow: hidden;
|
|
background: url(img/firesafety.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.decision{
|
|
width: 35%;
|
|
height: 336px;
|
|
overflow: hidden;
|
|
background: url(img/decision.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.internet{
|
|
height: 329px;
|
|
overflow: hidden;
|
|
background: url(img/internet.png) no-repeat;
|
|
margin-top: 26px;
|
|
background-size: 100% 100%;
|
|
}
|
|
.titlel{
|
|
width: 183px;
|
|
height: 253px;
|
|
margin-top: 50px;
|
|
margin-left: 23px;
|
|
border-right: 2px solid #185692;
|
|
text-align: center;
|
|
}
|
|
.ticon{
|
|
/* margin-left: 19%;
|
|
width: 10%;
|
|
height: 106px;
|
|
text-align: center;
|
|
line-height: 106px;
|
|
margin-top: 44px; */
|
|
margin-left: 19%;
|
|
width: 10%;
|
|
height: 127px;
|
|
text-align: center;
|
|
line-height: 162px;
|
|
}
|
|
.ticon img{
|
|
vertical-align:middle;
|
|
display: inline-block;
|
|
}
|
|
.tname{
|
|
line-height: 36px;
|
|
margin-top: 20px;
|
|
padding: 0 30px;
|
|
color: #00CCFF;
|
|
font-size: 24px;
|
|
}
|
|
.column{
|
|
margin-top: 36px;
|
|
margin-left: 36px;
|
|
}
|
|
.colf{
|
|
width: 62%;
|
|
}
|
|
.cold{
|
|
width: 352px;
|
|
}
|
|
.coli{
|
|
width: 83%;
|
|
}
|
|
.column li{
|
|
width: 274px;
|
|
height: 78px;
|
|
background: #114C88;
|
|
background-color: #114C88;
|
|
border-radius: 10px;
|
|
float: left;
|
|
list-style: none;
|
|
margin-right: 25px;
|
|
margin-bottom: 14px;
|
|
}
|
|
.column li a{
|
|
display: block;
|
|
height: 78px;
|
|
line-height: 78px;
|
|
}
|
|
.column li a:hover{
|
|
background-color:rgba(0,216,255,0.67);
|
|
border-radius: 10px;
|
|
}
|
|
.column li .cicon{
|
|
width: 44px;
|
|
height: 44px;
|
|
text-align: center;
|
|
line-height: 44px;
|
|
margin-left: 40px;
|
|
margin-top: 15px;
|
|
}
|
|
.column li .cicon img{
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
}
|
|
.column li .cname{
|
|
font-size: 20px;
|
|
line-height: 80px;
|
|
color: #FFFFFF;
|
|
margin-left: 20px;
|
|
}
|
|
.prompt{
|
|
margin-top: 40px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
opacity: 0.7;
|
|
}
|
|
.prompt img{
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
}
|
|
|