@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: #6bb730;
  color: #fff;
}
::-moz-selection {
  background-color: #6bb730;
  color: #fff;
}
::-webkit-selection {
  background-color: #6bb730;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  line-height: 1.5;
  margin: 0 auto !important;
  position: relative;
}
*: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: #6bb730;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #6bb730;
  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;
  padding: 0;
  margin: 0;
}
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;
}
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,
button {
  outline: none;
}
.wjdh-message {
  z-index: 99999999999999 !important;
}
.wjdh-message * {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.UrbansubstationBox {
  display: inline-block;
  position: relative;
}
.UrbansubstationBox * {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.UrbansubstationBox *::before {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.UrbansubstationBox *::after {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.Urbansubstation {
  position: absolute;
  z-index: 9999999;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #f8f8f8;
  min-width: 160px;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  border-radius: 10px;
}
.Urbansubstation > a {
  color: #333 !important;
  font-size: 16px;
  font-weight: bold;
}
.Urbansubstation > a:hover {
  color: #6bb730;
}
.Urbansubstation p a {
  width: 100%;
  padding-left: 10px;
  display: block;
  color: #888 !important;
  line-height: 1.5;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 5px 10px 5px 30px;
  line-height: 26px;
  font-size: 16px;
}
.Urbansubstation p a:hover {
  color: #6bb730;
}
.Urbansubstationfenzhan {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px !important;
  color: #333 !important;
  display: block;
  text-align: center;
}
.Urbansubstationfenzhan:hover {
  color: #6bb730 !important;
}
.UrbansubstationBoxCenter p {
  width: 94%;
  height: 100%;
  border: 1px dashed #e2e2e2;
  margin: 0 auto 10px;
  border-radius: 5px;
  font-size: 15px;
}
.Urbansubstation b {
  display: flex;
  width: 100%;
  font-weight: normal;
  flex-wrap: wrap;
  border-top: 1px solid #999;
  padding-top: 10px;
  padding-bottom: 10px;
}
.Urbansubstation b a:nth-child(1) {
  flex: 0 0 33.33333%;
  text-align: center;
}
.Urbansubstation b a {
  flex: 0 0 33.33333%;
  text-align: center;
}
.UrbansubstationBoxCenter p a {
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.UrbansubstationBox:hover .Urbansubstation {
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.Urbansubstation p a:hover::before {
  border-color: #6bb730;
}
.Urbansubstation p a:hover::after {
  background: #6bb730;
}
.Urbansubstation p a::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #ddd;
  position: absolute;
  top: 16px;
  left: 12px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.Urbansubstation p a::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  position: absolute;
  top: 11px;
  left: 7px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 5px;
}
.Urbansubstation p a:hover {
  transform: translateY(-2px);
  color: #6bb730 !important;
}
@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);
  }
}
.disablemouserightclick,
.disablechoose,
.disablecopy {
  display: none;
}
@media screen and (max-width: 768px) {
  #wjdh-kefu {
    display: none !important;
  }
}
.dl-container {
  z-index: 4;
}
.left {
  float: left;
}
.right {
  float: right;
}
.inContent {
  width: 94%;
  max-width: 1360px;
  margin: 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 {
  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: 110px;
  overflow: initial !important;
}
.header * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .inBar {
  border-bottom: 1px solid #ddd;

  margin: auto;
}
@media screen and (max-width: 1100px) {
  .header .inBar {
    width: 100%;
  }
}
.header .barBox {
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 30px;
  padding: 10px 0 9px;
  font-size: 16px;
}
.header .barBox .slogan {
  flex: 1;
  color: #666666;
  font-size: 14px;
}
.header .barBox .tel {
  font-family: Arial;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
}
.header .barBox .tel::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 9px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 1100px) {
  .header {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .header {
    padding-top: 1px;
    height: 50px;
  }
  .header .inBar {
    display: none;
  }
}
.nav_bg {
  position: relative;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.nav_bg .navMewn {
  width: 94%;
  max-width: 1360px;
  margin: auto;
  height: 110px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.nav_bg * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_bg .logo {
  display: block;
  flex: 1;
}
.nav_bg .logo a {
  display: block;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}
.nav_bg .logo a img {
  display: block;
  object-fit: contain;
}
.nav_bg .menu {
  width: 66%;
  height: 100%;
  max-width: 920px;
}
.nav_bg .menu .navico {
  display: none;
}
.nav_bg .menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 100%;
}
.nav_bg .menu ul li {
  position: relative;
  height: 100%;
  flex: 1;
}
.nav_bg .menu ul li > a {
  height: 100%;
  text-align: center;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu ul li > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  height: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu ul li:hover > a,
.nav_bg .menu ul li.another > a {
  color: #0d215c;
}
.nav_bg .menu ul li:hover > a::before,
.nav_bg .menu ul li.another > a::before {
  height: 100%;
}
.nav_bg .menu ul li .dow {
  position: absolute;
  left: 50%;
  top: 100%;
  background:#6bb730;
  min-width: 100%;
  text-align: center;
  transform-origin: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  transform: translateX(-50%) rotateX(-90deg);
  -webkit-transform: translateX(-50%) rotateX(-90deg);
  -moz-transform: translateX(-50%) rotateX(-90deg);
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.nav_bg .menu ul li .dow a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  line-height: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 15px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #00a0e9, #00a0e9);
  background-image: linear-gradient(to right, #00a0e9, #00a0e9);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.nav_bg .menu ul li .dow a:hover {
  background-size: 100% 100%;
  background-color: #00a0e9;
}
.nav_bg .menu ul li:hover .dow,
.nav_bg .menu ul li.on .dow {
  transform: translateX(-50%) rotateX(0);
  -webkit-transform: translateX(-50%) rotateX(0);
  -moz-transform: translateX(-50%) rotateX(0);
}
@media screen and (max-width: 1100px) {
  .nav_bg .navMewn {
    height: 60px;
    align-items: center;
  }
  .nav_bg .logo {
    width: auto;
    border-bottom: none;
    padding-top: 0;
  }
  .nav_bg .logo a img {
    max-height: 40px;
  }
  .nav_bg .menu {
    padding-top: 0;
    width: auto;
    height: auto;
    flex: none;
  }
  .nav_bg .menu .navico {
    width: 24px;
    height: 20px;
    position: relative;
    display: block;
    padding: 9px 0;
  }
  .nav_bg .menu .navico i {
    display: block;
    width: 100%;
    height: 2px;
    background: #6bb730;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .nav_bg .menu .navico::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #6bb730;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .nav_bg .menu .navico:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #6bb730;
    left: 50%;
    margin-left: -12px;
    bottom: 50%;
    margin-bottom: -10px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .nav_bg .menu ul {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 160px;
    background: #fff;
    top: 100%;
    height: auto;
    padding: 15px 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;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .nav_bg .menu ul li {
    height: auto;
    border-bottom: 1px solid #eee;
  }
  .nav_bg .menu ul li:last-child {
    border-bottom: none;
  }
  .nav_bg .menu ul li > a {
    padding: 10px 10px;
    color: #333;
  }
  .nav_bg .menu ul li > a::before {
    display: none;
  }
  .nav_bg .menu ul li:hover > a,
  .nav_bg .menu ul li.another > a {
    font-size: 16px;
    color: #333;
    font-weight: normal;
  }
  .nav_bg .menu ul li .dow {
    display: none;
  }
  .nav_bg .menu.on .navico i {
    opacity: 0;
  }
  .nav_bg .menu.on .navico::before {
    margin-top: -1px;
    -webkit-transform: scale(1) rotate(45deg);
    -moz-transform: scale(1) rotate(45deg);
    -o-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
  }
  .nav_bg .menu.on .navico:after {
    margin-bottom: -1px;
    -webkit-transform: scale(1) rotate(-45deg);
    -moz-transform: scale(1) rotate(-45deg);
    -o-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
  }
  .nav_bg .menu.on ul {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 640px) {
  .nav_bg .navMewn {
    height: 50px;
  }
  .nav_bg .logo {
    width: auto;
    border-bottom: none;
  }
  .nav_bg .logo a img {
    max-height: 36px;
  }
}
.fixedNav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@keyframes menu1 {
  0% {
    opacity: 0;
    transform: translateX(-8px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.footer {
  background: url(../images/footerbg.jpg) center 0 repeat;
  background-size: cover;
  overflow: hidden;
  color: #fff;
  position: relative;
  padding-top: 50px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .lxList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .lxList ul li {
  color: #ffffff;
}
.footer .lxList ul li h4 {
  line-height: 35px;
  font-size: 16px;
}
.footer .lxList ul li h4 i {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-size: contain !important;
}
.footer .lxList ul li h4 i.ico1 {
  background: url(../images/lxico1.png) center center no-repeat;
}
.footer .lxList ul li h4 i.ico2 {
  background: url(../images/lxico2.png) center center no-repeat;
}
.footer .lxList ul li h4 i.ico3 {
  background: url(../images/lxico3.png) center center no-repeat;
}
.footer .lxList ul li h4 i.ico4 {
  background: url(../images/lxico4.png) center center no-repeat;
}
.footer .lxList ul li p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.footer .lxList ul li:nth-child(1) p {
  font-family: Arial;
  font-size: 20px;
}
.footer .lxList ul li:nth-child(2) p {
  font-family: Arial;
  font-size: 20px;
}
.footer .fooNav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 66px;
}
.footer .fooNav dl {
  width: 180px;
  height: 220px;
  background-color: #ffffff;
  text-align: center;
}
.footer .fooNav dl dt {
  height: 75px;
  background-color: #f6f6f6;
  font-size: 18px;
  color: #231f20;
  padding-top: 42px;
  line-height: 1;
  position: relative;
}
.footer .fooNav dl dt i {
  position: absolute;
  top: -24px;
  left: 50%;
  width: 50px;
  height: 50px;
  background-color:#00a0e9;
  border-radius: 100%;
  margin-left: -25px;
  font-weight: bold;
  line-height: 50px;
  font-family: Arial;
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer .fooNav dl dd {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 10px;
  margin-top: 13px;
}
.footer .fooNav dl dd a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 30px;
  color: #666666;
}
.footer .fooNav dl dd a:hover {
  color: #6bb730;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.footer .fooNav .ewm {
  text-align: center;
  display: block;
  margin-top: 28px;
}
.footer .fooNav .ewm img {
  display: block;
  object-fit: contain;
  background: url(../images/ewmbg.png) center center no-repeat;
  width: 154px;
  height: 154px;
  background-size: contain;
  padding: 10px;
}
.footer .fooNav .ewm span {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  line-height: 26px;
  height: 26px;
  color: #ffffff;
}
.footer .copyright {
  padding: 32px 0;
  line-height: 30px;
}
.footer .copyright .bqBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer .copyright img {
  vertical-align: middle;
}
.footer .copyright .copy {
  max-width: 680px;
  margin-left: -8px;
}
.footer .copyright .copy span {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.footer .copyright .xunpan {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  margin: 0 8px;
}
.footer .copyright .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  bottom: 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: #6bb730;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(185, 17, 17, 0.15);
}
.footer .copyright .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  bottom: -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-top-color: #6bb730;
}
.footer .copyright .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;
}
@media screen and (max-width: 1260px) {
  .footer .fooNav dl {
    width: 150px;
    height: 210px;
  }
  .footer .fooNav dl dt {
    height: 65px;
    padding-top: 34px;
  }
  .footer .fooNav dl dt i {
    top: -20px;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    line-height: 40px;
    font-size: 26px;
  }
  .footer .fooNav .ewm img {
    width: 120px;
    height: 120px;
  }
  .footer .fooNav .ewm span {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .footer .lxList ul li p {
    font-size: 14px;
  }
  .footer .lxList ul li:nth-child(1) p {
    font-size: 16px;
  }
  .footer .lxList ul li:nth-child(2) p {
    font-size: 16px;
  }
  .footer .fooNav dl {
    width: 130px;
  }
  .footer .fooNav .ewm img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 25px;
  }
  .footer .lxList ul li {
    width: 50%;
    margin-top: 15px;
  }
  .footer .lxList ul li p {
    margin-top: 5px;
  }
  .footer .fooNav {
    margin-top: 16px;
  }
  .footer .fooNav dl {
    width: 48%;
    margin-top: 30px;
  }
  .footer .fooNav dl dt {
    font-size: 16px;
  }
  .footer .fooNav .ewm {
    margin-top: 20px;
  }
  .footer .fooNav .ewm img {
    width: 140px;
    height: 140px;
  }
  .footer .copyright {
    padding: 20px 0;
  }
  .footer .copyright .xunpan {
    display: none;
  }
}
.pages{ margin-top:30px;}
#pagelist{ line-height:42px;color:#666; padding:15px;}
#pagelist a{ width:62px; text-align:center; float:left; border:1px solid #e5e5e5;background:#fff; height:44px; font-size:14px;color:#666; line-height:44px; margin-left:5px;}
#pagelist a.next,#pagelist a.prev{width:60px;}
#pagelist a.curr{ background:#6bb730;border:1px solid #6bb730;color:#fff;}
#pagelist a:hover{background:#6bb730;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pagelist a img{ display:block;margin:0 auto;margin-top:12px;}
#pagelist span{line-height:44px; font-size:13px; height:44px; margin-left:10px;}
#pagelist span#totalpage{ margin:0;}
.clearfix{ clear:both;}