@charset "utf-8";
html {
width: 100%;
height: 100%;
text-align: center;
font-size: 16px;
}
body {
background-image: url("../images/bg.jpg");
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
margin: 0;
padding: 0;
}
* {
text-decoration: none;
list-style: none;
margin: 0;
padding: 0;
outline: none;
box-sizing: border-box;
}
dt, dd {
display: inline;
}
.top {
background-image: url("../images/top.png");
background-repeat: no-repeat;
background-position: left top;
background-size: 100%;
width: 100%;
height: 3.9375rem;
position: relative;
}
.top .title {
font-size: 1.5rem;
color: #ffffff;
font-weight: bold;
line-height: 1.5rem;
text-align: center;
position: absolute;
left: 9.3125rem;
top: 0.75rem;
}
.top .nav {
position: absolute;
left: 45rem;
top: 0.875rem;
}
.top .nav a {
width: 12.3125rem;
height: 2.875rem;
background-image: url("../images/nav.png");
background-repeat: no-repeat;
background-size: 100%;
font-size: 1.125rem;
text-align: center;
color: #15ccf5;
line-height: 2.875rem;
display: block;
float: left;
margin-left: -1.5rem;
}
.top .nav a.active {
background-image: url("../images/active.png");
color: #ffffff;
}
.Main {
width: 115.06rem;
margin: 0 auto;
}
/*.l-t:before {
content: '';
width: 1.56rem;
height: 0.06rem;
background-color: #4CCBFF;
position: absolute;
left: -0.06rem;
top: -0.06rem;
}
.l-t:after {
content: '';
width: 0.06rem;
height: 1.56rem;
background-color: #4CCBFF;
position: absolute;
left: -0.06rem;
top: -0.06rem;
}
.l-b:before {
content: '';
width: 1.56rem;
height: 0.06rem;
background-color: #4CCBFF;
position: absolute;
left: -0.06rem;
bottom: -0.06rem;
}
.l-b:after {
content: '';
width: 0.06rem;
height: 1.56rem;
background-color: #4CCBFF;
position: absolute;
left: -0.06rem;
bottom: -0.06rem;
}
.r-t:before {
content: '';
width: 1.56rem;
height: 0.06rem;
background-color: #4CCBFF;
position: absolute;
right: -0.06rem;
top: -0.06rem;
}
.r-t:after {
content: '';
width: 0.06rem;
height: 1.56rem;
background-color: #4CCBFF;
position: absolute;
right: -0.06rem;
top: -0.06rem;
}
.r-b:before {
content: '';
width: 1.56rem;
height: 0.06rem;
background-color: #4CCBFF;
position: absolute;
right: -0.06rem;
bottom: -0.06rem;
}
.r-b:after {
content: '';
width: 0.06rem;
height: 1.56rem;
background-color: #4CCBFF;
position: absolute;
right: -0.06rem;
bottom: -0.06rem;
}*/
@media (max-width:3440px) {
html {
font-size: 28.66666666666667px;
}
}
@media (max-width:2560px) {
html {
font-size: 21.33333333333333px;
}
}
@media (max-width:1920px) {
html {
font-size: 16px;
}
}
@media (max-width:1440px) {
html {
font-size: 12px;
}
.content .center .c_data .block dl dt {
font-size: 0.75rem;
color: #fff;
line-height: 0.75rem;
}
.content .center .c_data .block dl dd {
font-size: 0.75rem;
color: #4CCBFF;
line-height: 0.75rem;
}
.data .block img {
width: 2.5rem !important;
height: auto !important;
}
.content .center .c_data .block dl {
margin: 0 0.25rem;
}
}
@media (max-width:1366px) {
html {
font-size: 11.38333333333333px;
}
.data .block .main5 div dl {
margin-left: 0.35rem;
}
}