@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 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: #cc0202;
  color: #fff;
}
::-moz-selection {
  background-color: #cc0202;
  color: #fff;
}
::-webkit-selection {
  background-color: #cc0202;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
}
body {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Microsoft YaHei', sans-serif;
  color: #333;
  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: #cc0202;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #cc0202;
  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', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
a {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
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;
}
.wjdh-message .message-form .content {
  padding-bottom: 20px !important;
}
.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: #cc0202;
}
.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: #cc0202;
}
.Urbansubstationfenzhan {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px !important;
  color: #333 !important;
  display: block;
  text-align: center;
}
.Urbansubstationfenzhan:hover {
  color: #cc0202 !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: #cc0202;
}
.Urbansubstation p a:hover::after {
  background: #cc0202;
}
.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: #cc0202 !important;
}
.businessLicenseBox {
  display: none;
  position: fixed;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.businessLicenseBoxCenter {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70vw;
  max-height: 70vh;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .businessLicenseBoxCenter {
    max-width: 80vw;
    max-height: 80vh;
    padding: 8px;
  }
}
.businessLicenseImg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 10px;
  object-fit: contain;
}
.businessLicenseClose {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  padding: 3px;
  cursor: pointer;
}
.businessLicense img {
  height: 14px;
  vertical-align: middle;
  width: auto;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
@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;
}
.wjdh-ico1 {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #wjdh-kefu {
    display: none !important;
  }
}
.dl-container {
  z-index: 4;
}
.left {
  float: left;
}
.right {
  float: right;
}
.inContent {
  width: 96%;
  max-width: 1680px;
  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,
.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;
}
@media screen and (max-width: 640px) {
  .inContent {
    width: 92%;
  }
}
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;
  min-width: 4px;
}
.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: 104px;
}
.header * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1500px) {
  .header {
    height: 90px;
  }
}
@media screen and (max-width: 980px) {
  .header {
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .header {
    height: 50px;
  }
}
.nav_bg {
  position: relative;
  width: 100%;
  z-index: 999999;
  background-color: #fff;
  left: 0;
  top: 0;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.nav_bg::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #a6a6a6;
  opacity: 0.2;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.nav_bg * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_bg .navMewn {
  width: 96%;
  max-width: 1680px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.nav_bg .navMewn::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #cc0202;
  width: 120px;
  height: 100%;
  left: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1700px) {
  .nav_bg .navMewn::before {
    width: 3%;
  }
}
@media screen and (max-width: 640px) {
  .nav_bg .navMewn {
    width: 92%;
  }
}
.nav_bg .logo {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  line-height: 1;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.nav_bg .logo a img {
  display: block;
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.nav_bg .navico {
  display: none;
}
.nav_bg .slogan {
  border-left: 1px solid rgba(166, 166, 166, 0.6);
  margin-left: 18px;
  padding-left: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  flex: 1;
}
.nav_bg .slogan span {
  font-weight: bold;
  display: block;
  font-size: 18px;
  color: #cc0202;
}
.nav_bg .slogan i {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.nav_bg .menu {
  width: 42.86%;
  max-width: 720px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 100%;
  margin-bottom: 0;
}
.nav_bg .menu > ul > li {
  position: relative;
  height: 100%;
}
.nav_bg .menu > ul > li:first-child {
  margin-left: 0;
}
.nav_bg .menu > ul > li > a {
  display: block;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 5;
  line-height: 104px;
  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;
  min-width: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  min-width: 0;
  height: 1px;
  background-color: #cc0202;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
@media screen and (min-width: 981px) {
  .nav_bg .menu > ul > li:hover > a::before,
  .nav_bg .menu > ul > li.another > a::before {
    min-width: 80px;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.nav_bg .menu > ul > li .sec {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: calc(100% + 40px);
  text-align: center;
  transform-origin: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (min-width: 981px) {
  .nav_bg .menu > ul > li .sec {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    transform: perspective(400px) rotateX(-90deg) translateX(-50%);
    -webkit-transform: perspective(400px) rotateX(-90deg) translateX(-50%);
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(-90deg) translateX(-50%);
  }
}
.nav_bg .menu > ul > li .sec li {
  position: relative;
}
.nav_bg .menu > ul > li .sec li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  line-height: 42px;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 15px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #cc0202, #cc0202);
  background-image: linear-gradient(to right, #cc0202, #cc0202);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
@media screen and (min-width: 981px) {
  .nav_bg .menu > ul > li .sec li a:hover {
    background-size: 100% 100%;
    background-color: #cc0202;
    padding-left: 20px;
    padding-right: 10px;
    color: #fff;
  }
}
.nav_bg .menu > ul > li .sec li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 180px;
  text-align: center;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (min-width: 981px) {
  .nav_bg .menu > ul > li .sec li ul {
    border-left: 1px solid rgba(51, 51, 51, 0.15);
    visibility: hidden;
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@media screen and (min-width: 981px) {
  .nav_bg .menu > ul > li .sec li:hover > li > a {
    background-color: #cc0202;
    background-size: 100% 100%;
    color: #fff;
  }
  .nav_bg .menu > ul > li .sec li:hover ul {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    visibility: initial;
    transform: perspective(400px) rotateY(0);
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  .nav_bg .menu > ul > li .sec li:hover ul > li {
    opacity: 0;
    transform: translateY(8px);
  }
  .nav_bg .menu > ul > li .sec li:hover ul > li:nth-child(1) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.24s;
  }
  .nav_bg .menu > ul > li .sec li:hover ul > li:nth-child(2) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.28s;
  }
  .nav_bg .menu > ul > li .sec li:hover ul > li:nth-child(3) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.32s;
  }
  .nav_bg .menu > ul > li .sec li:hover ul > li:nth-child(4) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.36s;
  }
  .nav_bg .menu > ul > li .sec li:hover ul > li:nth-child(5) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.4s;
  }
  .nav_bg .menu > ul > li .sec li:hover ul > li:nth-child(6) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.44s;
  }
  .nav_bg .menu > ul > li .sec li:hover ul > li:nth-child(7) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.48s;
  }
  .nav_bg .menu > ul > li .sec li:hover ul > li:nth-child(8) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.52s;
  }
  .nav_bg .menu > ul > li .sec li:hover ul > li:nth-child(9) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.56s;
  }
  .nav_bg .menu > ul > li .sec li:hover ul > li:nth-child(10) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.6s;
  }
}
@media screen and (min-width: 981px) {
  .nav_bg .menu > ul > li:hover .sec,
  .nav_bg .menu > ul > li.on .sec {
    transform: perspective(400px) rotateX(0) translateX(-50%);
    -webkit-transform: perspective(400px) rotateX(0) translateX(-50%);
    -moz-transform: perspective(400px) rotateX(0) translateX(-50%);
    opacity: 1;
  }
  .nav_bg .menu > ul > li:hover .sec > li,
  .nav_bg .menu > ul > li.on .sec > li {
    opacity: 0;
    transform: translateY(8px);
  }
  .nav_bg .menu > ul > li:hover .sec > li:nth-child(1),
  .nav_bg .menu > ul > li.on .sec > li:nth-child(1) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.24s;
  }
  .nav_bg .menu > ul > li:hover .sec > li:nth-child(2),
  .nav_bg .menu > ul > li.on .sec > li:nth-child(2) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.28s;
  }
  .nav_bg .menu > ul > li:hover .sec > li:nth-child(3),
  .nav_bg .menu > ul > li.on .sec > li:nth-child(3) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.32s;
  }
  .nav_bg .menu > ul > li:hover .sec > li:nth-child(4),
  .nav_bg .menu > ul > li.on .sec > li:nth-child(4) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.36s;
  }
  .nav_bg .menu > ul > li:hover .sec > li:nth-child(5),
  .nav_bg .menu > ul > li.on .sec > li:nth-child(5) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.4s;
  }
  .nav_bg .menu > ul > li:hover .sec > li:nth-child(6),
  .nav_bg .menu > ul > li.on .sec > li:nth-child(6) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.44s;
  }
  .nav_bg .menu > ul > li:hover .sec > li:nth-child(7),
  .nav_bg .menu > ul > li.on .sec > li:nth-child(7) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.48s;
  }
  .nav_bg .menu > ul > li:hover .sec > li:nth-child(8),
  .nav_bg .menu > ul > li.on .sec > li:nth-child(8) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.52s;
  }
  .nav_bg .menu > ul > li:hover .sec > li:nth-child(9),
  .nav_bg .menu > ul > li.on .sec > li:nth-child(9) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.56s;
  }
  .nav_bg .menu > ul > li:hover .sec > li:nth-child(10),
  .nav_bg .menu > ul > li.on .sec > li:nth-child(10) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.6s;
  }
}
.nav_bg .navLine {
  width: 1px;
  height: 104px;
  background-color: #a6a6a6;
  opacity: 0.2;
  margin-left: 1.5%;
}
.nav_bg .tel {
  position: relative;
  line-height: 30px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  padding: 0 16px;
  color: #cc0202;
}
.nav_bg .tel a {
  color: #cc0202;
}
.nav_bg .tel::before {
  content: "";
  width: 14px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.nav_bg .xpBox {
  display: block;
  background: url(../images/xunpan.png) center center no-repeat;
  position: relative;
  width: 4%;
  background-color: #cc0202;
  height: 104px;
}
.nav_bg .xpBox .xunpan {
  position: absolute;
  z-index: 99999;
  right: 100%;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  text-align: center;
  color: #333;
  font-size: 14px;
  width: 200px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  line-height: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav_bg .xpBox .xunpan i {
  font-weight: bold;
}
.nav_bg .xpBox .xunpan .xunpantip {
  z-index: 9998;
  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: #cc0202;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(204, 2, 2, 0.15);
}
.nav_bg .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: #cc0202;
}
.nav_bg .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 .xpBox:hover .xunpan {
  visibility: inherit;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
@keyframes menu1 {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1500px) {
  .nav_bg .logo {
    flex: 1;
  }
  .nav_bg .slogan {
    display: none;
  }
  .nav_bg .menu {
    width: 53%;
  }
  .nav_bg .menu > ul > li > a {
    line-height: 90px;
  }
  .nav_bg .navLine {
    height: 90px;
  }
  .nav_bg .xpBox {
    height: 90px;
  }
}
@media screen and (max-width: 1380px) {
  .nav_bg .logo a img {
    max-height: 64px;
  }
}
@media screen and (max-width: 1080px) {
  .nav_bg .navMewn::before {
    display: none;
  }
  .nav_bg .xpBox {
    display: none;
  }
  .nav_bg .tel {
    padding-right: 0;
  }
  .nav_bg .logo a img {
    max-height: 64px;
  }
  .nav_bg .menu > ul > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 980px) {
  .nav_bg {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
  }
  .nav_bg .navMewn {
    height: 60px;
    padding: 0;
    position: static;
  }
  .nav_bg .navMewn::after {
    display: none;
  }
  .nav_bg .logo {
    flex: 1;
    margin-right: 2%;
  }
  .nav_bg .logo a img {
    max-height: 40px;
  }
  .nav_bg .navLine {
    display: none;
  }
  .nav_bg .navico {
    width: 22px;
    height: 20px;
    position: relative;
    display: block;
    padding: 9px 0;
    margin-left: 3%;
  }
  .nav_bg .navico i {
    display: block;
    width: 100%;
    height: 2px;
    background: #999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .nav_bg .navico::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #999;
    left: 50%;
    margin-left: -11px;
    top: 50%;
    margin-top: -9px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .nav_bg .navico:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #999;
    left: 50%;
    margin-left: -11px;
    bottom: 50%;
    margin-bottom: -9px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .nav_bg .navico.on i {
    opacity: 0;
  }
  .nav_bg .navico.on::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 .navico.on: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 {
    position: absolute;
    z-index: 9;
    background: #fff;
    padding: 15px 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    flex: none;
    margin-top: 0 !important;
    top: 100%;
    left: 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 {
    display: block;
    height: auto;
  }
  .nav_bg .menu ul > i {
    display: none;
  }
  .nav_bg .menu ul li {
    height: auto;
    border-bottom: 1px solid #eee;
    margin-left: 0;
    position: relative;
  }
  .nav_bg .menu ul li:last-child {
    border-bottom: none;
  }
  .nav_bg .menu ul li > a {
    padding: 0 40px 0 25px;
    color: #555;
    line-height: 46px;
    height: auto;
    font-size: 15px;
    text-align: left;
    position: relative;
  }
  .nav_bg .menu ul li > a::before {
    display: none;
  }
  .nav_bg .menu ul li.dow em {
    content: "";
    display: block;
    position: absolute;
    z-index: 6;
    height: 46px;
    width: 30%;
    right: 0;
    top: 0;
  }
  .nav_bg .menu ul li.dow em::before {
    content: "";
    display: block;
    height: 100%;
    width: 10px;
    position: absolute;
    right: 20px;
    top: 0;
    background: url(../images/fnavar.png) center center no-repeat;
    background-size: auto 16px;
  }
  .nav_bg .menu ul li .sec {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    opacity: 1;
    padding: 0 20px;
    min-width: 0;
  }
  .nav_bg .menu ul li .sec li {
    border-bottom: none;
  }
  .nav_bg .menu ul li .sec li a {
    font-size: 14px;
    background: none !important;
    color: #777 !important;
  }
  .nav_bg .menu ul li .sec li ul {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    padding: 0 20px;
    min-width: 0;
    box-shadow: none;
  }
  .nav_bg .menu ul li .sec li ul li {
    border-bottom: none;
  }
  .nav_bg .menu.on {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    max-height: calc(100vh - 60px);
    overflow: auto;
  }
}
@media screen and (max-width: 640px) {
  .nav_bg .nav_bg .menu.on {
    max-height: calc(100vh - 50px);
  }
  .nav_bg .navMewn {
    height: 50px;
  }
  .nav_bg .logo {
    width: auto;
    border-bottom: none;
  }
  .nav_bg .logo a img {
    max-height: 32px;
  }
  .nav_bg .tel {
    font-size: 16px;
  }
  .nav_bg .tel::before {
    background-size: 16px;
    width: 16px;
    margin-right: 5px;
  }
}
.fixedNav {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.footer {
  background: url(../images/footerbg.jpg) center 0 no-repeat;
  background-color: #2c2c2c;
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  padding: 75px 0;
  color: #747474;
}
.footer a {
  color: #747474;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .footBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .lxList {
  max-width: 300px;
}
.footer .lxList .footLogo img {
  display: block;
  max-height: 71px;
}
.footer .lxList ul {
  padding-top: 40px;
}
.footer .lxList ul li {
  line-height: 30px;
  margin-bottom: 15px;
}
.footer .lxList ul li:last-child {
  margin-bottom: 0;
}
.footer .lxList ul li h4 {
  font-size: 15px;
  color: #b8b8b8;
}
.footer .lxList ul li p {
  color: #e8e7e7;
}
.footer .lxList ul li:first-child p {
  font-weight: bold;
  font-family: Arial;
  font-size: 22px;
}
.footer .footC {
  width: 51.2%;
  padding-top: 28px;
}
.footer .footNav {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 38px;
}
.footer .footNav::before {
  content: "";
  background-color: rgba(241, 241, 241, 0.2);
  height: 1px;
  position: absolute;
  left: 0;
  top: 46px;
  width: 100%;
}
.footer .footNav dl {
  max-width: 25%;
}
.footer .footNav dl dt {
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #e8e7e7;
  padding-bottom: 30px;
}
.footer .footNav dl dd {
  margin-top: 12px;
}
.footer .footNav dl dd a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 36px;
  color: #a1a1a1;
}
.footer .footNav dl dd a:hover {
  color: #fff;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.footer .imgList {
  margin-top: 42px;
}
.footer .imgList .ewmList .ewm {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-left: 28px;
}
.footer .imgList .ewmList .ewm:first-child {
  margin-left: 0;
}
.footer .imgList .ewmList .ewm img {
  display: block;
  width: 112px;
  height: 112px;
}
.footer .imgList .ewmList .ewm span {
  display: block;
  font-size: 14px;
  margin-top: 16px;
  line-height: 1;
}
.footer .imgList .zxLink {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 38px;
  line-height: 42px;
  background-color: #cc0202;
  border-radius: 25px;
  letter-spacing: 3px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer .imgList .zxLink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 30px;
  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 .imgList .zxLink:hover {
  background: none;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}
.footer .imgList .zxLink:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.footer .imgList p {
  text-align: right;
  margin-top: 16px;
}
.footer .imgList p img {
  display: inline-block;
  vertical-align: top;
}
.footer .copyright {
  margin-top: 26px;
  border-top: 1px solid rgba(241, 241, 241, 0.2);
  line-height: 26px;
  padding-top: 15px;
  padding-left: 30px;
}
.footer .copyright img {
  vertical-align: middle;
}
.footer .copyright span {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.footer .copyright .UrbansubstationBox {
  margin: 0 8px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1320px) {
  .footer {
    padding: 60px 0;
  }
  .footer .lxList ul {
    padding-top: 30px;
  }
  .footer .lxList ul li:first-child p {
    font-size: 18px;
  }
  .footer .footC {
    width: 48%;
  }
  .footer .footNav {
    padding: 0;
  }
  .footer .imgList .ewmList .ewm {
    margin-left: 15px;
  }
  .footer .imgList .ewmList .ewm:first-child {
    margin-left: 0;
  }
  .footer .imgList .ewmList .ewm img {
    width: 100px;
    height: 100px;
  }
  .footer .imgList p {
    margin-top: 30px;
  }
  .footer .copyright {
    padding-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .footer {
    padding: 60px 0;
  }
  .footer .footBox {
    display: block;
  }
  .footer .lxList {
    max-width: 100%;
  }
  .footer .lxList .footLogo {
    display: none;
  }
  .footer .lxList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .footer .lxList ul li:first-child p {
    font-size: 18px;
  }
  .footer .footC {
    width: 100%;
    padding-top: 0;
  }
  .footer .footNav {
    display: none;
  }
  .footer .copyright {
    padding-left: 0;
    margin-top: 0;
    margin-left: -5px;
    margin-right: -5px;
  }
  .footer .imgList {
    margin-top: 20px;
  }
  .footer .imgList .ewmList {
    text-align: center;
  }
  .footer .imgList .ewmList .ewm {
    margin-left: 15px;
  }
  .footer .imgList .ewmList .ewm:first-child {
    margin-left: 0;
  }
  .footer .imgList .ewmList .ewm img {
    width: 100px;
    height: 100px;
  }
  .footer .imgList p {
    margin-top: 20px;
    text-align: center;
  }
  .footer .imgList .zxLink {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    padding: 30px 0;
  }
  .footer .footNav {
    display: none;
  }
  .footer .lxList ul li {
    line-height: 26px;
    margin-bottom: 10px;
  }
  .footer .ewmList {
    text-align: center;
  }
  .footer .copyright {
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
  }
}
