:root {
  --c: #c6392b;
  --cc: #e7c85c;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden], template {
  display: none
}

a {
  background-color: transparent
}

a:active, a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled], html input[disabled] {
  cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  padding: 0
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #28256b;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

figure {
  margin: 0
}

img {
  vertical-align: middle
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

[role="button"] {
  cursor: pointer
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 768px) {
  .container {
    width: 750px
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  display: table;
  content: " "
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden {
  display: none !important
}

.affix {
  position: fixed
}

html {
  font-size: 14px;
}

body {
  opacity: 0;
  visibility: hidden;
}

body.wd-show {
  opacity: 1;
  visibility: visible;
  transition: 1s;
}

body.index {
  overflow-x: hidden;
  overflow-y: auto;
}

body.make {
  opacity: 1;
  visibility: visible;
}

.wd-scroll-ani {
  animation: fadeOut both;
}

body.wd-show .wd-scroll-ani.scrolled {
  animation: fadeInUp 1s both;
}

::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #dddddd;
}

.error-404 {
  display: block !important;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-color: #fff;
}

.error-404 iframe {
  width: 100vw;
  height: 100vh;
  border: none;
  outline: none;
  overflow: hidden;
}

body.error-404>div {
  display: none;
}

@keyframes wd-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.wd-20210305095131 {
  display: none;
}

@media(max-width: 768px) {
  .wd-sub-category>div {
    display: none;
  }

  .wd-sub-category>div.wd-20210305095131 {
    display: block;
  }

  .wd-20210305095131 .wd-item {
    display: none;
  }

  .wd-20210305095131 .wd-item a {
    display: block;
    text-align: center;
    line-height: 3;
    font-size: 16px;
    color: #333;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
  }

  .wd-20210305095131 .wd-item.wd-current a {
    background-color: #d23a36;
    color: #fff;
  }

  .wd-20210305095228 {
    text-align: center;
    line-height: 4;
    font-size: 16px;
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wd-20210305095228 svg {
    width: 20px;
    height: 20px;
  }
}

.w_grid-000>div>.p_gridbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow: visible;
}

.w_grid-001>div>.p_gridbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow: visible;
}

.wd-right-float {
  position: fixed;
  top: 50%;
  right: 5px;
  z-index: 9999;
  transform: translateY(-50%);
  margin-top: 20vh;
  transition: 1s;
}

.wd-right-float.wd-hide {
  right: -100px;
}

.wd-right-float .wd-item {
  animation: fadeOut both;
  position: relative;
}

.wd-right-float .wd-item .wd-sub {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  display: flex;
  font-size: 16px;
  color: #fff;
  align-items: center;
  justify-content: center;
  z-index: -1;
  overflow: hidden;
  transform: translateX(-100%);
  visibility: hidden;
}

.wd-right-float .wd-item:hover .wd-sub {
  visibility: visible;
}

.wd-right-float .wd-item .wd-sub div {
  background-color: #333;
  display: flex;
  height: 100%;
  width: 180px;
  align-items: center;
  padding: 0px 20px;
  animation: fadeOutLeft 1s both;
}

.wd-right-float .wd-item:hover .wd-sub div {
  animation: fadeIn 1s 0s both;
}

.wd-right-float.wd-show .wd-item {
  animation: flipInY 1s 0s both;
}

.wd-right-float.wd-show .wd-item:nth-child(1) {
  animation-delay: 0.2s;
}

.wd-right-float.wd-show .wd-item:nth-child(2) {
  animation-delay: 0.3s;
}

.wd-right-float.wd-show .wd-item:nth-child(3) {
  animation-delay: 0.4s;
}

.wd-right-float.wd-show .wd-item:nth-child(4) {
  animation-delay: 0.5s;
}

.wd-right-float .wd-item a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2d447e;
  margin-bottom: 2px;
  border-radius: 0px;
}

.wd-right-float .wd-item a svg {
  width: 20px;
  height: 20px;
  transition: 1s;
}

.wd-right-float .wd-item:hover a svg {
  transform: rotateY(180deg);
}

.wd-right-float .wd-item a svg path {
  fill: #fff;
}

@media(max-width: 768px) {
  .wd-right-float {
    display: none;
  }
}

.wd-title-ani span {
  opacity: 0;
  display: inline-block;
}

.wd-title-ani.scrolled span {
  animation: fadeInLeft 1.5s both;
}

.wd-title-ani.scrolled span:nth-child(odd) {
  animation: fadeInRight 1.5s both;
}

.wd-title-ani.scrolled span:nth-child(1) {
  animation-delay: 0.1s;
}

.wd-title-ani.scrolled span:nth-child(2) {
  animation-delay: 0.1s;
}

.wd-title-ani.scrolled span:nth-child(3) {
  animation-delay: 0.2s;
}

.wd-title-ani.scrolled span:nth-child(4) {
  animation-delay: 0.2s;
}

.wd-title-ani.scrolled span:nth-child(5) {
  animation-delay: 0.3s;
}

.wd-title-ani.scrolled span:nth-child(6) {
  animation-delay: 0.3s;
}

.wd-title-ani.scrolled span:nth-child(7) {
  animation-delay: 0.4s;
}

.wd-title-ani.scrolled span:nth-child(8) {
  animation-delay: 0.4s;
}

.wd-title-ani.scrolled span:nth-child(9) {
  animation-delay: 0.5s;
}

.wd-title-ani.scrolled span:nth-child(10) {
  animation-delay: 0.5s;
}

.wd-title-ani.scrolled span:nth-child(11) {
  animation-delay: 0.6s;
}

.wd-title-ani.scrolled span:nth-child(12) {
  animation-delay: 0.6s;
}

.wd-title-ani.scrolled span:nth-child(13) {
  animation-delay: 0.7s;
}

.wd-title-ani.scrolled span:nth-child(14) {
  animation-delay: 0.7s;
}

.wd-title-ani.scrolled span:nth-child(15) {
  animation-delay: 0.8s;
}

.wd-title-ani.scrolled span:nth-child(16) {
  animation-delay: 0.8s;
}

.wd-title-ani.scrolled span:nth-child(17) {
  animation-delay: 0.9s;
}

.wd-title-ani.scrolled span:nth-child(18) {
  animation-delay: 0.9s;
}

.wd-title-ani.scrolled span:nth-child(19) {
  animation-delay: 1s;
}

.wd-title-ani.scrolled span:nth-child(20) {
  animation-delay: 1s;
}

.wd-title-ani.scrolled span:nth-child(21) {
  animation-delay: 1.1s;
}

.wd-title-ani.scrolled span:nth-child(22) {
  animation-delay: 1.1s;
}

.wd-title-ani.scrolled span:nth-child(23) {
  animation-delay: 1.2s;
}

.wd-title-ani.scrolled span:nth-child(24) {
  animation-delay: 1.2s;
}

body>div.wd-20210310080847 {
  display: none;
}

@media(max-width: 768px) {
  body.wd-shield-mo>div.wd-20210310080847 {
    display: block !important;
    height: 100vh;
    font-size: 20px;
    color: #333;
    line-height: 100vh;
    text-align: center;
  }

  body.wd-shield-mo>div {
    display: none !important;
  }

  body.wd-shield-mo .wd-header {
    display: none;
  }
}

.activeUrl {
  background-color: #d1191e!important;
  color: #fff!important;
}

@media only screen and (max-width: 768px) {
  #c_portalResPublic_codeContainer-15681850799647220 {
    display: none;
  }

  #w_grid-1568013455977 {
    margin-top: 50%;
  }

  #w_common_text-1568011337945 span {
    font-size: 36px;
  }

  #w_common_text-1568011565702 span {
    font-size: 18px;
  }

  #w_common_text-1568014053466 {
    padding: 0 20px;
  }

  #w_fline-1568014143598 {
    margin-left: 20px;
  }

  #w_common_text-1568014053466 p>span:first-child {
    font-size: 32px!important;
  }

  #w_common_text-1568014053466 p>span:first-child>span {
    color: #fff!important;
  }

  #w_common_text-1568014053466 p>span:last-child {
    font-size: 14px!important;
  }

  #w_common_text-1568014126002 {
    padding: 0 20px;
  }

  #c_portalResPublic_codeContainer-15680147337164703 #box_2 {
    margin: 0 3%;
  }

  #c_portalResPublic_codeContainer-15680147337164703 .h_ad {
    width: 90px;
    height: 90px;
  }

  #c_portalResPublic_codeContainer-15680147337164703 div {
    text-align: center;
  }

  #w_fimg-1568013806482 {
    display: none;
  }

  #w_fline-1568014143598 .p_FLine {
    border-top-color: #fff
  }

  #w_common_text-1568014126002 span {
    color: #fff;
  }

  #c_portalResPublic_codeContainer-15680147337164703 span {
    color: #fff;
  }

  #c_portalResPublic_codeContainer-15680147337164703 {
    margin-top: 35px;
  }

  #w_fbtn-1568251503969 {
    position: unset;
  }

  #w_common_text-1568019273774 p span[style^="font-size:48px"] {
    font-size: 32px!important;
  }

  #w_common_text-1568019273774 p span[style^="font-size:24px"] {
    font-size: 14px!important;
  }

  #w_common_text-1568019275106 p {
    text-align: left!important;
  }

  #w_common_text-1568019275106 span {
    font-size: 32px!important
  }

  #w_common_text-1568078619345 p span[style^="font-size:48px"] {
    font-size: 32px!important;
  }

  #w_common_text-1568078619345 p span[style^="font-size:24px"] {
    font-size: 14px!important;
  }

  #w_common_text-1568078617729 p {
    text-align: left!important;
  }

  #w_common_text-1568078617729 span {
    font-size: 32px!important;
  }

  #w_grid-1568078615874 {
    position: unset;
    margin-top: 40px;
  }

  #c_portalResPublic_codeContainer-15680789393387124 {
    margin-top: 0;
    margin-bottom: 0px
  }

  #c_portalResPublic_codeContainer-15680819765724112 {
    margin-top: 0;
    margin-bottom: 0px
  }

  #c_portalResPublic_codeContainer-15680819661064629 {
    margin-top: 0;
    margin-bottom: 0px
  }

  #c_portalResPublic_codeContainer-15680820023084215 {
    margin-top: 0;
    margin-bottom: 0px
  }

  #c_portalResPublic_codeContainer-15680819943486983 {
    margin-top: 0;
    margin-bottom: 0px
  }

  #content_box-1568078699297-0, #content_box-1568078699297-1, #content_box-1568078699297-2, #content_box-1568078699297-3, #content_box-1568078699297-4 {
    width: 32%!important;
    margin-bottom: 25px!important;
  }

  #w_grid-1568078699297 {
    margin-top: 30px;
  }

  #c_portalResNews_list-15680861679874064 .horon .h_pic {
    width: 155px!important;
  }

  #w_common_text-1568083993573 p span[style^="font-size:48px"] {
    font-size: 32px!important;
  }

  #w_common_text-1568083993573 p span[style^="font-size:24px"] {
    font-size: 14px!important;
  }

  #w_fline-1568084000685 {
    margin-left: 0px;
    margin-top: -15px;
  }

  #w_grid-1568083953768 {
    margin-top: 30px;
  }

  #w_common_text-1568094749382 p span[style^="font-size:48px"] {
    font-size: 32px!important;
  }

  #w_common_text-1568094749382 p span[style^="font-size:24px"] {
    font-size: 14px!important;
  }

  #w_grid-1568094703713 {
    margin-top: 30px;
  }

  #c_portalResFriendlink_list-15682675180270566 {
    margin-top: 15px;
  }

  #w_fbtn-1568095916446 {
    margin-top: 40px;
    margin-right: auto;
  }

  #c_portalResPublic_codeContainer-15680989818039089 .img {
    display: none;
  }

  #c_portalResPublic_codeContainer-15680989818039089 .btn {
    position: unset;
  }

  #c_portalResPublic_codeContainer-15680989818039089 .foot_js {
    position: unset;
  }

  #w_grid-1568096365564 {
    margin-top: 0px;
  }

  #c_portalResPublic_codeContainer-15680989818039089 .foot_js {
    width: 100%;
    border-radius: unset;
    padding: 10px 0;
    margin-top: 10px;
  }

  #c_portalResPublic_codeContainer-15680989818039089 #font1 {
    margin-top: 20px;
  }

  #w_common_text-1568014126002 div p:last-child {
    display: none;
  }

  #w_grid-1568014076344 {
    margin-top: 10%;
  }

  #c_portalResPublic_codeContainer-15680229646958448 {
    margin-top: 20px;
  }

  #c_portalResPublic_codeContainer-15680989818039089 #font4 {
    display: none;
  }

  #c_portalResPublic_codeContainer-15680989818039089 .foot_box {
    margin: 20px 0;
  }

  #w_fline-1568094754046 {
    margin-top: -20px;
  }

  #w_fline-1568077565070, #w_fline-1568078625081 {
    margin-top: -15px;
  }

  #c_portalResNews_list-15680861679874064 {
    margin-top: 20px;
  }

  #w_fbtn-1568093656808 {
    margin-top: 30px;
  }

  #c_portalResPublic_codeContainer-15681057765880127 {
    display: none;
  }
}

.wd-color-c span {
  color: var(--c) !important;
}

#w_fline-1586329528510 .p_FLine {
  border-color: var(--cc) !important;
}

#w_common_text-1585815681413 p:nth-child(2) span {
  color: #555 !important;
}

#w_common_text-1585812797816 p:nth-child(2) span {
  color: #555 !important;
}

#c_portalResnav_main-15857107142773732 .nav_box {
  padding-right: 0;
}

#c_portalResNews_list-15858133568512693 .n_box:after {
  border-color: var(--cc);
}

#c_portalResNews_list-15858133568512693 .n_box:before {
  border-color: var(--cc);
}

#c_portalResNews_list-15858133568512693 .n_box:hover .n_title {
  color: var(--c);
}

#c_portalResNews_list-15858133568512693 .n_more {
  color: var(--c);
}

.w_fbtn-001 .p_CommonBtn .font {
  line-height: 50px;
}

.w_fbtn-001 .p_CommonBtn .font {
  color: #fff;
}

.wd-df {
  display: flex;
  flex-wrap: wrap;
}

.wd-item {
  position: relative;
}

.wd-pic {
  position: relative;
  overflow: hidden;
}

.wd-pic img {
  width: 100%;
  transition: 1s;
}

.wd-pic:hover img {
  transform: scale(1.05);
}

.form-horizontal .control-label {
  display: none;
}

#w_grid-1579426096146>div>.p_gridbox {
  border: none;
}

.c_portalResnav_main-01001002 .nav_link:hover {
  color: var(--cc);
}

.c_portalResnav_main-01001002 .nav_link:after {
  background-color: var(--cc);
}

.c_portalResnav_main-01001002 .d_menu {
  background-color: #e7c85cde;
}

.c_portalResnav_main-01001002 .nav_link1:hover {
  background-color: var(--c);
}

#w_grid-1562596236762>div>.p_gridbox {
  padding-top: 130px;
}

.btn-primary {
  width: 250px;
  height: 50px;
  background-color: var(--c);
  border: none !important;
}

.btn-primary:hover {
  background-color: var(--cc);
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

#w_fimg-1585710659241 {
  max-width: 139px;
}

.wd #w_common_text-1621561008137 {
  display: none;
}

#w_common_text-1621561008137 {
  animation: none;
}

.wd-show #c_portalResEbizads_banner-15857212902081143 {
  animation: bounceInDown 1s 0.3s both;
}

.wd-20211013085644 {
  display: flex;
}

.wd-20211013085644 .wd-item {
  flex: 1;
}

.wd-20211013085644 svg {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

.wd-20211013085644 path {
  fill: #333;
}

.wd-20211013085644 p {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
  text-align: center;
}

#c_portalResNews_list-16340875455437831 .newTitle a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.wd-sub-cate {
  display: flex;
}

.wd-sub-cate .wd-item {
  flex: none;
  margin-right: 15px;
}

.wd-sub-cate .wd-item > a {
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #28256b;
  text-align: center;
  color: #28256b;
  text-decoration: none;
}

.wd-sub-cate .wd-item > a:hover {
  background-color: #272667;
  color: #fff;
}

.wd-sub-cate .wd-item > a.wd-current {
  background-color: #272667;
  color: #fff;
}

.wd-sub-cate .wd-item.wd-parent-current > a {
  background-color: #272667;
  color: #fff;
}

.c_portalResBreadcrumb_nav-01001 .p_breadcrumbList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst a span {
  color: #28256b;
}

.c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent .font {
  color: #28256b;
}

.c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent span {
  color: #28256b !important;
}

.c_portalResBreadcrumb_nav-01001 .p_breadcrumbList svg {
  width: 15px;
  height: 15px;
  margin-right: 3px;
}

.c_portalResBreadcrumb_nav-01001 .p_breadcrumbList path {
  fill: #28256b;
}

.c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox:hover>a>.font {
  border: none;
}

.c_portalResBreadcrumb_nav-01001 .p_breadcrumb {
  color: #28256b;
}

.c_portalResProduct_detail-03001 .p_PriceBox {
  display: none;
}

.c_portalResProduct_detail-03001 .d_BaseInfoBox {
  display: none;
}

.c_portalResProduct_detail-03001 .d_NumberBox {
  display: none;
}

.c_portalResProduct_detail-03001 .p_interaction {
  display: none;
}

.c_portalResProduct_detail-03001 .d_NumBox {
  display: none;
}

.c_portalResProduct_detail-03001 .d_SortName {
  margin-left: 0;
}

#c_portalResProduct_detail-16340897234780190 .p_TabTitleBox {
  display: none;
}

.c_portalResProduct_detail-03001 .d_DescriptionBoxA {
  margin-top: 0;
}

.c_portalResProduct_detail-03001 .d_description {
  padding: 0;
}

.c_portalResProduct_detail-03001 .p_ProInfo {
  padding: 0;
}

.e_ContentMajorStyleBox-001 .stylebox_top {
  background-color: transparent;
}

.e_ContentMajorStyleBox-001 .stylebox_title {
  background-color: #c89549;
  min-width: 160px;
  text-align: center;
}

.c_portalResIntro_detail-01001 .p_header {
  display: none;
}

.c_portalResIntro_detail-01001 .p_dataSource.borderB_dividers {
  display: none;
}

.c_portalResIntro_detail-01001 .p_summary {
  display: none;
}

.wd-20211013110826 {
  padding-left: 25px !important;
  position: relative;
}

.wd-20211013110826 svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  left: 0;
}

.wd-20211013110826 path {
  fill: #28256b;
}

#c_portalResNews_list-16341010206129804 .newTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#c_portalResNews_list-16341010206129804 .newLi {
  border: 1px solid #ddd;
}

#c_portalResNews_list-16341010206129804 .p_articles {
  width: calc((100% - 10px * 2 * 3) / 3);
  margin: 10px;
}

#c_portalResNews_list-16341010206129804 .newContainer {
  margin-left: -10px;
  margin-right: -10px;
}

#c_portalResNews_list-16341010206129804 .newTitle:hover {
  color: #28256b;
}

.p_page .pageNum.active, .p_page .pageNum:hover, .p_page .next:hover, .p_page .pre:hover {
  background-color: #28256b;
  border-color: #28256b;
}

.e_FlowCommonStyleBox-001 .stylebox_top {
  background-color: transparent;
}

.e_FlowCommonStyleBox-001 .stylebox_title {
  background-color: #28256b;
}

.c_portalResNews_detail-01001 .p_dataSource>li:nth-child(2) {
  display: none;
}

.c_portalResNews_detail-01001 .p_dataSource>li:nth-child(3) {
  display: none;
}

.c_portalResNews_detail-01001 .p_articles div {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #333;
}

.c_portalResNews_detail-01001 .p_articles p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #333;
}

.c_portalResNews_detail-01001 .p_imgsBox {
  display: none;
}

#w_grid-1634108142859 > .w_grid > .p_gridbox:nth-child(1) {
  align-items: stretch;
}

#w_videobackbox-1634108142869 {
  height: 100%;
}

#w_videobackbox-1634108142869 video {
  object-fit: cover;
}

.form-horizontal .control-label {
  display: block;
}

.c_portalResMessage_form-01001 .p_DepictBoxB {
  display: none;
}

.c_portalResMessage_form-01001 .p_NameBox {
  display: none;
}

.c_portalResMessage_form-01001 .p_ContactInfo>div .e_text {
  width: 800px;
}

.c_portalResMessage_form-01001 .form-control {
  max-width: 800px;
}

.c_portalResMessage_form-01001 .p_ContactInfo>div .e_input, .c_portalResMessage_form-01001 .e_droplist, .c_portalResMessage_form-01001 .p_ContactInfo>div .p_EntryBox, .c_portalResMessage_form-01001 select.InputText {
  width: 800px;
}

.c_portalResMessage_form-01001 .p_groupBox textarea {
  background-color: #fff;
}

.c_portalResMessage_form-01001 .p_ContactInfo>div .e_input .InputText {
  background-color: #fff;
}

.form-horizontal .control-label {
  color: #fff;
}

.btn-primary {
  width: 90px;
  height: 40px;
  margin-left: 20px;
}

#c_portalResnav_main-16340855521820990 .header .nav {
  display: flex;
  justify-content: space-between;
}

#c_portalResnav_main-16340855521820990 .header .nav {
  max-width: 1180px;
  margin: 0 auto;
  float: none;
}

#c_portalResnav_main-16340855521820990 .header {
  box-shadow: 0px 0px 10px 0px rgb(166 166 166);
  background-color: #fff;
}

#c_portalResnav_main-16340855521820990 .header .navbar_nav li a {
  color: #333;
  padding: 0;
  line-height: 90px;
}

#c_portalResnav_main-16340855521820990 .header .navbar_nav li.dropdown > .dropdown_menu {
  width: 100%;
}

#c_portalResProduct_list-16340880792704498 .porTbox {
  height: 320px;
  border: 1px solid #ddd;
}

#c_portalResProduct_list-16340880792704498 .proImg {
  height: 90%;
  width: 90%;
  object-fit: scale-down;
}

#c_portalResnav_main-16340855521820990 .header .navbar_nav li:hover a {
  color: #282768;
}

#c_portalResnav_main-16340855521820990 .header .navbar_nav li:after {
  background-color: #282768;
}

#c_portalResnav_main-16340855521820990 .header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
  background-color: #282768;
}

@media(min-width: 769px) {
  #c_portalResProduct_list-16340880792704498 .proContainer {
    margin-left:-10px;
    margin-right: -10px;
  }
}

#c_portalResnav_main-16340855521820990 .header .navbar_nav li.dropdown .dropdown_menu a {
  transition: .1s;
}

#c_portalResnav_main-16340855674379804 {
  background-color: #333333;
}

.wd-20211013160319, .wd-20211013160744 {
  max-width: 1180px;
  margin: 0 auto;
}

.wd-20211013160522 {
  display: block;
  border-bottom: 1px dashed #fff;
  color: #fff;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.wd-20211013160515 .wd-20211013160522 {
}

.wd-20211013160522:hover {
  color: #fff;
  text-decoration: underline;
}

.wd-20211013160319 {
  display: flex;
  padding-top: 3%;
}

.wd-20211013160319 ul {
  display: flex;
  width: calc(100% - 150px);
}

.wd-20211013160319 ul li {
  flex: 1;
  margin: 0 20px;
}

.wd-20211013160543 a {
  display: block;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 10px;
}

.wd-20211013160709 p {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 10px;
}

.wd-20211013160709 p a {
  display: inline;
  color: #fff;
}

.wd-20211013160543 a {
  display: block;
  text-align: center;
}

.wd-20211013160543 img {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.wd-20211013160319 ul li:nth-child(1) {
  display: none;
}

.wd-20211013160319 ul li:nth-child(6) {
  display: none;
}

.wd-20211013160319 ul li:nth-child(7) {
  display: none;
}

.wd-20211013160744 {
  text-align: center;
  color: #aaa;
  font-size: 14px;
  padding: 30px 0;
  margin-top: 3%;
}

.wd-20211013160744 a {
  color: #aaa;
}

.wd-20211013160515 .wd-20211013160543 {
  display: flex;
}

body.wd-sub {
  background: url(/img/20211013111840.png) top center no-repeat;
}

#c_portalResEbizads_banner-16340856780138892 .text {
  display: none;
}

#w_tabswitchbox-1634085838747 > .layout_1 > div > .e_link-000 {
  display: flex;
  justify-content: center;
}

#w_tabswitchbox-1634085838747 > .layout_1 .p_box001 {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}

#w_tabswitchbox-1634085838747 .p_relationbtntab .font {
  font-size: 16px;
  font-weight: bold;
}

#w_tabswitchbox-1634085838747 .p_relationbtntab.active {
  background-color: #244482;
  border: none;
}

#w_tabswitchbox-1634085838747 .p_relationbtntab {
  border: 3px solid #ccc;
  background: #fff;
}

#w_tabswitchbox-1634085838747 > .layout_1 > div > .e_link-000 {
  width: auto;
  margin: 0 40px;
}

#c_portalResEbizads_banner-16340856780138892 .bannerBox {
  height: calc(100vw / 1920 * 520);
}

.w_fbtn-001 .p_CommonBtn .font {
  text-decoration: none !important;
}

.w_fbtn-001 .p_link {
  text-decoration: none;
}

.wd-20211014022415 {
  position: relative;
  display: flex;
  align-items: center;
}

.wd-20211014022541 {
  width: 20px;
  overflow: hidden;
  cursor: pointer;
}

.wd-20211014022415 svg {
  width: 20px;
  height: 20px;
}

.wd-20211014022415 svg:nth-child(1) {
  position: relative;
  top: 6px;
}

.wd-20211014022415 svg:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.wd-20211014022415.wd-show svg:nth-child(1) {
  visibility: hidden;
  opacity: 0;
}

.wd-20211014022415.wd-show svg:nth-child(2) {
  visibility: visible;
  opacity: 1;
}

.wd-20211014022415 path {
  fill: #282768;
}

.wd #c_portalResSearch_total-16341492300507123 {
  position: absolute;
  top: 100%;
  left: -280px;
  width: 300px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.wd .wd-20211014022415.wd-show #c_portalResSearch_total-16341492300507123 {
  visibility: visible;
  opacity: 1;
}

#c_portalResSearch_total-16341492300507123 .p_headbox {
  background-color: #fff;
}

#c_portalResSearch_total-16341492300507123 .p_searchBtn {
  background-color: #282768;
  height: 62px;
  font-size: 12px;
  color: #fff;
}

.c_portalResSearch_result-03001 .p_stylebox .stylebox_content {
  background-color: #fff;
}

.c_portalResIntro_detail-01001 .p_content p {
  color: #333;
  line-height: 1.8;
  margin-bottom: 10px;
}

.c_portalResIntro_detail-01001 .p_content a {
  color: #333;
}

.c_portalResIntro_detail-01001 .p_content a:hover {
  color: #282768;
  text-decoration: underline !important;
}

.wd-20211013160515 {
  padding-top: 56px;
  width: 260px;
  position: relative;
  left: -20px;
}

.wd-20211014084650 {
  display: flex;
  align-items: center;
}

.wd-20211014084650 .wd-item {
  flex: 1;
  position: relative;
  padding-left: 70px;
}

.wd-20211014084650 .wd-item svg {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.wd-20211014084650 .wd-item p {
  font-size: 16px;
  color: #333;
  margin-top: 18px;
}

.wd-20211014084650 .wd-item span {
  display: block;
  font-size: 12px;
  color: #ddd;
  text-transform: uppercase;
}

.wd-20211014084650 .wd-item:nth-child(3) span {
  min-width: 12em;
}

.wd-20211014084650 .wd-item:nth-child(5) span {
  min-width: 12em;
}

.wd-20211014084650 .wd-20211014092036 {
  flex: 1;
  display: flex;
  justify-content: center;
}

.wd-20211014084650 .wd-20211014092036:last-child {
  display: none;
}

.wd-20211014084650 .wd-20211014092036 svg {
  width: 40px;
  height: 40px;
}

.wd-20211014084650 .wd-20211014092036 svg path {
  fill: #666;
}

.wd-scroll-container {
  width: 100000vw;
  position: relative;
}

.wd-scroll-wrapper {
  display: inline-block;
}

.wd-overflow-hidden {
  overflow: hidden;
}

#c_portalResNews_list-16340875455437831 .p_articles {
  width: 300px;
  padding: 0 5px;
}

#c_portalResnav_main-16340855521820990 .header .navbar_nav li.dropdown .dropdown_menu a {
  margin-bottom: 0;
}

.c_portalResProduct_detail-03001 .p_QRCode {
  display: none;
}

.wd-20210708115438 {
  display: flex;
}

.wd-20210708115438 a {
  flex: 1;
  background-color: var(--c);
  font-size: 14px;
  color: #fff;
  margin: 5px;
  text-align: center;
  line-height: 4;
}

.c_portalResProduct_detail-03001 .d_description p {
  font-size: 18px;
  color: #666;
}

.c_portalResProduct_detail-03001 .d_description div {
  color: #666;
  font-size: 18px;
}

#c_portalResnav_main-16340855521820990 .header .navbar_nav li.dropdown:nth-child(5) > .dropdown_menu {
  width: 200px;
  transform: translateX(-25%);
}

#c_portalResNews_list-1634178675675 .newContainer {
  margin-left: -15px;
  margin-right: -15px;
}

#c_portalResNews_list-16340875455437831 .wd-time {
  display: none
}

#c_portalResNews_list-16340875455437831 .newTitle a {
  text-align: center;
}

#c_portalResNews_list-16352300844999526 .newImg {
  height: 100%;
  object-fit: cover;
}

#c_portalResNews_list-16341062819469001 .newLinkBox {
  text-decoration: none !important;
}

#c_portalResNews_list-16341062819469001 .newTitle {
  font-size: 18px;
}

.c_portalResProduct_list-01001 .p_categorySummaryBox {
  display: none;
}

#w_grid-1635244942757-1 .reset_style p {
  font-size: 16px;
  color: #666;
}

#w_grid-1635244942757-1 .reset_style p svg {
  position: relative;
  top: 3px;
}

.wd-logo {
  display: flex;
  align-items: center;
}

.c_portalResNews_list-01001 .newLinkBox {
  text-decoration: none !important;
}

.c_portalResNews_list-01001 .newTitle {
  font-size: 18px !important;
}

#w_grid-1634109177125 > .w_grid > .p_gridbox:nth-child(1) {
  background-color: #9392b3ab;
  width: auto;
  margin-left: -200px;
  align-items: center;
  margin-top: 3%;
}

#w_grid-1634109177125 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(1) {
  padding-left: 30px;
}

#w_common_text-1634109184522 span {
  color: #fff !important;
}

#w_fimg-1634109391784 {
  margin-bottom: 3%;
}

#w_grid-1634085701629 > div > .p_gridbox {
  background-size: cover;
}

.footer {
  background: #333;
  border-top: 10px solid #bd3c30;
  padding-top: 3%;
}

.footer .wd-container {
  max-width: 90%;
  margin: 0 auto;
}

.footer .wd-top {
  display: flex;
  justify-content: space-between;
}

.footer .wd-top .wd-left p {
  font-size: 12px;
  color: #aaa;
  letter-spacing: 2px;
  margin-top: 20px;
}

.footer .wd-top .wd-left h3 {
  font-size: 14px;
  color: #aaa;
  letter-spacing: 17.5px;
  padding-top: 10px;
}

.footer .wd-top .wd-left h3:before {
  content: "";
  display: block;
  max-width: 360px;
  height: 1px;
  background-color: #aaa;
  margin-bottom: 10px;
}

.footer .wd-top .wd-right {
  display: flex;
}

.footer .wd-top .wd-right .wd-item {
  margin-right: 10px;
}

.footer .wd-top .wd-right .wd-item p {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}

.footer .wd-top .wd-right .wd-item:nth-child(1) p {
  text-align: center;
}

.footer .wd-top .wd-right .wd-item:nth-child(2) p {
  text-align: center;
}

.footer .wd-top .wd-right .wd-item:nth-child(3) {
  margin-left: 20px;
}

.footer .wd-bottom {
  margin-top: 5%;
  border-top: 1px solid #555;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #aaa;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer .wd-bottom a {
  color: #aaa;
  text-decoration: none;
}

.footer .wd-bottom a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer .wd-top .wd-right .wd-item:nth-child(3) p {
  font-size: 18px;
  color: #fff;
}

.footer .wd-top .wd-right .wd-item:nth-child(3) p a {
  font-size: 18px;
  color: #fff;
}

.footer .wd-top .wd-right .wd-item:nth-child(3) p a:hover {
  text-decoration: underline;
}

.footer .wd-top .wd-right .wd-item:nth-child(3) span {
  font-size: 12px;
  color: #aaa;
}

.footer .wd-top .wd-right .wd-item:nth-child(3) .wd-20211027092827 a {
  font-size: 32px;
  color: #fff;
  display: block;
}

.footer .wd-top .wd-right .wd-item:nth-child(3) svg {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  fill: #fff;
}

.footer .wd-top .wd-right .wd-item:nth-child(3) > div {
  position: relative;
}

.footer .wd-top .wd-right .wd-item:nth-child(3) p {
  position: relative;
  padding-left: 30px;
}

.footer .wd-top .wd-right .wd-item:nth-child(3) .wd-20211027092827 {
  padding-left: 60px;
}

.footer .wd-top .wd-right .wd-item:nth-child(3) .wd-20211027092827 svg {
  width: 50px;
  height: 50px;
  top: 7px;
}

.reset_style {
  font-family: Microsoft Yahei, Arial, Verdana, sans-serif;
  color: #707070;
  line-height: normal;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 12px;
}

@media (max-width: 768px) {
  body.wd-shield-mo > div.wd-20210310080847 {
    display: flex !important;
    height: 100vh;
    font-size: 20px;
    color: #333;
    line-height: 100vh;
    text-align: center;
    align-items: center;
  }

  body.wd-shield-mo > div.wd-20210310080847 div {
    width: 90%;
    margin-left: 5%;
  }

  body.wd-shield-mo > div.wd-20210310080847 svg {
    width: 20vw;
    height: 20vw;
    margin: auto;
    margin-bottom: 10vw;
    display: block;
  }

  body.wd-shield-mo > div.wd-20210310080847 path {
    fill: red;
  }

  body.wd-shield-mo > div.wd-20210310080847 h2 {
    font-size: 24px;
    color: #000;
  }

  body.wd-shield-mo > div.wd-20210310080847 p {
    font-size: 14px;
    color: #888;
    line-height: 3;
  }

  body.wd-shield-mo > div {
    display: none !important;
  }

  body.wd-shield-mo .wd-header {
    display: none;
  }
}

.wd-20211111091100 {
  position: fixed;
  right: 10vw;
  bottom: 10px;
  z-index: -1;
  pointer-events: none;
}

.wd-20211111091100 svg {
  width: 70vh;
  height: 70vh;
  margin-left: -50vh;
  opacity: 0.1;
}

#c_portalResNews_list-16356598837653911 .wd-20211031135951 {
  display: flex;
}

.wd-20211111091541 {
  width: 99%;
}

.wd-20211111091100 {
  width: 1%;
}

#c_portalResnav_main-16340855674379804 {
  position: relative;
  z-index: 100;
}

@media(max-width: 768px) {
  .wd-20211111091100 {
    display:none;
  }
}

.wd-20211112173654 {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px !important;
}

.wd-20211112173654 svg {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 0;
}

.wd-20211112173654 path {
  fill: #777;
}

@media(min-width: 769px) {
  #content_box-1636708135708-0 {
    padding-left:30px;
  }

  #content_box-1636707488169-1 {
    padding-right: 30px;
  }

  #content_box-1636708736676-1 {
    padding-right: 30px;
  }
}

@media(max-width: 768px) {
  .navbar_nav {
    display:none;
  }

  #c_portalResnav_main-16340855521820990 .container {
    padding: 0;
  }

  .wd-logo img {
    height: 40px;
    width: auto;
  }

  .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: none;
  }

  .wd-20211014084650 {
    flex-wrap: wrap;
  }

  #w_common_text-1634086562497 span {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }

  #c_portalResnav_main-16340855521820990 .container {
    display: flex;
    justify-content: space-between;
  }

  #c_portalResnav_main-16340855521820990 .header .nav {
    margin-left: 0;
  }

  .wd-20211014022415 {
    position: absolute;
    top: 0;
    right: 70px;
  }

  #c_portalResnav_main-16340855521820990 .header #navToggle span, .header #navToggle span:before, .header #navToggle span:after {
    background-color: #333;
  }

  #c_portalResEbizads_banner-16340856780138892 .bannerPic {
    height: 30vh;
    object-fit: cover;
  }

  #c_portalResEbizads_banner-16340856780138892 .bannerBox {
    height: 30vh;
  }

  .wd-20211013160319 ul {
    display: block;
    width: 100%;
  }

  .wd-20211013160515 {
    width: 90%;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
  }

  .wd-20211013160319 {
    display: block;
  }

  .wd-20211013160543 {
    display: flex;
    flex-wrap: wrap;
  }

  .wd-20211013160522 {
    text-align: left;
    border-bottom: 1px solid #555;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .wd-20211013160543 a {
    display: block;
    margin: 5px;
    opacity: 0.7;
    font-size: 12px;
  }

  .wd-20211013160319 ul li {
    margin-bottom: 15px;
  }

  .wd-20211013160319 ul li:last-child .wd-20211013160543 {
    display: none;
  }

  .wd-20211013160744 {
    padding: 15px;
    background-color: #222;
    font-size: 12px;
  }

  .wd-pc {
    display: none !important;
  }
}

.wd-mo {
  display: none !important;
}

@media(max-width: 768px) {
  .wd-mo {
    display:block !important;
  }
}

.wd-container {
  position: relative;
  width: 100%;
}

.wd-container .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wd-prev {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 1s;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99;
  margin-top: -30px;
}

.wd-prev svg {
  width: 20px;
  height: 20px;
}

.wd-prev path {
  fill: #fff;
}

.wd-prev:hover {
  background-color: var(--c);
}

.wd-next {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 1s;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99;
  margin-top: -30px;
}

.wd-next:hover {
  background-color: var(--c);
}

.wd-next svg {
  width: 20px;
  height: 20px;
  transform: rotateY(180deg);
}

.wd-next path {
  fill: #fff;
}

@media(max-width: 768px) {
  #c_portalResNews_list-16370034150134323 .p_articles {
    padding:0;
  }

  #c_portalResNews_list-16370034150134323 .newTitle {
    text-align: center;
  }

  #c_portalResNews_list-16370034150134323 .wd-time {
    text-align: center;
  }

  #w_common_text-1634086527574 {
    text-align: center;
  }

  #w_common_text-1634086460378 {
    text-align: center;
  }

  .wd-20211013160709 p {
    font-size: 12px;
  }

  #c_portalResNews_list-16370034150134323 .porBbox {
    border: none;
  }
}

@media(max-width: 768px) {
  #w_tabswitchbox-1634085838747 {
    display:none;
  }

  .w_grid-001 {
    min-height: auto !important;
  }

  #c_portalResPublic_codeContainer-16370274375239869 {
    padding: 30px 5%;
  }

  #c_portalResPublic_codeContainer-16370274375239869 .wd-cate {
    display: flex;
    margin: 0 -3px 20px;
  }

  #c_portalResPublic_codeContainer-16370274375239869 .wd-cate a {
    flex: 1;
    display: block;
    text-align: center;
    background-color: #fff;
    padding: 10px 20px;
    margin: 0 3px;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    color: #333;
  }

  #c_portalResPublic_codeContainer-16370274375239869 .wd-cate a:after {
    content: "";
    displa y: block;
    width: 0;
    height: 0;
    border-top: 10px solid var(--cc);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    visibility: hidden;
  }

  #c_portalResPublic_codeContainer-16370274375239869 .wd-cate a.wd-current {
    background-color: var(--cc);
    color: #fff;
  }

  #c_portalResPublic_codeContainer-16370274375239869 .wd-cate a.wd-current:after {
    visibility: visible;
  }

  #c_portalResPublic_codeContainer-16370274375239869 .wd-content .wd-item {
    display: none;
  }

  #c_portalResPublic_codeContainer-16370274375239869 .wd-content .wd-item img {
    width: 100%;
    margin-bottom: 10px;
  }

  #c_portalResPublic_codeContainer-16370274375239869 .wd-content .wd-item.wd-current {
    display: block;
  }

  #c_portalResPublic_codeContainer-16370274375239869 .wd-content .wd-item p {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
  }

  #c_portalResPublic_codeContainer-16370274375239869 .wd-content .wd-item .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  #c_portalResPublic_codeContainer-16370274375239869 .wd-content .wd-item .list a {
    display: block;
    margin: 5px;
    width: calc((100% - 20px) / 2);
    border: 1px solid #333;
    padding: 10px;
    text-align: center;
    color: #333;
  }

  #w_grid-1634085701629 > div > .p_gridbox {
    background-image: none;
    background-color: #f3f3f3;
  }

  #w_grid-1634086405626 > div > .p_gridbox {
    background-image: none;
  }

  #w_common_text-1634086971227 span {
    color: #333 !important;
  }

  #w_common_text-1634086971227 {
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
    margin-bottom: 10px;
  }

  .wd #w_grid-1634087034520 {
    display: none;
  }

  .wd-20211116103648 .swiper-slide {
    background-color: #fff;
    box-shadow: 0 0 10px #eee;
    margin: 10px;
  }

  .wd-20211116103648 .swiper-slide img {
    height: 100px;
    object-fit: scale-down;
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .wd-20211013160319 {
    padding-top: 10%;
  }

  #c_portalResnav_main-16340855521820990 .m_nav .ul li:nth-child(7) {
    transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
  }

  .wd-sub-cate {
    display: none !important;
  }

  .c_portalResBreadcrumb_nav-01001 .p_breadcrumbList {
    justify-content: flex-start;
    padding: 10px 5%;
    flex-wrap: wrap;
  }

  #w_grid-1634108437107 {
    padding: 0 5%;
  }

  #content_box-1634108437107-0 {
    display: none;
  }

  #w_grid-1634109177125 > .w_grid > .p_gridbox:nth-child(1) {
    margin-left: 0;
  }

  #content_box-1634109177125-0 {
    display: none;
  }

  #content_box-1634109177125-1 {
    padding: 5%;
  }

  #w_fimg-1634109391784 {
    margin-top: 5%;
    margin-bottom: 10%;
  }

  #c_portalResnav_main-16340855521820990 .jt {
    float: right;
  }

  #content_box-1634095095221-0 {
    padding: 0 5%;
  }

  #content_box-1634095095281-0 {
    padding: 0 5%;
  }

  #w_fimg-1634097647471 {
    margin-bottom: 0;
  }

  #w_common_text-1634095095321 {
    margin-bottom: 5%;
  }

  #w_fimgbox-1634095131211 {
    max-height: none;
  }

  #c_portalResProduct_list-16340992340783770 {
    padding: 0 5%;
  }

  #w_grid-1635657145054 {
    padding: 0 5%;
  }

  #w_grid-1636707488169 > div > .p_gridbox {
    background-color: transparent;
  }

  #w_grid-1636708135708 > div > .p_gridbox {
    background-color: transparent;
  }

  #w_grid-1636708135708 {
    margin-top: 0;
    margin-bottom: 0;
  }

  #w_grid-1636707488169 {
    margin-bottom: 0;
  }

  #w_grid-1636708736676 > div > .p_gridbox {
    background-color: transparent;
  }

  #w_grid-1636708736676 {
    margin-top: 0;
  }

  #w_fvideo-1634099122055 {
    padding: 0 5%;
  }

  #c_portalResNews_detail-16341057812919070 {
    padding: 0 5%;
  }
}

.c_portalResNews_detail-01001 .p_articles video {
  max-width: 100%;
  height: auto !important;
}

.c_portalResNews_detail-01001 .p_articles img {
  max-width: 100%;
  height: auto !important;
}

@media(max-width: 768px) {
  #c_portalResNews_list-16341062819469001 {
    padding:0 5%;
    margin-bottom: 10%;
  }

  #c_portalResNews_list-16341062819469001 .newTitle {
    display: block
  }

  #c_portalResProduct_detail-16340897234780190 {
    padding: 0 5%;
  }
}

.c_portalResProduct_detail-03001 .d_description img {
  max-width: 100%;
  height: auto !important;
}

.c_portalResProduct_detail-03001 .d_description .wd-container {
  width: 100%;
  overflow-x: auto;
}

.c_portalResProduct_detail-03001 .d_description .wd-container .wd-wrapper {
  display: inline-block;
}

@media(max-width: 768px) {
  #c_portalResMessage_form-16341798825889975 .InputText::placeholder {
    font-size:14px;
  }

  #c_portalResMessage_form-16341798825889975 .btn-primary {
    margin-left: 0;
  }

  #c_portalResProduct_list-16341789207336791 {
    padding: 0 5%;
    margin-bottom: 5%;
  }

  #c_portalResProduct_list-16341789207336791 .proLi {
    width: calc((100% - 40px) / 2) !important;
    margin: 3px 10px;
    padding: 0;
  }

  #c_portalResProduct_list-16341789207336791 .proContainer {
    display: flex;
    flex-wrap: wrap;
  }

  #c_portalResProduct_list-16341789207336791 .porTbox {
    height: auto;
  }

  #c_portalResProduct_list-16341789207336791 .proImg {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
  }

  #c_portalResProduct_list-16341789207336791 .proTitle {
    height: auto;
    margin: 0;
    padding: 10px;
    text-align: center;
  }

  #c_portalResProduct_list-16340880792704498 .proContainer {
    display: flex;
    flex-wrap: wrap;
  }

  #c_portalResProduct_list-16340880792704498 .proLi {
    width: calc((100% - 40px) / 2) !important;
    margin: 3px 10px;
    padding: 0;
  }

  #c_portalResProduct_list-16340880792704498 .porTbox {
    height: auto;
  }

  #c_portalResProduct_list-16340880792704498 .proImg {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100%;
    height: auto;
  }

  #c_portalResProduct_list-16340880792704498 .proTitle {
    height: auto;
    margin: 0;
    padding: 10px;
    text-align: center;
  }

  #c_portalResIntro_detail-16340934279299824 {
    padding: 0 5%;
  }

  .c_portalResIntro_detail-01001 .p_tit {
    display: none;
  }

  .c_portalResIntro_detail-01001 .p_con {
    margin: 10px;
  }

  #w_grid-1634094079401 {
    padding: 0 5%;
    margin-bottom: 5%;
  }

  #w_fimg-1634094232127 {
    margin-top: 20px;
  }

  #w_fimg-1634094235335 {
    margin-top: 20px;
  }

  #w_fimg-1634094237823 {
    margin-top: 20px;
  }

  #c_portalResNews_list-1634178675675 {
    padding: 0 5%;
  }

  #c_portalResNews_list-1634178675675 .newContainer {
    margin: 0;
  }

  #c_portalResNews_list-1634178675675 .newLi {
    padding: 0;
  }

  #c_portalResNews_detail-16341787755316654 {
    padding: 0 5%;
  }

  #c_portalResNews_list-16341788069776103 {
    padding: 0 5%;
    margin-bottom: 5%;
  }

  #w_grid-1634106423845 {
    padding: 0 5%;
  }

  #content_box-1634106538112 {
    position: relative;
  }

  #w_common_text-1634106587853 {
    margin-top: 20px;
    text-align: center;
  }

  #w_common_text-1634106587853 span {
    font-size: 24px !important;
  }

  #w_common_text-1634106663168 {
    margin-bottom: 5%;
    text-align: center;
  }

  #content_box-1634108142869 {
    position: relative;
  }

  #w_videobackbox-1634108142869 video {
    display: none;
  }

  .w_videobackbox-001 .w_videobackbox > .poster_img {
    display: none;
  }

  #w_grid-1634108142859 {
    padding: 0 5%;
  }

  #w_grid-1634108142859 > div > .p_gridbox > .p_gridCell:nth-child(n+1) span {
    color: #333 !important;
  }

  #w_grid-1634108142879 {
    margin-left: 0;
  }

  #w_grid-1634108142879 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    margin-bottom: 5%;
  }

  #w_common_text-1634108142904 {
    margin-top: 5px;
  }

  #w_common_text-1634108142904 span {
    font-size: 14px !important;
  }

  #w_common_text-1634108142889 span {
    font-size: 18px !important;
  }

  #w_common_text-1634108142894 span {
    font-size: 22px !important;
  }

  #allmap {
    height: 50vh !important;
  }

  .c_portalResPublic_codeContainer-01001 {
    min-height: auto !important;
  }

  #w_common_text-1634109679563 span {
    color: #333 !important;
  }

  #w_grid-1634109679553 {
    margin-top: 0;
    padding: 0 5%;
  }

  .c_portalResMessage_form-01001 .p_ContactInfo>div .e_text {
    width: 100%;
  }

  .c_portalResMessage_form-01001 .p_ContactInfo>div .e_input, .c_portalResMessage_form-01001 .e_droplist, .c_portalResMessage_form-01001 .p_ContactInfo>div .p_EntryBox, .c_portalResMessage_form-01001 select.InputText {
    width: 100%;
  }

  .c_portalResMessage_form-01001 .p_ContactInfo>div .e_input .InputText::placeholder {
    font-size: 14px;
  }

  .form-horizontal .control-label {
    color: #333;
  }

  #content_box-1634109679543 {
    position: relative;
  }

  .w_videobackbox-001 .w_videobackbox video {
    display: none;
  }

  #w_common_text-1634109679563 p {
    text-align: left !important;
    margin-bottom: 10px;
  }

  #w_common_text-1634109679563 span {
    font-size: 18px !important;
  }

  .c_portalResMessage_form-01001 .form-group {
    padding: 0;
  }

  .c_portalResMessage_form-01001 .p_CoupWBox button {
    margin-left: 0;
  }

  #w_grid-1634110656872 {
    padding: 0 5%;
  }
}

.c_portalResIntro_detail-01001 .p_con img {
  max-width: 100%;
  height: auto !important;
}

@media(max-width: 768px) {
  #c_portalResSearch_total-16341492300507123 .p_searchBtn {
    display:block;
  }
}

.c_portalResSearch_result-03001 .p_list:hover .p_titleA {
  color: var(--c);
}

.c_portalResSearch_result-03001 .p_page {
  margin: 0 auto;
  float: none;
}

.c_portalResSearch_result-03001 .p_Productlist .p_NomBox {
  display: none;
}

.c_portalResSearch_result-03001 .p_Productlist .p_image {
  padding-bottom: 77% !important;
}

@media(max-width: 768px) {
  #c_portalResSearch_result-16341516570599202 {
    padding:0 5%;
  }

  .c_portalResSearch_result-03001 .p_Productlist .p_images {
    width: 100%;
  }

  #c_portalResSearch_result-16341516570599202 .p_Product1 {
    width: calc((100% - 40px) / 2);
    margin: 10px;
  }

  .c_portalResSearch_result-03001 .p_Productlist .p_productInfoMO {
    width: 100%;
  }

  .c_portalResSearch_result-03001 .p_Productlist .p_searchContentIcon {
    display: none;
  }
}

@media(max-width: 768px) {
  .wd-20211014084650 .wd-item {
    width:48%;
  }

  .wd-20211014084650 .wd-item:nth-child(2n+1) {
    margin-right: 4%;
  }

  .wd-20211014084650 .wd-20211014092036 {
    display: none;
  }

  .wd-20211014084650 .wd-item span {
    min-width: auto !important;
  }

  #w_grid-1634087235709 {
    margin-left: 0;
  }

  #w_fimg-1634087238906 {
    margin-bottom: 20px;
  }

  #w_fimg-1634087197805 {
    margin-left: 0;
  }

  #w_common_text-1634087176574 span {
    color: #333 !important;
  }

  #w_common_text-1634087176574 {
    margin-left: 0;
    text-align: center;
  }

  #w_common_text-1634087219215 {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
  }

  #w_common_text-1634087219215 span {
    color: #333 !important;
  }
}

@media(max-width: 768px) {
  #w_grid-1636708135708-1 {
    display:flex;
    flex-wrap: wrap;
  }

  #content_box-1636708135708-0 {
    order: 2;
  }

  #w_fimg-1636708135712 {
    margin-top: 20px;
  }

  #w_fimg-1636708736681 {
    margin-top: 20px;
  }

  #content_box-1634095131211 {
    position: relative;
  }

  #w_fimgbox-1634095131211 .w_imgbox > img {
    display: none;
  }

  #w_grid-1634095147387 {
    margin: 0;
  }

  #w_fimg-1634095156047 {
    margin-right: 0;
    width: 100%;
    max-width: none;
  }

  #w_grid-1634097065012 > div > .p_gridbox {
    background-color: #fff;
  }

  #w_common_text-1634097068477 {
    margin: 25px 0;
  }

  #w_grid-1634095095281-1 {
    display: flex;
    flex-wrap: wrap;
  }

  #w_grid-1634095095281-1 > div:nth-child(1) {
    order: 2;
  }

  #w_grid-1634095095281 {
    margin-bottom: 10%;
  }
}
@media(max-width:768px) {
  #c_portalResProduct_category-16340880745201149 .wd-sub-cate {
    display:block !important;
    padding:15px;
    flex-wrap:nowrap;
  } 
  #c_portalResProduct_category-16340880745201149 .wd-sub-cate .wd-item {
    flex:1;
    margin-right:0;
    margin-bottom:10px;
  }
  #c_portalResProduct_category-16340880745201149 .wd-sub-cate a {
    width:100%;
  }
}