:root {
  --c: #d26b2f;
  --cc: #d26b2f;
  font-size: 10px;
}

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;
}

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

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 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.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.wd-index {
  overflow-x: hidden;
  overflow-y: auto;
}

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

.wd-scroll-animation {
  opacity: 0;
}

.wd-make .wd-scroll-animation {
  opacity: 1;
}

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

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

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

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

.error-404 iframe {
  width: 100vw;
  height: 100vh;
  max-height: 2000px;
  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;
}

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

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

.wd .wd-right-float {
  position: fixed;
  top: 50%;
  right: 5px;
  z-index: 2229999;
  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:nth-child(1) .wd-sub div {
  width: 230px;
}

.wd-right-float .wd-item:nth-child(2) .wd-sub div {
  width: 160px;
}

.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: 110px;
  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: var(--cc);
  margin-bottom: 2px;
  border-radius: 3px;
}

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

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

.w_fbtn-001 .p_CommonBtn {
  border: none;
  position: relative;
  padding: 0;
}

.w_fbtn-001 .p_CommonBtn:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: var(--c);
}

.w_fbtn-001 .p_CommonBtn:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  border: 15px solid var(--c);
  transition: .5s;
}

.w_fbtn-001:hover .p_CommonBtn:before {
  border-width: 10px;
}

.w_fbtn-001 .p_CommonBtn:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 25px;
  left: 40px;
  transition: .5s;
}

.w_fbtn-001:hover .p_CommonBtn:after {
  width: 50px;
}

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

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

.w_fbtn-001 .p_CommonBtn .font {
  color: #333;
  position: absolute;
  top: 0px;
  left: 90px;
  width: 200px;
  text-align: left;
  transition: .5s;
}

.w_fbtn-001:hover .p_CommonBtn .font {
  left: 100px;
  color: var(--c) !important;
}

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

.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 !important;*/
  height: 50px !important;
  background-color: var(--c) !important;
  border: none !important;
  color: #fff !important;
}

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

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

.c_portalResPublic_codeContainer-01001003 .about-num li h2 {
  color: var(--c);
}

.c_portalResPublic_codeContainer-01001003 li:nth-child(4) {
  display: block;
}

.c_portalResPublic_codeContainer-01001003 .about-num .count-unit {
  color: var(--c);
}

.c_portalResPublic_codeContainer-01001003 .about-num li {
  width: 25%;
}

.wd #w_grid-1561970649941 {
  z-index: 100000;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c_portalResPublic_codeContainer-01001003 .about-num {
  border-radius: 15px;
}

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

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

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

.c_portalResIntro_detail-01001 .p_content p {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}

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

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

.c_portalResBreadcrumb_nav-01001 .p_breadcrumbList {
  padding: 1%;
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 10px center;
  padding-left: 35px;
}

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

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

.c_portalResIntro_category-01001001 .NavList_a1 a {
  text-decoration: none;
  text-align: center;
}

.e_SideMajorStyleBox-001 .stylebox_top {
  background-color: var(--c);
}

.e_SideMajorStyleBox-001 .stylebox_title {
  background-color: var(--c);
}

.w_fline-001 .p_FLine {
  border-color: var(--c) !important;
}

.c_portalResProduct_detail-01001 .d_summary {
  line-height: 1.8;
  font-size: 12px;
  margin-top: 15px;
}

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

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

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

.c_portalResProduct_detail-01001 .d_SortName {
  padding: 10px;
  background-color: #eee;
  display: block;
  margin-left: 0;
  display: flex;
  margin-top: 15px;
}

.c_portalResProduct_detail-01001 .d_SortName a {
  float: none !important;
}

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

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

.wd-20210708115438 a {
  display: block;
  padding: 15px 3vw;
  background-color: var(--c);
  color: #fff;
  border-radius: 6px;
  margin-right: 10px;
  text-decoration: none;
}

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

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

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

.e_FlowCommonStyleBox-001 .stylebox_top {
  background-color: var(--c);
}

.e_FlowCommonStyleBox-001 .stylebox_title {
  background-color: var(--c);
}

.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 p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 5px;
}

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

.c_portalResNews_detail-01001 .p_NewsDetail {
  border: 1px solid #eee;
  padding: 3%;
}

@media (max-width: 768px) {
  .c_portalResIntro_category-01001001 {
    display: none !important;
  }

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

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

  .c_portalResIntro_detail-01001 .p_con {
    padding: 15px;
  }

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

@media (max-width: 768px) {
  .c_portalResNews_detail-01001 .p_articles img {
    max-width: 100%;
    height: auto !important;
  }

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

.c_portalResProduct_detail-01001 .d_KeywordBox {
  white-space: normal;
}

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

.p_page .pageNum:hover {
  color: #fff !important;
  border-color: var(--c) !important;
  cursor: pointer !important;
  text-decoration: none !important;
  background-color: var(--c) !important;
}

.p_page .pageNum.active {
  text-decoration: none !important;
  background-color: var(--c) !important;
  color: #fff !important;
  border-color: var(--c) !important;
}

.p_page .next:hover {
  background-color: var(--c) !important;
  border-color: var(--c) !important;
  color: #fff !important;
  cursor: pointer !important;
}

.p_page .pre:hover {
  color: #fff !important;
  background-color: var(--c) !important;
  border-color: var(--c) !important;
  cursor: pointer !important;
}

.c_portalResEbizads_banner-01001004 .subpage_ad {
  background-color: #000;
}

.c_portalResEbizads_banner-01001004 .bgimg {
  opacity: 0.7;
}

.c_portalResIntro_category-01001001 .NavList_a1 a:hover {
  color: var(--c);
}

.c_portalResIntro_category-01001001 .NavList_a1 a:hover:before {
  background-color: var(--c);
}

.c_portalResIntro_detail-01001 .p_con .wd-20210810094848 img {
  width: 25vw !important;
  height: auto !important;
  float: left;
  margin: 15px;
}

@media (max-width: 768px) {
  .c_portalResIntro_detail-01001 .p_con .wd-20210810094848 img {
    width: 100% !important;
    height: auto !important;
    float: none;
    margin: 15px 0;
  }
}

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

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

.wd-nav {
  display: flex;
  justify-content: space-between;
  padding: 0px 15px !important;
  align-items: center;
  z-index: 99;
}

.wd .wd-nav {
position: fixed;
    top: 0;
    left: 0;
    padding: 5px 80px!important;
    width: 100% !important;
    height: auto;
    background: #fff;
}

.wd-nav .wd-tel a {
  display: flex;
  align-items: center;
  color: var(--c);
  font-size: 1.5rem;
  font-weight: bolder;
}

.wd-nav .wd-tel svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.wd-nav .wd-tel svg path {
  fill: var(--c);
}

.wd-nav nav {
  display: flex;
  width: 100%;
  max-width: 1030px;
  position: relative;
  z-index: 99;
  max-width: 810px;
}

.wd-nav nav .wd-item {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 0 2%;
}

.wd-nav nav .wd-item .wd-level-2 {
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  background-color: var(--c);
  display: none;
}

.wd-nav nav .wd-item .wd-level-2 a {
  display: block;
  line-height: 3;
  color: #fff;
  font-size: 1.4rem;
}

.wd-nav nav .wd-item .wd-level-2 a:hover {
  background-color: #9e4828;
}

.wd-nav nav .wd-item > a {
  display: block;
  line-height: normal;
  color: #000000;
  font-size: 1.6rem;
  line-height: 80px;
  transition: 0.5s;
  text-decoration: none !important;
}

@media(min-width: 769px) {
  .wd-nav nav .wd-item > a.wd-current {
    background-color:var(--c) !important;
    color: #fff !important;
  }
}

.wd #c_portalResnav_main-16303418539641084.wd-nav:hover nav .wd-item > a {
  color: #333;
}

.wd #c_portalResnav_main-16303418539641084.wd-nav:hover nav .wd-item:hover > a {
  color: var(--c);
}

.wd-nav nav .wd-item > a:hover {
  color: var(--c);
}

.wd-nav nav .wd-item:hover > a {
  color: var(--c);
}

.wd-logo img {
  max-width: 328px;
  transition: 0.5s;
}

.wd #w_grid-1569297580301 {
  margin-top: 84px;
}

.wd-tel {
  min-width: 170px;
}

.c_portalResIntro_detail-01001 .p_content div {
  line-height: 1.8;
}

.c_portalResIntro_category-01001001 .NavList_a1 ul {
  display: flex;
}

.c_portalResIntro_category-01001001 .NavList_a1 li {
  flex: 1;
}

.c_portalResIntro_category-01001001 .NavList_a1 a:hover:before {
  width: 100%;
  left: 0;
  background-color: var(--c);
}

.c_portalResNews_detail-01001 .p_headA {
  font-size: 2rem !important;
  line-height: 1.5 !important;
}

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

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

@media (max-width: 768px) {
  .wd .wd-nav nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 100vh;
    overflow: scroll;
    background-color: #fff;
    display: block;
    padding-top: 10vh;
    visibility: hidden;
    opacity: 0;
    transition: 1s;
  }

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

  .wd-nav nav .wd-item > a {
    font-size: 20px;
    text-align: left;
    line-height: normal;
  }

  .wd-nav nav svg {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }

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

  .wd-tel {
    display: none;
  }

  .wd-nav > svg {
    width: 30px;
    height: 30px;
  }

  .wd-nav > svg path {
    fill: var(--c);
  }

  .wd-nav {
    padding: 10px !important;
  }

  .wd-logo img {
    max-width: 30vw;
  }

  .wd-nav nav .wd-item .wd-level-2 {
    position: relative;
    display: flex;
    width: 100%;
    left: 0;
    margin-left: 0;
    background: transparent;
  }

  .wd-nav nav .wd-item {
    padding: 10px 15px;
    border-bottom: 1px dashed #ddd;
  }

  .wd-nav nav .wd-item .wd-level-2 a {
    color: #888;
    margin-right: 10px;
    line-height: 1.5;
  }

  .wd-nav nav .wd-item .wd-level-2 a:hover {
    background-color: transparent;
  }
}

.c_portalResIntro_detail-01001 .p_con img {
  height: auto !important;
}

@media (max-width: 768px) {
  #w_grid-1628590078431 {
    padding: 0 15px;
  }
}

.wd .c_portalResEbizads_banner-01001004 {
  min-height: auto !important;
}

.wd-logo {
  position: relative;
}

.wd-logo img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: visible;
}

.wd-make #c_portalResEbizads_banner-16303358479688644 .wd-20210709110759 .wd-item:nth-child(1) .wd-pic {
  opacity: 1;
  visibility: visible;
}

.wd-make #c_portalResEbizads_banner-16303358479688644 .wd-20210709110759 .wd-item:nth-child(1) .wd-pic {
  transition: 5s;
  transform: scale(1);
}

.wd-20210831084202 {
  position: absolute;
  bottom: 10%;
  left: 30px;
  color: #fff;
  width: 90vw;
}

.wd-20210831084202 h1 {
  font-size: 3.5rem;
  display: flex;
  letter-spacing: 10px;
}

.wd-20210831084202 h1 svg {
  width: 1rem;
  height: 1rem;
  margin: 0 10px;
}

.wd-20210831084202 h1 path {
  fill: #fff;
}

.wd-20210831084202 p {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 1px;
}

.wd-20210831084202 span {
  display: block;
  margin-top: 3%;
  margin-left: 8%;
  text-align: left;
  max-width: 20vw;
  opacity: 0;
  font-size: 16px;
}

.wd-show .wd-20210831084202 span {
  animation: fadeInUp 1s 1.4s both;
}

.wd-20210831084202 a {
  display: flex;
  width: 160px;
  height: 4rem;
  margin: 10% auto 0;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50px;
  position: relative;
  color: #fff;
  font-size: 1rem;
  padding-left: 3rem;
}

.wd-20210831084202 a svg {
  width: calc(4rem - 10px);
  height: calc(4rem - 10px);
  position: absolute;
  top: 4px;
  right: 4px;
  animation: wd-rotate 10s linear infinite;
}

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

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

.wd-20210831084202 a path {
  fill: #fff;
}

.wd-tel {
  display: none;
}

.wd-index-title-1 {
  font-size: 20rem;
  color: #000;
  width: 100vw;
  position: absolute;
  text-transform: uppercase;
  left: -5rem;
  top: -10rem;
}

.wd-index-title-1 p {
  font-size: 20rem;
  color: #000;
  opacity: 0.1;
  width: 100vw;
}

.wd-index-title-2 {
  font-size: 5rem;
  color: #333;
  height: 15rem !important;
}

.wd-index-title-3 {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.7;
  width: 70% !important;
  margin-bottom: 5rem !important;
}

.w_grid-001 > div > .p_gridbox > .p_gridCell:not(:empty):before {
  display: none;
}

.w_grid-000 > .w_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: static;
}

#c_portalResEbizads_banner-16303358479688644 {
  position: relative;
}

.wd #c_portalResnav_main-16303418539641084 {
  display: flex;
  align-items: center;
  transition: 0.5s;
}

@media(min-width: 769px) {
  .wd #c_portalResnav_main-16303418539641084:hover .wd-logo img:nth-child(2) {
    opacity:1;
  }

  .wd #c_portalResnav_main-16303418539641084:hover .wd-logo img:nth-child(1) {
    opacity: 0;
  }

  .wd #c_portalResnav_main-16303418539641084:hover {
    background-color: #fff !important;
  }

  .wd.wd-sub #c_portalResnav_main-16303418539641084 {
    background-color: rgba(255,255,255,1);
  }
}

#c_portalResEbizads_banner-16303358479688644 .wd-20210709110759 .wd-item > a {
  display: none;
}

#c_portalResEbizads_banner-16303358479688644 .wd-20210709110759 .wd-item > p {
  display: none;
}

.wd .wd-section {
  min-height: 100vh !important;
  max-height: 3000px !important;
  padding: 5% !important;
  display: flex !important;
  align-items: center !important;
}

#w_grid-1630339098296 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(1) {
  position: relative;
}

.wd-20210831091501 svg {
  width: 9rem;
  height: 9rem;
  margin: 0 auto;
  display: block;
}

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

.wd-20210831091501 div, .wd-20210831091501 div p {
  font-size: 5rem;
  color: var(--c);
  font-weight: bolder;
  text-align: center;
  font-family: arial;
}

.wd-20210831091545 {
  font-size: 1.2rem;
  color: #333;
  text-align: center;
}

.wd-20210831091819 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

#w_grid-1630339140853 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(2) {
  position: relative;
  border: 1px solid var(--c);
  border-bottom-right-radius: 10rem;
}

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

#w_grid-1630339098296 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(1) {
  border: 1px solid var(--c);
  border-top-left-radius: 10rem;
}

#w_fimg-1630339140861 {
  border-bottom-left-radius: 10rem;
  overflow: hidden;
  background-color: #000;
}

#w_fimg-1630339140861 img {
  opacity: 0.3;
  transition: 1s;
}

#w_fimg-1630339114789 {
  border-top-right-radius: 10rem;
  overflow: hidden;
}

#w_fimg-1630339140861 {
  position: relative;
}

#w_fimg-1630339140861:hover svg {
  transform: translate(-50%, -50%) rotateY(360deg);
}

#w_fimg-1630339140861 svg {
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1s;
}

#w_fimg-1630339140861 path {
  fill: #fff;
}

#content_box-1630339288312-0 svg {
  width: 7rem;
  height: 7rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 3rem;
  box-sizing: content-box;
}

#content_box-1630339288312-0 path {
  fill: var(--c);
}

#content_box-1630339288312-0 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#content_box-1630339288312-0 > div {
  width: 33.3%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
  position: relative;
  left: 3%;
}

#content_box-1630339288312-0 div {
  font-size: 1.8rem;
  color: #333;
  text-align: center;
}

.wd #w_grid-1630339184533 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(2) {
  position: absolute;
  min-height: 100vh;
  max-height: 3000px;
  top: 0;
  right: 0;
  height: 100%;
}

.wd #w_grid-1630339340614 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  background-color: #333;
  transition: 1s;
}

.wd #w_grid-1630339340614.wd-current {
  background-color: var(--c);
}

.wd #w_grid-1630339340614 > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  filter: grayscale(0.5);
  transition;2s; }

.wd #w_grid-1630339340614.wd-current > img {
  filter: none;
  opacity: 0.1;
}

.wd #w_grid-1630339362223 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  background-color: #333;
  transition: 1s;
}

.wd #w_grid-1630339362223.wd-current {
  background-color: var(--c);
}

.wd #w_grid-1630339362223 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  filter: grayscale(0.5);
  transform: 2s;
}

.wd #w_grid-1630339362223.wd-current > img {
  opacity: 0.1;
  filter: none;
}

.wd-20210831100348 svg {
  width: 10rem;
  height: 10rem;
  display: block;
  margin: auto;
  margin-bottom: 3rem;
  transition: 2s;
}

.wd-current .wd-20210831100348 svg {
  transform: rotateY(360deg);
}

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

.wd-20210831100348 div, .wd-20210831100348 div p {
  font-size: 3rem;
  color: #fff;
  text-align: center;
}

.wd-20210831100800 div {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

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

#c_portalResNews_category-16303394391835704 a {
  display: flex;
  width: 150px;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  background-color: var(--c);
  border-radius: 50px;
  margin-left: 10px;
  transition: .5s;
}

#c_portalResNews_category-16303394391835704 a:hover {
  background-color: var(--cc);
}

#c_portalResNews_category-16303394391835704 .wd-sub-cate {
  justify-content: flex-end;
}

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

#c_portalResNews_list-16303395011530413 .wd-item:nth-child(2) {
  margin: 0 3%;
}

#c_portalResNews_list-16303395011530413 .wd-item .wd-title a {
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.6rem;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: .5s;
  text-align: left;
}

#c_portalResNews_list-16303395011530413 .wd-item .wd-title a:hover {
  color: var(--c);
}

#c_portalResNews_list-16303395011530413 .wd-item .wd-summary {
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1rem;
  color: #777;
  text-align: left;
}

#c_portalResNews_list-16303395011530413 img {
  height: 15vw;
  object-fit: cover;
}

.wd #w_grid-1630339183423 {
  position: relative;
  overflow: hidden;
}

.wd-make #c_portalResnav_main-16303418539641084 {
  background-color: #333;
}

.wd #w_common_text-1630545098715 p {
  position: relative;
  padding-left: 35px;
}

.wd #w_common_text-1630545098715 svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 27px;
  left: 0;
}

.wd #w_common_text-1630545098715 p:first-child svg {
  top: 10px;
}

.wd #w_common_text-1630545098715 svg path {
  fill: var(--c);
}

#w_grid-1630545134456 > .w_grid > .p_gridbox:nth-child(1) {
  align-items: center;
  position: relative;
  z-index: 100;
}

#w_grid-1630545134456 > .w_grid > .p_gridbox:nth-child(1):before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background: url(/img/20210902100853.jpg) top left no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 48.5%;
  border-top-right-radius: 4vw;
}

#w_grid-1630545134456 > .w_grid > .p_gridbox:nth-child(1):after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  width: 48.5%;
  border-top-right-radius: 4vw;
}

#w_grid-1630545134456 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(2) {
  padding: 0 3%;
}

#w_grid-1630563566456 > .w_grid > .p_gridbox:nth-child(1) > div {
  position: relative;
}

#w_grid-1630563566456 > .w_grid > .p_gridbox:nth-child(1) > div svg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: -15px;
}

#w_grid-1630563566456 > .w_grid > .p_gridbox:nth-child(1) svg path {
  fill: var(--c);
}

#w_grid-1630563566456 > .w_grid > .p_gridbox:nth-child(1) > div:last-child svg {
  display: none;
}

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

#w_grid-1630572131797 > .w_grid > .p_gridbox:nth-child(1) > div {
  padding: 2%;
  box-shadow: 2px 2px 10px #eee;
  border-radius: 5px;
}

#w_common_text-1630572561322 p {
  position: relative;
  padding-left: 35px;
}

#w_common_text-1630572561322 p svg {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 25px;
  left: 0;
}

#w_common_text-1630572561322 p:first-child svg {
  top: 5px;
}

#w_grid-1630572989485 > .w_grid > .p_gridbox:nth-child(1) {
  padding: 5% 0;
  background: url(/img/20210902170519.jpg) top left no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 10;
}

#w_grid-1630572989485 > .w_grid > .p_gridbox:nth-child(1):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}

#w_grid-1630572989485 > .w_grid > .p_gridbox:nth-child(1) > div {
  position: relative;
  z-index: 10;
}

#w_grid-1630576619795 > .w_grid > .p_gridbox:nth-child(1) .reset_style {
  padding: 2%;
  border-bottom: 1px dashed #ddd;
}

#w_grid-1630576619795 > .w_grid > .p_gridbox:nth-child(1) .reset_style:nth-child(2) {
  border: none;
}

.NavList_a1 a:hover {
  background-image: none !important;
  background-color: var(--c) !important;
  color: #fff !important;
}

.NavList_a1 a:hover:before {
  background-image: none !important;
  background-color: #fff !important;
  bottom: 5px !important;
}

#c_portalResNews_list-16287497608888469 .title {
  font-size: 1.5rem;
}

#c_portalResNews_list-16287497608888469 .new-list:hover .title {
  color: var(--c);
}

div[id*='w_common_text-'] span[style='font-size:3.6rem'] span {
  color: var(--c) !important;
}

#c_portalResNews_list-16306005336765937 .sumrry {
  font-size: 1rem;
  color: #888;
  line-height: 1.5;
  -webkit-line-clamp: 4;
}

#c_portalResNews_list-16306005336765937 .title:hover .titleLink {
  color: var(--c);
}

#c_portalResEmploy_list-16306016928062272 .jobList {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#c_portalResEmploy_list-16306016928062272 .jobName {
  font-size: 1.5rem;
}

#c_portalResEmploy_list-16306016928062272 .jobList {
  width: calc((100% - 10px * 2 * 3) / 3);
  margin: 10px;
}

#c_portalResEmploy_list-16306016928062272 .p_content {
  margin-left: -10px;
  margin-right: -10px;
}

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

#c_portalResEmploy_detail-16306024599804362 .p_details p {
  font-size: 1.6rem;
  line-height: normal;
  margin-bottom: 10px;
}

@media(min-width: 769px) {
  #w_grid-1587700749280 > .w_grid > .p_gridbox:nth-child(1) {
    align-items:center;
  }
}

#c_portalResProduct_list-15687684271323675 .proImgBox {
  height: auto;
  padding-bottom: 0;
}

#c_portalResProduct_list-15687684271323675 .proImgBox img {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  transform: none !important;
}

#c_portalResProduct_list-15687684271323675 .proLink {
  font-size: 1.8rem;
}

.wd-footer .c_portalResnav_main-01001007 .navName1 {
  color: #333;
  transition: 0s;
}

.wd-footer .c_portalResnav_main-01001007 .navName2 {
  color: #555;
  transition: 0s;
}

.c_portalResnav_main-01001007 .iconJt {
  display: none;
}

.wd #w_grid-1598083861428 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(2) {
  min-width: 105px;
  margin-left: 0;
  /* width: 105px; */
}

.wd #w_grid-1598083861428 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(3) {
  /* width: 105px; */
  min-width: 105px;
}

.wd #w_grid-1598083861428 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(1) {
  /* width: 100%; */
}

.wd #w_grid-1598083861428 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(4) {
  min-width: 330px;
  width: 330px;
}

.wd #w_grid-1598083861428 > .w_grid > .p_gridbox:nth-child(1) {
  flex-wrap: nowrap;
}

.wd-footer .c_portalResnav_main-01001007 .navLi .navName1:hover {
  color: var(--cc);
}

.c_portalResnav_main-01001007 .navLi:hover .navName1 {
  color: #333;
}

.c_portalResnav_main-01001007 .navLiEj:hover .navName2 {
  color: var(--cc);
}

#w_common_text-1630479309104 span {
  color: var(--c) !important;
}

#w_common_text-1630479314812 span {
  color: var(--c) !important;
}

#w_common_text-1630479322663 span {
  color: #333 !important;
  line-height: 2;
}

#w_common_text-1630479322663 a:hover span {
  text-decoration: underline;
}

#w_grid-1598083861428 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(2) {
  position: relative;
  padding-left: 0;
}

.wd-20210903141824 {
  position: absolute;
  top: 0;
  left: 0;
}

.wd-20210903141824 svg {
  width: 5vw;
  height: 5vw;
}

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

.wd-20210903141824 p {
  text-align: center;
  font-size: 12px;
  color: #333;
}

#w_grid-1598083861428 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(1) {
  position: relative;
}

#w_common_text-1630339317904 a {
  color: #fff !important;
}

#w_common_text-1630339362228 a {
  color: #fff !important;
}

.wd-20210831094611 svg {
  transition: 1s;
}

.wd-20210831094611:hover svg {
  animation: bounce 2s infinite;
}

.wd #c_portalResEbizads_banner-16303358479688644 .wd-20210709110759 {
  transform: scale(0.8);
  opacity: 0;
}

.wd .wd-logo {
  opacity: 0;
}

.wd .wd-nav nav .wd-item {
  opacity: 0;
}

.wd .wd-20210831084202 h1 {
  opacity: 0;
}

.wd .wd-20210831084202 p {
  opacity: 0;
}

.wd .wd-20210831084202 a {
  opacity: 0;
}

.wd-show.wd #c_portalResEbizads_banner-16303358479688644 .wd-20210709110759 {
  transform: scale(1);
  opacity: 1;
  transition: 1.7s;
}

.wd-show.wd .wd-logo {
  animation: fadeInLeft 1s 1s both;
}

.wd-show.wd .wd-nav nav .wd-item {
  animation: fadeInRight 1s 1.1s both;
}

.wd-show.wd .wd-nav nav .wd-item:nth-child(2) {
  animation-delay: 1.2s;
}

.wd-show.wd .wd-nav nav .wd-item:nth-child(3) {
  animation-delay: 1.3s;
}

.wd-show.wd .wd-nav nav .wd-item:nth-child(4) {
  animation-delay: 1.4s;
}

.wd-show.wd .wd-nav nav .wd-item:nth-child(5) {
  animation-delay: 1.5s;
}

.wd-show.wd .wd-nav nav .wd-item:nth-child(6) {
  animation-delay: 1.6s;
}

.wd-show.wd .wd-nav nav .wd-item:nth-child(7) {
  animation-delay: 1.7s;
}

.wd-show.wd .wd-nav nav .wd-item:nth-child(8) {
  animation-delay: 1.8s;
}

.wd-show.wd .wd-nav nav .wd-item:nth-child(9) {
  animation-delay: 1.9s;
}

.wd-show.wd .wd-nav nav .wd-item:nth-child(10) {
  animation-delay: 2s;
}

.wd-show.wd .wd-nav nav .wd-item:nth-child(11) {
  animation-delay: 2.1s;
}

.wd-show.wd .wd-20210831084202 h1 {
  animation: fadeInUp 2s 1.1s both;
}

.wd-show.wd .wd-20210831084202 p {
  animation: fadeInUp 2s 1.2s both;
}

.wd-show.wd .wd-20210831084202 a {
  animation: fadeInUp 2s 1.3s both;
}

#w_grid-1630335993113 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(1) {
  position: relative;
  padding-bottom: 30px;
}

#w_grid-1630339184533 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(1) {
  position: relative;
}

#c_portalResEbizads_banner-16303358479688644 {
  animation: none;
}

#c_portalResNews_list-16303395011530413 .wd-item {
  margin-right: 20px;
  width: 300px;
}

#c_portalResNews_list-16303395011530413 .wd-item .wd-pic {
  border: 1px solid #eee;
  box-sizing: border-box;
}

#c_portalResNews_list-16303395011530413 .wd-item .wd-pic a {
  display: flex;
}

#c_portalResNews_list-16303395011530413 .wd-item .wd-pic img {
  width: 100%;
}

.bdshare-button-style0-16 {
  display: none;
}

.c_portalResProduct_detail-01001 .p_image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

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

.c_portalResProduct_detail-01001 .p_ProRelationImg.widther .AtlasRelationImgBoxA {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.c_portalResProduct_detail-01001 .p_ProRelationImg.widther .AtlasRelationImgBoxA img {
  width: 90% !important;
  height: 90% !important;
  transform: none !important;
  object-fit: scale-down;
  position: static !important;
}

.NavList_a1 a {
  text-decoration: none !important;
  text-align: center;
}

.wd #w_grid-1589356079102 {
  margin-top: 0;
}

@media(max-width: 768px) {
  #c_portalResNews_list-16306005336765937 .titleLink {
    font-size:1.5rem;
  }

  #c_portalResNews_list-16306005336765937 .contentBox {
    left: 0;
    bottom: 10px;
    top: 10px;
    right: 0;
  }
}

@media(max-width: 768px) {
  #c_portalResEbizads_banner-16303358479688644 .wd-20210709110759 {
    height:70vh;
  }

  #c_portalResEbizads_banner-16303358479688644 .wd-20210709110759 .wd-item .wd-pic img {
    height: 70vh;
    object-fit: cover;
  }

  .wd-20210831084202 h1 {
    font-size: 2rem;
    display: block;
  }
}

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

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

  .wd-20210903170918 {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -17px;
  }

  .wd-20210903170918 svg {
    width: 30px;
    height: 30px;
  }

  .wd-20210903170918.wd-scrolled {
    animation: fadeInRight 1s 1s both !important;
  }

  .wd-20210903170918 svg path {
    fill: #fff;
  }
}

@media(max-width: 768px) {
  .c_portalResBreadcrumb_nav-01001 {
    width:100% !important;
  }

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

  #w_grid-1558600138244 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(2) {
    margin-top: 0;
  }

  .w_fimgbox-001 .w_imgbox {
    width: 100% !important;
    margin: 0 !important;
  }

  #c_portalResMessage_form-15983200254739445 .p_ContactInfo {
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
  }

  #w_common_text-1589350507186 {
    margin-top: 30px;
  }

  #w_grid-1598083861428 > .w_grid > .p_gridbox:nth-child(1) {
    flex-wrap: wrap;
  }

  #w_grid-1598083861428 > .w_grid > .p_gridbox:nth-child(1) > div {
    width: 100% !important;
  }

  .wd-20210903141824 svg {
    width: 10vw;
    height: 10vw;
  }

  #w_common_text-1630479309104 span {
    font-size: 2.5rem !important;
  }

  #w_common_text-1630479314812 span {
    font-size: 2.5rem !important;
  }

  #w_grid-1598083861428 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(2) {
    padding-left: calc(10vw + 10px);
  }

  #w_grid-1598083861428 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(3) {
    margin-top: 10px;
  }

  #w_grid-1598083861449 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(2) {
    margin-top: 0;
  }

  #w_grid-1598083861449 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(1) {
    margin-bottom: 0;
  }

  #c_portalResBreadcrumb_nav-16287289869489785 {
    margin-top: 67px;
  }

  .c_portalResNews_detail-01001 .p_NewsDetail {
    border: none;
    padding: 0;
  }

  #c_portalResNews_detail-15893543420777971 .p_TitleBoxA {
    max-width: none;
    text-align: center;
    margin: 0;
    margin-bottom: 7px;
  }

  #c_portalResNews_detail-15893543420777971 .p_headA.h3 {
    text-align: center;
  }

  .c_portalResNews_detail-01001 .p_dataSource {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .c_portalResNews_detail-01001 .p_dataSource li {
    text-align: center;
  }

  .c_portalResNews_detail-01001 .p_articles {
    padding: 0;
  }

  #c_portalResNews_list-16287497608888469 .new-list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #c_portalResNews_list-16287497608888469 .summary {
    line-height: 1.5;
  }
}

@media(max-width: 768px) {
  .wd-logo img:nth-child(2) {
    opacity:1;
  }

  .wd-logo img:nth-child(1) {
    opacity: 0;
  }

  .wd #c_portalResnav_main-16303418539641084 {
    background-color: #fff;
  }

  .wd-20210903170918 svg path {
    fill: #333;
  }

  .wd-nav nav .wd-item .wd-level-2 {
    flex-wrap: wrap;
  }

  .wd-nav nav .wd-item > a {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .wd-nav nav .wd-close {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .wd-nav nav .wd-close svg {
    width: 40px;
    height: 40px;
  }

  .wd-nav nav .wd-close path {
    fill: var(--c);
  }
}

#c_portalResMessage_form-15983200254739445 .InputText {
  background-color: #ddd;
}

#w_common_text-1630479309104 span {
  font-size: 1.7vw !important;
}

#w_common_text-1630479314812 span {
  font-size: 1.7vw !important;
}

.c_portalResnav_main-01001007 .navLi {
  width: auto;
  margin-right: 5%;
  flex: 1;
}

#c_portalResnav_main-15876886109640259 .navUl {
  justify-content: flex-start;
  flex-wrap: wrap;
}

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

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

.wd-prev {
  width: 50px;
  height: 50px;
  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;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}

.wd-20210908095542:hover .wd-prev {
  opacity: 1;
  visibility: visible;
}

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

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

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

.wd-next {
  width: 50px;
  height: 50px;
  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;
  transition: 1s;
  opacity: 0;
  visibility: hidden;
}

.wd-20210908095542:hover .wd-next {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}

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

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

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

@media(max-width: 768px) {
  .wd-index-title-1 p {
    font-size:11rem;
  }

  .wd-index-title-1 {
    left: -1rem;
    top: -2rem;
  }

  #w_fimg-1630336030054 {
    margin-bottom: 10px;
  }

  #w_fimg-1630336030958 {
    margin-bottom: 10px;
  }

  #w_grid-1630339098296 > .w_grid > .p_gridbox:nth-child(1) {
    flex-wrap: nowrap;
  }

  #w_grid-1630335993113 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(2) {
    display: none;
  }

  .wd #w_grid-1630339184533 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(2) {
    position: static;
    min-height: auto;
    max-height: none;
  }

  .wd #w_grid-1630339340614 {
    position: relative;
    top: 0;
    left: 0;
  }

  .wd #w_grid-1630339362223 {
    position: relative;
    top: 0;
    left: 0;
  }

  .wd-index-title-3 {
    width: 100% !important;
  }

  #content_box-1630339288312-0 > div {
    left: 0;
  }

  #content_box-1630339288312-0 svg {
    width: 20vw;
    height: 20vw;
    padding: 10px;
  }

  #w_common_text-1630339252370 {
    margin-bottom: 10px;
  }

  .wd #w_grid-1630339340614.wd-current {
    min-height: 40vh;
  }

  .wd #w_grid-1630339362223 {
    min-height: 40vh;
  }

  #w_grid-1630339388942 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(2) {
    display: none;
  }

  .wd-index-title-2 {
    height: 10rem !important;
  }

  #c_portalResNews_list-16303395011530413 .wd-item .wd-title a {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  #c_portalResNews_list-16303395011530413 .wd-item {
    margin-bottom: 15px;
  }

  #w_grid-1630339388942 {
    width: 100%;
  }

  #c_portalResNews_list-16303395011530413 {
    width: 100%;
  }

  .wd-index-title-3 {
    margin-bottom: 3rem !important;
  }

  #c_portalResNews_list-16303395011530413 .wd-item {
    width: 45%;
    margin: 2.5% !important;
  }

  #c_portalResNews_list-16303395011530413 .wd-list {
    display: flex;
    flex-wrap: wrap;
  }

  #c_portalResNews_list-16303395011530413 img {
    height: 25vw;
  }

  #w_common_text-1630479309104 span {
    font-size: 8vw !important;
  }

  #w_common_text-1630479314812 span {
    font-size: 8vw !important;
  }

  #w_fimgbox-1558562573277 {
    display: none;
  }

  .wd .wd-nav {
    position: relative;
    z-index: 9999;
        padding: 5px 10px!important;
  }

  .c_portalResIntro_category-01001 {
    display: none !important;
  }

  #w_grid-1558564851164 > div > .p_gridbox > .p_gridCell>.reset_style:nth-child(1) span {
    font-size: 14px !important;
  }

  #w_grid-1630480171824 > .w_grid > .p_gridbox:nth-child(1) > div {
    margin-bottom: 15px !important;
  }

  #w_fimgbox-1630485309344 {
    display: none;
  }

  #w_grid-1630485395031 .p_dimage {
    padding: 0;
  }

  #w_grid-1630485395042 {
    padding: 0;
  }

  #w_grid-1630485395046 {
    padding: 0;
  }

  #w_grid-1630485395049 {
    padding: 0;
  }

  .wd-scroll-animation {
    opacity: 1 !important;
  }

  body.wd-show .wd-scroll-animation.wd-scrolled {
    animation: none;
  }

  .wd .wd-logo {
    opacity: 1;
  }

  .wd-show.wd .wd-logo {
    animation: none;
  }

  .wd-20210903170918.wd-scrolled {
    animation: none !important;
  }

  #w_grid-1599201181535 {
    display: none;
  }

  #w_fimgbox-1599201181525 {
    display: none;
  }

  #w_fimgbox-1558565351295 {
    display: none;
  }

  #w_grid-1630545134456 > .w_grid > .p_gridbox:nth-child(1):before {
    background: none;
  }

  #w_grid-1630545134456 > .w_grid > .p_gridbox:nth-child(1):after {
    display: none;
  }

  #c_portalResPublic_codeContainer-16305453049378421 td {
    color: #333;
  }

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

  #w_grid-1630545134456 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(2) {
    padding: 0;
  }

  #w_grid-1630563566456 > .w_grid {
    overflow-x: scroll;
    padding-bottom: 20px;
  }

  #w_grid-1630563566456 > .w_grid > .p_gridbox:nth-child(1) {
    display: inline-block;
    white-space: nowrap;
  }

  #w_grid-1630563566456 > .w_grid > .p_gridbox:nth-child(1) > div {
    display: inline-block;
    width: 200px;
    float: none;
  }

  #w_fimg-1630572559331 {
    margin-bottom: 15px;
  }

  #w_grid-1630572989485 > .w_grid > .p_gridbox:nth-child(1) {
    padding: 5%;
  }

  .wd-nav nav .wd-item .wd-level-2 a {
    font-size: 12px;
  }

  #w_grid-1630572131797 > .w_grid > .p_gridbox:nth-child(1) > div {
    padding: 15px;
  }

  #c_portalResPublic_codeContainer-16305733079861926 td {
    padding: 5px;
    font-size: 12px;
  }

  #w_fimgbox-1630544692351 {
    display: none;
  }

  #w_fimgbox-1558507396063 {
    display: none;
  }

  .c_portalResProduct_category-01001 {
    display: none !important;
  }

  #c_portalResProduct_list-15687684271323675 .proBox {
    padding: 20px 0;
  }

  #c_portalResProduct_detail-15893565139575384 .p_imagesA .p_images {
    padding-bottom: 0 !important;
  }

  #c_portalResBreadcrumb_nav-1630598517186 {
    margin-top: 0;
  }

  #c_portalResProduct_detail-16305997348337829 .p_imagesA .p_images {
    padding-bottom: 0 !important;
  }

  #w_fimgbox-1558559999531 {
    display: none;
  }

  .c_portalResNews_category-01001 {
    display: none !important;
  }

  #c_portalResBreadcrumb_nav-16287289869489785 {
    margin-top: 0;
  }

  .c_portalResBreadcrumb_nav-01001 .p_breadcrumb>a>.font {
    font-size: 12px;
  }

  .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent .font {
    font-size: 12px;
  }

  .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst>a>.font {
    font-size: 12px;
  }

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

  #w_common_text-1630601628290 {
    margin: 0;
    padding: 0;
  }

  #c_portalResEmploy_list-16306016928062272 .jobList {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  #c_portalResEmploy_list-16306016928062272 .jobName {
    height: auto;
    line-height: normal;
    padding: 0;
  }
}

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

  #w_fimgbox-1630601926105 {
    display: none;
  }

  #w_grid-1630601926185 > div > .p_gridbox {
    width: 100%;
  }

  #c_portalResEmploy_detail-16306024599804362 .contentTop {
    background-color: transparent;
    padding: 0;
  }

  #c_portalResEmploy_detail-16306024599804362 .contentMidle {
    padding: 0;
    margin-top: 50px;
  }

  .c_portalResEmploy_detail-01001 .p_content {
    padding: 0;
    margin: 0;
    line-height: normal;
  }
}

#w_grid-1630335993113 {
  overflow: hidden;
  position: relative;
}

#w_common_text-1598324444947 a:hover span {
  text-decoration: underline;
}

#w_common_text-1598083861480 a:hover span {
  text-decoration: underline;
}

@media(min-width: 769px) and (max-width:1366px) {
  #w_grid-1630335993113 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(2) {
    position:relative;
    top: 10vh;
  }
}

.wd-20210907135414 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#w_grid-1630335993113 > .w_grid {
  position: relative;
  z-index: 10;
}

.wd-20210907135414 div {
  border-radius: 100vw;
  position: absolute;
}

.wd-20210907135414 div:nth-child(1) {
  width: 30vw;
  height: 30vw;
  top: -5%;
  right: -5%;
  opacity: 0.05;
  border: 2px dashed var(--c);
  overflow: hidden;
  animation: wd-rotate 54s linear infinite;
  transition: 3s;
}

.wd-20210907135414 div:nth-child(1):before {
  content: "";
  display: block;
  width: 28vw;
  height: 28vw;
  background-color: var(--c);
  border-radius: 100vw;
  margin-top: 1vw;
  margin-left: 1vw;
}

.wd-20210907135414 div:nth-child(2) {
  width: 40vw;
  height: 40vw;
  bottom: -5%;
  right: 5%;
  opacity: 0.05;
  border: 3px dashed var(--cc);
  overflow: hidden;
  animation: wd-rotate 70s linear infinite;
  transition: 3s;
}

.wd-20210907135414 div:nth-child(2):before {
  content: "";
  display: block;
  width: 38vw;
  height: 38vw;
  background-color: var(--cc);
  border-radius: 100vw;
  margin-top: 1vw;
  margin-left: 1vw;
}

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

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

#w_grid-1630479629234.wd-scrolled {
  animation: fadeIn 1s both;
}

#w_grid-1630479512678.wd-scrolled {
  animation: fadeIn 1s both;
}

#c_portalResProduct_detail-15893565139575384 .p_interaction button {
  display: none;
}

#c_portalResProduct_detail-15893565139575384 .d_SortName {
  margin: 0;
}

.bdsharebuttonbox {
  display: none;
}

#c_portalResProduct_detail-15893565139575384 .d_SortName a .font:hover {
  color: var(--c);
}

.wd #c_portalResEbizads_banner-16303358479688644 .wd-20210709110759 .wd-item img {
  height: calc(100vw / 1920 * 1000);
  object-fit: cover;
}

.wd-20210908004139 {
  position: absolute;
  bottom: 5%;
  color: #333;
  width: 20%;
  right: 15%;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  display: none;
}

.wd-show .wd-20210908004139 {
  animation: fadeInUp 1s 1.6s both;
}

.wd-20210908004139 p {
  font-size: 14px;
  line-height: 24px;
}

.wd-20210908004139:after {
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  position: absolute;
  background: url(/img/20210908095301.png) top left no-repeat;
  background-size: cover;
  bottom: 10%;
  right: -50%;
  animation: wd-rotate 10s linear infinite;
}

.wd #w_grid-1630339184533 > div > .p_gridbox {
  background-attachment: fixed;
  background-size: cover;
  min-height: 70vh;
}

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

#w_fbtn-1631062873947.w_fbtn-001 .p_CommonBtn:after {
  background-color: #fff;
}

#c_portalResNews_list-16310618203137256 .wd-item .wd-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#c_portalResProduct_list-16310615574759353 .wd-item .wd-content {
  position: absolute;
  opacity: 0;
  transition: 1s;
  bottom: 0;
  animation: fadeOutDown 1s both;
  width: 100%;
}

#c_portalResProduct_list-16310615574759353 .wd-item .wd-summary {
  display: none;
}

#c_portalResProduct_list-16310615574759353 .wd-item:hover .wd-content {
  animation: fadeInUp 1s both;
}

#c_portalResProduct_list-16310615574759353 .wd-item .wd-content .wd-title {
  padding: 3%;
}

#c_portalResProduct_list-16310615574759353 .wd-item .wd-content .wd-title a {
  font-size: 18px;
  color: #fff;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#c_portalResProduct_list-16310615574759353 .wd-item {
  background-color: #333;
  width: 10vw;
}

#c_portalResProduct_list-16310615574759353 .wd-item:hover img {
  opacity: 0.5;
}

.wd #w_grid-1631062895986 {
  margin-top: 0;
}

.wd #content_box-1630339184533-0 {
  display: flex;
  align-items: center;
}

.wd #w_common_text-1630339222494 span {
  opacity: 0.3;
  font-size: 10vw !important;
}

.wd #w_common_text-1630339231604 {
  margin-top: -6vw;
}

#w_grid-1631083592053 {
  background-color: transparent;
  border-top: 1px solid #ddd;
}

#w_grid-1598083861449 .reset_style span {
  color: #888 !important;
}

#c_portalResProduct_detail-15893565139575384 .d_summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  margin: 20px 0;
  border: none;
}

#w_grid-1630601628275 > div > .p_gridbox {
  background-color: var(--c);
}

#w_grid-1630601628281 > div > .p_gridbox {
  background-color: #d26b2fab;
}

@media(min-width: 769px) {
  #c_portalResPublic_codeContainer-16310641420065873 .wd-item * {
    cursor: none;
  }

  #c_portalResNews_list-16310618203137256 * {
    cursor: none;
  }

  #c_portalResProduct_list-16310615574759353 .wd-item * {
    cursor: none;
  }

  #c_portalResPublic_codeContainer-16310641420065873 * {
    cursor: none;
  }
}

#w_common_text-1630479322663 p:nth-child(2) {
  position: relative;
  margin-top: -15px;
}

#c_portalResPublic_codeContainer-16310983944763733 svg {
  position: relative;
  top: 6px;
}

#w_grid-1631098435186 {
  padding-left: 12px;
}

#w_grid-1631098471390 {
  padding-left: 12px;
}

#w_grid-1631098472346 {
  padding-left: 12px;
}

#w_common_text-1558564851176 span {
  color: var(--c) !important;
}

#w_grid-1630480171824 > .w_grid > .p_gridbox:nth-child(1) .w_fimg-000 img {
  height: 20vw;
  object-fit: cover;
}

.wd-cursor {
  position: fixed;
  left: calc(-80px / 2);
  top: calc(-80px / 2);
  z-index: 99999;
  pointer-events: none !important;
  opacity: 0;
  visibility: hidden;
}

.wd-cursor .wd-detail {
  height: 80px;
  width: 80px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none !important;
}

.wd-cursor .wd-detail:before {
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  animation:wd-rotate 10s linear infinite;
  border: 1px dashed #fff;
  mix-blend-mode:difference;
  border-radius: 150%;
  pointer-events: none !important;
  
}

.wd-cursor.wd-show.wd-show-detail .wd-detail {
  opacity: 1;
  visibility: visible;
}

.wd-cursor .wd-img {
  width: 240px;
  color: #fff;
  display: flex;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -120px;
  left: -120px;
  pointer-events: none !important;
}

.wd-cursor.wd-show.wd-show-img .wd-img {
  opacity: 1;
  visibility: visible;
}

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

.wd-cursor * {
  pointer-events: none !important;
}

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

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

.pagebox {
  background-color: #fff;
}

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

#content_box-1598083861428-3 a:hover span {
  color: var(--c) !important;
}

#c_portalResNews_category-16310617780353226 a:before {
  transition: 1s;
  border-radius: 100px;
}

#c_portalResNews_category-16310617780353226 a:hover:before {
  transform: scale(1.5);
  background-color: var(--c);
}

.wd-white.w_fbtn-001:hover .p_CommonBtn .font {
  left: 100px;
  color: #fff !important;
}

.wd-white.w_fbtn-001:hover .p_CommonBtn:before {
  background-color: var(--c);
  border-color: #fff ;
}

.wd-title-animation {
  animation: none !important;
  opacity: 1;
}

.wd-title-animation .wd-wrapper {
  position: relative;
}

.wd-title-animation .wd-wrapper span {
  display: inline-block;
  opacity: 0;
  min-width: 15px;
}

.wd-scrolled.wd-title-animation .wd-wrapper span {
  animation: fadeInRight 2s both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#c_portalResMessage_form-15983200254739445 .p_CoupWBox {
  display: flex;
  justify-content: center;
}

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

#c_portalResProduct_list-15687684271323675 .proLink {
  transition: 0.2s;
  line-height: 30px;
}

#c_portalResProduct_list-15687684271323675 .box:hover .txtBox {
  background-image: none;
  background-color: var(--c);
}

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

#content_box-1631091971510-0 img {
  transition: 1s;
}

#content_box-1631091971510-0 .p_dimage {
  background-color:#000;
}

#content_box-1631091971510-0 .p_dimage:hover img {
  opacity:0.5;transform: scale(1.05);
}

#content_box-1631091971510-0 a span {
  transition: .3s;
}

#content_box-1631091971510-0 a:hover span {
  color: var(--c) !important;
}

.NavList_a1 a.wd-current {
  background-image: none !important;
  background-color: var(--c) !important;
  color: #fff !important;
}

.NavList_a1 a.wd-current:before {
  background-image: none !important;
  background-color: #fff !important;
  bottom: 5px !important;
  width: 80% !important;
  left: 10% !important;
}

.NavList_a1 li {
  flex: 1;
}

.NavList_a1 ul {
  display: flex !important;
}

@media(min-width: 769px) {
  #c_portalResBreadcrumb_nav-16287287723081678 {
    margin-top:120px;
  }
}

.c_portalResProduct_list-01001004 .proLi .proImg {
  width: 90% !important;
  height: 90% !important;
  object-fit: scale-down !important;
}

#c_portalResNews_list-16306005336765937 .titleLink {
  font-size: 1.7rem;
}

#c_portalResNews_list-16306005336765937 .pic {
  object-fit: cover;
}

#c_portalResNews_list-16287497608888469 .summary {
  line-height: 1.5;
}

.c_portalResNews_detail-01001 .p_dataSource {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#w_common_text-1598925872709 a:hover span {
  color: var(--c) !important;
}

#w_common_text-1558600138300 a:hover span {
  color: var(--c) !important;
}

@media(max-width: 768px) {
  .wd #c_portalResEbizads_banner-16303358479688644 .wd-20210709110759 .wd-item img {
    height:70vh;
    object-fit: cover;
  }

  .wd-20210908004139 {
    display: none;
  }

  .wd-20210831084202 span {
    max-width: none;
    width: 88%;
  }

  .wd-20210831084202 h1 {
    font-size: 3rem;
  }

  #w_common_text-1630372371115 {
    max-width: none;
  }

  #w_fbtn-1630372383824 {
    position: absolute;
    bottom: -40px;
    left: 10%;
    transform: translateX(-50%);
  }

  #content_box-1630335993113-0 {
    position: relative;
  }

  #c_portalResProduct_list-16310615574759353 .wd-item {
    margin-right: 0px;
        width: 50% !important;
    background-color:transparent;
  }

  #c_portalResProduct_list-16310615574759353 .wd-item img {
    height: auto;
  }

  #c_portalResProduct_list-16310615574759353 .wd-item .wd-content {
    position: static;
    opacity: 1;
    animation: none;
  }
  #c_portalResProduct_list-16310615574759353 .wd-item .wd-content .wd-title a {
    color:#333;
  }
  #c_portalResProduct_list-16310615574759353 .wd-item .wd-content .wd-title {
    padding-left:0;
    padding-right:0;
  }
  #w_common_text-1630339252370 {
    max-width:none;
  }
  #content_box-1631062895986-0 {
    padding:10vw 15px;
  }
  #w_common_text-1630339400315 {
    position:relative;
    z-index:100;
  }
  #c_portalResPublic_codeContainer-16310641420065873 .wd-item {
    width:100%;
    flex: none;
    margin-bottom: 15px;
  }
  #c_portalResPublic_codeContainer-16310641420065873 .wd-20210908092502 {
    flex-wrap:wrap;
  }
  #c_portalResPublic_codeContainer-16310641420065873 {
    margin-top:0;
    padding:30px 15px;
  }
  #c_portalResPublic_codeContainer-16310641420065873 .wd-item img {
    height:auto;
  }
  #c_portalResPublic_codeContainer-16310641420065873 a:nth-child(2) {
    font-size:2rem;
  }
  #w_common_text-1631061719097 {
    position:relative;
    z-index:10;
  }
  #w_fbtn-1631061791108 {
    position:absolute;
    bottom:40px;
    left:50%;
    transform:translateX(-50%);
  }
  #w_grid-1631061685593 > .w_grid {
    position:static;
  }
  #content_box-1631061620702-0 {
    position:relative;
    padding-bottom:70px;
  }
  #w_grid-1631061777897 {
    width:100%;
    margin-top: 14px;
  }
  #c_portalResNews_list-16310618203137256 .wd-item {
    flex-wrap:wrap;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #c_portalResNews_list-16310618203137256 .wd-item .wd-time {
    width:100%;
  }
  #c_portalResNews_list-16310618203137256 .wd-item .wd-title {
    width:100%;
    padding-left:0;
  }
  #c_portalResNews_list-16310618203137256 .wd-item:after {
    visibility:hidden;
  }
  #c_portalResNews_list-16310618203137256 .wd-item .wd-title a {
    font-size:14px;
  }
  #w_grid-1631061685593 {
    min-height:auto !important;
    width: 90%;
  }
  .wd #w_grid-1598083861428 > .w_grid > .p_gridbox:nth-child(1) {
    flex-wrap:wrap;
  }
  .wd #w_grid-1598083861428 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(2) {
    display:none;
  }
  .wd #w_grid-1598083861428 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(3) {
    display:none;
  }
  #w_grid-1598083861428 {
    width:90%;
  }
  #w_grid-1631098388176 > .w_grid > .p_gridbox:nth-child(1) {
    flex-wrap:nowrap;
  }
  #w_grid-1631098388176 > .w_grid > .p_gridbox:nth-child(1) > div {
    width:auto !important;
  }
  #w_grid-1631098435186 > .w_grid > .p_gridbox:nth-child(1) {
    flex-wrap:nowrap;
  }
  #w_grid-1631098435186 > .w_grid > .p_gridbox:nth-child(1) > div {
    width:auto;
    margin-right:10px;
  }
  #w_grid-1631098471390 > .w_grid > .p_gridbox:nth-child(1) {
    flex-wrap:nowrap;
  }
  #w_grid-1631098471390 > .w_grid > .p_gridbox:nth-child(1) > div {
    width:auto;
    margin-right:10px;
  }
  #w_grid-1631098472346 > .w_grid > .p_gridbox:nth-child(1) {
    flex-wrap:nowrap;
  }
  #w_grid-1631098472346 > .w_grid > .p_gridbox:nth-child(1) > div {
    width:auto;
    margin-right:10px;
  }
  #content_box-1598083861428-3 {
   margin-top:30px; 
  }
  #w_grid-1598083861449 {
    width:90%;
  }
  #w_grid-1558564851164 > div > .p_gridbox > .p_gridCell>.reset_style:nth-child(1) span {
    font-size:24px !important;
  }
  #w_grid-1630480171824 > .w_grid > .p_gridbox:nth-child(1) .w_fimg-000 img {
    height:auto;
  }
  #w_fimg-1628695059899 {
    margin-top:20px;
  }
  #w_grid-1631087497335 .p_dimage {
    padding:0;
  }
  #w_grid-1631087497335 {
    width:100%;
  }
  #w_fimgbox-1631087497305 {
    display:none;
  }
  #w_fimg-1630485395036 {
    margin-bottom:20px;
  }
  #c_portalResProduct_list-15586522526565849 .pro ul li .img00 {
    padding-bottom:0;
  }
  #c_portalResProduct_list-15586522526565849 .pro ul li .img00 img {
    position:static !important;
    width:100% !important;
    height:auto !important;
    transform:none !important;
  }
  #w_fbtn-1631096319883 {
    margin-top:20px;
    margin-bottom:20px;
  }
  #w_common_text-1631095619774 {
    margin-top:20px;
  }
  #w_common_text-1631095467328 {
    margin-top:20px;
  }
  #w_fbtn-1631096356492 {
    margin-top:20px;
    margin-bottom:20px;
  }
  #w_common_text-1631095620549 {
    margin-top:20px;
  }
  #w_fbtn-1631096360540 {
    margin-top:20px;
    margin-bottom:20px;
  }
  #w_common_text-1631095621148 {
    margin-top:20px;
  }
  #w_fbtn-1631096364425 {
    margin-top:20px;
    margin-bottom:20px;
  }
  #c_portalResProduct_list-15687684271323675 .proLi {
    width:100%;
    box-shadow:none;
    border:none;
  }
  #c_portalResProduct_list-15687684271323675 .line {
    display:none;
  }
  #c_portalResProduct_detail-15893565139575384 .d_summary {
    padding-bottom:0;
    border:none;
  }
  .c_portalResProduct_detail-01001 .d_KeywordBox {
    padding:0;
  }
  #c_portalResProduct_detail-15893565139575384 .d_ProName {
    padding-bottom:0;
  }
  #c_portalResNews_list-16306005336765937 .titleLink {
    display:block;
  }
  #c_portalResNews_list-16306005336765937 .contentBox {
    position:static;
    display: block;
  }
  #c_portalResNews_list-16306005336765937 .list {
    padding-bottom:0;
    height:auto;
    margin-bottom: 25px;
  }
  #c_portalResNews_list-16306005336765937 .picBox {
    width:100%;
  }
  #c_portalResNews_list-16306005336765937 .content {
    width:100%;
    padding:0;
    margin:0;
    margin-top:10px;
    margin-bottom:20px;
  }
  #c_portalResNews_list-16306005336765937 .time {
    margin-top:10px;
  }
  .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent .font {
    line-height:normal;
    height: auto;
  }
  .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst>a>.font {
    line-height:normal;
  }
  .c_portalResBreadcrumb_nav-01001 .p_breadcrumbList {
    padding-top:15px;
    padding-bottom:15px;
    padding-right: 15px;
    background-position: 10px 20px;
  }
  #c_portalResMessage_form-15983200254739445 .p_EmailBox {
    padding-right:0 !important;
  }
  #c_portalResMessage_form-15983200254739445 .p_CaptchasBox {
    padding-right:0 !important;
  }
  #w_fimgbox-1558561833094 {
    display:none;
  }
  #w_grid-1630601544339 > div > .p_gridbox {
    background-color:#fff;
  }
}
.pro ul li .pic img {
  height:100% !important;
  width:100% !important;
  object-fit:scale-down;
}
.wd-cursor-w {
  cursor:none !important;
}
.wd-cursor-w * {
  cursor:none !important;
}

@media(min-width:769px) {
  #w_grid-1631095620537 > div > .p_gridbox {
    transition:1s;
  }
  #w_grid-1631095620537 > div > .p_gridbox:hover {
      box-shadow: 4px 5px 15px #ddd;
  }
  #w_grid-1631095621137 > div > .p_gridbox {
    transition:1s;
  }
  #w_grid-1631095621137 > div > .p_gridbox:hover {
      box-shadow: 4px 5px 15px #ddd;
  }
  #w_grid-1631095619762 > div > .p_gridbox {
    transition:1s;
  }
  #w_grid-1631095619762 > div > .p_gridbox:hover {
      box-shadow: 4px 5px 15px #ddd;
  }
  #w_grid-1631095311165 > div > .p_gridbox {
    transition:1s;
  }
  #w_grid-1631095311165 > div > .p_gridbox:hover {
      box-shadow: 4px 5px 15px #ddd;
  }
  #c_portalResNews_list-16306005336765937 .pic {
    transition:1s;
  }
  #c_portalResNews_list-16306005336765937 .picBox:hover .pic {
    transform:scale(1.05);
    opacity:0.5;
  }
  #c_portalResNews_list-16306005336765937 .picBox {
    background-color:#000;
  }
}
@media(max-width:768px) {
  #c_portalResNews_list-16287497608888469 .title {
    width:100%;
    display:block;
  }
  #c_portalResNews_list-16287497608888469 .time {
    position:static;
    margin:5px 0;
  }
  #w_grid-1630479629234 > div > .p_gridbox {
    background-image:none;
  }
}
@media(max-width:768px) {
  .wd #w_grid-1630339184533 > div > .p_gridbox {
    background-attachment:scroll;
  } 
  #w_common_text-1630339252370 span {
    font-size:16px !important;
  }
}