:root {
  --c: #5fa82a;
  --cc: #e7c85c;
  font-size: 14px;
}

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: #333;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
}

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: 50px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: var(--c);
  margin-bottom: 2px;
  border-radius: 0;
}

.wd-right-float .wd-item a span {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  max-width: 2em;
}

.wd-right-float .wd-item a svg {
  width: 35px;
  height: 35px;
  transition: 1s;
  display: block;
  margin-top: 10px;
}

.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 {
  background-color: var(--c) !important;
  border-radius: 500px;
}

.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 {
  flex: 1;
  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;
}

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

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

#c_portalResProduct_category-16275442313068032 .yjLink {
  color: #333;
}

#c_portalResProduct_category-16275442313068032 .iconfont1 {
  right: 0;
}

#c_portalResProduct_category-16275442313068032 .ejLink {
  color: #555;
}

#c_portalResProduct_category-16275442313068032 .iconfont1 {
  color: #333;
}

#c_portalResProduct_list-16275442395745561 .proBox {
  padding: 0;
}

#c_portalResProduct_list-16275442395745561 .eye {
  display: none;
}

#c_portalResProduct_list-16275442395745561 .box {
  box-shadow: none;
}

#c_portalResProduct_list-16275442395745561 .proImgBox {
  border: 2px solid #ddd;
}

#c_portalResProduct_list-16275442395745561 .proImg {
  height: 100%;
  object-fit: cover;
}

#c_portalResProduct_list-16275442395745561 .line::before {
  display: none;
}

#c_portalResProduct_list-16275442395745561 .proLink {
  padding: 0;
}

#c_portalResProduct_list-16275442395745561 .txtBox {
  background-color: #eee;
}

#c_portalResProduct_list-16275442395745561 .proTitle {
  padding-right: 0;
}

#c_portalResProduct_list-16275442395745561 .proTitle a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

#c_portalResProduct_list-16275442395745561 .proTitle a.eye {
  display: none;
}

#c_portalResProduct_list-16275442395745561 .line {
  display: none;
}

#c_portalResProduct_list-16275442395745561 .box:hover .txtBox {
  background-color: #888;
}

#c_portalResProduct_category-16275442313068032 .yjLink::before {
  background-color: #333;
  top: -20px;
}

.c_portalResBreadcrumb_nav-01001 .p_breadcrumbList {
  padding: 2%;
  color: #333;
}

.c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst {
  color: #333;
}

.c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst:nth-child(1) {
  color: #333;
  background: url(/img/20210812084717.png) 0px 5px no-repeat;
  background-size: 12px;
  padding-left: 20px;
}

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

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

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

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

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

.c_portalResProduct_detail-03001 .d_KeywordBox {
  white-space: normal;
  padding: 0;
  margin-top: 20px;
}

.c_portalResProduct_detail-03001 .d_tagA {
  margin-bottom: 10px;
}

.c_portalResProduct_detail-03001 .d_summary {
  line-height: 2;
  font-size: 14px;
  color: #666;
  margin: 15px 0;
}

.c_portalResProduct_detail-03001 .d_SortName {
  margin-left: 0;
  background-color: #f3f3f3;
  padding: 15px;
  display: block;
}

#c_portalResProduct_detail-16275460205544116 .p_TabTitleBox {
  text-align: left;
}

.c_portalResProduct_detail-03001 .d_description p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 5px;
}

#c_portalResProduct_detail-16275460205544116 .d_DecTab:nth-child(2) {
  display: none;
}

.c_portalResProduct_detail-03001 .p_images {
  border: 2px solid #ddd;
}

.c_portalResBreadcrumb_nav-01001 .p_breadcrumb {
  color: #333;
}

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

.wd-footer {
  display: flex;
  padding: 50px;
  background-color: #f5f5f5;
  justify-content: space-between;
}

.wd-footer .wd-left .wd-nav {
  display: flex;
}

.wd-footer .wd-left .wd-nav .wd-item {
  position: relative;
  padding: 0 1vw;
}

.wd-footer .wd-left .wd-nav .wd-item:first-child {
  padding-left: 0;
}

.wd-footer .wd-left .wd-nav .wd-item:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background-color: rgba(255, 255, 255, 0.1);
}

.wd-footer .wd-left .wd-nav .wd-item a {
  font-size: 1rem;
  color: #666;
}

.wd-footer .wd-copyright {
  font-size: 12px;
  color: #666;
  margin-top: 8%;
}

.wd-footer .wd-copyright a {
  color: #666;
}

.wd-footer .wd-right {
  display: flex;
  justify-content: flex-end;
}

.wd-footer .wd-right .wd-share {
  display: flex;
  text-align: center;
}

.wd-footer .wd-right .wd-share .wd-item {
  margin-left: 20px;
}

.wd-footer .wd-info p {
  line-height: 1.8;
  color: #666;
  font-size: 1rem;
}

.wd-footer .wd-info p a {
  color: #666;
}

.wd-footer .wd-right .wd-contact-us div:nth-child(1) a {
  font-size: 32px;
  color: #333;
  display: flex;
  align-items: center;
}

.wd-footer .wd-right .wd-contact-us div:nth-child(1) {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.wd-footer .wd-right .wd-contact-us svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.wd-footer .wd-right .wd-contact-us path {
  fill: #333;
}

.wd-footer .wd-right .wd-share .wd-item p {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

.wd-footer .wd-left .wd-nav .wd-item a:hover {
  text-decoration: underline;
}

.wd-footer .wd-copyright a:hover {
  text-decoration: underline;
  color: #333;
}

.wd-footer .wd-info p a:hover {
  text-decoration: underline;
}

.wd-header {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  z-index: 9999;
  transition: 1s;
}

.make .wd-header {
  position: relative;
  background-color: #333;
}

.wd-header:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.wd-header .wd-logo {
  text-align: center;
}

.wd-header .wd-logo p {
  font-size: 24px;
  color: #fff;
}

.wd-header .wd-logo p a {
  font-size: 24px;
  color: #fff;
}

.wd-header .wd-nav {
  display: flex;
  justify-content: flex-end;
}

.wd-header .wd-nav .wd-item {
  margin-left: 2vw;
}

.wd-header .wd-nav .wd-item a {
  font-size: 1.2rem;
  color: #fff;
}

.wd-header .wd-nav .wd-item a:hover {
  text-decoration: underline;
}

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

#c_portalResNews_list-16275433481630252 .p_news {
  max-width: none;
}

#c_portalResNews_list-16275433481630252 .newTitle:hover {
  text-decoration: none;
  color: #000;
}

#c_portalResNews_list-16275433481630252 .newDetailLink:hover {
  text-decoration: none;
}

#c_portalResNews_list-16275433481630252 .newMs:hover {
  color: #333;
}

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

.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_category-16275546564986738 .content {
  display: flex;
  justify-content: center;
}

#c_portalResNews_category-16275546564986738 .contentBox {
  box-shadow: none;
  display: flex;
  z-index: 33399;
  justify-content: center;
}

#c_portalResNews_category-16275546564986738 .yjTitle {
  padding-left: 0;
  border: none;
}

#c_portalResNews_category-16275546564986738 .yjLink {
  padding: 13px 3vw;
  margin: 0 5px;
  background-color: #eee;
  border-radius: 50px;
  color: #333;
  text-decoration: none;
}

#c_portalResNews_category-16275546564986738 .yjTitle:hover {
  background-color: transparent;
}

#c_portalResNews_category-16275546564986738 .yjLink::before {
  display: none;
}

#c_portalResNews_category-16275546564986738 .yjLink:hover {
  background-color: #333;
  color: #fff;
}

.subpage_ad .text {
  display: none !important;
}

.c_portalResProduct_detail-03001 .p_content {
  border: none;
  margin: 0;
  padding: 0;
}

.wd-20210708115438 {
  display: flex;
  margin-top: 5%;
}

.wd-20210708115438 a {
  display: block;
  padding: 15px 3vw;
  background-color: #1184e6;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  text-decoration: none;
}

.wd-20210708115438 a:hover {
  background-color: var(--cc);
}

body.wd-sub-product-detail #w_grid-1627545978766 {
  margin-top: 125px;
}

body.wd-sub-product-detail .wd-header {
  background-color: rgba(0, 0, 0, 0.5);
}

.wd-logo a {
  text-decoration: none !important;
}

@media(max-width: 1367px) {
  #c_portalResPublic_codeContainer-16215073156325562 .wd-company .wd-item .wd-name a {
    font-size:14px;
  }
}

.wd-20210818095758 {
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  padding: 2% 0;
}

.wd-20210818095758 .wd-item {
  flex: 1;
  padding: 15px;
  position: relative;
}

.wd-20210818095758 .wd-item img {
  display: block;
  margin: 0 auto;
}

.wd-20210818095758 .wd-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  margin-top: -12.5px;
  right: -12.5px;
  background-image: url(/img/20210818101152.png);
  background-position: 110% center;
  background-repeat: no-repeat;
  background-size: 25px;
}

.wd-20210818095758 .wd-item:last-child:after {
  visibility: hidden;
}

.wd-20210818095758 .wd-item svg {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}

.wd-20210818095758 .wd-item path {
  fill: var(--c);
}

.wd-20210818095758 .wd-item h2 {
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  margin: 15px 0;
}

.wd-20210818095758 .wd-item p {
  font-size: 1rem;
  color: #777;
  text-align: center;
}

#w_common_text-1629254158688 > div > p > span > span > span > span > strong {
  position: relative;
  padding-left: 25px;
  background: url(/img/20210818105046.png) 0 0 no-repeat;
  background-size: 18px;
}

#w_common_text-1629254816259 > div > p > span > span > span > span > strong {
  position: relative;
  padding-left: 25px;
  background: url(/img/20210818105046.png) 0 0 no-repeat;
  background-size: 18px;
}

#w_common_text-1629257522879 > div > p > span > span > span > span > strong {
  position: relative;
  padding-left: 25px;
  background: url(/img/20210818105046.png) 0 0 no-repeat;
  background-size: 18px;
}

#w_common_text-1629257522881 > div > p > span > span > span > span > strong {
  position: relative;
  padding-left: 25px;
  background: url(/img/20210818105046.png) 0 0 no-repeat;
  background-size: 18px;
}

#w_common_text-1629257535673 > div > p > span > span > span > span > strong {
  position: relative;
  padding-left: 25px;
  background: url(/img/20210818105046.png) 0 0 no-repeat;
  background-size: 18px;
}

#w_common_text-1629250969060 strong {
  position: relative;
  padding-left: 25px;
  background: url(/img/20210818094733.png) 0 0 no-repeat;
  background-size: 18px;
}

.c_portalResProduct_list-01001 .p_products {
  display: flex;
  flex-wrap: wrap;
}

.c_portalResNews_detail-01001 .gallery-top .swiper-slide img {
  height: 100%;
}

.wd .c_portalResNews_detail-01001 .gallery-top {
  height: 60vh;
}

@media(max-width: 768px) {
  .wd-header .wd-nav {
    display:block;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 15vh;
    visibility: hidden;
    opacity: 0;
    transition: 1s;
  }

  .wd-header .wd-nav.wd-show {
    visibility: visible;
    opacity: 1;
  }

  .wd-header .wd-nav a {
    display: block;
    text-align: center;
    line-height: 7vh;
  }

  #c_portalResPublic_codeContainer-16215073156325562 .wd-company {
    display: block
  }

  #c_portalResPublic_codeContainer-16215073156325562 .wd-content h2:nth-child(1) {
    font-size: 5vw;
  }

  .wd.wd-show #c_portalResPublic_codeContainer-16215073156325562 .wd-content h2:nth-child(2) {
    display: block;
    font-size: 5vw;
  }

  #c_portalResPublic_codeContainer-16215073156325562 .wd-content {
    width: 90%;
    left: 5%;
    transform: translateY(-50%);
  }

  #c_portalResPublic_codeContainer-16215073156325562 .wd-company .wd-item .wd-business {
    margin-top: 0;
    top: 46px;
  }

  .wd #c_portalResPublic_codeContainer-16215073156325562 .wd-company .wd-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 55px;
  }

  .wd-footer {
    padding: 15px;
  }

  .wd-footer .wd-right {
    display: none;
  }

  .wd-footer .wd-left .wd-nav .wd-item a {
    font-size: 14px;
  }

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

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

.c_portalResProduct_detail-03001 .p_nextBox {
  margin-top: 0;
  padding: 20px 0 0;
}

@media(max-width: 768px) {
  #c_portalResPublic_codeContainer-16215073156325562 .wd-bg img.wd-current {
    opacity:0.8;
  }

  #c_portalResPublic_codeContainer-16215073156325562 .wd-company .wd-item .wd-business a {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .wd-header .wd-logo p {
    font-size: 12px;
    margin-top: 5px;
  }

  .wd-header .wd-logo img {
    width: 90px;
  }

  .wd-header {
    padding: 5px 10px;
  }

  .wd-header:hover {
    background-color: transparent;
  }
}

.wd-mo {
  display: none;
}

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

  .wd-header .wd-trigger {
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: relative;
    z=: ;
  }

  .wd-header .wd-trigger svg {
    width: 30px;
    height: 30px;
    transition: 1s;
    position: absolute;
    top: 0;
    opacity: 1;
  }

  .wd-header .wd-trigger.wd-show svg:nth-child(1) {
    opacity: 0;
  }

  .wd-header .wd-trigger path {
    fill: #fff;
  }
}

.wd-header .wd-nav svg {
  display: none;
}

@media(max-width: 768px) {
  .wd-header .wd-nav svg {
    width:30px;
    height: 30px;
    position: absolute;
    top: 25px;
    right: 10px;
    display: block;
  }

  .wd-header .wd-nav path {
    fill: #fff;
  }

  #c_portalResProduct_detail-16275460205544116 .p_ProductDetail {
    padding: 5px;
  }

  body.wd-sub-product-detail #w_grid-1627545978766 {
    margin-top: 83px;
  }

  #c_portalResProduct_category-1628822351307 .wd-item {
    width: 100%;
  }

  #c_portalResProduct_category-1628822351307 .wd-pic {
    height: auto;
  }

  :root {
    font-size: 12px;
  }

  #c_portalResProduct_list-16288237396877140 .wd-title:after {
    bottom: 0px;
  }

  #c_portalResNews_list-16275567845831182 .porTboxv {
    height: auto;
  }

  #c_portalResNews_list-16275567845831182 .porTbox {
    height: auto;
  }

  #c_portalResNews_list-16275567845831182 .newImg {
    position: static !important;
    transform: none !important;
  }

  .dot {
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.3);
  }

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

  .c_portalResNews_detail-01001 .gallery-top .swiper-slide img {
    object-fit: cover;
  }

  .c_portalResNews_detail-01001 .swiper-pagination {
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
  }

  #c_portalResNews_list-16275433481630252 .newPic {
    width: 100%;
    object-fit: cover;
  }

  #c_portalResNews_category-16275546564986738 .content {
    display: block;
  }

  #c_portalResNews_category-16275546564986738 .yjLink {
    display: block;
    border-radius: 0;
    background: transparent;
  }

  #c_portalResNews_category-16275546564986738 .moveBtn {
    background-color: #333;
    border-color: #333;
  }

  #w_grid-1627547324421 {
    margin-top: 83px;
  }
}

body.wd-sub-product-detail #w_grid-1627547324421 {
  margin-top: 125px;
}

@media(max-width: 768px) {
  body.wd-sub-product-detail #w_grid-1627547324421 {
    margin-top:83px;
  }
}

#c_portalResPublic_mapReference-16275436473224350 .p_mapContainer {
  height: 70vh;
}

@media(max-width: 768px) {
  #w_grid-1627543647206 > div > .p_gridbox {
    padding:15px;
  }

  #w_grid-1627543647210 > div > .p_gridbox {
    padding: 15px;
  }

  #w_grid-1584866858796 {
    padding: 0 15px;
  }

  #w_fimg-1584868406258 {
    margin-top: 0;
  }

  #w_grid-1584867017150> div > .p_gridbox > .p_gridCell>.reset_style:nth-child(2) span {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }

  #content_box-1584869075788-0 {
    padding: 0 15px !important;
  }

  #w_grid-1610430282201 {
    padding: 0 15px;
  }

  #w_grid-1610430331172 {
    padding: 0 15px;
  }

  #w_grid-1629250445394 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    padding: 15px;
  }

  #w_grid-1629250675396 {
    padding: 15px;
  }

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

  #c_portalResNews_list-16297071413516714 .wd-year .wd-item {
    font-size: 1rem;
  }

  #c_portalResNews_list-16297071413516714 .wd-content .wd-item {
    width: 100%;
  }

  #c_portalResNews_list-16297071413516714 .wd-year .wd-item {
    width: 100px;
  }

  #c_portalResNews_list-16297071413516714 .wd-year .wd-title {
    width: 70px;
  }

  #c_portalResNews_list-16297071413516714 .wd-year {
    overflow-x: scroll;
  }

  #c_portalResNews_list-16297071413516714 .wd-year:after {
    width: 550px;
  }

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

  .wd-20210818095758 .wd-item {
    width: 45%;
    flex: 0 1 auto;
  }

  #w_grid-1628826160036 {
    width: 100%;
    padding: 15px;
  }

  #w_grid-1629253191755 {
    width: 100%;
    padding: 15px;
  }
}

#c_portalResPublic_codeContainer-16215073156325562 .wd-company .wd-item .wd-name a {
  font-size: 1.2rem;
}

#c_portalResPublic_codeContainer-16215073156325562 .wd-content h2:nth-child(2) {
  font-size: 2rem;
}

#c_portalResPublic_codeContainer-16215073156325562 .wd-content h2:nth-child(1) {
  font-size: 2rem;
}

#c_portalResProduct_list-1627556901102 .wd-title {
  font-size: 1.2rem;
}

#c_portalResProduct_category-1628822351307 .wd-title > a {
  font-sizse: 1.2rem;
}

#c_portalResProduct_list-1627557253555 .wd-title {
  font-size: 1.2rem;
}

#c_portalResNews_list-16275433481630252 .newTitle {
  font-size: 1.2rem;
}

#c_portalResNews_category-16275546564986738 .yjLink {
  font-size: 1.2rem;
  font-weight: normal;
}

#c_portalResNews_list-16275433481630252 .newList {
  height: 40vh;
}

#c_portalResNews_list-16275433481630252 .newPic {
  height: 100%;
  object-fit: cover;
}

.c_portalResNews_detail-01001 .p_headA {
  font-size: 2.4rem;
}

#c_portalResEmploy_list-16275470519696298 .job-box .container {
  max-width: none;
  width: 100%;
}

#c_portalResEmploy_detail-16275473567290101 .job_title {
  font-size: 2rem;
}

#c_portalResEmploy_detail-16275473567290101 .fourBox {
  display: none;
}

@media(max-width: 768px) {
  .wd-20210826155430 .wd-item {
    margin-bottom:25px;
    position: relative;
    padding-left: 25px;
    margin-top: 15px;
    padding-right: 20px;
  }

  .wd-20210826155430 .wd-item:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #333;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 2.5px;
  }

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

  .wd-20210826155430:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #333;
    position: absolute;
    left: 10px;
    top: 0;
  }
}

@media(max-width: 768px) {
  .wd-footer .wd-left .wd-nav .wd-item {
    flex:none;
  }

  .wd-footer .wd-left .wd-nav {
    flex-wrap: wrap;
  }
}

.c_portalResProduct_detail-03001 .p_image {
  display: flex;
  align-items: center;
}

.c_portalResProduct_detail-03001 .p_image img {
  width: 90% !important;
  height: 90% !important;
  object-fit: scale-down;
  transform: none !important;
  position: static !important;
}

#c_portalResProduct_list-16299794457991242 .summary {
  -webkit-line-clamp: 4;
}

@media(max-width: 768px) {
  #c_portalResProduct_category-1628822351307 .wd-item {
    width:90%;
    margin: 2% 5%;
  }
}

.subpage_ad {
  height: calc(100vw / 1920 * 450 - 10vh) !important;
}

.wd #c_portalResEbizads_banner-16303118081530174 {
  display: none;
}

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

.c_portalResProduct_detail-03001 .d_BaseInfoBox {
  background-color: transparent;
  padding: 0;
  margin-top: 30px;
}

.c_portalResProduct_detail-03001 .d_ProInfoA svg {
  width: 50px;
  height: 50px;
}

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

.c_portalResProduct_detail-04001 .p_interaction button {
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.c_portalResProduct_detail-04001 .p_image img {
  position: static !important;
  width: 90% !important;
  height: 90% !important;
  object-fit: scale-down;
  transform: none !important;
  margin-top: 2.5% !important;
}

.c_portalResProduct_detail-04001 .p_images {
  border: 1px solid #ddd;
}

.c_portalResProduct_detail-04001 .d_NumBox {
  margin-bottom: 10px;
}

.c_portalResProduct_detail-04001 .d_summary {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #888;
  font-size: 12px;
  line-height: 1.7;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

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

.c_portalResProduct_detail-04001 .p_Product.size:nth-of-type(1), .c_portalResProduct_detail-04001 .product:nth-of-type(1) {
  margin-left: 0;
}

.c_portalResProduct_detail-04001 .p_Product.active {
  background-color: #2473e8;
  color: #fff;
  border-color: #2473e8;
}

.c_portalResProduct_detail-04001 .d_num {
  position: relative;
  top: -2px;
}

.c_portalResProduct_detail-04001 .d_sort {
  position: relative;
  top: -1px;
}

.c_portalResProduct_detail-04001 .d_nameD {
  width: auto;
}

.c_portalResProduct_detail-04001 .p_content {
  border: none;
  padding: 0;
  margin: 0;
}

.c_portalResProduct_detail-04001 .d_NumBox {
  display: none !important
}

.c_portalResProduct_detail-04001 .p_products {
  display: none;
}

@media(max-width: 768px) {
  :root {
    font-size:12px;
  }
}

@media(min-width: 769px) {
  #w_grid-1648632724164 > div > div {
    display:flex;
    align-items: center;
  }
}

#c_portalResNews_list-16275567845831182 .newSummry {
  display: none;
}

#c_portalResNews_list-16275567845831182 .lookDetail {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.c_portalResNews_list-01001 .p_ToDetail {
  display: block;
}

#c_portalResNews_list-16275567845831182 .newImg {
  height:100%;
  object-fit:cover;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display:none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display:none;
}
#c_portalResProduct_list-16299794457991242 .proImg {
  height:300px !important;
  object-fit:scale-down;
}
@media(max-width:768px) {
  body.sub {
    padding-top:100px !important;
  } 
  .wd-header {
    position:fixed;
  }
  .subpage_ad {
    display:none !important;
  }
}
.p_QRCode {
  display:none;
}
#c_portalResEbizads_banner-16528448372580154 .content {
  height:auto;
}