@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: #7fbd2c;

  color: #fff;

}

::-moz-selection {

  background-color: #7fbd2c;

  color: #fff;

}

::-webkit-selection {

  background-color: #7fbd2c;

  color: #fff;

}

* {

  padding: 0;

  margin: 0;

}

body {

  font-size: 14px;

  line-height: 1.5;

  font-family: 'Microsoft YaHei', sans-serif;

  color: #333;

  margin: 0 auto !important;

  position: relative;

  background-color: #fff;

}

*: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: #7fbd2c;

  color: #000;

  text-decoration: none;

}

mark {

  background-color: #7fbd2c;

  color: #000;

  font-style: italic;

  font-weight: bold;

}

del {

  text-decoration: line-through;

}

table {

  border-collapse: collapse;

  border-spacing: 0;

}

hr {

  display: block;

  height: 1px;

  border: 0;

  border-top: 1px solid #cccccc;

  margin: 1em 0;

  padding: 0;

}

input,

select {

  vertical-align: middle;

}

li,

ul {

  list-style-type: none;

  padding: 0;

  margin: 0;

}

img {

  border: none;

}

input,

textarea {

  outline: 0;

  border: 0;

  resize: none;

  font-size: 14px;

  font-family: 'Microsoft YaHei', sans-serif;

}

h1,

h2,

h3,

h4,

h5,

h6,

dl,

dd,

dt,

i,

em {

  font-weight: normal;

  font-style: normal;

}

a {

  transition: 0.4s;

}

input,

button {

  outline: none;

}

.wjdh-message {

  z-index: 99999999999999 !important;

}

.wjdh-message * {

  -webkit-box-sizing: content-box;

  -ms-box-sizing: content-box;

  -moz-box-sizing: content-box;

  box-sizing: content-box;

}

.wjdh-message .message-form .content {

  padding-bottom: 20px !important;

}

.UrbansubstationBox {

  display: inline-block;

  position: relative;

}

.UrbansubstationBox * {

  -webkit-box-sizing: content-box;

  -ms-box-sizing: content-box;

  -moz-box-sizing: content-box;

  box-sizing: content-box;

}

.UrbansubstationBox *::before {

  -webkit-box-sizing: content-box;

  -ms-box-sizing: content-box;

  -moz-box-sizing: content-box;

  box-sizing: content-box;

}

.UrbansubstationBox *::after {

  -webkit-box-sizing: content-box;

  -ms-box-sizing: content-box;

  -moz-box-sizing: content-box;

  box-sizing: content-box;

}

.Urbansubstation {

  position: absolute;

  z-index: 9999999;

  bottom: 100%;

  left: 50%;

  transform: translateX(-50%);

  background: #f8f8f8;

  min-width: 160px;

  height: 0;

  overflow: hidden;

  box-sizing: border-box;

  line-height: 0;

  font-size: 0;

  border-radius: 10px;

}

.Urbansubstation > a {

  color: #333 !important;

  font-size: 16px;

  font-weight: bold;

}

.Urbansubstation > a:hover {

  color: #7fbd2c;

}

.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: #7fbd2c;

}

.Urbansubstationfenzhan {

  height: 40px;

  line-height: 40px;

  font-weight: bold;

  font-size: 16px !important;

  color: #333 !important;

  display: block;

  text-align: center;

}

.Urbansubstationfenzhan:hover {

  color: #7fbd2c !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: #7fbd2c;

}

.Urbansubstation p a:hover::after {

  background: #7fbd2c;

}

.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: #7fbd2c !important;

}

.businessLicenseBox {

  display: none;

  position: fixed;

  z-index: 99999999999;

  background: rgba(0, 0, 0, 0.1);

  top: 0;

  left: 0;

  width: 100vw;

  height: 100vh;

}

.businessLicenseBoxCenter {

  position: fixed;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  max-width: 70vw;

  max-height: 70vh;

  box-sizing: border-box;

  padding: 15px;

  background: #fff;

  display: block;

  border-radius: 10px;

}

@media screen and (max-width: 768px) {

  .businessLicenseBoxCenter {

    max-width: 80vw;

    max-height: 80vh;

    padding: 8px;

  }

}

.businessLicenseImg {

  max-width: 100%;

  max-height: 100%;

  display: block;

  border-radius: 10px;

  object-fit: contain;

}

.businessLicenseClose {

  position: absolute;

  top: -12px;

  right: -12px;

  background: #fff;

  border-radius: 50%;

  box-sizing: border-box;

  width: 30px;

  height: 30px;

  padding: 3px;

  cursor: pointer;

}

.businessLicense img {

  height: 14px;

  vertical-align: middle;

  width: auto;

  margin-right: 5px;

  position: relative;

  top: -1px;

}

@keyframes zyfd {

  0% {

    -webkit-transform: translateX(0);

    transform: translateX(0);

  }

  25% {

    -webkit-transform: translateX(5px);

    transform: translateX(5px);

  }

  50% {

    -webkit-transform: translateX(0);

    transform: translateX(0);

  }

  75% {

    -webkit-transform: translateX(-5px);

    transform: translateX(-5px);

  }

  100% {

    -webkit-transform: translateX(0);

    transform: translateX(0);

  }

}

.disablemouserightclick,

.disablechoose,

.disablecopy {

  display: none;

}

.wjdh-ico1 {

  vertical-align: middle;

}

@media screen and (max-width: 768px) {

  #wjdh-kefu {

    display: none !important;

  }

}

.dl-container {

  z-index: 4;

}

.left {

  float: left;

}

.right {

  float: right;

}

.inContent {

  width: 94%;

  max-width: 1600px;

  margin: auto;

  position: relative;

  -webkit-box-sizing: border-box;

  -ms-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.inContent::after,

.inContent:after {

  content: "";

  display: block;

  clear: both;

  font-size: 0;

  line-height: 0;

}

.inContent * {

  -webkit-box-sizing: border-box;

  -ms-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

@media screen and (max-width: 640px) {

  .inContent {

    width: 92%;

  }

}

body {

  overflow-x: hidden;

  font-family: Arial;

}

.button {

  --duration: 0.5s;

  --move-hover: -6px;

  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: -6px;

}

.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%;

}

.header * {

  -webkit-box-sizing: border-box;

  -ms-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.menu {

  position: relative;

  width: 100%;

  z-index: 999999;

  left: 0;

  top: 0;

  -webkit-transition: all 0.35s ease-out;

  transition: all 0.35s ease-out;

  background-color: #fff;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);

}

.menu * {

  -webkit-box-sizing: border-box;

  -ms-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.menu .nav {

  width: 94%;

  max-width: 1600px;

  margin: auto;

  display: flex;

  flex-direction: row;

  justify-content: space-between;

  align-items: center;

  position: relative;

}

.menu .logo {

  float: left;

  position: relative;

  padding: 0;

  margin: 0;

  line-height: 1;

  -webkit-transition: all 0.35s ease-out;

  transition: all 0.35s ease-out;

  margin-right: 2%;

}

.menu .logo a img {

  display: block;

  max-width: 100%;

  max-height: 70px;

  object-fit: contain;

  -webkit-transition: all 0.35s ease-out;

  transition: all 0.35s ease-out;

}

.menu .navico {

  display: none;

}

.menu .navBar {

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  flex: 1;

  min-width: 0;

}

.menu .navBar > ul {

  display: flex;

  justify-content: flex-end;

  align-items: center;

  text-align: center;

  height: 100%;

  margin-bottom: 0;

  column-gap: 50px;

}

@media screen and (max-width: 1920px) {

  .menu .navBar > ul {

    column-gap: 2.5vw;

  }

}

.menu .navBar > ul > li {

  position: relative;

  height: 100%;

}

.menu .navBar > ul > li:first-child {

  margin-left: 0;

}

.menu .navBar > ul > li > a {

  display: flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  height: 100px;

  margin: auto;

  position: relative;

  font-size: 18px;

  z-index: 5;

  line-height: 20px;

  -webkit-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

  color: #333;

}



.menu .navBar > ul > li.current-menu-item > a{

  color: #7fbd2c;

}

.menu .navBar > ul > li.current-menu-ancestor > a{

  color: #7fbd2c;

}

@media screen and (min-width: 981px) {

  .menu .navBar > ul > li em {

    display: none !important;

  }

  .menu .navBar > ul > li:hover > a,

  .menu .navBar > ul > li.another > a {

    color: #7fbd2c;

  }

}

.menu .navBar > ul > li > ul {

  position: absolute;

  left: 50%;

  top: 100%;

  min-width: calc(100% + 40px);

  text-align: center;

  transform-origin: top;

  -webkit-transform-origin: top;

  -moz-transform-origin: top;

  -webkit-transition: all 0.25s ease-out;

  transition: all 0.25s ease-out;

}

@media screen and (min-width: 981px) {

  .menu .navBar > ul > li > ul {

    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);

    transform: perspective(400px) rotateX(-90deg) translateX(-50%);

    -webkit-transform: perspective(400px) rotateX(-90deg) translateX(-50%);

    opacity: 0;

    -moz-transform: perspective(400px) rotateX(-90deg) translateX(-50%);

  }

}

.menu .navBar > ul > li > ul li {

  position: relative;

}

.menu .navBar > ul > li > ul li a {

  display: block;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  font-size: 15px;

  line-height: 42px;

  background-color: rgba(255, 255, 255, 0.9);

  padding: 0 15px;

  background-repeat: no-repeat;

  background-image: -webkit-linear-gradient(left, #7fbd2c, #7fbd2c);

  background-image: linear-gradient(to right, #7fbd2c, #7fbd2c);

  -webkit-transition: all 0.5s;

  transition: all 0.5s;

  background-size: 0% 100%;

  background-position: left center;

}

@media screen and (min-width: 981px) {

  .menu .navBar > ul > li > ul li a {

    border-top: 1px solid rgba(0, 0, 0, 0.08);

  }

  .menu .navBar > ul > li > ul li a:hover {

    background-size: 100% 100%;

    background-color: #7fbd2c;

    padding-left: 20px;

    padding-right: 10px;

    color: #fff;

  }

}

.menu .navBar > ul > li > ul li ul {

  position: absolute;

  left: 100%;

  top: 0;

  width: 180px;

  text-align: center;

  -webkit-transition: all 0.25s ease-out;

  transition: all 0.25s ease-out;

}

@media screen and (min-width: 981px) {

  .menu .navBar > ul > li > ul li ul {

    visibility: hidden;

    transform-origin: left;

    -webkit-transform-origin: left;

    -moz-transform-origin: left;

    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);

    transform: perspective(400px) rotateY(90deg);

    -webkit-transform: perspective(400px) rotateY(90deg);

    -moz-transform: perspective(400px) rotateY(90deg);

    opacity: 0;

  }

}

@media screen and (min-width: 981px) {

  .menu .navBar > ul > li > ul li:hover > li > a {

    background-color: #7fbd2c;

    background-size: 100% 100%;

    color: #fff;

  }

  .menu .navBar > ul > li > ul 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;

  }

  .menu .navBar > ul > li > ul li:hover ul > li {

    opacity: 0;

    transform: translateY(8px);

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(1) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.24s;

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(2) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.28s;

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(3) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.32s;

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(4) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.36s;

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(5) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.4s;

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(6) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.44s;

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(7) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.48s;

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(8) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.52s;

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(9) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.56s;

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(10) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.6s;

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(11) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.64s;

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(12) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.68s;

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(13) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.72s;

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(14) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.76s;

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(15) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.8s;

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(16) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.84s;

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(17) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.88s;

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(18) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.92s;

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(19) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.96s;

  }

  .menu .navBar > ul > li > ul li:hover ul > li:nth-child(20) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 1s;

  }

}

@media screen and (min-width: 981px) {

  .menu .navBar > ul > li:hover > ul,

  .menu .navBar > ul > li.on > ul {

    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;

  }

  .menu .navBar > ul > li:hover > ul > li,

  .menu .navBar > ul > li.on > ul > li {

    opacity: 0;

    transform: translateY(8px);

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(1),

  .menu .navBar > ul > li.on > ul > li:nth-child(1) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.24s;

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(2),

  .menu .navBar > ul > li.on > ul > li:nth-child(2) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.28s;

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(3),

  .menu .navBar > ul > li.on > ul > li:nth-child(3) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.32s;

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(4),

  .menu .navBar > ul > li.on > ul > li:nth-child(4) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.36s;

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(5),

  .menu .navBar > ul > li.on > ul > li:nth-child(5) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.4s;

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(6),

  .menu .navBar > ul > li.on > ul > li:nth-child(6) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.44s;

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(7),

  .menu .navBar > ul > li.on > ul > li:nth-child(7) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.48s;

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(8),

  .menu .navBar > ul > li.on > ul > li:nth-child(8) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.52s;

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(9),

  .menu .navBar > ul > li.on > ul > li:nth-child(9) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.56s;

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(10),

  .menu .navBar > ul > li.on > ul > li:nth-child(10) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.6s;

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(11),

  .menu .navBar > ul > li.on > ul > li:nth-child(11) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.64s;

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(12),

  .menu .navBar > ul > li.on > ul > li:nth-child(12) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.68s;

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(13),

  .menu .navBar > ul > li.on > ul > li:nth-child(13) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.72s;

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(14),

  .menu .navBar > ul > li.on > ul > li:nth-child(14) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.76s;

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(15),

  .menu .navBar > ul > li.on > ul > li:nth-child(15) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.8s;

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(16),

  .menu .navBar > ul > li.on > ul > li:nth-child(16) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.84s;

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(17),

  .menu .navBar > ul > li.on > ul > li:nth-child(17) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.88s;

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(18),

  .menu .navBar > ul > li.on > ul > li:nth-child(18) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.92s;

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(19),

  .menu .navBar > ul > li.on > ul > li:nth-child(19) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 0.96s;

  }

  .menu .navBar > ul > li:hover > ul > li:nth-child(20),

  .menu .navBar > ul > li.on > ul > li:nth-child(20) {

    animation: menu1 0.3s ease-in-out forwards;

    animation-delay: 1s;

  }

}

.menu .lang{
  margin-left: 2%;
}
.menu .lang .trp-ls-shortcode-current-language {
  background-color: #ffffff;
  border-radius: 16px;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  border: none;
  line-height: 34px;
  padding: 0 15px 0 0;
  background-position: calc(100% - 10px) calc(1em + 0px), calc(100% - 3px) calc(1em + 0px);
}
.menu .lang .trp-ls-shortcode-current-language> a{
  font-size: 14px;
}
.menu .lang .trp-language-switcher{
  width: auto;
  height: 34px;
}
.menu .lang .trp-language-switcher > div{
  padding: 0 15px 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  border: none;
}
.menu .lang .trp-language-switcher > div > a{
  font-size: 14px;
  padding: 5px 8px;
  line-height: 24px;
}
.menu .lang .trp-language-switcher > div::-webkit-scrollbar{
  width: 3px;
  height: 3px;
}

@keyframes menu1 {

  0% {

    opacity: 0;

    transform: translateY(10px);

  }

  100% {

    opacity: 1;

    transform: translateY(0);

  }

}

@media screen and (max-width: 980px) {

  .menu {

    background-color: #ffffff;

    top: 0;

  }

  .menu .nav {

    height: 60px;

    padding: 0;

    position: initial;

  }

  .menu .nav::after {

    display: none;

  }

  .menu .logo {

    flex: 1;

    margin-right: 2%;

  }

  .menu .logo a img {

    max-height: 40px;

  }

  .menu .navico {

    width: 22px;

    height: 20px;

    position: relative;

    display: block;

    padding: 9px 0;

    margin-left: 3%;

  }

  .menu .navico i {

    display: block;

    width: 100%;

    height: 2px;

    background: #999;

    -webkit-transition: all 0.4s ease-out;

    transition: all 0.4s ease-out;

  }

  .menu .navico::before {

    content: "";

    display: block;

    position: absolute;

    width: 100%;

    height: 2px;

    background: #999;

    left: 50%;

    margin-left: -11px;

    top: 50%;

    margin-top: -9px;

    -webkit-transition: all 0.4s ease-out;

    transition: all 0.4s ease-out;

  }

  .menu .navico:after {

    content: "";

    display: block;

    position: absolute;

    width: 100%;

    height: 2px;

    background: #999;

    left: 50%;

    margin-left: -11px;

    bottom: 50%;

    margin-bottom: -9px;

    -webkit-transition: all 0.4s ease-out;

    transition: all 0.4s ease-out;

  }

  .menu .navico.on i {

    opacity: 0;

  }

  .menu .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);

  }

  .menu .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);

  }

  .menu .navBar {

    position: absolute;

    z-index: 9;

    background-color: rgba(255, 255, 255, 0.9);

    backdrop-filter: blur(10px);

    padding: 15px 0;

    width: 100%;

    max-width: 100%;

    height: calc(100vh - 60px);

    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;

  }

  .menu .navBar > ul {

    display: block;

    height: auto;

  }

  .menu .navBar > ul > i {

    display: none;

  }

  .menu .navBar > ul > li {

    height: auto;

    border-bottom: 1px solid rgba(0, 0, 0, 0.06);

    margin-left: 0;

    position: relative;

  }

  .menu .navBar > ul > li:last-child {

    border-bottom: none;

  }

  .menu .navBar > ul > li a {

    padding: 15px 40px 15px 20px;

    color: #555;

    height: auto;

    font-size: 16px;

    justify-content: flex-start;

    position: relative;

    text-align: left;

    font-weight: bold;

  }

  .menu .navBar > ul > li a::before {

    display: none;

  }

  .menu .navBar > ul > li.dow em {

    content: "";

    display: block;

    position: absolute;

    z-index: 6;

    width: 100%;

    right: 0;

    top: 0;

  }

  .menu .navBar > ul > li.dow em::before {

    content: "";

    display: block;

    height: 100%;

    width: 10px;

    position: absolute;

    right: 20px;

    top: 0;

    background: url(../images/nav-arrow.webp) center center no-repeat;

    background-size: auto 14px;

    -webkit-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

  }

  .menu .navBar > ul > li.dow em.on::before {

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    transform: rotate(90deg);

  }

  .menu .navBar > ul > li > ul {

    display: none;

    position: relative;

    left: 0;

    top: 0;

    width: auto;

    opacity: 1;

    min-width: 0;

  }

  .menu .navBar > ul > li > ul li {

    border-top: 1px solid rgba(0, 0, 0, 0.06);

  }

  .menu .navBar > ul > li > ul li a {

    font-size: 14px;

    background: none !important;

    color: #777 !important;

    padding: 12px 40px 12px 30px;

    line-height: 20px;

    font-weight: normal;

  }

  .menu .navBar > ul > li > ul li ul {

    display: none;

    position: relative;

    left: 0;

    top: 0;

    width: auto;

    min-width: 0;

    box-shadow: none;

    padding: 0 12px 0 22px;

    text-align: left;

    border-top: 1px solid rgba(0, 0, 0, 0.06);

  }

  .menu .navBar > ul > li > ul li ul li {

    display: inline-block;

    vertical-align: top;

    border-top: none;

  }

  .menu .navBar > ul > li > ul li ul li a {

    border-top: none;

    padding: 8px 8px;

  }

  .menu .navBar.on {

    visibility: inherit;

    opacity: 1;

    -webkit-transform: translateY(0);

    transform: translateY(0);

    max-height: calc(100vh - 60px);

    overflow: auto;

  }

}

.fixedNav {

  position: fixed;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

  background-color: rgba(255, 255, 255, 0.8);

  backdrop-filter: blur(10px);

}

.footer {

  background-color: #0a142a;

  overflow: hidden;

  font-size: 14px;

  color: #ffffff;

}

.footer a {

  color: #ffffff;

}

.footer a:hover {

  color: #fff;

  text-decoration: underline;

}

.footer .footCont {

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  padding-top: 75px;

  padding-bottom: 46px;

}

.footer .lxList {

  max-width: 35%;

}

.footer .lxList .tit {

  line-height: 0.8;

  font-size: 26px;

  color: #ffffff;

}

.footer .lxList .contact ul {

  margin-top: 56px;

}

.footer .lxList .contact ul li {

  display: flex;

  line-height: 22px;

  margin-top: 24px;

  font-size: 16px;

  row-gap: 10px;

}

.footer .lxList .contact ul li:first-child {

  margin-top: 0;

}

.footer .lxList .contact ul li i {

  position: relative;

  overflow: hidden;

  height: 22px;

  width: 22px;

}

.footer .lxList .contact ul li i 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 .contact ul li span {

  color: #ffffff;

  opacity: 0.6;

  margin: 0 5px 0 10px;

  display: inline-block;

  min-width: 5em;

}

.footer .lxList .contact ul li em {

  color: #ffffff;

  flex: 1;

}

.footer .lxList .contact ul li:nth-child(1) em {

  font-size: 20px;

}

.footer .lxList .contact ul li:nth-child(2) em {

  font-size: 20px;

}

.footer .lxList .follow {

  margin-top: 70px;

}

.footer .lxList .follow ul {

  margin-top: 26px;

  display: flex;

  gap: 13px;

}

.footer .lxList .follow ul li a {

  display: block;

  width: 24px;

  height: 24px;

  background-color: #434343;

  border-radius: 4px;

  position: relative;

  overflow: hidden;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.footer .lxList .follow ul li a img {

  position: absolute;

  max-width: 80%;

  max-height: 80%;

  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 .follow ul li a:hover {

  background-color: #7fbd2c;

}

.footer .footNav {

  flex: 1;

  min-width: 0;

  display: flex;

  justify-content: space-between;

  column-gap: 10px;

  justify-content: space-evenly;

}

.footer .footNav dl {

  max-width: 50%;

}

.footer .footNav dl dt {

  line-height: 0.8;

  font-size: 26px;

  color: #ffffff;

}

.footer .footNav dl dd {

  margin-top: 42px;

}

.footer .footNav dl dd a {

  display: block;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

  line-height: 20px;

  max-height: 40px;

  font-size: 14px;

  margin-top: 16px;

  opacity: 0.6;

}

.footer .footNav dl dd a:hover {

  opacity: 1;

}

.footer .message {

  width: 26.875%;

  max-width: 430px;

}

.footer .message .tit {

  line-height: 0.8;

  font-size: 26px;

  color: #ffffff;

}

.footer .message form {

  margin-top: 22px;

  position: relative;

}

.footer .message form p {

  font-size: 16px;

  line-height: 1.5;

  color: #888888;

  margin-bottom: 8px;

  font-size: 12px;

}

.footer .message form p label {

  display: block;

}

.footer .message form p label span {

  display: block;

  width: 100%;

}

.footer .message form p label span .wpcf7-not-valid-tip {

  position: absolute;

  right: 0;

  color: #dc3232;

  width: calc(100% - 150px);

  text-align: right;

  border-radius: 0;

  padding: 0 10px;

  white-space: nowrap;

  line-height: 24px;

  font-size: 14px;

  bottom: 0;

}

.footer .message form p label input,

.footer .message form p label textarea {

  background-color: rgba(255, 255, 255, 0.04);

  display: block;

  width: 100%;

  height: 40px;

  font-size: 14px;

  padding: 8px 15px;

  line-height: 24px;

  color: #fff;

}

.footer .message form p label input::-webkit-input-placeholder,

.footer .message form p label textarea::-webkit-input-placeholder {

  color: rgba(255, 255, 255, 0.6);

  font-weight: normal;

  font-size: 14px;

  opacity: 1;

}

.footer .message form p label input::-moz-placeholder,

.footer .message form p label textarea::-moz-placeholder {

  color: rgba(255, 255, 255, 0.6);

  font-weight: normal;

  font-size: 14px;

  opacity: 1;

}

.footer .message form p label input:-ms-input-placeholder,

.footer .message form p label textarea:-ms-input-placeholder {

  color: rgba(255, 255, 255, 0.6);

  font-weight: normal;

  font-size: 14px;

  opacity: 1;

}

.footer .message form p label input:focus::-webkit-input-placeholder,

.footer .message form p label textarea:focus::-webkit-input-placeholder,

.footer .message form p label input:active::-webkit-input-placeholder,

.footer .message form p label textarea:active::-webkit-input-placeholder {

  opacity: 0.6;

  filter: alpha(opacity=60);

}

.footer .message form p label input:focus::-moz-placeholder,

.footer .message form p label textarea:focus::-moz-placeholder,

.footer .message form p label input:active::-moz-placeholder,

.footer .message form p label textarea:active::-moz-placeholder {

  opacity: 0.6;

  filter: alpha(opacity=60);

}

.footer .message form p label input:focus:-ms-input-placeholder,

.footer .message form p label textarea:focus:-ms-input-placeholder,

.footer .message form p label input:active:-ms-input-placeholder,

.footer .message form p label textarea:active:-ms-input-placeholder {

  opacity: 0.6;

  filter: alpha(opacity=60);

}

.footer .message form p .wpcf7-submit {

  width: 140px;

  line-height: 46px;

  background-color: #7fbd2c;

  border-radius: 10px;

  text-align: center;

  color: #fff;

  font-size: 14px;

  cursor: pointer;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.footer .message form p .wpcf7-submit:hover {

  opacity: 0.7;

}

.footer .message form p .screen-reader-response {

  position: absolute;

}

.footer .message form .wpcf7-response-output {

  position: absolute;

  left: 0;

  top: 100%;

  margin-top: 5px;

}

.footer .copyright {

  border-top: 1px solid rgba(255, 255, 255, 0.1);

  text-align: center;

  font-size: 16px;

  line-height: 1.8em;

  padding: 26px 0 26px;

}

@media screen and (max-width: 980px) {

  .footer .footCont {

    padding-top: 50px;

    padding-bottom: 40px;

  }

  .footer .lxList {

    flex: 1;

    min-width: 0;

    max-width: 56%;

  }

  .footer .lxList .contact ul {

    margin-top: 40px;

  }

  .footer .lxList .contact ul li {

    margin-top: 20px;

  }

  .footer .lxList .contact ul li:first-child {

    margin-top: 0;

  }

  .footer .lxList .follow {

    margin-top: 40px;

  }

  .footer .footNav {

    display: none;

  }

  .footer .message {

    width: 42%;

  }

}

@media screen and (max-width: 640px) {

  .footer .footCont {

    padding-top: 40px;

    display: block;

  }

  .footer .lxList {

    max-width: 100%;

  }

  .footer .lxList .contact ul {

    margin-top: 30px;

  }

  .footer .lxList .contact ul li {

    margin-top: 14px;

    font-size: 14px;

  }

  .footer .lxList .contact ul li:first-child {

    margin-top: 0;

  }

  .footer .lxList .contact ul li em {

    font-size: 14px;

  }

  .footer .lxList .follow {

    margin-top: 40px;

  }

  .footer .lxList .follow ul {

    margin-top: 20px;

    display: flex;

  }

  .footer .footNav {

    display: none;

  }

  .footer .message {

    margin-top: 40px;

    width: 100%;

  }

  .footer .message form {

    margin-top: 20px;

  }

  .footer .copyright {

    font-size: 12px;

    padding: 20px 0;

  }

}

.cookie-banner {

  position: fixed;

  z-index: 9999999;

  left: 0;

  bottom: 0;

  width: 100%;

  background-color: #fff;

  padding: 30px 0;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

  display: none;

}

.cookie-banner .cookie-policy {

  width: 94%;

  max-width: 1600px;

  margin: auto;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-wrap: wrap;

  gap: 30px;

}

.cookie-banner .cookie-text {

  line-height: 1.6;

  font-size: 16px;

}

.cookie-banner .cookie-buttons {

  display: flex;

  justify-content: center;

  align-items: center;

  column-gap: 20px;

}

.cookie-banner .cookie-buttons button {

  background-color: transparent;

  padding: 5px 18px;

  line-height: 1.4;

  font-size: 16px;

  border: none;

  border-radius: 60px;

  border: 1px solid #ccc;

  color: #ccc;

  cursor: pointer;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.cookie-banner .cookie-buttons button.cookie-accept-button {

  border-color: #7fbd2c;

  color: #7fbd2c;

}

.cookie-banner .cookie-buttons button:hover {

  border-color: #7fbd2c;

  background-color: #7fbd2c;

  color: #fff;

}



