<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.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: #ff5a00;
  color: #fff;
}
::-moz-selection {
  background-color: #ff5a00;
  color: #fff;
}
::-webkit-selection {
  background-color: #ff5a00;
  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: #ff5a00;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff5a00;
  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;
}
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: 1300px;
  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 {
  max-width: 1920px;
  min-width: 1320px;
  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 span i:nth-child(12) {
  --d: 0.6s;
}
.button span i:nth-child(13) {
  --d: 0.65s;
}
.button span i:nth-child(14) {
  --d: 0.7s;
}
.button span i:nth-child(15) {
  --d: 0.75s;
}
.button span i:nth-child(16) {
  --d: 0.8s;
}
.button span i:nth-child(17) {
  --d: 0.85s;
}
.button span i:nth-child(18) {
  --d: 0.9s;
}
.button span i:nth-child(19) {
  --d: 0.95s;
}
.button span i:nth-child(20) {
  --d: 1s;
}
.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%;
  height: 85px;
}
.header * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_bg {
  width: 100%;
  min-width: 1320px;
  background: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
}
.nav_bg .menu {
  width: 96%;
  max-width: 1750px;
  min-width: 1300px;
  margin: auto;
}
.nav_bg .menu:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nav_bg .menu .logo {
  padding: 0;
  margin: 0;
  line-height: 1;
  height: 85px;
  text-align: center;
  padding: 15px 0;
  float: left;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.nav_bg .menu .logo a {
  display: table-cell;
  height: 55px;
  vertical-align: middle;
}
.nav_bg .menu .logo a img {
  max-width: 300px;
  max-height: 55px;
  display: block;
  object-fit: contain;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.nav_bg .menu .xpBox {
  float: right;
  width: 40px;
  height: 40px;
  background: url(../images/xunpan.png) center center no-repeat;
  background-color: #ff5a00;
  border-radius: 50%;
  margin-left: 40px;
  margin-top: 22px;
  position: relative;
  cursor: pointer;
  z-index: 4;
}
.nav_bg .menu .xpBox .xunpan {
  position: absolute;
  right: 100%;
  top: 0;
  cursor: pointer;
  color: #666666;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  width: 200px;
  background: #ff5a00;
  font-size: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.nav_bg .menu .xpBox .xunpan i {
  font-weight: bold;
}
.nav_bg .menu .xpBox .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  top: 110%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #ff5a00;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(255, 90, 0, 0.15);
}
.nav_bg .menu .xpBox .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #ff5a00;
}
.nav_bg .menu .xpBox .xunpan:hover .xunpantip {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.nav_bg .menu .xpBox:hover .xunpan {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: initial;
}
.nav_bg .menu &gt; ul {
  float: right;
  width: 75%;
  max-width: 1000px;
  display: table;
}
.nav_bg .menu &gt; ul &gt; li {
  display: table-cell;
  *display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 1px;
  *width: 12.5%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav_bg .menu &gt; ul &gt; li &gt; a {
  display: block;
  height: 85px;
  line-height: 1;
  font-size: 18px;
  position: relative;
  padding-top: 32px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 2;
}
.nav_bg .menu &gt; ul &gt; li &gt; a span {
  display: block;
  font-size: 18px;
}
.nav_bg .menu &gt; ul &gt; li &gt; a i {
  display: block;
  font-family: "Arial Narrow";
  font-size: 12px;
  line-height: 10px;
  margin-top: 8px;
  color: #d55717;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}
.nav_bg .menu &gt; ul &gt; li &gt; a:after {
  content: "";
  display: block;
  position: absolute;
  background: #ff5a00;
  z-index: -1;
  height: 100%;
  left: 50%;
  top: 0;
  width: 0;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.nav_bg .menu &gt; ul &gt; li &gt; a:hover {
  background-color: transparent;
}
.nav_bg .menu &gt; ul &gt; li.another &gt; a span,
.nav_bg .menu &gt; ul &gt; li:hover &gt; a span {
  font-weight: bold;
}
.nav_bg .menu &gt; ul &gt; li.another &gt; a i,
.nav_bg .menu &gt; ul &gt; li:hover &gt; a i {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.nav_bg .menu &gt; ul &gt; li.another &gt; a:after,
.nav_bg .menu &gt; ul &gt; li:hover &gt; a:after {
  width: 100%;
  left: 0;
}
.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: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255, 90, 0, 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: 44px;
  height: 45px;
  color: #fff;
  padding: 0 15px;
  font-size: 15px;
  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: 85px;
  left: 50%;
  margin-left: -360px;
  padding: 36px 0 36px 40px;
  width: 630px;
  display: none;
  background: rgba(255, 90, 0, 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: 18px;
  color: #fff;
  font-weight: normal;
  margin: 20px 0 4px 0;
  line-height: 2;
}
.nav_bg .menu .secs .navPic p {
  font-size: 15px;
  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(255, 90, 0, 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;
}
.fixedNav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 0;
}
@keyframes menu1 {
  0% {
    opacity: 0;
    transform: translateX(-8px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.dowShow {
  position: absolute;
  top: 100%;
  background-color: #f8f8f8;
  width: 100%;
  display: none;
  left: 0;
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.1);
}
.dowShow .dowBox {
  width: 1280px;
  margin: auto;
  padding: 40px 0;
  text-align: left;
  font-size: 14px;
}
.dowShow .dowBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.proDow .dowBox .dowKf {
  float: left;
  width: 280px;
  border-radius: 10px;
  background: url(../images/dowkf.png) center -2px no-repeat;
  padding-top: 200px;
}
.proDow .dowBox .dowKf .zxLink {
  display: block;
  text-align: center;
  font-size: 16px;
  width: 280px;
  height: 58px;
  background-color: #ffffff;
  box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  line-height: 58px;
}
.proDow .dowBox .dowKf .zxLink:before {
  content: "";
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background: url(../images/dowqq.png) center center no-repeat;
  margin-right: 28px;
}
.proDow .dowBox .dowKf .zxLink:after {
  content: "";
  width: 31px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background: url(../images/dowqqar.png) center center no-repeat;
  margin-left: 20px;
}
.proDow .dowBox .dowKf .zxLink:hover {
  color: #ff5a00;
}
.proDow .dowBox .dowKf .zxLink:hover:after {
  animation: zyfd 1.5s linear infinite;
}
@keyframes zyfd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.proDow .dowBox .proDowList {
  float: right;
  width: 960px;
}
.proDow .dowBox .proDowList dl {
  height: 45px;
  background-color: #f8f8f8;
  box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  overflow: hidden;
  margin-top: 25px;
}
.proDow .dowBox .proDowList dl:first-child {
  margin-top: 0;
}
.proDow .dowBox .proDowList dl dt {
  float: left;
}
.proDow .dowBox .proDowList dl dt a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 25px;
  line-height: 45px;
  padding-left: 25px;
  padding-right: 40px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #ff5a00, #ff5a00);
  background-image: linear-gradient(to right, #ff5a00, #ff5a00);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  position: relative;
}
.proDow .dowBox .proDowList dl dt a:before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  height: 100%;
  width: 13px;
  background: url(../images/proDowli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proDow .dowBox .proDowList dl dt a:hover {
  background-size: 100% 100%;
  background-color: #ff5a00;
  color: #fff;
}
.proDow .dowBox .proDowList dl dt a:hover:before {
  background: url(../images/proDowlih.png) center center no-repeat;
}
.proDow .dowBox .proDowList dl dd {
  width: 750px;
  float: right;
  height: 45px;
  overflow: hidden;
  line-height: 45px;
}
.proDow .dowBox .proDowList dl dd a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
  min-width: 128px;
  max-width: 250px;
  color: #666666;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proDow .dowBox .proDowList dl dd a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 9px;
  height: 1px;
  background: #dedede;
}
.proDow .dowBox .proDowList dl dd a:hover {
  color: #ff5a00;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.proDow .dowBox .proDowList dl dd a:hover:before {
  background: #ff5a00;
}
.aboutDow .dowBox .dowText {
  background: url(../images/aboutdowbg.png) right 28px no-repeat;
  padding-right: 520px;
  padding-bottom: 40px;
}
.aboutDow .dowBox .dowText h4 {
  font-size: 22px;
  line-height: 1;
  padding-left: 35px;
  background: url(../images/aboutDowhome.png) 0 center no-repeat;
}
.aboutDow .dowBox .dowText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  color: #523b3b;
  margin-top: 28px;
}
.aboutDow .dowBox .dowText .more {
  font-family: Arial;
  display: inline-block;
  margin-top: 20px;
  line-height: 32px;
  position: relative;
  border-bottom: 1px #dedede solid;
  padding: 0;
}
.aboutDow .dowBox .dowText .more:after {
  content: "→";
  display: inline-block;
  margin-left: 10px;
  font-size: 22px;
}
.aboutDow .dowBox .dowText .more:hover {
  color: #ff5a00;
  padding: 0 10px;
  border-color: #ff5a00;
}
.aboutDow .dowBox .dowText .more:hover:before {
  width: 100%;
}
.aboutDow .dowBox .dowList {
  height: 134px;
  background-color: #ffffff;
  box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 42px 45px;
}
.aboutDow .dowBox .dowList .dowZz {
  height: 50px;
  display: block;
  padding-left: 75px;
  float: left;
  font-size: 16px;
  line-height: 1;
  background: url(../images/aboutDowzz.png) 0 center no-repeat;
  padding-top: 5px;
}
.aboutDow .dowBox .dowList .dowZz:after {
  content: "→";
  display: block;
  margin-left: 10px;
  font-size: 26px;
  line-height: 20px;
  margin-top: 10px;
  position: relative;
  left: -10px;
}
.aboutDow .dowBox .dowList .dowZz:hover {
  color: #ff5a00;
}
.aboutDow .dowBox .dowList .dowZz:hover:after {
  animation: zyfd 1.5s linear infinite;
}
.aboutDow .dowBox .dowList .dowLine {
  float: left;
  margin: 0 50px;
  width: 1px;
  height: 50px;
  background: #dedede;
}
.aboutDow .dowBox .dowList .dowlx {
  height: 50px;
  display: block;
  padding-left: 75px;
  float: left;
  font-size: 16px;
  line-height: 1;
  background: url(../images/aboutDowlx.png) 0 center no-repeat;
  padding-top: 5px;
}
.aboutDow .dowBox .dowList .dowlx:after {
  content: "→";
  display: block;
  margin-left: 10px;
  font-size: 26px;
  line-height: 20px;
  margin-top: 10px;
  position: relative;
  left: -10px;
}
.aboutDow .dowBox .dowList .dowlx:hover {
  color: #ff5a00;
}
.aboutDow .dowBox .dowList .dowlx:hover:after {
  animation: zyfd 1.5s linear infinite;
}
.aboutDow .dowBox .dowList .list {
  float: right;
  width: 760px;
  border-bottom: solid 1px #666666;
  height: 50px;
  overflow: hidden;
}
.aboutDow .dowBox .dowList .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.aboutDow .dowBox .dowList .list ul li {
  float: left;
  padding-left: 22px;
  padding-top: 8px;
  line-height: 20px;
  margin-left: 40px;
  height: 48px;
  min-width: 180px;
}
.aboutDow .dowBox .dowList .list ul li:first-child {
  margin-left: 0;
}
.aboutDow .dowBox .dowList .list ul li.li1 {
  background: url(../images/aboutDowico1.png) 0 12px no-repeat;
}
.aboutDow .dowBox .dowList .list ul li.li2 {
  background: url(../images/aboutDowico2.png) 0 12px no-repeat;
}
.aboutDow .dowBox .dowList .list ul li.li3 {
  background: url(../images/aboutDowico3.png) 0 12px no-repeat;
}
.newsDow .dowBox .dowNav,
.navDow .dowBox .dowNav {
  margin-right: -20px;
}
.newsDow .dowBox .dowNav:after,
.navDow .dowBox .dowNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.newsDow .dowBox .dowNav a,
.navDow .dowBox .dowNav a {
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 240px;
  height: 54px;
  background-color: #ffffff;
  box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 54px;
  padding: 0 80px 0 24px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.newsDow .dowBox .dowNav a:before,
.navDow .dowBox .dowNav a:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ff5a00;
  opacity: 0.5;
  border-radius: 100%;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.newsDow .dowBox .dowNav a:after,
.navDow .dowBox .dowNav a:after {
  content: "→";
  font-size: 22px;
  position: absolute;
  right: 28px;
}
.newsDow .dowBox .dowNav a:hover,
.navDow .dowBox .dowNav a:hover {
  box-shadow: 0px 8px 7px 0px rgba(255, 90, 0, 0.1);
  color: #ff5a00;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.newsDow .dowBox .dowList ul,
.navDow .dowBox .dowList ul {
  margin-right: -30px;
}
.newsDow .dowBox .dowList ul:after,
.navDow .dowBox .dowList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.newsDow .dowBox .dowList ul li,
.navDow .dowBox .dowList ul li {
  float: left;
  margin-right: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 297px;
}
.newsDow .dowBox .dowList ul li .bt,
.navDow .dowBox .dowList ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 44px;
  height: 44px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.newsDow .dowBox .dowList ul li .bt:hover,
.navDow .dowBox .dowList ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.newsDow .dowBox .dowList ul li .bt:before,
.navDow .dowBox .dowList ul li .bt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 12px;
  height: 3px;
  background-color: #545454;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.newsDow .dowBox .dowList ul li .line,
.navDow .dowBox .dowList ul li .line {
  border-bottom: 1px dashed #dedede;
  margin-left: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.newsDow .dowBox .dowList ul li p,
.navDow .dowBox .dowList ul li p {
  margin-left: 22px;
  line-height: 16px;
  margin-top: 16px;
}
.newsDow .dowBox .dowList ul li p:after,
.navDow .dowBox .dowList ul li p:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.newsDow .dowBox .dowList ul li p span,
.navDow .dowBox .dowList ul li p span {
  float: left;
  color: #999999;
}
.newsDow .dowBox .dowList ul li p .more,
.navDow .dowBox .dowList ul li p .more {
  float: right;
  font-family: Arial;
  font-size: 12px;
}
.newsDow .dowBox .dowList ul li p .more:hover,
.navDow .dowBox .dowList ul li p .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.newsDow .dowBox .dowList ul li p .more:after,
.navDow .dowBox .dowList ul li p .more:after {
  content: "→";
  display: inline-block;
  font-size: 22px;
  line-height: 16px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.newsDow .dowBox .dowList ul li:hover .bt,
.navDow .dowBox .dowList ul li:hover .bt {
  color: #ff5a00;
}
.newsDow .dowBox .dowList ul li:hover .bt:before,
.navDow .dowBox .dowList ul li:hover .bt:before {
  background-color: #ff5a00;
}
.newsDow .dowBox .dowList ul li:hover .more,
.navDow .dowBox .dowList ul li:hover .more {
  color: #ff5a00;
}
.footer {
  background: #0c1735 url(../images/footerbg.jpg) center 0 no-repeat;
  font-size: 14px;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .fooBox {
  height: 371px;
  padding-top: 65px;
}
.footer .fooT {
  height: 114px;
}
.footer .fooT:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footer .fooT .fooL {
  float: left;
  border-right: 1px rgba(51, 65, 101, 0.5) solid;
  padding-top: 4px;
  width: 638px;
  height: 114px;
}
.footer .fooT .fooL .fooLogo {
  height: 52px;
  background: url(../images/foologo.png) 0 0 no-repeat;
}
.footer .fooT .fooL .search {
  position: relative;
  overflow: hidden;
  width: 530px;
  height: 54px;
  background-color: #334165;
  border-radius: 5px;
  border: solid 1px #3f4d70;
}
.footer .fooT .fooL .search .searchInp {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  border-radius: 5px 0px 0px 5px;
  background: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 22px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer .fooT .fooL .search .searchInp::-webkit-input-placeholder {
  color: #999fae;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.footer .fooT .fooL .search .searchInp::-moz-placeholder {
  color: #999fae;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.footer .fooT .fooL .search .searchInp:-ms-input-placeholder {
  color: #999999;
  color: #999fae;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.footer .fooT .fooL .search .searchInp:focus::-webkit-input-placeholder,
.footer .fooT .fooL .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer .fooT .fooL .search .searchInp:focus::-moz-placeholder,
.footer .fooT .fooL .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer .fooT .fooL .search .searchInp:focus:-ms-input-placeholder,
.footer .fooT .fooL .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer .fooT .fooL .search .submitBtn {
  background: #5b688b url(../images/searchico.png) center center no-repeat;
  border: none;
  border-radius: 0px 5px 5px 0px;
  width: 100px;
  height: 52px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer .fooT .fooL .search .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.footer .fooT .fooR {
  width: 565px;
  float: right;
  margin-top: 10px;
  padding-top: 4px;
  position: relative;
}
.footer .fooT .fooR .t1 {
  line-height: 15px;
  font-family: Arial;
  font-size: 20px;
  text-transform: uppercase;
}
.footer .fooT .fooR .t2 {
  font-size: 14px;
  color: #999fae;
  margin-top: 10px;
  line-height: 1;
}
.footer .fooT .fooR .t3 {
  font-family: Arial;
  font-size: 30px;
  margin-top: 20px;
  line-height: 1;
}
.footer .fooT .fooR .zxLink {
  position: absolute;
  width: 122px;
  height: 38px;
  background-color: #334165;
  right: 130px;
  top: 0;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.footer .fooT .fooR .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.footer .fooT .fooR .zxLink:hover {
  background: none;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.footer .fooT .fooR .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.footer .fooT .fooR .lyLink {
  position: absolute;
  width: 122px;
  height: 38px;
  background-color: #ff5a00;
  right: 0;
  top: 0;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.footer .fooT .fooR .lyLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.footer .fooT .fooR .lyLink:hover {
  background: none;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.footer .fooT .fooR .lyLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.footer .lxList {
  margin-top: 22px;
  position: relative;
}
.footer .lxList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footer .lxList:before {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  top: 46px;
  width: 1089px;
  height: 1px;
  background-color: #606b86;
  opacity: 0.1;
}
.footer .lxList ul {
  float: left;
  padding-top: 72px;
}
.footer .lxList ul li {
  float: left;
  padding-left: 60px;
  height: 44px;
  line-height: 24px;
  padding: 10px 0 10px 60px;
}
.footer .lxList ul li.li1 {
  background: url(../images/lxico1.png) 0 center no-repeat;
  width: 360px;
}
.footer .lxList ul li.li2 {
  background: url(../images/lxico2.png) 0 center no-repeat;
  width: 660px;
}
.footer .lxList .honor {
  display: block;
  background: url(../images/honorbg.jpg) center center no-repeat;
  padding: 20px;
  width: 206px;
  height: 150px;
  float: right;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer .lxList .honor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .lxList .honor:hover {
  box-shadow: 0 10px 10px -5px rgba(255, 90, 0, 0.5);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.footer .lxList .ewm {
  float: right;
}
.footer .lxList .ewm &gt; div {
  float: left;
  margin-left: 30px;
}
.footer .lxList .ewm &gt; div:first-child {
  margin-left: 0;
}
.footer .lxList .ewm &gt; div img {
  display: block;
  float: left;
  width: 129px;
  height: 129px;
  background: url(../images/ewmbg.png) center center no-repeat;
  padding: 14px;
}
.footer .footNav {
  height: 138px;
  padding-top: 30px;
}
.footer .footNav dl {
  float: left;
  width: 120px;
  margin-left: 30px;
  position: relative;
}
.footer .footNav dl.dl1 {
  margin-left: 0;
}
.footer .footNav dl dt {
  font-size: 0;
  line-height: 1;
  padding: 15px 0;
}
.footer .footNav dl dt span {
  font-size: 18px;
  display: block;
  position: relative;
  padding-left: 24px;
}
.footer .footNav dl dt span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 12px;
  height: 3px;
  background-color: #abb3c3;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer .footNav dl dt i {
  display: block;
  padding-left: 24px;
  font-family: "Arial Narrow";
  font-size: 12px;
  line-height: 10px;
  color: #858c9c;
  margin-top: 10px;
}
.footer .footNav dl dd {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
  background: #fff;
  padding: 10px 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.footer .footNav dl dd a {
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footNav dl dd a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.footer .footNav dl dd a:hover {
  color: #ff5a00;
}
.footer .footNav dl:hover dt span:before {
  width: 18px;
  background-color: #ff5a00;
}
.footer .footNav dl:hover dd {
  visibility: initial;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer .copyright {
  width: 720px;
  float: right;
  line-height: 36px;
  text-align: right;
}
.footer .copyright img {
  vertical-align: middle;
  max-height: 18px;
  width: auto !important;
}
</pre></body></html>