@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 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: #007dc9;
  color: #fff;
}
::-moz-selection {
  background-color: #007dc9;
  color: #fff;
}
::-webkit-selection {
  background-color: #007dc9;
  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: #007dc9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #007dc9;
  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: #007dc9;
}
.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: #007dc9;
}
.Urbansubstationfenzhan {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px !important;
  color: #333 !important;
  display: block;
  text-align: center;
}
.Urbansubstationfenzhan:hover {
  color: #007dc9 !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: #007dc9;
}
.Urbansubstation p a:hover::after {
  background: #007dc9;
}
.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: #007dc9 !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: 94%;
  max-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: 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;
  font-style: normal;
  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));
  }
}
.button2 span {
  overflow: hidden;
}
.button2 i {
  min-width: 4px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: 0.3s;
}
.button2 i::before {
  position: absolute;
  content: attr(data-text);
  transform: translateY(130%);
  opacity: 0;
  transition: 0.3s;
}
.button2:hover i {
  transform: translateY(-130%);
}
.button2:hover i::before {
  opacity: 1;
}
@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: 130px;
}
.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: 1680px) {
  .header {
    height: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    height: 80px;
  }
}
@media screen and (max-width: 980px) {
  .header {
    height: 66px;
  }
}
@media screen and (max-width: 640px) {
  .header {
    height: 50px;
  }
}
.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::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 204px;
  background: url(../images/navbg.png) center 0 no-repeat;
}
.nav_bg .navMewn {
  width: 96%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.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;
  position: absolute;
  z-index: 8;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 38px;
}
.nav_bg .logo a {
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.nav_bg .logo a img {
  display: block;
  max-height: 100px;
  object-fit: contain;
}
.nav_bg .menu {
  width: 108%;
  margin: 0 -4%;
  -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%;
  width: 100%;
}
.nav_bg .menu > ul > li {
  position: relative;
  height: 100%;
  flex: 1;
  border-left: 1px solid #dddddd;
}
.nav_bg .menu > ul > li:first-child {
  border-left: none;
}
.nav_bg .menu > ul > li:nth-child(4) {
  margin-left: 26%;
  border-left: none;
}
.nav_bg .menu > ul > li > a {
  height: 100%;
  text-align: center;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 5;
  font-size: 18px;
  color: #333;
  line-height: 130px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu > ul > li:hover > a {
  color: #007dc9;
}
.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: 46px;
  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, #007dc9, #007dc9);
  background-image: linear-gradient(to right, #007dc9, #007dc9);
  -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 {
  background-size: 100% 100%;
  background-color: #007dc9;
  padding-left: 20px;
  color: #fff;
}
.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 {
  background-color: #007dc9;
  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;
}
@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 .navico {
  display: none;
}
@media screen and (max-width: 1680px) {
  .nav_bg::before {
    top: -30px;
  }
  .nav_bg .logo {
    top: 23px;
  }
  .nav_bg .logo a {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }
  .nav_bg .logo a img {
    display: block;
    max-height: 100px;
    object-fit: contain;
  }
  .nav_bg .menu > ul > li > a {
    line-height: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .nav_bg::before {
    top: 0;
    background-size: auto 128px;
  }
  .nav_bg .logo {
    top: 12px;
  }
  .nav_bg .logo a img {
    margin: auto;
    max-height: 86px;
  }
  .nav_bg .menu > ul > li:nth-child(4) {
    margin-left: 20%;
  }
  .nav_bg .menu > ul > li > a {
    line-height: 80px;
    font-size: 16px;
  }
}
@media screen and (min-width: 981px) {
  .nav_bg .menu > ul {
    display: flex !important;
  }
}
@media screen and (max-width: 980px) {
  .nav_bg::before {
    top: 0;
    background-size: auto 104px;
  }
  .nav_bg .navMewn {
    height: 66px;
    position: initial;
  }
  .nav_bg .logo {
    width: auto;
    position: relative;
    top: 12px;
  }
  .nav_bg .logo a img {
    margin: auto;
    max-height: 60px;
  }
  .nav_bg .navico {
    width: 24px;
    height: 20px;
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    padding: 9px 0;
    margin-left: 30px;
    z-index: 999;
  }
  .nav_bg .navico i {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    -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: #333;
    left: 50%;
    margin-left: -12px;
    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: #333;
    left: 50%;
    margin-left: -12px;
    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 {
    padding-top: 0;
    width: auto;
    height: auto;
    flex: none;
    margin-top: 0 !important;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: auto;
  }
  .nav_bg .menu ul {
    display: none;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0;
    width: 100%;
    background: #fff;
    top: 100%;
    height: auto;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .nav_bg .menu ul > i {
    display: none;
  }
  .nav_bg .menu ul li {
    height: auto;
    border-bottom: 1px solid #eee;
    margin-left: 0 !important;
    border-left: none !important;
  }
  .nav_bg .menu ul li:last-child {
    border-bottom: none;
  }
  .nav_bg .menu ul li > a {
    padding: 10px 10px;
    color: #333;
    line-height: 24px;
    font-size: 15px;
  }
  .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: 15px;
    color: #333;
    font-weight: normal;
  }
  .nav_bg .menu ul li .sec {
    display: none !important;
  }
  .nav_bg .menu.on {
    overflow: inherit;
  }
}
@media screen and (max-width: 640px) {
  .nav_bg::before {
    background-size: auto 78px;
  }
  .nav_bg .navMewn {
    height: 50px;
    width: 92%;
  }
  .nav_bg .menu {
    padding-right: 0;
    width: 100%;
  }
  .nav_bg .menu ul {
    width: 100%;
  }
  .nav_bg .logo {
    top: 8px;
  }
  .nav_bg .logo a img {
    margin: auto;
    max-height: 54px;
  }
  .nav_bg .search {
    display: none;
  }
  .nav_bg .tel {
    display: none;
  }
}
.fixedNav {
  position: fixed;
  z-index: 999999;
  top: 0;
}
.footer {
  overflow: hidden;
}
.footer * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .inBoxFlex {
  width: 92%;
  max-width: 1300px;
  margin: auto;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer .footBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.footer .footBg::before {
  content: "";
  position: absolute;
  right: 73.08%;
  top: 0;
  display: block;
  width: 660px;
  height: 100%;
  background: url(../images/lxbg.jpg) right center no-repeat;
  background-size: cover;
}
.footer .footCont {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 0 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footTit {
  width: 26.92%;
  height: 100%;
  position: relative;
}
.footer .footTit .tit {
  position: absolute;
  z-index: 3;
  right: 28.57%;
}
.footer .footTit .tit i {
  display: block;
  line-height: 1;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  position: absolute;
  right: 0;
  top: 0;
  font-family: Impact;
  font-size: 36px;
  line-height: 30px;
  letter-spacing: 1.8px;
}
.footer .footTit .tit i::first-letter {
  color: #007dc9;
}
.footer .footTit .tit span {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  letter-spacing: 4.8px;
  display: block;
  line-height: 1;
  position: absolute;
  right: 49px;
  top: 0;
  font-size: 16px;
  white-space: nowrap;
}
.footer .footTit .tit span::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  background-color: #007dc9;
  width: 5px;
  height: 21px;
  margin-bottom: 17px;
  position: relative;
  right: 5px;
}
.footer .footTxt {
  width: 61.53%;
}
.footer .footTxt .logoTit {
  font-size: 20px;
  line-height: 1;
}
.footer .footTxt .logoTit .weibo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 28px;
}
.footer .footTxt .logoTit .weixin {
  display: inline-block;
  vertical-align: middle;
  margin-left: 28px;
  position: relative;
}
.footer .footTxt .logoTit .weixin .ewm {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 5;
  top: 100%;
  right: 50%;
  margin-right: -51px;
  margin-top: 5px;
  visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
.footer .footTxt .logoTit .weixin .ewm::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -7px;
  border-bottom: 10px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.footer .footTxt .logoTit .weixin .ewm img {
  display: block;
  width: 90px;
  height: 90px;
}
.footer .footTxt .logoTit .weixin:hover .ewm {
  visibility: inherit;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.footer .footTxt .lxList {
  margin-top: 40px;
}
.footer .footTxt .lxList ul {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.footer .footTxt .lxList ul:first-child{
  margin-top: 0;
}
.footer .footTxt .lxList ul li {
  line-height: 24px;
  padding-left: 28px;
  min-height: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.footer .footTxt .lxList ul li.li1 {
  background: url(../images/lxico2.png) 0 2px no-repeat;
}
.footer .footTxt .lxList ul li.li2 {
  background: url(../images/lxico1.png) 0 2px no-repeat;
}
.footer .footTxt .lxList ul li.li3 {
  background: url(../images/lxico3.png) 0 2px no-repeat;
}
.footer .footTxt .lxList ul li.line {
  width: 1px;
  height: 20px;
  background-color: #dddddd;
  padding: 0;
  margin: 0 30px;
}
.footer .footTxt .lxList ul li.line:first-child {
  display: none;
}
.footer .footTxt .formbox {
  margin-top: 60px;
}
.footer .footTxt .formbox::after,
.footer .footTxt .formbox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footer .footTxt .formbox label {
  float: left;
  display: block;
  width: 49%;
  position: relative;
}
.footer .footTxt .formbox label:first-child {
  margin-right: 2%;
}
.footer .footTxt .formbox input,
.footer .footTxt .formbox textarea {
  background: none;
  border: none;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #aaaaaa;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  position: relative;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer .footTxt .formbox input.xqcontent,
.footer .footTxt .formbox textarea.xqcontent {
  float: left;
  height: 78px;
  padding-bottom: 0;
  margin-top: 32px;
  margin-bottom: 70px;
}
.footer .footTxt .formbox input::-webkit-input-placeholder,
.footer .footTxt .formbox textarea::-webkit-input-placeholder {
  color: #888888;
  font-size: 14px;
  font-weight: normal;
  opacity: 1;
}
.footer .footTxt .formbox input::-moz-placeholder,
.footer .footTxt .formbox textarea::-moz-placeholder {
  color: #888888;
  font-size: 14px;
  font-weight: normal;
  opacity: 1;
}
.footer .footTxt .formbox input:-ms-input-placeholder,
.footer .footTxt .formbox textarea:-ms-input-placeholder {
  color: #888888;
  font-size: 14px;
  font-weight: normal;
  opacity: 1;
}
.footer .footTxt .formbox input:focus,
.footer .footTxt .formbox textarea:focus,
.footer .footTxt .formbox input:active,
.footer .footTxt .formbox textarea:active {
  border-color: #007dc9;
  z-index: 2;
}
.footer .footTxt .formbox input:focus::-webkit-input-placeholder,
.footer .footTxt .formbox textarea:focus::-webkit-input-placeholder,
.footer .footTxt .formbox input:active::-webkit-input-placeholder,
.footer .footTxt .formbox textarea:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer .footTxt .formbox input:focus::-moz-placeholder,
.footer .footTxt .formbox textarea:focus::-moz-placeholder,
.footer .footTxt .formbox input:active::-moz-placeholder,
.footer .footTxt .formbox textarea:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer .footTxt .formbox input:focus:-ms-input-placeholder,
.footer .footTxt .formbox textarea:focus:-ms-input-placeholder,
.footer .footTxt .formbox input:active:-ms-input-placeholder,
.footer .footTxt .formbox textarea:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer .footTxt .formbox .code {
  position: relative;
  display: block;
  float: left;
  width: auto;
  width: 210px;
  height: 40px;
  background-color: #dddddd;
  padding-left: 92px;
  margin-right: 10px;
}
.footer .footTxt .formbox .code input {
  padding-bottom: 0;
  line-height: 40px;
  height: 40px;
  border-bottom: none;
}
.footer .footTxt .formbox .code .imgCode {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 92px;
  height: 38px;
  border: none;
  display: block;
  z-index: 2;
}
.footer .footTxt .formbox .submitform {
  float: left;
  text-align: center;
  width: 140px;
  height: 40px;
  background-color: #007dc9;
  color: #ffffff;
  border: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer .footTxt .formbox .submitform::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #007dc9;
  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 .footTxt .formbox .submitform:hover {
  background: none;
  color: #007dc9;
  box-shadow: 0 10px 10px -5px rgba(0, 125, 201, 0.5);
}
.footer .footTxt .formbox .submitform:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.footer .footTxt .copyright {
  color: #999999;
  line-height: 30px;
  margin-top: 70px;
}
.footer .footTxt .copyright a {
  color: #999999;
}
.footer .footTxt .copyright a:hover {
  color: #007dc9;
}
.footer .footTxt .copy {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.footer .footTxt .copy span {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
}
@media screen and (max-width: 1320px) {
  .footer .footCont {
    padding: 50px 0;
  }
  .footer .footTxt {
    width: 68%;
  }
  .footer .footTxt .lxList {
    margin-top: 40px;
  }
  .footer .footTxt .formbox {
    margin-top: 50px;
  }
  .footer .footTxt .formbox input,
  .footer .footTxt .formbox textarea {
    height: 35px;
    line-height: 24px;
    padding-bottom: 10px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .footer .footTxt .formbox input.xqcontent,
  .footer .footTxt .formbox textarea.xqcontent {
    height: 58px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer .footTxt .copyright {
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  .footer .footCont {
    padding: 50px 0;
  }
  .footer .footTxt .logoTit {
    font-size: 20px;
    line-height: 1;
  }
  .footer .footTxt .logoTit .weibo {
    margin-left: 18px;
  }
  .footer .footTxt .logoTit .weixin {
    margin-left: 18px;
  }
  .footer .footTxt .lxList {
    margin-top: 30px !important;
  }
  .footer .footTxt .lxList ul{
    justify-content: space-between;
  }
  .footer .footTxt .lxList ul li.line {
    display: none;
  }
  .footer .footTxt .formbox {
    margin-top: 40px !important;
  }
  .footer .footTxt .formbox input.xqcontent,
  .footer .footTxt .formbox textarea.xqcontent {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .footer .footTxt .copyright {
    line-height: 26px;
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 640px) {
  .footer .footBg::before {
    right: 80%;
  }
  .footer .footCont {
    padding: 35px 0;
  }
  .footer .footTit {
    width: 16%;
  }
  .footer .footTit .tit {
    right: 5%;
  }
  .footer .footTit .tit i {
    font-size: 30px;
    line-height: 24px;
  }
  .footer .footTit .tit span {
    right: 34px;
  }
  .footer .footTxt {
    width: 76%;
  }
  .footer .footTxt .logoTit {
    font-size: 18px;
  }
  .footer .footTxt .logoTit .weibo {
    margin-left: 10px;
  }
  .footer .footTxt .logoTit .weixin {
    margin-left: 10px;
  }
  .footer .footTxt .lxList {
    margin-top: 20px;
  }
  .footer .footTxt .formbox {
    margin-top: 20px;
  }
  .footer .footTxt .formbox input,
  .footer .footTxt .formbox textarea {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .footTxt .formbox input.xqcontent,
  .footer .footTxt .formbox textarea.xqcontent {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .footer .footTxt .formbox .code {
    width: 170px;
    height: 40px;
    padding-left: 84px;
    margin-right: 10px;
  }
  .footer .footTxt .formbox .code input {
    padding-bottom: 0;
    line-height: 40px;
    height: 40px;
    border-bottom: none;
  }
  .footer .footTxt .formbox .code .imgCode {
    position: absolute;
    left: 1px;
    top: 5px;
    width: 76px;
    height: 32px;
    border: none;
    display: block;
    z-index: 2;
  }
  .footer .footTxt .formbox .submitform {
    width: 70px;
  }
  .footer .footTxt .copyright {
    line-height: 24px;
    margin-top: 20px;
  }
}
