@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: #174d9e;
  color: #fff;
}
::-moz-selection {
  background-color: #174d9e;
  color: #fff;
}
::-webkit-selection {
  background-color: #174d9e;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
}
body {
  font: 14px/1.5 'Microsoft YaHei', arial;
  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: #174d9e;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #174d9e;
  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;
}
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;
}
.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: #174d9e;
}
.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: #174d9e;
}
.Urbansubstationfenzhan {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px !important;
  color: #333 !important;
  display: block;
  text-align: center;
}
.Urbansubstationfenzhan:hover {
  color: #174d9e !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: #174d9e;
}
.Urbansubstation p a:hover::after {
  background: #174d9e;
}
.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: #174d9e !important;
}
.businessLicenseBox {
  display: none;
  position: fixed;
  z-index: 999999;
  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: 18px;
  vertical-align: middle;
  width: auto;
  margin-right: 5px;
}
@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: 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,
.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: 1320px) {
  .inContent {
    width: 1180px;
  }
}
body {
  min-width: 1180px;
  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);
  }
}
.anim-text span {
  display: inline-block;
}
.anim-text i {
  display: inline-block;
  min-width: 10px;
}
.anim-text > span {
  animation: slideIn 10.96s linear infinite;
  opacity: 0;
}
.anim-text > span > i {
  animation: hop2 10.96s linear infinite;
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(20vw);
  }
  20% {
    opacity: 1;
    transform: translateX(0);
  }
  80% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20vw);
  }
}
@keyframes hop2 {
  0%,
  2%,
  4%,
  6%,
  8%,
  10%,
  12%,
  14%,
  16%,
  18%,
  20% {
    transform: translateY(0);
  }
  1%,
  3%,
  5%,
  7%,
  9%,
  11%,
  13%,
  15%,
  17%,
  19% {
    transform: translateY(-0.8em);
  }
  80%,
  82%,
  84%,
  86%,
  88%,
  90%,
  92%,
  94%,
  96%,
  98%,
  100% {
    transform: translateY(0);
  }
  81%,
  83%,
  85%,
  87%,
  89%,
  91%,
  93%,
  95%,
  97%,
  99% {
    transform: translateY(-0.8em);
  }
}
.button2 span {
  display: inline-block;
  overflow: hidden;
}
.button2 i {
  min-width: 4px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: 0.3s;
}
.button2 i::after {
  position: absolute;
  content: attr(data-text);
  transform: translateY(100%);
  transition: 0.3s;
  left: 0;
  top: 0;
}
.button2:hover i {
  transform: translateY(-100%);
}
.header {
  width: 100%;
  height: 120px;
  background-color: #174d9e;
}
.header * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_bg {
  width: 100%;
  z-index: 99999999999;
  position: relative;
  background-color: #163c98;
  top: 0;
  left: 0;
  -webkit-transition: all 0.46s ease-out;
  transition: all 0.46s ease-out;
}
.nav_bg::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.1;
  left: 0;
  width: 100%;
  bottom: 0;
  pointer-events: none;
}
.nav_bg .menu {
  width: 100%;
  min-width: 1180px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 11.4%;
}
.nav_bg .menu .logo {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  flex: 1;
  line-height: 1;
  margin-right: 2%;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.nav_bg .menu .logo a img {
  display: block;
  max-width: 100%;
  max-height: 92px;
  object-fit: contain;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.nav_bg .menu > ul {
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 62%;
  max-width: 940px;
  margin-bottom: 0;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.nav_bg .menu > ul > li {
  margin: 0;
  padding: 0;
  position: relative;
}
.nav_bg .menu > ul > li > a {
  display: block;
  height: 120px;
  font-size: 17px;
  position: relative;
  line-height: 120px;
  text-align: center;
  color: #fff;
  padding: 0 5px;
  z-index: 2;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.nav_bg .menu > ul > li > a::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #174d9e;
  z-index: -1;
  width: 0;
  width: calc(100% + 40px);
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav_bg .menu > ul > li > a:hover {
  background-color: transparent;
}
.nav_bg .menu > ul > li.another > a::before,
.nav_bg .menu > ul > li:hover > a::before {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 100%;
}
.nav_bg .menu > ul > li .sec {
  position: absolute;
  z-index: 999999;
  left: 50%;
  top: 100%;
  min-width: 120px;
  text-align: center;
  transform-origin: 0 top;
  -webkit-transform-origin: 0 top;
  -moz-transform-origin: 0 top;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  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%);
  -moz-transform: perspective(400px) rotateX(-90deg) translateX(-50%);
  opacity: 0;
}
.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;
  color: #333;
  font-size: 15px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  padding: 0 15px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #174d9e, #174d9e);
  background-image: linear-gradient(to right, #174d9e, #174d9e);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.nav_bg .menu > ul > li .sec li a:hover {
  color: #fff;
  background-size: 100% 100%;
  background-color: #174d9e;
  padding-left: 20px;
  padding-right: 10px;
}
.nav_bg .menu > ul > li .sec li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 180px;
  text-align: center;
  border-left: 1px solid rgba(51, 51, 51, 0.15);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  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;
}
.nav_bg .menu > ul > li .sec li:hover > li > a {
  color: #fff;
  background-color: #174d9e;
  background-size: 100% 100%;
}
.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;
}
@keyframes menu1 {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.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 .menu .tel {
  color: #fff;
  position: relative;
  font-family: Arial;
  font-size: 28px;
  font-weight: bold;
  line-height: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.15);
  text-align: center;
  margin-left: 25px;
  width: 17.14%;
  min-width: 270px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
@media screen and (max-width: 1800px) {
  .nav_bg .menu {
    padding-left: 3%;
  }
}
@media screen and (max-width: 1680px) {
  .nav_bg .menu {
    padding-left: 2%;
  }
}
@media screen and (max-width: 1460px) {
  .nav_bg .menu {
    padding-left: 1%;
  }
  .nav_bg .menu .tel {
    font-size: 24px;
    min-width: 230px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 1320px) {
  .nav_bg .menu > ul {
    width: 60%;
  }
  .nav_bg .menu > ul > li > a {
    font-size: 15px;
  }
  .nav_bg .menu > ul > li > a::before {
    width: calc(100% + 28px);
  }
  .nav_bg .menu .logo {
    margin-right: 1%;
  }
}
.navDown {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding-bottom: 40px;
  display: none;
}
.navDown .navDownBox {
  margin: auto;
  width: 1280px;
  background-color: #ffffff;
  box-shadow: 4px 19px 18px 0px rgba(1, 1, 1, 0.16);
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  border-top: solid 1px #f1f1f1;
  position: relative;
}
.navDown .navDownBox::after,
.navDown .navDownBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.navDown .navDownBox::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background: url(../images/nav_arc.png) 0 bottom no-repeat;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: -1px;
  background-size: 100%;
}
.navDown .navDownL {
  float: left;
  margin: 50px 0 50px 102px;
  text-align: left;
}
.navDown .navDownL h4 {
  display: none;
}
.navDown .navDownL h4 i {
  display: block;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 72px;
  line-height: 50px;
  color: #dedede;
  font-weight: bold;
}
.navDown .navDownL h4 span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #656565;
  margin-top: 14px;
  text-transform: uppercase;
}
.navDown .navDownL h4::after {
  content: "";
  display: block;
  background-color: #174d9e;
  width: 30px;
  height: 3px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.navDown .navDownL h5 {
  line-height: 1;
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.navDown .navDownL .navDownMore {
  display: inline-block;
  vertical-align: top;
  border: solid 1px #dcdcdc;
  position: relative;
  margin-top: 34px;
  text-align: center;
  line-height: 30px;
  padding: 0 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.navDown .navDownL .navDownMore::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  width: 20px;
  height: 30px;
  background: url(../images/nav_more.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.navDown .navDownL .navDownMore:hover {
  background-color: #174d9e;
  border-color: #174d9e;
  color: #fff;
}
.navDown .navDownL .navDownMore:hover::after {
  filter: grayscale(100) brightness(3);
}
.navDown .navDownL .lyBtn {
  margin-top: 36px;
  background-color: #174d9e;
  display: block;
  width: 127px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.navDown .navDownL .lyBtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #174d9e;
  border-radius: 20px;
  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;
}
.navDown .navDownL .lyBtn:hover {
  background: none;
  color: #174d9e;
  box-shadow: 0 10px 10px -5px rgba(23, 77, 158, 0.5);
}
.navDown .navDownL .lyBtn:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.navDown .navDownProR {
  float: right;
  width: 960px;
  margin-top: 40px;
  text-align: left;
}
.navDown .navDownProR .hd {
  padding: 0 20px;
  margin-bottom: 60px;
}
.navDown .navDownProR .hd::after,
.navDown .navDownProR .hd:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.navDown .navDownProR .hd ul {
  display: flex;
  flex-wrap: wrap;
}
.navDown .navDownProR .hd ul li {
  float: left;
  width: 33.333%;
  margin-bottom: 20px;
}
.navDown .navDownProR .hd ul li a {
  display: block;
  height: 40px;
  position: relative;
  padding-left: 50px;
  margin: 0 20px;
}
.navDown .navDownProR .hd ul li a i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 32px;
  border-radius: 50%;
  font-family: Arial;
  font-size: 16px;
  border: 4px solid #eaeaea;
  color: #525252;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.navDown .navDownProR .hd ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  padding-right: 20px;
  color: #424242;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.navDown .navDownProR .hd ul li a span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #e1e1e1;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #174d9e, #174d9e);
  background-image: linear-gradient(to right, #174d9e, #174d9e);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.navDown .navDownProR .hd ul li a span::after {
  content: ">";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-family: simsun;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.navDown .navDownProR .hd ul li.on a i,
.navDown .navDownProR .hd ul li:hover a i {
  background-color: #174d9e;
  color: #fff;
}
.navDown .navDownProR .hd ul li.on a span,
.navDown .navDownProR .hd ul li:hover a span {
  color: #174d9e;
}
.navDown .navDownProR .hd ul li.on a span::before,
.navDown .navDownProR .hd ul li:hover a span::before {
  background-size: 100% 100%;
}
.navDown .navDownProR .bd {
  margin-top: -45px;
  background-color: #174d9e;
  padding: 20px 20px 70px;
  border-radius: 30px 0 0;
}
.navDown .navDownProR .bd ul {
  display: none;
}
.navDown .navDownProR .bd ul::after,
.navDown .navDownProR .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.navDown .navDownProR .bd ul.on {
  display: block;
}
.navDown .navDownProR .bd ul li {
  float: left;
  width: 25%;
  padding: 0 20px;
}
.navDown .navDownProR .bd ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
}
.navDown .navDownProR .bd ul li a::before {
  content: "<<";
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-weight: bold;
  font-family: simsun;
}
.navDown .navDownProR .bd ul li a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.navDown .navSlogan {
  position: absolute;
  z-index: 5;
  bottom: 10px;
  line-height: 26px;
  color: #666;
  left: 480px;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  width: 560px;
}
.navDown .navDownR {
  float: right;
  width: 960px;
  margin-top: 50px;
  text-align: left;
}
.navDown .navDownR .navDownNav {
  padding-right: 40px;
  margin-bottom: 60px;
}
.navDown .navDownR .navDownNav::after,
.navDown .navDownR .navDownNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.navDown .navDownR .navDownNav ul {
  display: flex;
  flex-wrap: wrap;
}
.navDown .navDownR .navDownNav ul li {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
.navDown .navDownR .navDownNav ul li a {
  display: block;
  height: 40px;
  position: relative;
  padding-left: 50px;
  margin: 0 20px;
}
.navDown .navDownR .navDownNav ul li a i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 32px;
  border-radius: 50%;
  font-family: Arial;
  font-size: 16px;
  border: 4px solid #eaeaea;
  color: #525252;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.navDown .navDownR .navDownNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  padding-right: 20px;
  color: #424242;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.navDown .navDownR .navDownNav ul li a span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #e1e1e1;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #174d9e, #174d9e);
  background-image: linear-gradient(to right, #174d9e, #174d9e);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.navDown .navDownR .navDownNav ul li a span::after {
  content: ">";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-family: simsun;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.navDown .navDownR .navDownNav ul li.on a i,
.navDown .navDownR .navDownNav ul li:hover a i {
  background-color: #174d9e;
  color: #fff;
}
.navDown .navDownR .navDownNav ul li.on a span,
.navDown .navDownR .navDownNav ul li:hover a span {
  color: #174d9e;
}
.navDown .navDownR .navDownNav ul li.on a span::before,
.navDown .navDownR .navDownNav ul li:hover a span::before {
  background-size: 100% 100%;
}
.navDown .navDownR .navDownAbout {
  margin-top: -45px;
  background-color: #174d9e;
  padding: 25px 40px 75px;
  border-radius: 30px 0 0;
}
.navDown .navDownR .navDownAbout .tit {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(226, 226, 226, 0.2);
  line-height: 36px;
  font-size: 20px;
  color: #fff;
}
.navDown .navDownR .navDownAbout .tit::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  position: relative;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  background: url(../images/nav_about_icon.png) center center no-repeat;
  background-color: #174d9e;
  border: 4px solid #eaeaea;
  margin-right: 15px;
}
.navDown .navDownR .navDownAbout .text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  margin-top: 20px;
}
@media screen and (max-width: 1320px) {
  .navDown .navDownBox {
    width: 1180px !important;
    padding-left: 0;
  }
  .navDown .navDownBox .navDownL {
    margin-left: 90px;
  }
  .navDown .navDownBox .navDownR {
    width: 900px;
  }
  .navDown .navDownBox .navDownProR {
    width: 900px;
  }
}
.fixedNav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 0;
}
.fixedNav .menu > ul > li > a {
  height: 96px;
  line-height: 96px;
}
.fixedNav .menu .tel {
  height: 90px;
  line-height: 90px;
}
@keyframes msClock2 {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1);
  }
}
.footer {
  background: url(../images/footerbg.jpg) center 0 no-repeat;
  background-color: #1844a4;
  font-size: 14px;
  position: relative;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .footCont {
  height: 330px;
}
.footer .footNav {
  padding-top: 94px;
}
.footer .footNav dl {
  float: left;
  width: 200px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  height: 176px;
  padding-right: 10px;
  margin-right: 55px;
}
.footer .footNav dl.dl3 {
  width: 170px;
}
.footer .footNav dl.dl4 {
  border-right: none;
  margin-right: -20px;
  width: 100px;
}
@media screen and (max-width: 1320px) {
  .footer .footNav dl {
    width: 180px;
  }
  .footer .footNav dl.dl3 {
    width: 160px;
  }
}
.footer .footNav dl dt {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  position: relative;
  font-weight: bold;
}
.footer .footNav dl dd {
  margin-top: 24px;
  overflow: hidden;
  height: 144px;
}
.footer .footNav dl dd a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 36px;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
}
.footer .footNav dl dd a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #ffffff;
}
.footer .footR {
  float: right;
  width: 330px;
  padding-top: 72px;
  text-align: right;
}
.footer .footR .footLogo img {
  display: inline-block;
  vertical-align: top;
}
.footer .footR .UrbansubstationBox {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  line-height: 34px;
}
.footer .footR .imgList {
  margin-top: 22px;
}
.footer .footR .imgList::after,
.footer .footR .imgList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footer .footR .imgList .ewm {
  display: inline-block;
  vertical-align: top;
  margin-left: 18px;
}
.footer .footR .imgList .ewm:first-child {
  margin-left: 0;
}
.footer .footR .imgList .ewm img {
  display: block;
  width: 108px;
  height: 108px;
  border: solid 1px #dddddd;
  padding: 3px;
}
.footer .lxList {
  height: 106px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .lxList ul {
  display: flex;
  justify-content: space-between;
}
.footer .lxList ul li {
  height: 63px;
  padding-left: 82px;
  font-size: 16px;
  line-height: 26px;
  padding-top: 18px;
}
.footer .lxList ul li.li1 {
  background: url(../images/lxico1.png) 0 0 no-repeat;
}
.footer .lxList ul li.li2 {
  background: url(../images/lxico2.png) 0 0 no-repeat;
}
.footer .lxList ul li.li3 {
  background: url(../images/lxico3.png) 0 0 no-repeat;
}
.footer .copyright {
  padding: 28px 0 56px;
  line-height: 30px;
  position: relative;
  font-size: 14px;
  color: #a8b7d7;
}
.footer .copyright a {
  color: #a8b7d7;
}
.footer .copyright a:hover {
  color: #fff;
}
.footer .copyright img {
  vertical-align: middle;
}
.footer .copyright .xunpan {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.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: #174d9e;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(23, 77, 158, 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: #174d9e;
}
.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: 1320px) {
  .footer .copyright {
    font-size: 13px;
  }
}
