<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #01579c;
  color: #fff;
}
::-moz-selection {
  background-color: #01579c;
  color: #fff;
}
::-webkit-selection {
  background-color: #01579c;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #01579c;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #01579c;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
  font-size: 14px;
  font-family: 'Microsoft YaHei', arial, helvetica;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.fixedNav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  _position: absolute;
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.1);
}
html {
  cursor: url(../images/cur.png), default;
}
a {
  cursor: url(../images/Acur.png), default;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
textarea {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}
input[type="text"] {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}
input[type="button"] {
  cursor: url(../images/Acur.png), default !important;
}
input,
button {
  outline: none;
}
@keyframes animated {
  0% {
    cursor: url('../images/Pcuro1.png'), auto;
  }
  8.8% {
    cursor: url('../images/Pcuro2.png'), auto;
  }
  17.6% {
    cursor: url('../images/Pcuro3.png'), auto;
  }
  26.4% {
    cursor: url('../images/Pcuro4.png'), auto;
  }
  35.2% {
    cursor: url('../images/Pcuro5.png'), auto;
  }
  44% {
    cursor: url('../images/Pcuro6.png'), auto;
  }
  52.8% {
    cursor: url('../images/Pcuro7.png'), auto;
  }
  61.6% {
    cursor: url('../images/Pcuro8.png'), auto;
  }
  70.4% {
    cursor: url('../images/Pcuro9.png'), auto;
  }
  79.2% {
    cursor: url('../images/Pcuro10.png'), auto;
  }
  88% {
    cursor: url('../images/Pcuro11.png'), auto;
  }
  100% {
    cursor: url('../images/Pcuro12.png'), auto;
  }
}
.wjdh-message * {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.left {
  float: left;
}
.right {
  float: right;
}
.inContent {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inContent:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.inContent * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  min-width: 1260px;
  overflow-x: hidden;
}
.button {
  --duration: 0.5s;
  --move-hover: -5px;
  cursor: pointer;
  -webkit-transform: translateY(var(--y));
  transform: translateY(var(--y));
  transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.button span {
  display: inline-block;
}
.button span i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
}
.button span i:nth-child(1) {
  --d: 0.05s;
}
.button span i:nth-child(2) {
  --d: 0.1s;
}
.button span i:nth-child(3) {
  --d: 0.15s;
}
.button span i:nth-child(4) {
  --d: 0.2s;
}
.button span i:nth-child(5) {
  --d: 0.25s;
}
.button span i:nth-child(6) {
  --d: 0.3s;
}
.button span i:nth-child(7) {
  --d: 0.35s;
}
.button span i:nth-child(8) {
  --d: 0.4s;
}
.button span i:nth-child(9) {
  --d: 0.45s;
}
.button span i:nth-child(10) {
  --d: 0.5s;
}
.button span i:nth-child(11) {
  --d: 0.55s;
}
.button:hover {
  --move: -5px;
}
.button:hover i {
  -webkit-animation: move var(--duration) linear var(--d);
  animation: move var(--duration) linear var(--d);
}
@-webkit-keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
  }
}
@keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
  }
}
@keyframes msClock2 {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1);
  }
}
.header {
  width: 100%;
}
.header * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inTop {
  height: 138px;
}
.inTop .logo {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0;
  margin: 0;
  padding-top: 30px;
  line-height: 1;
}
.inTop .logo a img {
  max-height: 70px;
}
.inTop .tel {
  float: right;
  min-height: 52px;
  position: relative;
  padding-left: 68px;
  line-height: 1;
  margin-top: 38px;
  font-size: 18px;
  margin-right: 50px;
}
.inTop .tel:before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  animation: msClock2 1.4s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 10px;
}
.inTop .tel i {
  font-family: Arial;
  font-size: 30px;
  display: block;
  margin-top: 12px;
  line-height: 24px;
}
.nav_bg {
  width: 100%;
  background: url(../images/navbg.jpg) center 0 no-repeat;
}
.nav_bg .menu {
  position: relative;
  width: 1200px;
  text-align: center;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nav_bg .menu .weixin {
  float: left;
  display: block;
  width: 62px;
  height: 60px;
  background-color: #01579c;
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 5;
}
.nav_bg .menu .weixin i {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin: auto;
  background: url(../images/ewmico.png) center center no-repeat;
}
.nav_bg .menu .weixin .ewm {
  position: absolute;
  width: 100px;
  background: #fff;
  padding: 5px;
  left: 50%;
  margin-left: -50px;
  top: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu .weixin .ewm img {
  width: 90px;
  height: 90px;
  display: block;
}
.nav_bg .menu .weixin:hover {
  overflow: initial;
}
.nav_bg .menu .weixin:hover .ewm {
  right: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.nav_bg .menu .qqLink {
  background-color: #262626;
  width: 62px;
  height: 60px;
  display: block;
  float: left;
  position: relative;
}
.nav_bg .menu .qqLink:before {
  content: "";
  display: block;
  background: url(../images/qqico.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu .qqLink:hover:before {
  -webkit-animation: jello 1s;
  -moz-animation: jello 1s;
  animation: jello 1s;
}
.nav_bg .menu &gt; ul {
  font-size: 0;
  margin: 0 0 0 30px;
  float: left;
}
.nav_bg .menu &gt; ul &gt; li {
  display: inline-block;
  position: relative;
  min-width: 110px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav_bg .menu &gt; ul &gt; li:first-child {
  margin-left: 0;
}
.nav_bg .menu &gt; ul &gt; li &gt; a {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 5px;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.nav_bg .menu &gt; ul &gt; li &gt; a:hover {
  background-color: transparent;
}
.nav_bg .menu &gt; ul &gt; li &gt; a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #01579c;
  left: 50%;
  bottom: 0;
  margin-left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu &gt; ul &gt; li &gt; a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  border: 6px solid transparent;
  border-bottom: 0 solid #01579c;
  margin-left: -6px;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu &gt; ul &gt; li.another &gt; a,
.nav_bg .menu &gt; ul &gt; li:hover &gt; a {
  color: #01579c;
}
.nav_bg .menu &gt; ul &gt; li.another &gt; a:before,
.nav_bg .menu &gt; ul &gt; li:hover &gt; a:before {
  width: 76px;
  margin-left: -38px;
}
.nav_bg .menu &gt; ul &gt; li.another &gt; a:after,
.nav_bg .menu &gt; ul &gt; li:hover &gt; a:after {
  border-bottom: 7px solid #01579c;
}
.nav_bg .menu &gt; ul &gt; li:hover .sec {
  height: auto;
}
.nav_bg .menu &gt; ul &gt; li:hover .secs {
  height: auto;
}
.nav_bg .menu .sec {
  min-width: 100%;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(1, 87, 156, 0.85);
  display: none;
  font-size: 14px;
  text-align: left;
}
.nav_bg .menu .sec a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  line-height: 39px;
  height: 39px;
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
}
.nav_bg .menu .sec a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .secs {
  width: 100%;
  z-index: 9999;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -340px;
  padding: 36px 0 36px 40px;
  width: 630px;
  display: none;
  background: rgba(1, 87, 156, 0.85);
  text-align: left;
}
.nav_bg .menu .secs:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nav_bg .menu .secs .navPic {
  float: left;
  width: 315px;
}
.nav_bg .menu .secs .navPic .pic {
  width: 100%;
  display: block;
  min-height: 160px;
}
.nav_bg .menu .secs .navPic .pic img {
  width: 100%;
  display: block;
}
.nav_bg .menu .secs .navPic h4 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  margin: 20px 0 4px 0;
  line-height: 2;
}
.nav_bg .menu .secs .navPic p {
  font-size: 16px;
  color: #fff;
}
.nav_bg .menu .secs ul {
  float: right;
  width: 230px;
}
.nav_bg .menu .secs ul &gt; li {
  background: none;
}
.nav_bg .menu .secs ul &gt; li &gt; a {
  display: block;
  text-align: left;
  line-height: 24px;
  margin-top: 16px;
  color: #fff;
  padding: 0 30px 0 20px;
  background: url(../images/nav_icon01.png) 0 7px no-repeat;
  font-size: 14px;
}
.nav_bg .menu .secs ul &gt; li &gt; a:hover {
  color: #fff;
  background: url(../images/nav_icon02.png) 0 7px no-repeat;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .secs ul &gt; li:first-child &gt; a {
  margin-top: 0;
}
.nav_bg .menu .secs ul &gt; li:hover .nlayer2 {
  height: auto;
  visibility: visible;
  transform: perspective(400px) rotateY(0);
  -webkit-transform: perspective(400px) rotateY(0);
  -moz-transform: perspective(400px) rotateY(0);
}
.nav_bg .menu .secs ul &gt; li:hover .nlayer2 a:nth-child(1) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.2s;
}
.nav_bg .menu .secs ul &gt; li:hover .nlayer2 a:nth-child(2) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.24s;
}
.nav_bg .menu .secs ul &gt; li:hover .nlayer2 a:nth-child(3) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.28s;
}
.nav_bg .menu .secs ul &gt; li:hover .nlayer2 a:nth-child(4) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.32s;
}
.nav_bg .menu .secs ul &gt; li:hover .nlayer2 a:nth-child(5) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.36s;
}
.nav_bg .menu .secs ul &gt; li:hover .nlayer2 a:nth-child(6) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.4s;
}
.nav_bg .menu .secs ul &gt; li:hover .nlayer2 a:nth-child(7) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.44s;
}
.nav_bg .menu .secs ul &gt; li:hover .nlayer2 a:nth-child(8) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.48s;
}
.nav_bg .menu .secs ul &gt; li:hover .nlayer2 a:nth-child(9) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.52s;
}
.nav_bg .menu .secs ul &gt; li:hover .nlayer2 a:nth-child(10) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.56s;
}
.nav_bg .menu .secs .nlayer2 {
  position: absolute;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 36px;
  left: 100%;
  width: 260px;
  padding: 36px 10px 36px 20px;
  height: 100%;
  visibility: hidden;
  top: 0;
  background: rgba(1, 87, 156, 0.85);
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
  transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform: perspective(400px) rotateY(90deg);
  -webkit-transform: perspective(400px) rotateY(90deg);
  -moz-transform: perspective(400px) rotateY(90deg);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.nav_bg .menu .secs .nlayer2 .nlayer2Box {
  overflow-y: auto;
  padding-right: 10px;
  height: 100%;
}
.nav_bg .menu .secs .nlayer2 a {
  display: block;
  line-height: 24px;
  margin-top: 16px;
  background: url(../images/nav_icon01.png) 0 7px no-repeat;
  color: #fff;
  padding-left: 20px;
  position: relative;
  left: 0;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav_bg .menu .secs .nlayer2 a:first-child {
  margin-top: 0;
}
.nav_bg .menu .secs .nlayer2 a:hover {
  background: url(../images/nav_icon02.png) 0 7px no-repeat;
  left: 5px;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 {
  height: 100%;
  visibility: visible;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(1) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.2s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(2) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.24s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(3) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.28s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(4) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.32s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(5) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.36s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(6) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.4s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(7) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.44s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(8) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.48s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(9) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.52s;
}
.nav_bg .menu .secs li.nlayer1:hover .nlayer2 a:nth-child(10) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.56s;
}
@keyframes menu1 {
  0% {
    opacity: 0;
    transform: translateX(-8px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.footer {
  background: url(../images/foobg.png) center 0 repeat;
  color: #b3b3b3;
}
.footer * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer a {
  color: #b3b3b3;
}
.footer a:hover {
  color: #fff;
}
.footer .footerBox {
  padding: 40px 0 45px;
  position: relative;
}
.footer .footerBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footer .footerBox .fontnNav {
  float: left;
  padding-top: 15px;
}
.footer .footerBox .fontnNav dl {
  float: left;
  width: 180px;
  padding-right: 30px;
}
.footer .footerBox .fontnNav dl.dl1 {
  width: 190px;
}
.footer .footerBox .fontnNav dl.dl4 {
  padding-right: 0;
}
.footer .footerBox .fontnNav dl dt {
  font-size: 16px;
  line-height: 1;
}
.footer .footerBox .fontnNav dl dt:before {
  content: "&gt;";
  margin-right: 10px;
}
.footer .footerBox .fontnNav dl dd {
  margin-top: 20px;
  height: 120px;
  overflow: hidden;
  line-height: 30px;
  padding-left: 22px;
}
.footer .footerBox .fontnNav dl dd a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footerBox .fontnNav dl dd a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.footer .footerBox .ewm {
  float: right;
}
.footer .footerBox .ewm .tel {
  background: url(../images/footertel.png) 0 center no-repeat;
  height: 33px;
  font-size: 30px;
  line-height: 33px;
  padding-left: 38px;
  color: #e6e6e6;
}
.footer .footerBox .ewm ul li {
  float: left;
  margin-top: 15px;
  margin-left: 24px;
}
.footer .footerBox .ewm ul li:first-child {
  margin-left: 0;
}
.footer .footerBox .ewm ul li img {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto;
}
.footer .footerBox .ewm ul li p {
  line-height: 1;
  text-align: center;
  font-size: 14px;
  margin-top: 14px;
}
.copyright {
  line-height: 30px;
  padding: 18px 0;
  background: #242424;
}
.copyright img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  max-height: 20px;
}
.copyright .right {
  line-height: 60px;
}
.cnencss{ 
  float: right;
  margin-top: 62px;
}
.cnencss a{
  margin:0 2px;
  font-size: 20px;
  color: #01579c;
}</pre></body></html>