@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: #db261b;
  color: #fff;
}
::-moz-selection {
  background-color: #db261b;
  color: #fff;
}
::-webkit-selection {
  background-color: #db261b;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
}
body {
  font: 14px/1.5 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: #db261b;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #db261b;
  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: Arial;
}
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;
}
.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: #db261b;
}
.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: #db261b;
}
.Urbansubstationfenzhan {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px !important;
  color: #333 !important;
  display: block;
  text-align: center;
}
.Urbansubstationfenzhan:hover {
  color: #db261b !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: #db261b;
}
.Urbansubstation p a:hover::after {
  background: #db261b;
}
.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: #db261b !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: 16px;
  vertical-align: middle;
  width: auto;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
@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: 94%;
  max-width: 1640px;
  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;
}
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: 120px;
}
@media screen and (max-width: 1120px) {
  .header {
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .header {
    height: 50px;
  }
}
.header * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navico {
  background: url(../images/menuicobg.png) center center no-repeat;
  width: 76px;
  height: 82px;
  background-size: contain;
  margin-left: 2%;
  color: #fff;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.navico i {
  width: 20px;
  height: 17px;
  display: block;
  margin: 0 auto;
  background: url(../images/menuico.png) center center no-repeat;
  background-size: contain;
}
.navico span {
  display: block;
  margin-top: 12px;
  line-height: 14px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1360px) {
  .navico {
    width: 70px;
    height: 76px;
  }
  .navico span {
    font-size: 16px;
    line-height: 12px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1120px) {
  .navico {
    width: 46px;
    height: 50px;
  }
  .navico span {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .navico {
    width: 40px;
    height: 44px;
  }
}
.nav_bg {
  position: relative;
  width: 100%;
  z-index: 99999;
  left: 0;
  top: 0;
  background-color: #040000;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.nav_bg.on {
  display: none;
}
.nav_bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 1px;
  width: 100%;
  background-color: #fff;
  opacity: 0.1;
}
.nav_bg .navMewn {
  width: 96%;
  max-width: 1640px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  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;
  flex: 1;
  width: 94%;
  max-width: 1600px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.nav_bg .logo a {
  display: block;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
}
.nav_bg .logo a img {
  display: block;
  max-height: 88px;
  object-fit: contain;
}
.nav_bg .tel {
  font-family: Arial;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  margin-left: 20px;
}
.nav_bg .tel::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #c4c4c4;
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
}
.nav_bg .tel span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.nav_bg .tel span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.nav_bg .menu {
  width: 54.52%;
  max-width: 894px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu > ul {
  display: flex;
  justify-content: space-between;
}
.nav_bg .menu > ul > li {
  position: relative;
}
.nav_bg .menu > ul > li > a {
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 5;
  line-height: 120px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu > ul > li.another > a {
  font-weight: bold;
}
.nav_bg .menu > ul > li:hover > a {
  color: #db261b;
}
@keyframes menu1 {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1121px) {
  .nav_bg .menu > ul > li .sec {
    position: absolute;
    z-index: 999999;
    left: 50%;
    top: 100%;
    min-width: 100px;
    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: 40px;
    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, #db261b, #db261b);
    background-image: linear-gradient(to right, #db261b, #db261b);
    -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: #db261b;
    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: #db261b;
    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;
  }
  .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 {
  margin-left: 2%;
  display: none;
}
@media screen and (max-width: 1360px) {
  .nav_bg .menu > ul > li > a {
    font-size: 16px;
    height: 100px;
    line-height: 100px;
  }
  .nav_bg .tel {
    font-size: 18px;
  }
  .nav_bg .tel::before {
    margin-right: 15px;
  }
  .nav_bg .tel span::before {
    margin-right: 8px;
  }
}
@media screen and (min-width: 1121px) {
  .nav_bg .menu > ul {
    display: flex !important;
  }
}
@media screen and (max-height: 800px) {
  .nav_bg .logo {
    height: 80px;
  }
  .nav_bg .menu > ul > li > a {
    line-height: 80px;
  }
}
@media screen and (max-height: 600px) {
  .nav_bg .logo {
    height: 70px;
  }
  .nav_bg .logo a img {
    max-height: 50px;
  }
  .nav_bg .menu > ul > li > a {
    line-height: 70px;
  }
}
@media screen and (max-width: 1120px) {
  .nav_bg .navMewn {
    width: 96%;
    margin: auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    position: initial;
  }
  .nav_bg .navMewn::after {
    display: none;
  }
  .nav_bg .logo {
    width: auto;
    border-bottom: none;
    padding-top: 0;
    position: relative;
    height: auto;
  }
  .nav_bg .logo a img {
    max-height: 40px;
  }
  .nav_bg .tel::before {
    display: none;
  }
  .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 li {
    height: auto;
    border-bottom: 1px solid #eee;
    margin-left: 0;
  }
  .nav_bg .menu ul li:last-child {
    border-bottom: none;
  }
  .nav_bg .menu ul li > a {
    display: block;
    padding: 10px 40px 10px 25px;
    color: #333;
    line-height: 26px;
    height: auto;
    font-size: 15px;
    text-align: left;
    position: relative;
  }
  .nav_bg .menu ul li > a::before {
    display: none;
  }
  .nav_bg .menu ul li:hover > a,
  .nav_bg .menu ul li.another > a {
    color: #333;
  }
  .nav_bg .menu ul li.dow > a {
    pointer-events: none;
  }
  .nav_bg .menu ul li.dow > a::after {
    content: ">";
    display: block;
    font-family: simsun;
    font-size: 18px;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nav_bg .menu ul li.dow > i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .nav_bg .menu ul li .sec {
    display: none;
    position: relative;
    z-index: 2;
    left: 0;
    top: 0;
    width: auto;
    opacity: 1;
    transform: perspective(400px) rotateX(0g) translateX(0) !important;
    -webkit-transform: perspective(400px) rotateX(0) translateX(0) !important;
    padding-left: 20px;
    min-width: 0;
    box-shadow: none;
  }
  .nav_bg .menu ul li .sec li {
    border-bottom: none;
    animation: none !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  .nav_bg .menu ul li .sec li.dow > a {
    pointer-events: none;
  }
  .nav_bg .menu ul li .sec li.dow > a::after {
    content: ">";
    display: block;
    font-family: simsun;
    font-size: 18px;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nav_bg .menu ul li .sec li.dow ul {
    padding-left: 20px;
    position: relative;
    z-index: 2;
  }
  .nav_bg .menu ul li .sec {
    display: none;
  }
  .nav_bg .menu ul li .sec a {
    font-size: 14px;
    background: none !important;
    color: #333 !important;
  }
  .nav_bg .menu.on {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    max-height: calc(100vh - 60px);
    overflow: auto;
  }
  .nav_bg .navico{
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .nav_bg .navMewn {
    height: 50px;
    width: 92%;
  }
  .nav_bg .menu {
    padding-right: 0;
    width: 100%;
  }
  .nav_bg .menu ul {
    width: 100%;
  }
  .nav_bg .logo {
    width: auto;
    border-bottom: none;
  }
  .nav_bg .logo a {
    top: -2px;
  }
  .nav_bg .logo a img {
    max-height: 36px;
    max-width: 200px;
  }
}
.fixedNav {
  position: fixed;
  z-index: 999999;
  top: 0;
}
.menuShow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: url(../images/menubg.jpg) center center no-repeat;
  background-size: cover;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.menuShow .showSearch {
  height: 45vh;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}
.menuShow .showSearch .inContent {
  height: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.menuShow .showSearch .inContent::after {
  display: none;
}
.menuShow .showSearch .menuClose {
  position: absolute;
  width: 50px;
  height: 50px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  top: 10.2vh;
  right: 0;
  z-index: 99;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #ffffff;
}
.menuShow .showSearch .menuClose::before {
  content: "X";
}
.menuShow .showSearch .search {
  width: 100%;
  max-width: 518px;
  height: 64px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding-left: 62px;
  overflow: hidden;
}
.menuShow .showSearch .search::before {
  content: "";
  display: block;
  position: absolute;
  left: 62px;
  width: 1px;
  height: 18px;
  background-color: #fff;
  opacity: 0.5;
  top: 50%;
  margin-top: -9px;
}
.menuShow .showSearch .search .searchInp {
  width: 100%;
  height: 62px;
  line-height: 62px;
  border: none;
  background: none;
  font-size: 16px;
  padding: 0 18px;
  color: #ffffff;
}
.menuShow .showSearch .search .searchInp::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.menuShow .showSearch .search .searchInp::-moz-placeholder {
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.menuShow .showSearch .search .searchInp:-ms-input-placeholder {
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.menuShow .showSearch .search .searchInp:focus::-webkit-input-placeholder,
.menuShow .showSearch .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.menuShow .showSearch .search .searchInp:focus::-moz-placeholder,
.menuShow .showSearch .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.menuShow .showSearch .search .searchInp:focus:-ms-input-placeholder,
.menuShow .showSearch .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.menuShow .showSearch .search .submitBtn {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/searchico.png) center center no-repeat;
  width: 62px;
  height: 100%;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.menuShow .showSearch .search:hover {
  border-color: #fff;
}
.menuShow .showSearch .tel {
  margin-top: 4.8vh;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  font-size: 32px;
  color: #fff;
}
.menuShow .showSearch .tel span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.menuShow .showSearch .tel span::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/menutel.png) center center no-repeat;
}
.menuShow .menuShowNav {
  height: 55vh;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}
.menuShow .menuShowNav .inContent {
  height: 100%;
}
.menuShow .menuShowNav .navUl {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  height: 100%;
}
.menuShow .menuShowNav .navUl dl {
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  height: 55vh;
  padding-top: 14vh;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-height: 700px) {
  .menuShow .menuShowNav .navUl dl {
    padding-top: 10vh;
  }
}
.menuShow .menuShowNav .navUl dl dt a {
  display: block;
  line-height: 1.5;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1px;
}
.menuShow .menuShowNav .navUl dl dt::after {
  content: "";
  display: block;
  margin: 2.4vh auto 0;
  width: 22px;
  height: 2px;
  background-color: #db261b;
}
.menuShow .menuShowNav .navUl dl dd {
  margin-top: 4.5vh;
}
.menuShow .menuShowNav .navUl dl dd a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1px;
  opacity: 0.6;
  color: #fff;
}
.menuShow .menuShowNav .navUl dl dd a:hover {
  opacity: 1;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.menuShow .menuShowNav .navUl dl:hover {
  background-color: rgba(219, 38, 27, 0.5);
}
.menuShow.on {
  visibility: inherit;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.menuShow.on .showSearch {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.menuShow.on .menuShowNav {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .menuShow {
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
.footer {
  background: url(../images/footerbg.jpg) center 0 no-repeat;
  background-size: cover;
  height: auto !important;
  color: rgba(255, 255, 255, 0.55);
}
.footer a {
  color: rgba(255, 255, 255, 0.55);
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .footBox {
  padding: 70px 0 48px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .footBox::after {
  display: none;
}
.footer .lxList {
  max-width: 28%;
  padding-top: 42px;
}
.footer .lxList ul li {
  color: #fff;
  line-height: 28px;
  font-size: 16px;
  margin-top: 40px;
}
.footer .lxList ul li:first-child {
  margin-top: 0;
}
.footer .lxList ul li em {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 26px;
  margin-right: 15px;
}
.footer .lxList ul li em img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer .lxList ul li span {
  display: inline-block;
  vertical-align: top;
}
.footer .lxList ul li i {
  display: inline-block;
  vertical-align: top;
}
.footer .lxList ul li:nth-child(1) i {
  font-size: 26px;
  font-family: Arial;
  font-weight: bold;
}
.footer .footNav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 40%;
  max-width: 650px;
}
.footer .footNav dl dt {
  font-size: 20px;
  line-height: 1;
  color: #cdcdcd;
  font-weight: bold;
}
.footer .footNav dl dd {
  margin-top: 18px;
}
.footer .footNav dl dd a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  font-size: 15px;
  color: #9b9b9b;
}
.footer .footNav dl dd a:hover {
  color: #fff;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.footer .ewmList {
  display: flex;
  justify-content: space-between;
}
.footer .ewmList .ewm {
  padding: 10px 10px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
  margin: 0 27px;
}
.footer .ewmList .ewm img {
  display: block;
  width: 126px;
  height: 126px;
}
.footer .ewmList .ewm span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
}
.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
  text-align: center;
  line-height: 30px;
}
.footer .copyright span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
@media screen and (max-width: 1380px) {
  .footer .footBox {
    padding: 60px 0 40px;
  }
  .footer .footNav {
    width: 38%;
  }
  .footer .ewmList .ewm {
    margin: 0 10px;
  }
  .footer .lxList {
    padding-top: 30px;
  }
  .footer .lxList ul li {
    font-size: 15px;
    margin-top: 30px;
  }
  .footer .lxList ul li:first-child {
    margin-top: 0;
  }
  .footer .lxList ul li:nth-child(1) i {
    font-size: 20px;
  }
}
@media screen and (max-width: 1180px) {
  .footer .footBox {
    padding: 40px 0 30px;
  }
  .footer .footNav {
    width: 36%;
  }
  .footer .footNav dl dt {
    font-size: 16px;
  }
  .footer .footNav dl dd a {
    font-size: 14px;
  }
  .footer .ewmList {
    margin-left: -10px;
  }
  .footer .ewmList .ewm {
    margin: 0 10px;
  }
  .footer .ewmList .ewm img {
    width: 110px;
    height: 110px;
  }
  .footer .lxList {
    padding-top: 30px;
  }
  .footer .lxList ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .footBox {
    flex-direction: row;
  }
  .footer .footNav {
    display: none;
  }
  .footer .ewmList {
    margin-left: -5px;
  }
  .footer .ewmList .ewm {
    margin: 0 5px;
    padding: 6px 6px 0;
  }
  .footer .ewmList .ewm img {
    width: 100px;
    height: 100px;
  }
  .footer .lxList {
    max-width: 55%;
    padding-top: 25px;
  }
  .footer .copyright {
    padding: 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .footer .footBox {
    padding: 30px 0 20px;
  }
  .footer .lxList {
    max-width: 100%;
    padding-top: 0;
  }
  .footer .lxList ul li {
    margin-top: 10px;
  }
  .footer .lxList ul li em {
    width: 16px;
  }
  .footer .lxList ul li:first-child {
    margin-top: 0;
  }
  .footer .ewmList {
    margin-left: 0;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .footer .copyright {
    padding: 20px 0;
    font-size: 12px;
    line-height: 24px;
  }
}
