body {
  font-family: "微软雅黑" !important;
  overflow-x: hidden;
  width: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.line {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.line2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.line5 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
html {
  height: 100%;
}
li {
  list-style: none;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.w1200 {
  width: 1280px;
  margin: 0 auto;
}
button {
  cursor: pointer;
}

.nodata-box {
  margin: 10px 0px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.logo-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
}
.logo-box > .phone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #fff;
}
.head-nav-box {
  background: url(../img/headback.jpg) repeat-x;
  overflow: hidden;
}
.head-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.head-nav > a {
  color: #fff;
  display: block;
  padding: 10px 35px;
  font-size: 14px;
}
.head-nav > a:hover {
  color: #00e4e2;
  background: url(../img/7.jpg) repeat-x !important;
}
.head-nav > .curr {
  color: #00e4e2;
  background: url(../img/7.jpg) repeat-x !important;
}
.footer {
  background: #0b4382;
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 20px;
}
.footer-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-box > .item {
  width: 18%;
  font-size: 12px;
  color: #fff;
}
.footer-box > .item > .title {
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-box > .item > .text {
  line-height: 30px;
}
.footertip {
  background: #06274b;
  padding: 15px 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.footertip a {
  color: #fff;
}
.index-content-box {
  background-color: #fff;
  padding: 30px 10px;
}
