* {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

body {
  opacity: 0;
  visibility: hidden;
  position: relative;
  overflow-x: hidden;
}

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

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

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

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

.wd-header-nav .wd-container ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wd-header-nav .wd-container ul li {
  margin-left: 20px;
  position: relative;
}

.wd-header-nav .wd-container ul li > a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.wd-header-nav .wd-container ul li > a:hover {
  color: red;
}

.wd-header-nav .wd-container ul li > a.wd-current {
  color: red;
}

.wd-header-nav .wd-container ul li > a.wd-current:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 5px solid red;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  visibility: hidden;
}

.wd-header-nav .wd-sub {
  position: absolute;
  top: 48px;
  left: 50%;
  width: 220px;
  margin-left: calc(-220px / 2);
  visibility: hidden;
}

.wd-header-nav li:nth-child(1) .wd-sub {
  width: 369px;
  margin-left: calc(-369px / 2);
}

.wd-header-nav li:nth-child(1) .wd-sub .wd-item:nth-child(1) {
  justify-content: space-between;
}

.wd-header-nav li:nth-child(1) .wd-sub .wd-item:nth-child(2) {
  justify-content: space-between;
}

.wd-header-nav li:nth-child(1) .wd-sub .wd-item:nth-child(3) {
  justify-content: flex-start;
}

.wd-header-nav li:nth-child(1) .wd-sub .wd-item:nth-child(4) a {
  font-weight: bold;
  font-style: italic;
}

.wd-header-nav li:nth-child(1) .wd-sub .wd-item:nth-child(3) a {
  text-decoration: underline;
}

.wd-header-nav .wd-sub .wd-item {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}

.wd-header-nav li:first-child .wd-sub .wd-item:nth-child(4) {
  height: 46px;
  padding: 0px;
  text-align: center;
  background: rgba(113, 113, 113, 0.7);
  line-height: 46px;
  text-align: center;
  justify-content: center;
}

.wd-header-nav .wd-sub .wd-item .wd-left {
  cursor: pointer;
}

.wd-header-nav .wd-sub .wd-item .wd-left img {
  cursor: pointer;
}

.wd-header-nav .wd-sub .wd-item .wd-right {
  cursor: pointer;
}

.wd-header-nav .wd-sub .wd-item .wd-right img {
  cursor: pointer;
  width: 147px;
}

.wd-header-nav .wd-sub .wd-item:hover {
  background-color: rgba(170, 170, 170, 0.8);
}

.wd-header-nav .wd-sub .wd-item a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  display: block;
  letter-spacing: 0px;
  transition: 1s;
}

.wd-header-nav .wd-sub .wd-item:hover a {
  letter-spacing: 1px;
}

#c_portalResnav_main-15895271486243931 > div.wd-header-nav > div > ul > li:nth-child(1) > div > div:nth-child(3):hover > a {
  letter-spacing: 0.5px;
}

.wd-header-nav .wd-show .wd-sub .wd-item {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.wd-header-nav .wd-show .wd-sub .wd-item:nth-child(2) {
  transition-delay: 0.1s;
}

.wd-header-nav .wd-show .wd-sub .wd-item:nth-child(3) {
  transition-delay: 0.2s;
}

.wd-header-nav .wd-show .wd-sub .wd-item:nth-child(4) {
  transition-delay: 0.3s;
}

.wd-header-nav .wd-show .wd-sub .wd-item:nth-child(5) {
  transition-delay: 0.4s;
}

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

#w_grid-1589527148579 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 999;
  transition: 1s;
}

#w_grid-1589527148579.wd-hide {
  top: -100px;
}

#w_grid-1589527148579 > div > .p_gridbox {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 40px;
  overflow: visible;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#w_grid-1589527148579> div > .p_gridbox > .p_gridCell {
  width: auto !important;
}

#w_grid-1589527148579.wd-dark > div > .p_gridbox {
  background-color: rgba(0, 0, 0, 0.7);
}

.wd-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}

.w_fbtn-001.wd-index-products-button .p_CommonBtn {
  padding: 10px 70px;
  border: 1px solid #eee;
  background: transparent;
  color: #333;
  height: auto;
  border-radius: 50px;
  margin-top: 20px;
}

.wd .w_fbtn-001 {
}

#w_common_text-1589527322217 span {
  line-height: 2em;
}

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

.wd-footer-nav .wd-item {
  width: 33.3%;
  margin-bottom: 5px;
}

.wd-footer-nav .wd-item a {
  text-transform: uppercase;
  color: #aaa;
  text-transform: capitalize;
}

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

#w_common_text-1589527183154 {
  margin-bottom: 15px;
}

#w_common_text-1589527183156 {
  color: #aaa;
}

#w_common_text-1589527183156 span {
  /* color: #aaa; */
}

.wd #w_grid-1589531638441 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wd #w_grid-1589531638441 .p_gridbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.wd #w_grid-1589531638441 .p_gridbox > div {
  width: auto !important;
  flex: 1 1 auto;
}

* {
  word-break: keep-all;
}

.wd-sub-banner-img {
  height: auto !important;
}

.wd-sub-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 750px;
}

.wd-sub-banner-words {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  height: auto !important;
}

.wd-sub-banner-words span {
  font-size: 56px !important;
}

.wd-sub-banner-words div {
  width: auto;
  display: inline-block;
}

.wd-sub-banner-words div:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  margin-top: 10px;
}

#w_grid-1589531574882 .w_fimg-000 {
  background-color: #000;
}

#w_grid-1589531574882 .w_fimg-000 img {
  opacity: 0.3;
}

#w_grid-1589531574882 .w_grid-001 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#w_grid-1589531574882 .p_gridCell {
  position: relative;
}

.wd #w_grid-1589531574882 .reset_style span {
  color: #fff;
}

.wd #w_grid-1589531574882 .reset_style:nth-child(1) span {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  background-color: #cf3631;
  margin-left: auto;
  margin-right: auto;
}

.wd #w_grid-1589531574882 .reset_style:nth-child(1) {
  margin-bottom: 15px;
}

.w_grid-000 > div > div > .p_gridCell {
  position: relative;
}

.w_grid-001 > div > .p_gridbox > .p_gridCell {
  position: relative;
}

.title-before {
  position: relative;
}

.title-before:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #fff;
  position: absolute;
  top: 14px;
  left: -30px;
}

.title-before.diamond:before {
  transform: rotate(45deg);
}

.title-before-diamond.white:before {
  background-color: #fff;
}

#content_box-1589532469189-1:before {
  content: "";
  display: block;
  width: 1px;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  margin-left: -100px;
  margin-top: -10%;
}

.title-before.triangle:before {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #b6875d;
  border-bottom: 10px solid transparent;
  background-color: transparent;
}

.title-before.circle:before {
  width: 15px;
  height: 15px;
  background: #956549;
  border-radius: 50%;
  top: 6px;
}

#w_grid-1589532924948 .triangle:before {
  top: 30px;
}

.wd-20200517003311 .title-before.circle:before {
  width: 10px;
  height: 10px;
  top: 8px;
  left: -15px;
}

#content_box-1589532714066-1:before {
  content: "";
  display: block;
  width: 1px;
  height: 120%;
  background-color: #aaa;
  position: absolute;
  margin-left: -100px;
  margin-top: -10%;
}

#content_box-1589532714086-1:before {
  content: "";
  display: block;
  width: 1px;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  margin-left: -100px;
  margin-top: -10%;
}

.w20191203172858 .wcenter h3 {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

.w20191203172858 .wcenter .wbtns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.w20191203172858 .wcenter .wbtns span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #fff;
  opacity: 0.3;
  transition: 0.5s;
  margin-left: 10px;
  margin-right: 10px;
}

.w20191203172858 .wcenter .wbtns span.wcurrent {
  opacity: 1;
}

.w20191203172858 .wcenter .wcontent {
  position: relative;
}

.w20191203172858 .wcenter .wcontent .witem {
  animation: fadeOutLeft 1s both;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  min-height: 108px;
}

.w20191203172858 .wcenter .wcontent .witem:nth-child(1) ~ div {
  position: absolute;
  top: 0px;
  left: 0px;
}

.w20191203172858 .wcenter p {
  font-size: 18px;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.w20191203172858 .wcenter .wcontent .witem.wcurrent {
  animation: fadeInRight 1s both;
}

#w_fimg-1589533758512 {
  background-color: #333;
}

#w_fimg-1589533758512 img {
  opacity: 0.3;
}

#content_box-1589533753681-0 .p_gridCell {
  box-shadow: 0px 0px 10px #ddd;
  width: calc((100% - 120px) / 4) !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding: 20px;
  margin-left: 0px !important;
}

#content_box-1589533753681-0 .p_gridCell:nth-child(2) {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

#content_box-1589533753681-0 .p_gridCell:nth-child(3) {
  margin-right: 30px !important;
  /* margin-left: 20px !important; */
}

#content_box-1589533753681-0 .p_gridbox {
  display: flex;
  justify-content: center;
}

#w_grid-1589533753681 .wicon {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

#w_grid-1589533753681 .wicon svg {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

#w_grid-1589533753681 .wicon svg path {
  fill: #1D3673;
}

#w_fbtn-1589536032239 {
  max-width: 170px !important;
  border: 1px solid #fff;
}

#c_portalResComplaintPage_detail-15895480353653564 .witem > p {
  text-align: center;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #fff;
}

#c_portalResComplaintPage_detail-15895480353653564 .wlist {
  position: relative;
  padding-bottom: 50px;
}

#c_portalResComplaintPage_detail-15895480353653564 .wlist .witem {
  animation: fadeOutLeft 1s both;
  position: relative;
}

#c_portalResComplaintPage_detail-15895480353653564 .wlist .witem:first-child ~ div {
  position: absolute;
  top: 0px;
  width: 100%;
}

#c_portalResComplaintPage_detail-15895480353653564 .wlist .witem.wcurrent {
  animation: fadeInRight 1s both;
}

#c_portalResComplaintPage_detail-15895480353653564 .wlist .wbtns {
  position: absolute !important;
  margin-top: 10px;
  text-align: center;
  text-align: left;
  bottom: 0px;
  top: auto !important;
  display: flex;
  align-items: center;
}

#c_portalResComplaintPage_detail-15895480353653564 .wlist .wbtns p {
  color: #fff;
  font-size: 22px;
  opacity: 0.5;
  cursor: pointer;
}

#c_portalResComplaintPage_detail-15895480353653564 .wlist .wbtns p.wcurrent {
  opacity: 1;
}

#c_portalResComplaintPage_detail-15895480353653564 .wlist .wbtns img {
  height: 25px;
  margin-right: 15px;
  opacity: 0.5;
  cursor: pointer;
}

#c_portalResComplaintPage_detail-15895480353653564 .wlist .wbtns img.wcurrent {
  opacity: 1;
}

#c_portalResComplaintPage_detail-15895480353653564 .wlist .wbtns img:nth-child(1) {
  height: 19px;
  position: relative;
  top: -2px;
}

#c_portalResComplaintPage_detail-15895480353653564 .wlist .wbtns img:nth-child(2) {
  height: 15px;
}

#c_portalResComplaintPage_detail-15895480353653564 .wlist .wbtns span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  margin: 0px 3px;
  opacity: 0.3;
  cursor: pointer;
}

#c_portalResComplaintPage_detail-15895480353653564 .wlist .wbtns span.wcurrent {
  opacity: 1;
}

#c_portalResComplaintPage_detail-15895480353653564 .witem .wcontent {
  margin-top: 0px;
  display: block;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: 100%;
}

#c_portalResComplaintPage_detail-15895480353653564 .witem:first-child {
  width: 100%;
  text-align: left;
}

#c_portalResComplaintPage_detail-15895480353653564 .witem .wcontent .sitem {
  display: flex;
  justify-content: center;
  line-height: normal;
}

#c_portalResComplaintPage_detail-15895480353653564 .witem .wcontent .sitem p {
  width: 25%;
  padding: 10px 50px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#c_portalResComplaintPage_detail-15895480353653564 .witem .wcontent .sitem p:first-child {
  font-weight: bold;
}

#c_portalResComplaintPage_detail-15895480353653564 .witem .wcontent .sitem p a {
  padding: 5px 15px;
  font-size: 14px;
  color: #fff;
}

#c_portalResComplaintPage_detail-15895480353653564 .witem .wcontent .sitem p a:hover {
  background: #fff;
  color: #333;
}

.wd-20200517103658 .p_gridbox {
  display: flex;
  align-item: center;
}

.wd-20200517103658 .p_gridbox > div {
  border-bottom: 1px solid #ddd;
  padding: 35px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wd-20200517103658 .p_gridbox > div:nth-child(1) {
  border-right: 1px solid #ddd;
  width: 300px !important;
}

.wd-20200517103658 .p_gridbox > div:nth-child(2) {
  border-right: 1px solid #ddd;
  width: calc(100% - 300px) !important;
}

.wd-20200517103658 {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

#w_fbtn-1589548185469 .font {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

#w_fbtn-1589548185469 .font svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-right: 10px;
}

#w_fbtn-1589548185469 .font svg path {
  fill: #fff;
}

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

.wd-20200517143144 .w_fimg-000 {
  margin: 12px !important;
}

.wd-20200517143412 {
  position: relative !important;
}

.wd-20200517143412 .wd-center {
  transform: none !important;
  top: auto;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  min-height: 230px;
  position: relative;
  top: -70px;
  min-height: 268px;
}

.wd-20200517143412 .wd-center .reset_style:nth-child(1) {
  margin-bottom: 30px !important;
  padding-top: 20px !important;
}

.wd-20200517143412 .wd-center .reset_style:nth-child(1) p {
  text-align: center;
}

.wd-20200517143412 .wd-center .reset_style:nth-child(2) {
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-bottom: 30px !important;
}

.wd-20200517143412 .wd-center div {
  color: #fff !important;
}

#content_box-1589687160391-1:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -50px;
  background: #ddd;
}

#w_grid-1589687160411 {
  position: relative;
  padding-top: 0;
  /* background: #fff; */
}

#w_grid-1589549243578 {
  background: #f3f5f6;
}

#w_grid-1589549522043 {
  background: #f3f5f6;
}

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

#w_grid-1589554461883 .p_gridbox > div {
  width: auto !important;
}

#w_grid-1589554461883 .p_gridbox {
  display: flex !important;
  justify-content: flex-end;
}

#w_grid-1589554461883 .p_gridbox img {
  height: auto !important;
}

#w_grid-1589554423623> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
  width: 441px;
}

#w_grid-1589554423623> div > .p_gridbox > .p_gridCell:nth-child(2n+2) {
  margin-left: 40px;
}

#w_grid-1589554224044 .reset_style {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  color: #fff;
}

#w_grid-1589554224044 .p_gridCell {
  position: relative;
}

#content_box-1589554536405-0 {
  background: #cf3631;
}

#w_grid-1589554536405 .p_gridbox {
  display: flex;
}

#content_box-1589554536405-0 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#w_grid-1589554754955 .p_gridbox {
  display: flex;
  align-items: center;
}

#w_grid-1589554901972 .p_gridbox {
  display: flex;
  align-items: center;
}

#w_grid-1589554902965 .p_gridbox {
  display: flex;
  align-items: center;
}

#w_grid-1589554947210 .p_gridbox {
  display: flex;
  align-items: center;
}

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

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

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

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

#w_grid-1589557108578 .reset_style {
  position: relative;
  left: 20px;
}

#w_grid-1589557108578 .reset_style:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid #ddd;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}

#content_box-1589527464819-1 {
  width: auto !important;
  max-width: 290px;
}

#w_grid-1589527464819 .p_gridbox {
  display: flex;
  justify-content: space-between;
}

#c_portalResMessage_form-15895587250491095 .btn-primary:hover {
  background: #dc291e;
}

#content_box-1589561704712-0 .w_grid-001:nth-child(odd) .p_gridCell {
  background: #ddd;
}

#content_box-1589561704712-0 .p_gridCell {
  margin: 2px !important;
  width: calc((100% - 2px * 2 * 3) / 3) !important;
  background: #f0f0f0;
  padding: 20px !important;
  text-align: center;
}

#content_box-1589561704712-0 .p_gridCell:nth-child(1) {
  background-color:
}

#content_box-1589561704712-0 .p_gridbox {
  display: flex;
}

#w_common_text-1589561855320 {
  text-align: left;
}

#w_common_text-1589561736304 {
  text-align: left;
}

#w_common_text-1589561736308 {
  text-align: left;
}

#w_common_text-1589561737398 {
  text-align: left;
}

#w_common_text-1589561737402 {
  text-align: left;
}

#w_common_text-1589561737405 {
  text-align: left;
}

#w_common_text-1589562138592 {
  background: rgba(207,54,49, 0.9);
  padding: 20px 100px 20px 30px;
  position: relative;
  left: -100px;
}

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

#w_common_text-1589562153248 {
  background: rgba(255,255,255,0.95);
  padding: 50px 100px 60px 30px;
  box-shadow: 3px 3px 10px #aaa;
  position: relative;
  left: -100px;
}

#w_common_text-1589562172906 {
  background: rgba(207,54,49, 0.9);
  padding: 20px 100px 20px 30px;
  position: relative;
  left: 100px;
  z-index: 100;
}

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

#w_common_text-1589562172910 {
  background: rgba(255,255,255,0.95);
  padding: 50px 100px 60px 30px;
  box-shadow: 3px 3px 10px #aaa;
  position: relative;
  left: 100px;
  z-index: 100;
}

#w_common_text-1590053102700 a {
  color: blue;
}

#w_common_text-1590053102700 a:hover {
  text-decoration: underline !important;
}

.wd #w_fimg-1590072528625 {
  position: absolute;
  top: -25%;
  left: 0px;
}

#w_grid-1589527322198 {
  padding: 7%;
}

#w_grid-1589527322198 .p_gridbox {
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

#w_grid-1589527322198 .p_gridbox > div {
  width: calc((100% - 7%) / 2) !important;
}

#w_grid-1589527322198 .p_gridbox > div:nth-child(2) {
  margin-left: 7% !important;
}

.wd #w_fimg-1590073007401 {
  position: absolute;
  bottom: 0px;
  left: 5%;
  transition: 0.5s;
}

.wd #content_box-1589527322198-0:hover #w_fimg-1590073007401 {
  bottom: 10px;
}

.wd #w_fimg-1590073046525 {
  position: absolute;
  bottom: 0px;
  left: 5%;
  transition: 0.5s;
}

.wd #content_box-1589527322198-1:hover #w_fimg-1590073046525 {
  bottom: 10px;
}

.wd #w_fimg-1589527322203 img {
  width: 100%;
  height: auto;
}

.wd #w_fimg-1589527322207 img {
  width: 100%;
  height: auto;
}

.wd #content_box-1589527322198-0 {
  padding-bottom: 120px;
  overflow: visible;
}

.wd #content_box-1589527322198-1 {
  padding-bottom: 120px;
  overflow: visible;
}

.wd #w_fimg-1590073007401 img {
  width: auto;
  margin-left: 0px;
}

.wd #w_fimg-1590073046525 img {
  width: auto;
  margin-left: 0px;
}

.wd #w_fimg-1590073007401 .p_dimage {
  text-align: left;
}

.wd #w_fimg-1590073046525 .p_dimage {
  text-align: left;
}

#w_fbtn-1590072692673 .p_CommonBtn:hover {
  background-color: #fff;
}

#w_fbtn-1590072692673 .p_CommonBtn:hover .font {
  color: #333;
}

.wd-20200525162103 .w {
  width: auto;
  height: auto;
  float: left;
  box-sizing: border-box;
  padding: 0;
  padding-left: 0px;
  background-color: #fff;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  flex: 0;
}

.wd-20200525162103 .w .item {
  height: auto;
  background: #000;
  position: relative;
  overflow: hidden;
  border: none;
  border-bottom: 20px solid #fff;
  cursor: pointer;
}

.wd-20200525162103 .w .item:last-child {
  border: none;
}

.wd-20200525162103 .w .item img {
  opacity: 0.2;
  object-fit: cover;
  width: 270px;
  height: 100%;
}

.wd-20200525162103 .w .item .play {
  width: 91px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.wd-20200525162103 .w .item .play svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.wd-20200525162103 .w .item .play svg path {
  fill: #fff;
}

.wd-20200525162103:hover .w .item:hover .play {
  animation: w-play-rotate-ani 2s linear infinite;
}

@keyframes w-play-rotate-ani {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.wd-20200525162103 .w .item.current img {
  opacity: 1;
}

.wd-20200525162103 .w .item.current .play {
  display: none;
}

.wd-20200525162103 .d {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
  background-color: #000;
  flex: 1 1 auto;
}

.wd-20200525162103 .d ul {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.wd-20200525162103 .d ul li {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100px);
  transition: 1s;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}

.wd-20200525162103 .d ul li .play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wd-20200525162103 .d ul li .play svg {
  width: 7vw;
  height: 7vw;
}

.wd-20200525162103 .d ul li .play path {
  fill: #fff;
}

.wd-20200525162103 .d ul li:nth-child(1) {
  position: relative;
  top: 0px;
  left: 0px;
}

.wd-20200525162103 .d ul li:before {
  content: "";
  display: block;
  width: 91px;
  height: 90px;
  margin-top: -45.5px;
  margin-left: -45.5px;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 320;
  cursor: pointer;
}

.wd-20200525162103 .d ul li.play:before {
  visibility: hidden;
}

.wd-20200525162103 .d ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  z-index: 200;
  visibility: hidden;
}

.wd-20200525162103 .d ul li.current {
  visibility: visible;
  opacity: 1;
  transform: translateX(0px);
  z-index: 2;
}

.wd-20200525162103 .d ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wd-20200525162103 .container-full {
  display: flex;
  justify-content: space-between;
}

#w_grid-1590394356219 > div > div {
  display: flex;
  justify-content: space-between;
}

#w_grid-1590394356219 > div > div > div {
  padding: 40px;
  box-shadow: 0px 0px 10px #ddd;
  width: 32% !important;
  margin: 0px !important;
}

.bdshare-button-style0-32 {
  display: flex;
  align-items: center;
  position: relative;
  left: -5px;
}

.bdshare-button-style0-32 span svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  position: relative;
  top: 3px;
  margin-left: -25px;
}

.bdshare-button-style0-32 span svg path {
  fill: #fff;
}

.bdshare-button-style0-32 span {
  font-size: 14px;
  color: #aaa;
  margin-right: 5px;
}

.c_portalResComplaintPage_detail-01001 .p_complaintPageDetails {
  padding: 0;
}

.bdshare-button-style0-32 a {
  float: left;
  width: 32px;
  line-height: 32px;
  height: 32px;
  background-image: url(/img/20200525181309.png);
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 6px 6px 6px 0;
  text-indent: -100em;
  overflow: hidden;
  color: #3a8ceb;
}

.bdshare-button-style0-32 .bds_linkedin {
  background-position: 0 -1664px;
}

.bdshare-button-style0-32 .bds_fbook {
  background-position: 0 -1352px;
}

.bdshare-button-style0-32 .bds_twi {
  background-position: 0 -1404px;
}

#w_grid-1589531638441 div:after {
  display: none;
}

#w_grid-1589532713946 div:after {
  display: none;
}

#c_portalResComplaintPage_detail-15895339825275208 div:after {
  display: none;
}

#w_grid-1590404700781 > div > div {
  display: flex;
  align-items: center;
}

#w_grid-1590404700781 > div > div > div:nth-child(1) {
  padding: 100px !important;
}

#content_box-1590404700781-0 .reset_style:nth-child(1) ~ div {
  position: relative;
  padding-left: 20px;
}

#content_box-1590404700781-0 .reset_style:nth-child(1) ~ div:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #bb4734;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 0px;
}

#w_grid-1590405411931 > div > div {
  display: flex;
  align-items: center;
}

#w_grid-1590405411931 > div > div > div:nth-child(2) {
  padding: 100px;
}

#w_grid-1590405407274 > div > div {
  display: flex;
  align-items: center;
}

#w_grid-1590405407274 > div > div > div:nth-child(1) {
  padding: 100px;
}

#w_grid-1589531574882 > div > div > div {
  padding: 10px;
}

#w_grid-1589531574882 > div > div > div img {
  max-height: 374px !important;
  object-fit: cover;
}

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

.wd #content_box-1590599940881-0:before {
  content: "";
  display: block;
  width: 593px;
  height: 593px;
  background: url(/img/20200528093153.png) top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.wd #w_fimg-1590600000658 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  margin-top: -30px;
}

#w_grid-1589531573636 > div > div {
  display: flex;
  overflow: visible;
}

#w_grid-1589531573636 > div > div > div {
  box-shadow: 0px 0px 10px #ddd;
  margin: 0px !important;
  margin-top: 10px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  width: calc(50% - 20px) !important;
  padding: 40px !important;
}

#w_grid-1590599932339 > div > div {
  display: flex;
}

#w_grid-1590599932339 > div > div > div {
  box-shadow: 0px 0px 10px #ddd;
  margin-top: 3px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  width: calc(50% - 20px) !important;
  padding: 40px !important;
}

#w_grid-1590630757073 > div > div {
  display: flex;
}

@media(min-width: 769px) {
  #c_portalResProduct_category-15898865600487214 h3 {
    min-width:178px;
  }

  #w_grid-1590630757073 > div > div > div {
    width: 547px;
    padding: 50px !important;
  }

  #w_grid-1590630757073 > div > div > div:nth-child(1) {
    background: url(/img/20200528095322.jpg) top left no-repeat;
  }

  #w_grid-1590630757073 > div > div > div:nth-child(2) {
    background: url(/img/20200528095323.jpg) top left no-repeat;
  }

  #w_grid-1590630757073 > div > div > div:nth-child(3) {
    background: url(/img/20200528095325.jpg) top left no-repeat;
  }
}

#w_grid-1589532714076 > div > .p_gridbox {
  background-attachment: fixed;
}

#w_grid-1590636087683 > div > div > div {
  width: auto !important;
  flex: 1 1 auto;
  margin: 10px !important;
}

#w_grid-1590636087683 > div > div {
  display: flex;
}

#w_grid-1590636087683 img {
  height: 360px;
  object-fit: cover;
}

#w_common_text-1590636062860 {
  padding: 20px;
  box-shadow: 0px 0px 10px #ddd;
  margin: 10px !important;
  margin-bottom: 40px !important;
}

#w_common_text-1590635254497 {
  padding: 20px;
  box-shadow: 0px 0px 10px #ddd;
  margin: 10px !important;
  margin-bottom: 40px !important;
}

#w_common_text-1590636070601 {
  padding: 20px;
  box-shadow: 0px 0px 10px #ddd;
  margin: 10px !important;
  margin-bottom: 40px !important;
}

#w_fbtn-1590072692673 .font {
  font-size: 24px !important;
}

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

.wd-20200601011713 svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.wd-20200601011713 svg path {
  fill: #888;
}

#c_portalResProduct_category-15898865600487214 .cateLi:nth-child(2) .fpicBox {
  height: 310px;
  align-items: flex-end;
}

#c_portalResProduct_category-15898865600487214 .fpicBox {
  top: -70px;
  align-items: flex-end;
}

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

#c_portalResProduct_category-15898865600487214 .wd--current .wd-more svg {
  transform: rotate(180deg);
}

#c_portalResProduct_category-15901335677632730 .wd--current .wd-more svg {
  transform: rotate(180deg);
}

#c_portalResProduct_category-15898865600487214 .cateLi:hover .wd-more:before {
  border-top-color: #ffe7e7;
}

#c_portalResProduct_category-15898865600487214 .wd--current .wd-more:before {
  border-top-color: #ffe7e7;
}

.wd-news-detail {
  display: none;
  padding: 30px;
  border: 1px solid #ddd;
  position: relative;
  padding-bottom: 120px;
  margin-bottom: 30px;
  background: #fff;
}

.wd-news-detail .p_dataSource {
  display: none;
}

.wd-news-detail .p_QRCode {
  display: none;
}

.wd-news-detail .p_PrevAndNext {
  display: none;
}

.wd-news-detail .p_summary {
  display: none;
}

.wd-news-detail .p_headA {
  text-align: center;
  font-size: 32px;
  color: #333;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.wd-news-detail .p_imgsBox {
  display: none;
}

.wd-news-detail .p_infoBox {
  display: none;
}

.wd-news-detail p {
  font-size: 16px;
  color: #333;
  line-height: 1.7em;
  margin-bottom: 10px;
}

.wd-news-detail:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
}

.p_articlesTitle {
  display: none;
}

.c_portalResNews_list-01001 .p_articles {
  float: none;
  margin-bottom: 30px;
}

.wd-news-detail .wd-close {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.wd-news-detail .wd-close svg {
  width: 50px;
  height: 50px;
  fill: #cf3631;
  transition: 1s;
}

.wd-news-detail .wd-close:hover svg {
  transform: rotate(360deg);
}

#form > div > div.e_box.form-group.p_groupBox {
  margin-top: 0px;
}

@media(min-width: 769px) {
  .c_portalResMessage_form-01001 .p_groupBox textarea {
    height:232px;
  }
}

#c_portalResProduct_category-15898865600487214 .wd-products-list .wd-item:after {
  visibility: hidden;
}

#c_portalResProduct_category-15898865600487214 .wd-products-list .wd-item:nth-child(3n+2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#c_portalResProduct_category-15898865600487214 .wd-products-list .wd-item {
  width: 33.3333%;
  margin: 0px;
  padding: 10px;
}

#c_portalResProduct_category-15898865600487214 .wd-products-list .wd-item:nth-child(3n+3) ~ div {
  margin-top: 20px;
}

#c_portalResProduct_category-15901335677632730 .wd-products-list .wd-item:after {
  visibility: hidden;
}

#c_portalResProduct_category-15901335677632730 .wd-products-list .wd-item:nth-child(3n+2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#c_portalResProduct_category-15901335677632730 .wd-products-list .wd-item {
  width: 33.3333%;
  margin: 0px;
  padding: 10px;
}

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

.wd #w_grid-1589527122480 {
  /* background:#f6f6f6; */
}

#w_grid-1589532713976 {
  background: #fff;
}

#c_portalResProduct_category-15901335677632730 .wd-products-list .wd-item:nth-child(3n+3) ~ div {
  margin-top: 20px;
}

#w_grid-1589531573636 {
  min-height: 239px;
}

#w_grid-1589687160391 .p_gridbox {
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

#w_grid-1590394356219 {
  margin-left: 0px;
  margin-right: 0px;
}

#c_portalResNews_list-15895551858878001 .contentBox {
  cursor: pointer;
}

#c_portalResNews_list-15895551858878001 {
  background: #f3f5f6;
}

#c_portalResNews_list-15895551858878001 .contentBox {
  background: #fff;
}

.make #c_portalResNews_list-15895551858878001 .list {
  display: block;
}

#w_grid-1589531570009 > div > .p_gridbox {
  background-attachment: fixed;
}

#w_grid-1589554423623 > div > div {
  display: flex;
  justify-content: space-between;
}

#w_grid-1589554423623> div > .p_gridbox > .p_gridCell:nth-child(2n+2) {
  width: auto;
}

#c_portalResProduct_category-15901335677632730 .cateLi:nth-child(1) .fpicBox {
  height: 311px;
}

#c_portalResProduct_category-15901335677632730 .cateLi:nth-child(1) .fpicBox img {
  width: 160px;
  height: 311px;
  max-height: none;
}

#c_portalResProduct_category-15901335677632730 .cateLi:nth-child(2) .fpicBox {
  height: 311px;
}

#c_portalResProduct_category-15901335677632730 .cateLi:nth-child(2) .fpicBox img {
  width: 138px;
  height: 269px;
  max-height: none;
}

#c_portalResProduct_category-15901335677632730 .cateLi:nth-child(3) .fpicBox {
  height: 271px;
}

#c_portalResProduct_category-15901335677632730 .cateLi:nth-child(3) .fpicBox img {
  width: 75px;
  height: 271px;
  max-height: none;
}

#c_portalResProduct_category-15901335677632730 .cateLi:nth-child(4) .fpicBox {
  height: 271px;
}

#c_portalResProduct_category-15901335677632730 .cateLi:nth-child(4) .fpicBox img {
  width: 54px;
  height: 237px;
  max-height: none;
}

#c_portalResProduct_category-15901335677632730 .cateLi:nth-child(5) .fpicBox img {
  width: 133px;
  height: 248px;
  max-height: none;
}

#c_portalResProduct_category-15901335677632730 .fpicBox {
  align-items: flex-end;
}

#w_fimg-1589552440629.wd-sub-banner-words div:after {
  display: none;
}

#w_common_text-1590072606022 span {
  text-shadow: 1px 1px 1px #000;
}

#w_common_text-1590072613694 span {
  text-shadow: 1px 1px 1px #000;
}

#w_common_text-1589557053677 div:after {
  display: none !important;
}

#w_common_text-1589557053677 p {
  padding: 20px 100px;
  background-color: rgba(207,54,49, 0.8);
  letter-spacing: 20px;
}

#w_grid-1589554461883 .w_fimg-000 {
  width: auto;
}

div[id^='w_common_text-'] a span {
  cursor: pointer !important;
}

#w_grid-1589561704712 a span:last-child {
  text-decoration: underline;
}

#w_grid-1589561704712 a:hover span {
  color: red;
}

.wtip-content {
  position: absolute;
  z-index: 99999;
  background-color: #fff;
  /* border: 1px solid #eee; */
  box-shadow: 2px 2px 10px #aaa;
  padding: 10px 15px;
  background-color: #4B70C6;
  border-radius: 5px;
  width: 400px;
  text-align: left;
  font-size: 13px;
  line-height: 1.8em;
  color: #fff;
  margin-left: -212px;
  margin-top: 30px;
  animation: flipOutX 1s both;
}

.wtip-content.wshow {
  animation: flipInX 1s both;
}

.wtip-content:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #4B70C6;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -3.5px;
}

#w_grid-1589535979425 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
  position: relative;
  z-index: 100;
}

#w_fbtn-1589536032239 .p_CommonBtn:hover {
  background-color: #fff;
  color: #333;
}

#w_common_text-1590072609396 span {
  font-family: Tahoma !important;
}

#w_fbtn-1589548185469 .p_CommonBtn {
  display: flex;
  position: relative;
  overflow: hidden;
}

#w_fbtn-1589548185469 .p_CommonBtn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #24366f;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 1s 0.2s;
}

#w_fbtn-1589548185469 .p_CommonBtn:after {
  content: "";
  display: block;
  width: 300%;
  height: 500%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  transform: rotate(45deg) translateY(-150px);
  top: 10%;
  left: 100%;
  transition: 1s;
}

#w_fbtn-1592205343800 .p_CommonBtn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#w_fbtn-1592205343800 .p_CommonBtn .font {
  position: relative;
  z-index: 10;
  transition: 1s;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#w_fbtn-1592205343800 .p_CommonBtn:before {
  display: none;
}

.wd-20200703092714 {
  width: 0px;
  height: 30px;
  margin-right: 9px;
  transition: 1s;
  overflow: hidden;
}

#w_fbtn-1592205343800 .p_CommonBtn:hover .wd-20200703092714 {
  width: 30px;
  margin-right: 12px;
}

#w_fbtn-1592205343800 .p_CommonBtn:hover {
  background-color: rgb(23 39 97);
}

.wd-20200703092714 svg {
  width: 30px;
  height: 30px;
  animation: fadeOutLeft 1s both;
}

#w_fbtn-1592205343800 .p_CommonBtn:hover .wd-20200703092714 svg {
  animation: fadeInLeft 1s both;
}

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

#w_fbtn-1589548185469 .p_CommonBtn:hover:after {
  left: -480%;
}

#w_fbtn-1589548185469 .p_CommonBtn .font {
  position: relative;
  z-index: 10;
}

.wd-download-file1 {
  position: absolute;
  bottom: 150px;
  right: 150px;
}

.wd-download-file a {
  display: flex;
  align-items: center;
  color: #bd4339;
  margin-left: auto;
  margin-right: auto;
}

#c_portalResProduct_category-15901335677632730 .wd-download-file a {
  color: #b5865d;
}

#c_portalResProduct_category-15901335677632730 .wd-download-file svg path {
  fill: #b5865d;
}

.wd-download-file p {
  margin-left: 15px;
  font-size: 24px;
}

.wd-download-file svg {
  width: 45px;
  height: 45px;
}

.wd-download-file svg:nth-child(1) {
  animation: w-rotateY 3s infinite;
}

@keyframes w-rotateY {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

@keyframes w-rotate {
  from {
    transform: rotate(0deg) scale(1);
  }

  to {
    transform: rotate(360deg) scale(1.4);
  }
}

.wd-download-file svg:nth-child(2) {
  width: 400px;
  height: 400px;
  position: absolute;
  opacity: 0.1;
  animation: w-rotate 10s linear infinite;
  animation-direction: alternate-reverse;
  margin-left: -30px;
  top: -150px;
  visibility: hidden;
  display: none;
}

.wd-download-file svg:nth-child(3) {
  width: 440px;
  height: 440px;
  position: absolute;
  opacity: 0.1;
  animation: w-rotate 10s 3s linear infinite;
  animation-direction: alternate-reverse;
  margin-left: -30px;
  top: -150px;
  visibility: hidden;
  display: none;
}

#c_portalResProduct_category-15901335677632730 .cateLi.wd-download-file:after {
  display: none;
}

#c_portalResProduct_category-15901335677632730 .cateLi.wd-download-file .wd-more {
  display: none;
}

.wd-download-file svg:nth-child(3) path {
  fill: #53a357;
}

.wd-download-file svg path {
  fill: #bd4339;
}

#c_portalResProduct_category-15898865600487214 .cateUl1 {
  position: relative;
}

.wd-20200603113006 .wd-content .wd-left a.more {
  left: 44%;
}

@media(max-width: 1440px) {
  #w_grid-1589527464819 {
    margin-top:5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1590405411931 > div > div > div:nth-child(2) {
    padding: 5% !important;
  }

  #w_grid-1590405407274 > div > div > div:nth-child(1) {
    padding: 5% !important;
  }

  #w_grid-1590404700781 > div > div > div:nth-child(1) {
    padding: 5% !important;
  }

  #w_grid-1590405411931 {
    margin-top: 0;
    margin-bottom: 5%;
  }

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

  .wd-20200525162103 .container-full {
    flex-wrap: wrap;
  }

  .wd-20200525162103 .w {
    width: 100%;
    padding-left: 0;
    flex: auto;
    display: flex;
    justify-content: space-between;
  }

  .wd-20200525162103 .w .item {
    width: 30%;
    border-bottom: none;
    margin-top: 10px;
  }

  .wd-20200525162103 .w .item:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
  }

  .wd-20200525162103 .w .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #w_grid-1589535979425 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  .wd-sub-banner-words span {
    font-size: 5vw !important;
  }

  #w_common_text-1589559144513 {
    margin-top: 10%;
  }

  #w_grid-1589561464079 {
    margin-top: 5%;
  }

  #w_grid-1589561704712 {
    margin-bottom: 10%;
  }

  #w_grid-1589561704712 {
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }
}

@media(max-width: 1366px) {
  #w_grid-1589531574882 > div > div {
    display:flex;
    flex-wrap: wrap;
  }

  #w_grid-1589531574882 > div > div > div {
    width: 50% !important;
    padding: 10px !important;
  }

  #w_grid-1590404700781 > div > div {
    flex-wrap: wrap;
  }

  #w_grid-1589531574882 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 10px !important;
  }

  #w_grid-1590404700781 > div > div > div {
    width: 100% !important;
  }

  #w_grid-1590404700781 > div > div > div:nth-child(2) {
    padding: 0 5%;
  }

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

  #w_fimg-1590404700791 img {
    max-width: 912px;
    float: left;
  }

  #w_grid-1590405411931 > div > div {
    flex-wrap: wrap;
  }

  #w_grid-1590405411931 > div > div > div {
    width: 100% !important;
  }

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

  #w_grid-1590405411931 > div > div > div:nth-child(1) {
    padding-left: 5%;
    padding-right: 5%;
  }

  #w_fimg-1590405411935 img {
    max-width: 922px;
    float: left;
  }

  #w_grid-1590405407274 > div > div {
    flex-wrap: wrap;
  }

  #w_grid-1590405407274 > div > div > div {
    width: 100% !important;
  }

  #w_grid-1590405407274 > div > div > div:nth-child(2) {
    padding-left: 5%;
    padding-right: 5%;
  }

  #w_fimg-1590405407283 img {
    max-width: 1118px;
    float: left;
  }

  #w_fimg-1590405407283 {
    margin-top: 0;
    margin-bottom: 5%;
  }
}

@media(max-width: 1000px) {
  .wd-header-nav .wd-sub .wd-item .wd-left img {
    width:100px;
  }

  #w_grid-1589527464819 .p_gridbox {
    flex-wrap: wrap;
  }

  #w_grid-1589527464819 .p_gridbox {
    flex-wrap: wrap;
  }

  #w_grid-1589527464819 .p_gridbox > div {
    width: 100% !important;
  }

  #w_grid-1590599932339 {
    margin-bottom: 5%;
  }
}

@media(max-width: 768px) {
  #w_grid-1589527148579.wd-hide {
    top:0px;
  }

  #w_grid-1589527148579 > div > .p_gridbox {
    padding: 10px;
  }

  .wd-20200603113006 .wd-content {
    width: 90%;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 6vh;
  }

  .wd-20200603113006 .wd-content .wd-left {
    width: 100%;
    top: 0px;
    left: 0;
    text-align: center;
  }

  .wd-20200603113006 .wd-content .wd-left a.more {
    left: 0;
    width: 200px;
    height: 40px;
    font-size: 20px;
  }

  .wd-20200603113006 .wd-content .wd-right {
    width: 100%;
    order: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .wd-20200603113006 .wd-content .wd-right img:first-child {
    top: 0px;
    right: 0;
    height: auto;
    width: 60%;
  }

  a.more {
    left: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  #w_grid-1589527322198 .p_gridbox {
    flex-wrap: wrap;
  }

  #w_grid-1589527322198 .p_gridbox > div {
    width: 100% !important;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .wd #content_box-1589527322198-0 {
    padding-bottom: 0px;
  }

  #w_grid-1589527322198 .p_gridbox > div:nth-child(2) {
    margin-left: 0px !important;
    padding-bottom: 0;
  }

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

  .wd #content_box-1589527322198-1:hover #w_fimg-1590073046525 {
    bottom: 10px;
  }

  .wd #w_fimg-1590073007401 {
    bottom: 10px;
  }

  .wd #w_fimg-1590073046525 {
    bottom: 10px;
  }

  #w_grid-1590072591056 > div > .p_gridbox {
    background-size: cover;
    background-position: center center;
  }

  #w_fbtn-1590072692673 {
    margin-bottom: 20%;
  }

  #content_box-1590072591056-0 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589527464819 {
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wd-footer-nav .wd-item {
    width: 50%;
  }

  #w_common_text-1589527183154 {
    display: none;
  }

  #content_box-1589527464819-1 {
    margin-top: 5%;
  }

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

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

  #w_grid-1589531574882 > div > div > div {
    padding: 15px 15px 0px;
  }

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

  #w_grid-1589531573636 > div > div > div {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0px !important;
    box-shadow: none;
    border-bottom: 1px dotted #ddd;
    padding: 10px 0px !important;
  }

  #w_grid-1589531573636 > div > div {
    flex-wrap: wrap;
  }

  .wd #w_fimg-1590600000658 {
    position: static;
    transform: none;
    margin-top: 0px;
  }

  #w_grid-1590599940881 {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }

  .wd #content_box-1590599940881-0:before {
    display: none;
  }

  #w_grid-1590599932339 > div > div {
    flex-wrap: wrap;
  }

  #w_grid-1590599932339 > div > div > div {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0px !important;
    box-shadow: none;
    border-bottom: 1px dotted #ddd;
    padding: 10px 0px !important;
  }

  #w_grid-1590599932339 {
    margin-bottom: 30px;
  }

  #w_grid-1589532469189 {
    margin-top: 15%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15%;
  }

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

  #c_portalResProduct_category-15898865600487214 .cateLi {
    width: 100%;
    margin-top: 10%;
  }

  #c_portalResProduct_category-15898865600487214 .cateUl1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #c_portalResProduct_category-15898865600487214 .cateFcontentBox {
    flex-wrap: wrap;
  }

  #c_portalResProduct_category-15898865600487214 .fsummray {
    width: 100%;
  }

  #c_portalResProduct_category-15898865600487214 .fpicBox {
    top: 0px;
    width: 100%;
    margin-top: 5%;
  }

  #c_portalResProduct_category-15898865600487214 h3 {
    position: static;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 50px;
  }

  .wd-download-file a {
    flex-wrap: wrap;
    justify-content: center;
  }

  .wd-download-file p {
    margin-left: 0px;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  #c_portalResProduct_category-15898865600487214 .cateLi.wd-download-file {
    margin-bottom: 10%;
  }

  #c_portalResProduct_category-15898865600487214 .wd-products-list .wd-products-wrapper {
    width: 100%;
    margin-left: 0;
    background: transparent;
  }

  #c_portalResProduct_category-15898865600487214 .wd-products-list .wd-item {
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
  }

  #c_portalResProduct_category-15898865600487214 .wd-products-list .wd-item:nth-child(3n+2) {
    border: none;
  }

  #c_portalResProduct_category-15898865600487214 .wd-item .wd-content {
    padding: 0;
  }

  #w_grid-1590630625285 {
    margin-top: 0;
    width: 100%;
    padding: 15px;
    margin-bottom: 0;
  }

  #w_grid-1590630625285 > div > div > div {
    margin-bottom: 15px;
  }

  #w_grid-1589532714066 {
    width: 100%;
    padding: 15px;
    margin-bottom: 10%;
  }

  #w_grid-1590630757073 > div > div {
    flex-wrap: wrap;
  }

  #w_grid-1590630757073 > div > div > div {
    width: 100%;
  }

  #w_grid-1589532714086 {
    margin-top: 15%;
    margin-bottom: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  #c_portalResProduct_category-15901335677632730 {
    margin-top: 15%;
    margin-top: 0;
    margin-bottom: 10%;
  }

  #c_portalResProduct_category-15901335677632730 .cateUl1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #c_portalResProduct_category-15901335677632730 .cateLi {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10%;
    margin-bottom: 25px;
  }

  #c_portalResProduct_category-15901335677632730 .cateLi:nth-child(1) .fpicBox {
    height: auto;
  }

  #c_portalResProduct_category-15901335677632730 .cateFcontentBox {
    flex-wrap: wrap;
  }

  #c_portalResProduct_category-15901335677632730 .fsummray {
    width: 100%;
    padding: 15px;
  }

  #c_portalResProduct_category-15901335677632730 .fpicBox {
    top: 0px;
    width: 100%;
    margin-top: 5%;
  }

  #c_portalResProduct_category-15901335677632730 h3 {
    position: static;
    border-bottom-left-radius: 0;
    border-top-right-radius: 50px;
  }

  #c_portalResProduct_category-15901335677632730 .cateLi.wd-download-file {
    order: 5 !important;
  }

  #c_portalResProduct_category-15901335677632730 .wd-products-list .wd-products-wrapper {
    width: 100%;
    margin-left: 0;
    background: transparent;
  }

  #c_portalResProduct_category-15901335677632730 .wd-products-list .wd-item {
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
  }

  #c_portalResProduct_category-15901335677632730 .wd-products-list .wd-item:nth-child(3n+2) {
    border: none;
  }

  #c_portalResProduct_category-15901335677632730 .wd-item .wd-content {
    padding: 0;
  }

  .w20191203172858 .wcenter h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .c_portalResComplaintPage_detail-01001 {
    height: auto !important;
  }

  #w_fimg-1589533758512 img {
    height: 500px;
  }

  #c_portalResComplaintPage_detail-15895339825275208 {
    width: 90%;
    margin-top: 54px !important;
  }

  .w20191203172858 .wcenter p {
    line-height: 1.8em;
  }

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

  #w_common_text-1589534246952 {
    margin-top: 15%;
  }

  #w_grid-1589533751862 {
    padding: 15px;
    margin-top: 0;
  }

  #content_box-1589533753681-0 .p_gridCell {
    width: 100% !important;
    box-shadow: none;
    border-bottom: 1px dotted #ddd;
    padding: 0;
    padding-bottom: 15px;
  }

  #content_box-1589533753681-0 .p_gridbox {
    flex-wrap: wrap;
  }

  #content_box-1589533753681-0 .p_gridCell:nth-child(2) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

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

  #w_grid-1589535979425 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #content_box-1589535979425-1 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dotted #ddd;
  }

  .p_link {
    margin: 0;
  }

  #w_fbtn-1589536032239 {
    max-width: none !important;
    width: 100%;
    min-height: 60px;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .witem .wcontent .sitem p a {
    padding: 5px 5px;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .witem .wcontent .sitem p {
    width: calc(25% - 0px);
    padding: 5px;
  }

  #w_common_text-1589548100336 {
    margin-top: 10%;
  }

  #w_grid-1589548155073 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10%;
    margin-top: 5%;
  }

  .wd-20200517103658 .p_gridbox > div:nth-child(1) {
    width: 100% !important;
  }

  .wd-20200517103658 .p_gridbox > div:nth-child(2) {
    width: 100% !important;
  }

  .wd-20200517103658 .p_gridbox {
    flex-wrap: wrap;
  }

  .wd-20200517103658 .reset_style h2 {
    text-align: center !important;
  }

  .wd-20200517103658 .w_grid-001 {
    margin-bottom: 10px !important;
  }

  .wd-20200517103658 {
    border-top: none;
    border-left: none;
  }

  .wd-20200517103658 .p_gridbox > div:nth-child(1) {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }

  .wd-20200517103658 .p_gridbox > div {
    border-left: 1px solid #ddd;
    padding: 15px;
  }

  #w_fbtn-1592205343800 {
    margin-top: 10%;
  }

  #w_fbtn-1589548185469 {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }

  #w_common_text-1590633418130 {
    margin-top: 10%;
  }

  #w_grid-1589548756325 {
    padding: 15px;
  }

  #w_grid-1589548756325 > div > .p_gridbox > .p_gridCell:nth-child(2n+2) {
    margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
  }

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

  #w_grid-1590634666339 {
    margin-top: 10%;
    margin-bottom: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #content_box-1590634666339-1 {
    margin-top: 10%;
  }

  #w_grid-1589548974638 > div > .p_gridbox {
    background-position: center center;
    background-size: 400%;
  }

  #w_grid-1589548980966 {
    margin-top: 10%;
    margin-bottom: 10%;
    padding: 15px;
  }

  #w_grid-1589548980966 > div > .p_gridbox > .p_gridCell:nth-child(2n+2) {
    margin-top: 10%;
  }

  #w_common_text-1590636062860 {
    box-shadow: none;
  }

  #w_grid-1589548753508 {
    background: #f8f8f8;
    margin-top: 0;
    padding-top: 10%;
    margin-bottom: 10%;
  }

  #w_common_text-1590636062860 {
    margin: 0 !important;
    padding: 15px !important;
  }

  #w_common_text-1590635234364 {
    margin-bottom: 15px;
  }

  #w_common_text-1590635254497 {
    box-shadow: none;
    padding: 15px;
    margin: 0px !important;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
  }

  #w_common_text-1590636070601 {
    box-shadow: none;
    padding: 15px;
    margin: 0px !important;
  }

  #w_grid-1590636087683 > div > div {
    flex-wrap: wrap;
  }

  #w_grid-1589554536405 .p_gridbox {
    flex-wrap: wrap;
  }

  #content_box-1589554536405-0 {
    padding: 15px;
  }

  #content_box-1589554536405-1 {
    padding: 15px;
  }

  #content_box-1589554536405-1 .reset_style {
    margin-bottom: 15px;
    height: auto !important;
    margin-top: 1%;
  }

  #w_common_text-1589554536605 {
    margin-top: 10%;
  }

  #w_grid-1589554754955 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589554754955 .p_gridbox {
    flex-wrap: wrap;
  }

  #content_box-1589554754955-0 {
    padding: 15px;
  }

  #w_grid-1589554901972 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589554901972 .p_gridbox {
    flex-wrap: wrap;
  }

  #w_grid-1589554901972 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    order: 2;
  }

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

  #w_grid-1589554902965 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589554902965 .p_gridbox {
    flex-wrap: wrap;
  }

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

  #w_grid-1589554947210 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10%;
  }

  #w_grid-1589554947210 .p_gridbox {
    flex-wrap: wrap;
  }

  #w_grid-1589554947210 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    order: 2;
  }

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

  #w_grid-1589552483206 {
    margin-top: 10%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10%;
  }

  #w_common_text-1589554118196 {
    margin-top: 5%;
  }

  #w_common_text-1589554139222 {
    margin-top: 10%;
  }

  #w_common_text-1589554145195 {
    margin-top: 5%;
  }

  #w_common_text-1589554162361 {
    margin-top: 5%;
  }

  #w_common_text-1589554173265 {
    margin-top: 5%;
  }

  #w_common_text-1589554401018 {
    margin-top: 10%;
  }

  #w_grid-1589552400337 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589554224044 > div > .p_gridbox > .p_gridCell:nth-child(3n+2) {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #w_grid-1589554224044 {
    margin-bottom: 10%;
  }

  #w_common_text-1589554195234 {
    margin-top: 10%;
  }

  #w_grid-1589552400387 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10%;
  }

  #w_grid-1589554423623 > div > div {
    flex-wrap: wrap;
  }

  #w_grid-1589554423623> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    width: 100%;
  }

  #w_common_text-1589554442970 {
    margin-top: 15px;
  }

  #w_common_text-1589554450427 {
    margin-top: 15px;
  }

  #w_grid-1589554423623> div > .p_gridbox > .p_gridCell:nth-child(2n+2) {
    margin-left: 0px;
  }

  #w_grid-1589554461883 .p_gridbox {
    flex-wrap: wrap;
  }

  #w_grid-1589554461883 .p_gridbox > div {
    width: 100% !important;
    margin-top: 10px;
  }

  #w_grid-1590404700781 > div > div > div:nth-child(1) {
    padding: 0px !important;
  }

  #w_grid-1590404700781 > div > div {
    flex-wrap: wrap;
    padding: 15px;
  }

  #w_fimg-1590404700791 {
    margin-top: 0;
    margin-bottom: 15px;
  }

  #w_grid-1590405411931 > div > div > div:nth-child(2) {
    padding: 0;
  }

  #w_grid-1590405411931 > div > div {
    flex-wrap: wrap;
    padding: 15px;
  }

  #w_grid-1590405411931 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    order: 2;
    margin-top: 15px;
  }

  #w_grid-1590405411931 {
    margin-top: 0;
    margin-bottom: 5%;
  }

  #w_grid-1590405407274 > div > div > div:nth-child(1) {
    padding: 15px !important;
  }

  #w_grid-1590405407274 > div > div {
    flex-wrap: wrap;
  }

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

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

  #w_fimg-1590405407283 {
    margin-top: 0;
    margin-bottom: 5%;
  }

  #w_common_text-1589687160481 {
    margin-top: 0px;
    padding: 15px;
    margin-top: 5%;
    margin-bottom: 5%;
  }

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

  .wd-20200517143412 .wd-center {
    top: 0px;
    padding: 15px;
  }

  .wd-20200517143412 .wd-center .reset_style:nth-child(2) {
    padding: 0 !important;
  }

  .wd-20200517143412 .wd-center .reset_style:nth-child(1) {
    margin-bottom: 10px !important;
  }

  .wd-20200517143412 {
    margin-bottom: 15px !important;
  }

  #w_grid-1589687160391 {
    background: #f8f8f8;
    padding: 15px;
    width: 100%;
  }

  #w_common_text-1589687160486 {
    margin-top: 10%;
  }

  #w_grid-1590394356219 > div > div > div {
    box-shadow: none;
    width: 100% !important;
    border-bottom: 1px dotted #ddd;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #w_common_text-1590398935832 {
    margin-top: 5%;
  }

  .wd-20200525162103 .container-full {
    flex-wrap: wrap;
  }

  .wd-20200525162103 .w {
    width: 100%;
    padding-left: 0;
    display: none;
  }

  .wd-20200525162103 .d ul li {
    position: static;
    margin-bottom: 15px;
    visibility: visible;
    transform: none;
    opacity: 1;
  }

  .wd-20200525162103 .d {
    background: transparent;
  }

  .wd-20200525162103 .d ul li video {
    height: auto;
  }

  .wd-20200525162103 .d ul li:before {
    display: none;
  }

  #c_portalResNews_list-15896968419111955 {
    margin-top: 10%;
  }

  #w_grid-1589687160411 {
    margin-bottom: 10%;
    padding-bottom: 0;
  }

  #c_portalResNews_list-15896968419111955 img {
    height: 150px;
  }

  #c_portalResNews_list-15895551858878001 {
    padding: 30px 15px;
  }

  #c_portalResNews_list-15895551858878001 .contentBox .content {
    width: 100%;
    padding: 15px;
  }

  #c_portalResNews_list-15895551858878001 .contentBox .picBox {
    width: 100%;
  }

  #c_portalResNews_list-15895551858878001 .contentBox {
    flex-wrap: wrap;
  }

  #c_portalResNews_list-15895551858878001 .time {
    margin-bottom: 10px;
  }

  .wd-news-detail {
    padding: 30px 15px;
  }

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

  .wd-news-detail p img {
    max-width: 100%;
    height: auto !important;
  }

  #w_grid-1589549243578 {
    padding-top: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589549480037 {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589549480049 > div > div > div {
    margin-bottom: 30px !important;
  }

  #w_grid-1589549522043 {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589549522047 > div > div > div {
    margin-bottom: 30px !important;
  }

  #w_grid-1589549514705 {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589549514712 > div > div > div {
    margin-bottom: 30px !important;
  }

  #w_grid-1589562074836 {
    margin-top: 10%;
    margin-bottom: 0;
  }

  #w_common_text-1589562138592 {
    left: 0px;
    margin-top: 0px;
  }

  #w_common_text-1589562153248 {
    box-shadow: none;
    left: 0px;
    padding: 20px;
    background: #f8f8f8;
    margin-top: 0px;
  }

  #w_grid-1589562172896 {
    margin-top: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589562172896 > div > div {
    display: flex;
    flex-wrap: wrap;
  }

  #w_grid-1589562172896 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    order: 2;
  }

  #w_common_text-1589562172906 {
    left: 0px;
    margin-top: 0px;
  }

  #w_common_text-1589562172910 {
    box-shadow: none;
    left: 0px;
    padding: 20px;
    background: #f8f8f8;
    margin-top: 0;
  }

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

  #w_grid-1589562107286 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_common_text-1589562174604 {
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    margin-top: 10%;
    text-align: center;
  }

  #w_fbtn-1589562243503 {
    margin-bottom: 10%;
    margin-top: 5%;
  }

  #w_grid-1590051264621 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1590051306127 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1590053102685 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_common_text-1590053248947 {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5%;
  }

  #c_portalResMessage_form-15900533033266152 {
    margin-top: 5%;
  }

  #c_portalResMessage_form-15900533033266152 .p_CoupWBox {
    width: 100%;
    margin-top: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #c_portalResMessage_form-15900533033266152 .p_CoupWBox button {
    height: 50px;
  }

  .btn-primary {
    background-color: #bc4238;
    border: none;
  }

  #c_portalResMessage_form-15900533033266152 .p_image {
    position: static;
  }

  .c_portalResMessage_form-01001 .p_CaptchasBox {
    display: flex;
  }

  .c_portalResMessage_form-01001 .form-group {
    margin-bottom: 5px;
  }

  .form-control {
    height: 45px;
  }

  #c_portalResMessage_form-15900533033266152 .p_image img {
    height: 45px;
  }

  .c_portalResMessage_form-01001 .form-group:after {
    display: none;
  }

  #w_grid-1589557108578 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  #w_common_text-1589557183097 {
    margin-bottom: 20px;
  }

  #w_common_text-1589557182854 {
    margin-bottom: 20px;
  }

  #w_grid-1589557108578 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    display: flex;
    flex-wrap: wrap;
  }

  #w_grid-1589557108578 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) > div {
    width: 50%;
  }

  #w_grid-1589557108578 > div > .p_gridbox > .p_gridCell:nth-child(2n+2) {
    display: flex;
    flex-wrap: wrap;
  }

  #w_grid-1589557108578 > div > .p_gridbox > .p_gridCell:nth-child(2n+2) > div {
    width: 50%;
  }

  #w_common_text-1589557181208 {
    margin-top: 10px;
  }

  #w_common_text-1589557180694 {
    margin-top: 10px;
  }

  #w_common_text-1589557185049 {
    margin-top: 10px;
  }

  #w_common_text-1589557182618 {
    margin-bottom: 20px;
  }

  #w_common_text-1591146216580 {
    margin-top: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #c_portalResMessage_form-15911463833659071 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #c_portalResMessage_form-15911463833659071 .p_ContactInfo>div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }

  #c_portalResMessage_form-15911463833659071 .p_ContactInfo {
    margin-right: 0 !important;
  }
}

@media(min-width: 769px) and (max-width:1600px) {
  #w_grid-1590599932339 {
    margin-bottom:5%;
  }

  #w_grid-1589531574882 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  #w_grid-1590599940881 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wd #content_box-1590599940881-0:before {
    display: none;
  }

  .wd #w_fimg-1590600000658 {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 0;
  }

  #w_grid-1589531573636 {
    margin-top: 2%;
  }

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

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

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

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

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

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

  #w_grid-1589532469189 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  #w_grid-1590630625285 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1589532714066 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1590630625285 {
    width: 100%;
  }

  #w_grid-1589532714086 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1590630757073 > div > div > div:nth-child(3) {
    background-size: cover;
  }

  #w_grid-1590630757073 > div > div > div:nth-child(2) {
    background-size: cover;
  }

  #w_grid-1590630757073 > div > div > div:nth-child(1) {
    background-size: cover;
  }

  #w_grid-1589687592161 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  #w_common_text-1589687160481 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1589687592161 > div > div {
    display: flex;
  }

  #w_grid-1589687592161 > div > div > div {
    background: rgba(0, 0, 0, 0.7);
    background: transparent;
  }

  .wd-20200517143412 .wd-center {
    background: transparent;
  }

  .wd-20200517143412 .wd-center .reset_style:nth-child(1) {
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }

  .wd-20200517143412 .wd-center {
    top: 0px !important;
  }

  .wd-20200517143412 .wd-center div {
    color: #333 !important;
  }

  .wd-20200517143412 .wd-center .reset_style:nth-child(2) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .wd-20200517143412 .wd-center .reset_style:nth-child(1) span {
    font-size: 20px !important;
  }

  #w_grid-1589687160391 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    width: 100%;
    max-width: none;
  }

  #w_common_text-1590398935832 {
    margin-top: 5%;
  }

  #c_portalResNews_list-15896968419111955 {
    margin-top: 0;
  }

  #w_common_text-1590633418130 {
    margin-top: 5%;
  }

  #w_grid-1589548756325 {
    margin-top: 2%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    padding-top: 0;
  }

  #w_grid-1589548980966 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1589548753508 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1589554224044 {
    margin-top: 2%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    max-width: none;
  }

  #w_common_text-1589554401018 {
    margin-top: 5%;
  }

  #w_common_text-1589554195234 {
    margin-top: 5%;
  }
}

@media(min-width: 769px) and (max-width:1366px) {
  #w_grid-1589527148579> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    width:35%;
  }

  #w_grid-1589527148579> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
    width: 65%;
  }

  #w_grid-1589549243578 {
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1589549480037 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    padding-top: 0px;
    padding-bottom: 0;
  }

  #w_grid-1589549522043 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  #w_grid-1589549514705 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    padding-top: 0;
    padding-bottom: 0;
  }

  #w_grid-1589552483206 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

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

  #w_common_text-1589554162361 {
    margin-top: 20px;
  }

  #w_common_text-1589554173265 {
    margin-top: 20px;
  }

  #w_grid-1589554423623 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    max-width: none;
  }

  #c_portalResNews_list-15895551858878001 {
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 0;
  }

  #w_grid-1589557108578 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    max-width: none;
  }

  #w_grid-1590051264621 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    max-width: none;
  }

  #w_grid-1591146216505 {
    max-width: none;
  }

  #w_common_text-1591146216580 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 1%;
  }

  #c_portalResMessage_form-15911463833659071 {
    margin-top: 1%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }
}

@media(min-width: 769px) and (max-width:1180px) {
  #w_grid-1589554423623 > div > div {
    flex-wrap: wrap;
  }

  #w_grid-1589554423623> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    width: 100%;
  }

  #w_grid-1589554423623> div > .p_gridbox > .p_gridCell:nth-child(2n+2) {
    width: 100%;
    margin-left: 0;
  }

  #w_grid-1589554461883 .p_gridbox {
    justify-content: center;
  }

  #w_common_text-1589554442970 {
    margin-top: 15px;
  }

  #w_common_text-1589554450427 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #w_grid-1589554536405> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
    margin-left: 3%;
  }

  #w_grid-1590634666339 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1589549243578 .p_gridCell {
    padding: 15px !important;
  }

  #w_grid-1589549480037 .p_gridCell {
    padding: 15px !important;
  }

  #w_grid-1589549522043 .p_gridCell {
    padding: 15px !important;
  }

  #w_grid-1589549514705 .p_gridCell {
    padding: 15px !important;
  }

  #w_grid-1589549480037 .w_fimg-000 {
    min-height: 273px !important;
  }

  #w_fimg-1589549480057 {
    margin-top: 25px !important;
  }

  #w_fimg-1589549243588 {
    margin-top: 25px !important;
  }

  #w_grid-1589533751862> div > .p_gridbox > .p_gridCell {
    width: 45% !important;
    margin: 10px !important;
  }

  #w_grid-1589535889211> div > .p_gridbox > .p_gridCell {
    width: 45% !important;
    margin: 10px !important;
  }

  #content_box-1589533753681-0 .p_gridbox {
    flex-wrap: wrap;
  }

  #w_grid-1589548155073 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    width: 100%;
  }

  #w_grid-1589687160371 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1589687592161 {
    padding: 0;
  }

  #w_grid-1589532469189> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    width: 100%;
  }

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

  #w_grid-1589532469189> div > .p_gridbox > .p_gridCell:nth-child(2n) {
    width: 100%;
    margin-top: 50px;
  }

  #w_grid-1589532469189 {
    margin-bottom: 5%;
  }

  #w_grid-1589532714086> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    width: 100%;
  }

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

  #w_grid-1589532714086> div > .p_gridbox > .p_gridCell:nth-child(2n) {
    width: 100%;
    margin-top: 50px;
  }

  #c_portalResProduct_category-15901335677632730 {
    margin-top: 0;
  }

  #w_grid-1589527322198 {
    padding-top: 10%;
  }

  #w_grid-1590072591056 > div > .p_gridbox {
    background-size: cover;
    background-position: center center;
  }

  #w_common_text-1590072609396 {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media(min-width: 769px) and (max-width:1024px) {
  #w_grid-1589527148579> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    width:170px;
  }

  #w_grid-1589527148579> div > .p_gridbox > .p_gridCell:nth-child(2n+2) {
    width: calc(100% - 170px - 20px);
  }
}

.wd-trigger {
  display: none;
}

@media(max-width: 1000px) {
  .wd-header-nav {
    width: 100vw;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    transition: 0.5s ease-in-out;
  }

  .wd-header-nav.wd-show {
    right: 0;
  }

  .wd-header-nav .wd-container {
    width: 70vw;
    background-color: rgba(0, 0, 0, 0.9);
    float: right;
  }

  .wd-header-nav .wd-container ul {
    display: block;
    width: 100%;
  }

  .wd-container {
    height: 100vh;
    align-items: center;
    padding: 80px 20px 0px;
  }

  .wd-header-nav .wd-sub {
    position: relative;
    top: 0px;
    left: 0px;
    visibility: visible;
    width: 100% !important;
    margin-left: 0 !important;
    display: flex;
    flex-wrap: wrap;
    display: none;
  }

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

  .wd-header-nav .wd-container ul li {
    width: 100%;
    margin-left: 0px;
    padding: 15px;
    animation: fadeOutRight 0.8s both;
  }

  .wd-header-nav.wd-show .wd-container ul li {
    animation: fadeInRight 0.8s ease-in-out both;
  }

  .wd-header-nav .wd-container ul li svg {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 15px;
    height: 15px;
    transition: 1s;
  }

  .wd-header-nav .wd-container ul li svg path {
    fill: #fff;
  }

  .wd-header-nav.wd-show .wd-container ul li:nth-child(1) {
    animation-delay: 0.1s;
  }

  .wd-header-nav.wd-show .wd-container ul li:nth-child(2) {
    animation-delay: 0.2s;
  }

  .wd-header-nav.wd-show .wd-container ul li:nth-child(3) {
    animation-delay: 0.3s;
  }

  .wd-header-nav.wd-show .wd-container ul li:nth-child(4) {
    animation-delay: 0.4s;
  }

  .wd-header-nav.wd-show .wd-container ul li:nth-child(5) {
    animation-delay: 0.5s;
  }

  .wd-header-nav .wd-sub .wd-item {
    padding: 0 !important;
    background: transparent !important;
    margin: 15px;
    height: auto !important;
    line-height: normal !important;
    top: 0px;
    border: none;
    text-align: left;
    justify-content: flex-start !important;
  }

  .wd-header-nav .wd-sub .wd-item a {
    color: #aaa;
  }

  .wd-header-nav .wd-sub .wd-item:hover a {
    letter-spacing: 0;
  }

  .wd-header-nav li:nth-child(1) .wd-sub .wd-item:nth-child(3) a {
    text-decoration: none;
  }

  .wd-header-nav li:nth-child(1) .wd-sub .wd-item:nth-child(4) a {
    font-weight: normal;
    font-style: normal;
  }

  .wd-trigger {
    display: block;
    position: absolute;
    top: -14px;
    right: 0px;
  }

  .wd-trigger svg {
    width: 30px;
    height: 30px;
    transition: 1s;
  }

  .wd-trigger svg.wd-show {
    transform: rotateX(180deg);
  }

  .wd-trigger svg path {
    fill: #ddd;
  }
}

@media(max-width: 1399px) {
  .wd #w_fimg-1590073007401 {
    width: calc(100% - 10%);
  }

  .wd #w_fimg-1590073007401 img {
    height: 25vw;
  }

  .wd #w_fimg-1590073046525 {
    width: calc(100% - 10%);
  }

  .wd #w_fimg-1590073046525 img {
    height: 25vw;
  }

  #w_grid-1589527322198 .p_gridbox > div {
    padding-bottom: 7vw;
  }
}

@media(max-width: 768px) {
  .wd #w_fimg-1590073007401 img {
    height: 200px;
    width: auto;
  }

  .wd #w_fimg-1590073046525 img {
    height: 200px;
    width: auto;
  }

  .wd-20200603113006 .wd-content .wd-left img {
    width: 80%;
  }

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

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

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

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

  #content_box-1589561704712-0 .p_gridCell {
    padding: 5px !important;
  }

  #w_grid-1589687160411 {
    margin-bottom: 5%;
  }

  .wd-sub-banner-words {
    margin-top: 5% !important;
  }

  #w_grid-1590404700781 > div > div > div:nth-child(2) {
    padding: 0;
    margin-top: 5%;
  }

  #w_grid-1590405411931 > div > div > div:nth-child(2) {
    padding: 0 !important;
  }

  #w_grid-1590405411931 > div > div > div:nth-child(1) {
    padding: 0;
  }

  #w_common_text-1589557053677 p {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  #c_portalResMessage_form-15911463833659071 .wd-child-49 {
    margin-top: 0;
    padding-top: 5%;
  }

  #c_portalResMessage_form-15911463833659071 .p_CoupWBox button {
    width: 90%;
    top: 0px;
    margin-left: 5%;
    margin-top: 20px;
  }

  #c_portalResMessage_form-15911463833659071 {
    margin-bottom: 5%;
  }

  .wd-header-nav .wd-sub .wd-item .wd-left {
    order: 2;
    margin-left: 10px;
  }

  .wd-header-nav .wd-sub .wd-item .wd-right img {
    width: 140px;
  }

  .wd .wd-left img {
    animation: none;
  }

  .wd-header-nav .wd-sub .wd-item {
    flex-wrap: wrap;
  }

  .wd-header-nav .wd-sub .wd-item .wd-left {
    order: 2;
    width: 100%;
    margin-left: 0px;
    display: block;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
    margin-left: 0px;
  }

  .wd-header-nav .wd-sub .wd-item .wd-right {
    margin-left: -5px;
  }

  a* {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  }

  body {
    opacity: 0;
    visibility: hidden;
    position: relative;
    overflow-x: hidden;
  }

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

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

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

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

  .wd-header-nav .wd-container ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .wd-header-nav .wd-container ul li {
    margin-left: 20px;
    position: relative;
  }

  .wd-header-nav .wd-container ul li > a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }

  .wd-header-nav .wd-container ul li > a:hover {
    color: red;
  }

  .wd-header-nav .wd-container ul li > a.wd-current {
    color: red;
  }

  .wd-header-nav .wd-container ul li > a.wd-current:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 5px solid red;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    visibility: hidden;
  }

  .wd-header-nav .wd-sub {
    position: absolute;
    top: 48px;
    left: 50%;
    width: 220px;
    margin-left: calc(-220px / 2);
    visibility: hidden;
  }

  .wd-header-nav li:nth-child(1) .wd-sub {
    width: 369px;
    margin-left: calc(-369px / 2);
  }

  .wd-header-nav li:nth-child(1) .wd-sub .wd-item:nth-child(1) {
    justify-content: space-between;
  }

  .wd-header-nav li:nth-child(1) .wd-sub .wd-item:nth-child(2) {
    justify-content: space-between;
  }

  .wd-header-nav li:nth-child(1) .wd-sub .wd-item:nth-child(3) {
    justify-content: flex-start;
  }

  .wd-header-nav li:nth-child(1) .wd-sub .wd-item:nth-child(4) a {
    font-weight: bold;
    font-style: italic;
  }

  .wd-header-nav li:nth-child(1) .wd-sub .wd-item:nth-child(3) a {
    text-decoration: underline;
  }

  .wd-header-nav .wd-sub .wd-item {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
  }

  .wd-header-nav li:first-child .wd-sub .wd-item:nth-child(4) {
    height: 46px;
    padding: 0px;
    text-align: center;
    background: rgba(113, 113, 113, 0.7);
    line-height: 46px;
    text-align: center;
    justify-content: center;
  }

  .wd-header-nav .wd-sub .wd-item .wd-left {
    cursor: pointer;
  }

  .wd-header-nav .wd-sub .wd-item .wd-left img {
    cursor: pointer;
  }

  .wd-header-nav .wd-sub .wd-item .wd-right {
    cursor: pointer;
  }

  .wd-header-nav .wd-sub .wd-item .wd-right img {
    cursor: pointer;
  }

  .wd-header-nav .wd-sub .wd-item:hover {
    background-color: rgba(170, 170, 170, 0.8);
  }

  .wd-header-nav .wd-sub .wd-item a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: block;
    letter-spacing: 0px;
    transition: 1s;
  }

  .wd-header-nav .wd-sub .wd-item:hover a {
    letter-spacing: 1px;
  }

  .wd-header-nav .wd-show .wd-sub .wd-item {
    top: 0;
    visibility: visible;
    opacity: 1;
  }

  .wd-header-nav .wd-show .wd-sub .wd-item:nth-child(2) {
    transition-delay: 0.1s;
  }

  .wd-header-nav .wd-show .wd-sub .wd-item:nth-child(3) {
    transition-delay: 0.2s;
  }

  .wd-header-nav .wd-show .wd-sub .wd-item:nth-child(4) {
    transition-delay: 0.3s;
  }

  .wd-header-nav .wd-show .wd-sub .wd-item:nth-child(5) {
    transition-delay: 0.4s;
  }

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

  #w_grid-1589527148579 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 99339;
    transition: 1s;
  }

  #w_grid-1589527148579.wd-hide {
    top: -100px;
  }

  #w_grid-1589527148579> div > .p_gridbox > .p_gridCell {
    width: auto !important;
  }

  .wd-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
  }

  .w_fbtn-001.wd-index-products-button .p_CommonBtn {
    padding: 10px 70px;
    border: 1px solid #eee;
    background: transparent;
    color: #333;
    height: auto;
    border-radius: 50px;
    margin-top: 20px;
  }

  .wd .w_fbtn-001 {
  }

  #w_common_text-1589527322217 span {
    line-height: 2em;
  }

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

  .wd-footer-nav .wd-item {
    width: 33.3%;
    margin-bottom: 5px;
  }

  .wd-footer-nav .wd-item a {
    text-transform: uppercase;
    color: #aaa;
  }

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

  #w_common_text-1589527183154 {
    margin-bottom: 15px;
  }

  #w_common_text-1589527183156 {
    color: #aaa;
  }

  #w_common_text-1589527183156 span {
    /* color: #aaa; */
  }

  .wd #w_grid-1589531638441 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .wd #w_grid-1589531638441 .p_gridbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .wd #w_grid-1589531638441 .p_gridbox > div {
    width: auto !important;
    flex: 1 1 auto;
  }

  * {
    word-break: keep-all;
  }

  .wd-sub-banner-img {
    height: auto !important;
  }

  .wd-sub-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 750px;
  }

  .wd-sub-banner-words {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wd-sub-banner-words span {
    font-size: 56px !important;
  }

  .wd-sub-banner-words div {
    width: auto;
    display: inline;
    /* justify-content: center; */
    /* align-items: center; */
  }

  .wd-sub-banner-words div:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
    margin-top: 10px;
    display: none;
  }

  #w_grid-1589531574882 .w_fimg-000 {
    background-color: #000;
  }

  #w_grid-1589531574882 .w_fimg-000 img {
    opacity: 0.3;
  }

  #w_grid-1589531574882 .w_grid-001 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  #w_grid-1589531574882 .p_gridCell {
    position: relative;
  }

  .wd #w_grid-1589531574882 .reset_style span {
    color: #fff;
  }

  .wd #w_grid-1589531574882 .reset_style:nth-child(1) span {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: #cf3631;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px !important;
  }

  .wd #w_grid-1589531574882 .reset_style:nth-child(2) span {
    font-size: 15px !important;
  }

  .wd #w_grid-1589531574882 .reset_style:nth-child(2) {
    width: calc(100% - 20px);
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wd #w_grid-1589531574882 .reset_style:nth-child(1) {
    margin-bottom: 15px;
  }

  .w_grid-000 > div > div > .p_gridCell {
    position: relative;
  }

  .w_grid-001 > div > .p_gridbox > .p_gridCell {
    position: relative;
  }

  .title-before {
    position: relative;
  }

  .title-before:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: -30px;
  }

  .title-before.diamond:before {
    transform: rotate(45deg);
  }

  .title-before-diamond.white:before {
    background-color: #fff;
  }

  #content_box-1589532469189-1:before {
    content: "";
    display: block;
    width: 1px;
    height: 120%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    margin-left: -100px;
    margin-top: -10%;
  }

  .title-before.triangle:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #b6875d;
    border-bottom: 10px solid transparent;
    background-color: transparent;
  }

  .title-before.circle:before {
    width: 15px;
    height: 15px;
    background: #956549;
    border-radius: 50%;
    top: 6px;
  }

  #w_grid-1589532924948 .triangle:before {
    top: 30px;
  }

  .wd-20200517003311 .title-before.circle:before {
    width: 10px;
    height: 10px;
    top: 8px;
    left: -15px;
  }

  #content_box-1589532714066-1:before {
    content: "";
    display: block;
    width: 1px;
    height: 120%;
    background-color: #aaa;
    position: absolute;
    margin-left: -100px;
    margin-top: -10%;
  }

  #content_box-1589532714086-1:before {
    content: "";
    display: block;
    width: 1px;
    height: 120%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    margin-left: -100px;
    margin-top: -10%;
  }

  .w20191203172858 .wcenter h3 {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
  }

  .w20191203172858 .wcenter .wbtns {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .w20191203172858 .wcenter .wbtns span {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: #fff;
    opacity: 0.3;
    transition: 0.5s;
    margin-left: 10px;
    margin-right: 10px;
  }

  .w20191203172858 .wcenter .wbtns span.wcurrent {
    opacity: 1;
  }

  .w20191203172858 .wcenter .wcontent {
    position: relative;
    width: 90vw;
    display: block;
  }

  .w20191203172858 .wcenter .wcontent .witem {
    animation: fadeOutLeft 1s both;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    min-height: 108px;
    width: 90vw;
    display: block;
  }

  .w20191203172858 .wcenter .wcontent .witem:nth-child(1) ~ div {
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .w20191203172858 .wcenter p {
    font-size: 18px;
    color: #fff;
    line-height: 2em;
    text-align: center;
  }

  .w20191203172858 .wcenter .wcontent .witem.wcurrent {
    animation: fadeInRight 1s both;
  }

  #w_fimg-1589533758512 {
    background-color: #333;
  }

  #w_fimg-1589533758512 img {
    opacity: 0.3;
  }

  #content_box-1589533753681-0 .p_gridCell {
    box-shadow: 0px 0px 10px #ddd;
    width: calc((100% - 120px) / 4) !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 20px;
    margin-left: 0px !important;
  }

  #content_box-1589533753681-0 .p_gridCell:nth-child(2) {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  #content_box-1589533753681-0 .p_gridCell:nth-child(3) {
    margin-right: 0px !important;
    /* margin-left: 20px !important; */
  }

  #content_box-1589533753681-0 .p_gridbox {
    display: flex;
    justify-content: center;
  }

  #w_grid-1589533753681 .wicon {
    margin-top: 10px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
  }

  #w_grid-1589533753681 .wicon svg {
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  #w_grid-1589533753681 .wicon svg path {
    fill: #1D3673;
  }

  #w_fbtn-1589536032239 {
    max-width: 170px !important;
    border: 1px solid #fff;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .witem > p {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #fff;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .wlist {
    position: relative;
    padding-bottom: 50px;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .wlist .witem {
    animation: fadeOutLeft 1s both;
    position: relative;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .wlist .witem:first-child ~ div {
    position: absolute;
    top: 0px;
    width: 100%;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .wlist .witem.wcurrent {
    animation: fadeInRight 1s both;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .wlist .wbtns {
    position: absolute !important;
    margin-top: 10px;
    text-align: center;
    text-align: left;
    bottom: 0px;
    top: auto !important;
    display: flex;
    align-items: center;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .wlist .wbtns p {
    color: #fff;
    font-size: 22px;
    opacity: 0.5;
    cursor: pointer;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .wlist .wbtns p.wcurrent {
    opacity: 1;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .wlist .wbtns img {
    height: 25px;
    margin-right: 15px;
    opacity: 0.5;
    cursor: pointer;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .wlist .wbtns img.wcurrent {
    opacity: 1;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .wlist .wbtns img:nth-child(1) {
    height: 19px;
    position: relative;
    top: -2px;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .wlist .wbtns img:nth-child(2) {
    height: 15px;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .wlist .wbtns span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    margin: 0px 3px;
    opacity: 0.3;
    cursor: pointer;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .wlist .wbtns span.wcurrent {
    opacity: 1;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .witem .wcontent {
    margin-top: 0px;
    display: block;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    width: 100%;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .witem:first-child {
    width: 100%;
    text-align: left;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .witem .wcontent .sitem {
    display: flex;
    justify-content: center;
    line-height: normal;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .witem .wcontent .sitem p {
    width: 25%;
    padding: 10px 50px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .witem .wcontent .sitem p:first-child {
    font-weight: bold;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .witem .wcontent .sitem p a {
    padding: 5px 15px;
    font-size: 14px;
    color: #fff;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .witem .wcontent .sitem p a:hover {
    background: #fff;
    color: #333;
  }

  .wd-20200517103658 .p_gridbox {
    display: flex;
    align-item: center;
  }

  .wd-20200517103658 .p_gridbox > div {
    border-bottom: 1px solid #ddd;
    padding: 35px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .wd-20200517103658 .p_gridbox > div:nth-child(1) {
    border-right: 1px solid #ddd;
    width: 300px !important;
  }

  .wd-20200517103658 .p_gridbox > div:nth-child(2) {
    border-right: 1px solid #ddd;
    width: calc(100% - 300px) !important;
  }

  .wd-20200517103658 {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }

  #w_fbtn-1589548185469 .font {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #w_fbtn-1589548185469 .font svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 10px;
  }

  #w_fbtn-1589548185469 .font svg path {
    fill: #fff;
  }

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

  .wd-20200517143144 .w_fimg-000 {
    margin: 12px !important;
  }

  .wd-20200517143412 {
    position: relative !important;
  }

  .wd-20200517143412 .wd-center {
    transform: none !important;
    top: auto;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
    min-height: 230px;
    position: relative;
    top: -70px;
    min-height: 268px;
  }

  .wd-20200517143412 .wd-center .reset_style:nth-child(1) {
    margin-bottom: 30px !important;
    padding-top: 20px !important;
  }

  .wd-20200517143412 .wd-center .reset_style:nth-child(1) p {
    text-align: center;
  }

  .wd-20200517143412 .wd-center .reset_style:nth-child(2) {
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-bottom: 30px !important;
  }

  .wd-20200517143412 .wd-center div {
    color: #fff !important;
  }

  #content_box-1589687160391-1:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -50px;
    background: #ddd;
  }

  #w_grid-1589687160411 {
    position: relative;
    padding-top: 0;
    /* background: #fff; */
  }

  #w_grid-1589549243578 {
    background: #f3f5f6;
  }

  #w_grid-1589549522043 {
    background: #f3f5f6;
  }

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

  #w_grid-1589554461883 .p_gridbox > div {
    width: auto !important;
  }

  #w_grid-1589554461883 .p_gridbox {
    display: flex !important;
    justify-content: flex-end;
  }

  #w_grid-1589554461883 .p_gridbox img {
    height: auto !important;
  }

  #w_grid-1589554423623> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    width: 441px;
  }

  #w_grid-1589554423623> div > .p_gridbox > .p_gridCell:nth-child(2n+2) {
    margin-left: 40px;
  }

  #w_grid-1589554224044 .reset_style {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    color: #fff;
  }

  #w_grid-1589554224044 .p_gridCell {
    position: relative;
  }

  #content_box-1589554536405-0 {
    background: #cf3631;
  }

  #w_grid-1589554536405 .p_gridbox {
    display: flex;
  }

  #content_box-1589554536405-0 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #w_grid-1589554754955 .p_gridbox {
    display: flex;
    align-items: center;
  }

  #w_grid-1589554901972 .p_gridbox {
    display: flex;
    align-items: center;
  }

  #w_grid-1589554902965 .p_gridbox {
    display: flex;
    align-items: center;
  }

  #w_grid-1589554947210 .p_gridbox {
    display: flex;
    align-items: center;
  }

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

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

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

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

  #w_grid-1589557108578 .reset_style {
    position: relative;
    left: 20px;
  }

  #w_grid-1589557108578 .reset_style:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid #ddd;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
  }

  #content_box-1589527464819-1 {
    width: auto !important;
    max-width: 290px;
  }

  #w_grid-1589527464819 .p_gridbox {
    display: flex;
    justify-content: space-between;
  }

  #c_portalResMessage_form-15895587250491095 .btn-primary:hover {
    background: #dc291e;
  }

  #content_box-1589561704712-0 .w_grid-001:nth-child(odd) .p_gridCell {
    background: #ddd;
  }

  #content_box-1589561704712-0 .p_gridCell {
    margin: 2px !important;
    width: calc((100% - 2px * 2 * 4) / 4) !important;
    background: #f0f0f0;
    padding: 20px !important;
    text-align: center;
  }

  #content_box-1589561704712-0 .p_gridCell:nth-child(1) {
    background-color:
  }

  #content_box-1589561704712-0 .p_gridbox {
    display: flex;
  }

  #w_common_text-1589561855320 {
    text-align: left;
  }

  #w_common_text-1589561736304 {
    text-align: left;
  }

  #w_common_text-1589561736308 {
    text-align: left;
  }

  #w_common_text-1589561737398 {
    text-align: left;
  }

  #w_common_text-1589561737402 {
    text-align: left;
  }

  #w_common_text-1589561737405 {
    text-align: left;
  }

  #w_common_text-1589562138592 {
    background: rgba(207,54,49, 0.9);
    padding: 20px 100px 20px 30px;
    position: relative;
    left: -100px;
  }

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

  #w_common_text-1589562153248 {
    background: rgba(255,255,255,0.95);
    padding: 50px 100px 60px 30px;
    box-shadow: 3px 3px 10px #aaa;
    position: relative;
    left: -100px;
  }

  #w_common_text-1589562172906 {
    background: rgba(207,54,49, 0.9);
    padding: 20px 100px 20px 30px;
    position: relative;
    left: 100px;
    z-index: 100;
  }

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

  #w_common_text-1589562172910 {
    background: rgba(255,255,255,0.95);
    padding: 50px 100px 60px 30px;
    box-shadow: 3px 3px 10px #aaa;
    position: relative;
    left: 100px;
    z-index: 100;
  }

  #w_common_text-1590053102700 a {
    color: blue;
  }

  #w_common_text-1590053102700 a:hover {
    text-decoration: underline !important;
  }

  .wd #w_fimg-1590072528625 {
    position: absolute;
    top: -25%;
    left: 0px;
  }

  #w_grid-1589527322198 {
    padding: 7% 7% 10%;
    padding-top: 0;
  }

  #w_grid-1589527322198 .p_gridbox {
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
  }

  #w_grid-1589527322198 .p_gridbox > div {
    width: calc((100% - 7%) / 2) !important;
  }

  #w_grid-1589527322198 .p_gridbox > div:nth-child(2) {
    margin-left: 7% !important;
  }

  .wd #w_fimg-1590073007401 {
    position: absolute;
    bottom: 0px;
    left: 5%;
    transition: 0.5s;
  }

  .wd #content_box-1589527322198-0:hover #w_fimg-1590073007401 {
    bottom: -50px;
  }

  .wd #w_fimg-1590073046525 {
    position: absolute;
    bottom: 0px;
    left: 5%;
    transition: 0.5s;
  }

  .wd #content_box-1589527322198-1:hover #w_fimg-1590073046525 {
    bottom: 10px;
  }

  .wd #w_fimg-1589527322203 img {
    width: 100%;
    height: auto;
  }

  .wd #w_fimg-1589527322207 img {
    width: 100%;
    height: auto;
  }

  .wd #content_box-1589527322198-0 {
    padding-bottom: 120px;
    overflow: visible;
  }

  .wd #content_box-1589527322198-1 {
    padding-bottom: 120px;
    overflow: visible;
  }

  .wd #w_fimg-1590073007401 img {
    width: auto;
    margin-left: 0px;
  }

  .wd #w_fimg-1590073046525 img {
    width: auto;
    margin-left: 0px;
  }

  .wd #w_fimg-1590073007401 .p_dimage {
    text-align: left;
  }

  .wd #w_fimg-1590073046525 .p_dimage {
    text-align: left;
  }

  #w_fbtn-1590072692673 .p_CommonBtn:hover {
    background-color: #fff;
  }

  #w_fbtn-1590072692673 .p_CommonBtn:hover .font {
    color: #333;
  }

  .wd-20200525162103 .w {
    width: auto;
    height: auto;
    float: left;
    box-sizing: border-box;
    padding: 0;
    padding-left: 0px;
    background-color: #fff;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    flex: 0;
  }

  .wd-20200525162103 .w .item {
    height: auto;
    background: #000;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: none;
    border-bottom: 20px solid #fff;
  }

  .wd-20200525162103 .w .item:last-child {
    border: none;
  }

  .wd-20200525162103 .w .item img {
    opacity: 0.2;
    object-fit: cover;
    width: 270px;
    height: 100%;
  }

  .wd-20200525162103 .w .item .play {
    width: 91px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    z-index: 100;
  }

  .wd-20200525162103 .w .item .play svg {
    width: 100%;
    height: 100%;
    fill: #fff;
  }

  .wd-20200525162103 .w .item .play svg path {
    fill: #fff;
  }

  .wd-20200525162103:hover .w .item:hover .play {
    animation: w-play-rotate-ani 2s linear infinite;
  }

  @keyframes w-play-rotate-ani {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }

  .wd-20200525162103 .w .item.current img {
    opacity: 1;
  }

  .wd-20200525162103 .w .item.current .play {
    display: none;
  }

  .wd-20200525162103 .d {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    background-color: #000;
    flex: 1 1 auto;
  }

  .wd-20200525162103 .d ul {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }

  .wd-20200525162103 .d ul li {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100px);
    transition: 1s;
    z-index: 1;
    overflow: hidden;
    background: #333;
  }

  .wd-20200525162103 .d ul li .play {
    display: none;
  }

  .wd-20200525162103 .d ul li:nth-child(1) {
    position: relative;
    top: 0px;
    left: 0px;
  }

  .wd-20200525162103 .d ul li:before {
    content: "";
    display: block;
    width: 91px;
    height: 90px;
    margin-top: -45.5px;
    margin-left: -45.5px;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 320;
    cursor: pointer;
  }

  .wd-20200525162103 .d ul li.play:before {
    visibility: hidden;
  }

  .wd-20200525162103 .d ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    z-index: 200;
    visibility: hidden;
  }

  .wd-20200525162103 .d ul li.current {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
    z-index: 2;
  }

  .wd-20200525162103 .d ul li video {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
  }

  .wd-20200525162103 .container-full {
    display: flex;
    justify-content: space-between;
  }

  #w_grid-1590394356219 > div > div {
    display: flex;
    justify-content: space-between;
  }

  #w_grid-1590394356219 > div > div > div {
    padding: 40px;
    box-shadow: 0px 0px 10px #ddd;
    width: 32% !important;
    margin: 0px !important;
  }

  .bdshare-button-style0-32 {
    display: flex;
    align-items: center;
    position: relative;
    left: -5px;
  }

  .bdshare-button-style0-32 span svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    position: relative;
    top: 3px;
    margin-left: -25px;
  }

  .bdshare-button-style0-32 span svg path {
    fill: #fff;
  }

  .bdshare-button-style0-32 span {
    font-size: 14px;
    color: #aaa;
    margin-right: 5px;
  }

  .c_portalResComplaintPage_detail-01001 .p_complaintPageDetails {
    padding: 0;
  }

  .bdshare-button-style0-32 a {
    float: left;
    width: 32px;
    line-height: 32px;
    height: 32px;
    background-image: url(/img/20200525181309.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
    text-indent: -100em;
    overflow: hidden;
    color: #3a8ceb;
  }

  .bdshare-button-style0-32 .bds_linkedin {
    background-position: 0 -1664px;
  }

  .bdshare-button-style0-32 .bds_fbook {
    background-position: 0 -1352px;
  }

  .bdshare-button-style0-32 .bds_twi {
    background-position: 0 -1404px;
  }

  #w_grid-1589531638441 div:after {
    display: none;
  }

  #w_grid-1589532713946 div:after {
    display: none;
  }

  #c_portalResComplaintPage_detail-15895339825275208 div:after {
    display: none;
  }

  #w_grid-1590404700781 > div > div {
    display: flex;
    align-items: center;
  }

  #w_grid-1590404700781 > div > div > div:nth-child(1) {
    padding: 100px !important;
  }

  #content_box-1590404700781-0 .reset_style:nth-child(1) ~ div {
    position: relative;
    padding-left: 20px;
  }

  #content_box-1590404700781-0 .reset_style:nth-child(1) ~ div:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #bb4734;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 0px;
  }

  #w_grid-1590405411931 > div > div {
    display: flex;
    align-items: center;
  }

  #w_grid-1590405411931 > div > div > div:nth-child(2) {
    padding: 100px;
  }

  #w_grid-1590405407274 > div > div {
    display: flex;
    align-items: center;
  }

  #w_grid-1590405407274 > div > div > div:nth-child(1) {
    padding: 100px;
  }

  #w_grid-1589531574882 > div > div > div {
    padding: 10px;
  }

  #w_grid-1589531574882 > div > div > div img {
    max-height: 374px !important;
    object-fit: cover;
  }

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

  .wd #content_box-1590599940881-0:before {
    content: "";
    display: block;
    width: 593px;
    height: 593px;
    background: url(/img/20200528093153.png) top left no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }

  .wd #w_fimg-1590600000658 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    margin-top: -30px;
  }

  #w_grid-1589531573636 > div > div {
    display: flex;
    overflow: visible;
  }

  #w_grid-1589531573636 > div > div > div {
    box-shadow: 0px 0px 10px #ddd;
    margin: 0px !important;
    margin-top: 0px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: calc(50% - 20px) !important;
    padding: 40px !important;
  }

  #w_grid-1590599932339 > div > div {
    display: flex;
  }

  #w_grid-1590599932339 > div > div > div {
    box-shadow: 0px 0px 10px #ddd;
    margin-top: 3px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 0px !important;
    width: calc(50% - 20px) !important;
    padding: 40px !important;
  }

  #w_common_text-1590599932366 {
    margin-bottom: 20px;
  }

  #w_grid-1590630757073 > div > div {
    display: flex;
  }
}

@media(min-width: 769px) {
  #w_grid-1590630757073 > div > div > div {
    width:547px;
    padding: 50px !important;
  }

  #w_grid-1590630757073 > div > div > div:nth-child(1) {
    background: url(/img/20200528095322.jpg) top left no-repeat;
  }

  #w_grid-1590630757073 > div > div > div:nth-child(2) {
    background: url(/img/20200528095323.jpg) top left no-repeat;
  }

  #w_grid-1590630757073 > div > div > div:nth-child(3) {
    background: url(/img/20200528095325.jpg) top left no-repeat;
  }
}

#w_grid-1589532714076 > div > .p_gridbox {
  background-attachment: fixed;
}

#w_grid-1590636087683 > div > div > div {
  width: auto !important;
  flex: 1 1 auto;
  margin: 10px !important;
}

#w_grid-1590636087683 > div > div {
  display: flex;
}

#w_grid-1590636087683 img {
  height: 360px;
  object-fit: cover;
}

#w_common_text-1590636062860 {
  padding: 0px;
  margin: 10px !important;
  margin-bottom: 20px !important;
  box-shadow: none;
}

#w_common_text-1590635254497 {
  padding: 0px;
  margin: 10px !important;
  margin-bottom: 10px !important;
  box-shadow: none;
}

#w_common_text-1590636070601 {
  padding: 0px;
  margin: 10px !important;
  margin-bottom: 10px !important;
  box-shadow: none;
}

#w_fbtn-1590072692673 .font {
  font-size: 24px !important;
}

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

.wd-20200601011713 svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.wd-20200601011713 svg path {
  fill: #888;
}

#c_portalResProduct_category-15898865600487214 .cateLi:nth-child(2) .fpicBox {
  height: 310px;
  align-items: flex-end;
}

#c_portalResProduct_category-15898865600487214 .fpicBox {
  top: -70px;
  align-items: flex-end;
}

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

#c_portalResProduct_category-15898865600487214 .wd--current .wd-more svg {
  transform: rotate(180deg);
}

#c_portalResProduct_category-15901335677632730 .wd--current .wd-more svg {
  transform: rotate(180deg);
}

#c_portalResProduct_category-15898865600487214 .cateLi:hover .wd-more:before {
  border-top-color: #ffe7e7;
}

#c_portalResProduct_category-15898865600487214 .wd--current .wd-more:before {
  border-top-color: #ffe7e7;
}

.wd-news-detail {
  display: none;
  padding: 30px;
  border: 1px solid #ddd;
  position: relative;
  padding-bottom: 120px;
  margin-bottom: 30px;
  background: #fff;
}

.wd-news-detail .p_dataSource {
  display: none;
}

.wd-news-detail .p_QRCode {
  display: none;
}

.wd-news-detail .p_PrevAndNext {
  display: none;
}

.wd-news-detail .p_summary {
  display: none;
}

.wd-news-detail .p_headA {
  text-align: center;
  font-size: 32px;
  color: #333;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.wd-news-detail .p_imgsBox {
  display: none;
}

.wd-news-detail .p_infoBox {
  display: none;
}

.wd-news-detail p {
  font-size: 16px;
  color: #333;
  line-height: 1.7em;
  margin-bottom: 10px;
}

.wd-news-detail:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
}

.p_articlesTitle {
  display: none;
}

.c_portalResNews_list-01001 .p_articles {
  float: none;
  margin-bottom: 30px;
}

.wd-news-detail .wd-close {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.wd-news-detail .wd-close svg {
  width: 50px;
  height: 50px;
  fill: #cf3631;
  transition: 1s;
}

.wd-news-detail .wd-close:hover svg {
  transform: rotate(360deg);
}

#form > div > div.e_box.form-group.p_groupBox {
  margin-top: 0px;
}

@media(min-width: 769px) {
  .c_portalResMessage_form-01001 .p_groupBox textarea {
    height:232px;
  }
}

#c_portalResProduct_category-15898865600487214 .wd-products-list .wd-item:after {
  visibility: hidden;
}

#c_portalResProduct_category-15898865600487214 .wd-products-list .wd-item:nth-child(3n+2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#c_portalResProduct_category-15898865600487214 .wd-products-list .wd-item {
  width: 33.3333%;
  margin: 0px;
  padding: 10px;
}

#c_portalResProduct_category-15898865600487214 .wd-products-list .wd-item:nth-child(3n+3) ~ div {
  margin-top: 20px;
}

#c_portalResProduct_category-15901335677632730 .wd-products-list .wd-item:after {
  visibility: hidden;
}

#c_portalResProduct_category-15901335677632730 .wd-products-list .wd-item:nth-child(3n+2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#c_portalResProduct_category-15901335677632730 .wd-products-list .wd-item {
  width: 33.3333%;
  margin: 0px;
  padding: 10px;
}

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

.wd #w_grid-1589527122480 {
  /* background:#f6f6f6; */
}

#w_grid-1589532713976 {
  background: #fff;
}

#c_portalResProduct_category-15901335677632730 .wd-products-list .wd-item:nth-child(3n+3) ~ div {
  margin-top: 20px;
}

#w_grid-1589531573636 {
  min-height: 239px;
}

#w_grid-1589687160391 .p_gridbox {
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

#w_grid-1590394356219 {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0;
}

#c_portalResNews_list-15895551858878001 .contentBox {
  cursor: pointer;
}

#c_portalResNews_list-15895551858878001 {
  background: #f3f5f6;
}

#c_portalResNews_list-15895551858878001 .contentBox {
  background: #fff;
}

.make #c_portalResNews_list-15895551858878001 .list {
  display: block;
}

#w_grid-1589531570009 > div > .p_gridbox {
  background-attachment: fixed;
}

#w_grid-1589554423623 > div > div {
  display: flex;
  justify-content: space-between;
}

#w_grid-1589554423623> div > .p_gridbox > .p_gridCell:nth-child(2n+2) {
  width: auto;
}

#c_portalResProduct_category-15901335677632730 .cateLi:nth-child(1) .fpicBox {
  height: 311px;
}

#c_portalResProduct_category-15901335677632730 .cateLi:nth-child(1) .fpicBox img {
  width: 160px;
  height: 311px;
  max-height: none;
}

#c_portalResProduct_category-15901335677632730 .cateLi:nth-child(2) .fpicBox {
  height: 311px;
}

#c_portalResProduct_category-15901335677632730 .cateLi:nth-child(2) .fpicBox img {
  width: 138px;
  height: 269px;
  max-height: none;
}

#c_portalResProduct_category-15901335677632730 .cateLi:nth-child(3) .fpicBox {
  height: 271px;
}

#c_portalResProduct_category-15901335677632730 .cateLi:nth-child(3) .fpicBox img {
  width: 75px;
  height: 271px;
  max-height: none;
}

#c_portalResProduct_category-15901335677632730 .cateLi:nth-child(4) .fpicBox {
  height: 271px;
}

#c_portalResProduct_category-15901335677632730 .cateLi:nth-child(4) .fpicBox img {
  width: 54px;
  height: 237px;
  max-height: none;
}

#c_portalResProduct_category-15901335677632730 .cateLi:nth-child(5) .fpicBox img {
  width: 133px;
  height: 248px;
  max-height: none;
}

#c_portalResProduct_category-15901335677632730 .fpicBox {
  align-items: flex-end;
}

#w_fimg-1589552440629.wd-sub-banner-words div:after {
  display: none;
}

#w_common_text-1590072606022 span {
  text-shadow: 1px 1px 1px #000;
}

#w_common_text-1590072613694 span {
  text-shadow: 1px 1px 1px #000;
}

#w_common_text-1589557053677 div:after {
  display: none !important;
}

#w_common_text-1589557053677 p {
  padding: 20px 100px;
  background-color: rgba(207,54,49, 0.8);
  letter-spacing: 20px;
}

#w_grid-1589554461883 .w_fimg-000 {
  width: auto;
}

div[id^='w_common_text-'] a span {
  cursor: pointer !important;
}

#w_grid-1589561704712 a span:last-child {
  text-decoration: underline;
}

#w_grid-1589561704712 a:hover span {
  color: red;
}

.wtip-content {
  position: absolute;
  z-index: 99999;
  background-color: #fff;
  /* border: 1px solid #eee; */
  box-shadow: 2px 2px 10px #aaa;
  padding: 10px 15px;
  background-color: #4B70C6;
  border-radius: 5px;
  width: 400px;
  text-align: left;
  font-size: 13px;
  line-height: 1.8em;
  color: #fff;
  margin-left: -212px;
  margin-top: 30px;
  animation: flipOutX 1s both;
}

.wtip-content.wshow {
  animation: flipInX 1s both;
}

.wtip-content:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #4B70C6;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -3.5px;
}

#w_grid-1589535979425 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
  position: relative;
  z-index: 100;
}

#w_fbtn-1589536032239 .p_CommonBtn:hover {
  background-color: #fff;
  color: #333;
}

#w_common_text-1590072609396 span {
  font-family: Tahoma !important;
}

#w_fbtn-1589548185469 .p_CommonBtn {
  display: flex;
  position: relative;
  overflow: hidden;
}

#w_fbtn-1589548185469 .p_CommonBtn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #24366f;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 1s 0.2s;
}

#w_fbtn-1589548185469 .p_CommonBtn:after {
  content: "";
  display: block;
  width: 300%;
  height: 500%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  transform: rotate(45deg) translateY(-150px);
  top: 10%;
  left: 100%;
  transition: 1s;
}

#w_fbtn-1592205343800 .p_CommonBtn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#w_fbtn-1592205343800 .p_CommonBtn .font {
  position: relative;
  z-index: 10;
  transition: 1s;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#w_fbtn-1592205343800 .p_CommonBtn:before {
  display: none;
}

.wd-20200703092714 {
  width: 0px;
  height: 30px;
  margin-right: 9px;
  transition: 1s;
  overflow: hidden;
}

#w_fbtn-1592205343800 .p_CommonBtn:hover .wd-20200703092714 {
  width: 30px;
  margin-right: 12px;
}

#w_fbtn-1592205343800 .p_CommonBtn:hover {
  background-color: rgb(23 39 97);
}

.wd-20200703092714 svg {
  width: 30px;
  height: 30px;
  animation: fadeOutLeft 1s both;
}

#w_fbtn-1592205343800 .p_CommonBtn:hover .wd-20200703092714 svg {
  animation: fadeInLeft 1s both;
}

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

#w_fbtn-1589548185469 .p_CommonBtn:hover:after {
  left: -480%;
}

#w_fbtn-1589548185469 .p_CommonBtn .font {
  position: relative;
  z-index: 10;
}

.wd-download-file1 {
  position: absolute;
  bottom: 150px;
  right: 150px;
}

.wd-download-file a {
  display: flex;
  align-items: center;
  color: #bd4339;
  margin-left: auto;
  margin-right: auto;
}

#c_portalResProduct_category-15901335677632730 .wd-download-file a {
  color: #b5865d;
}

#c_portalResProduct_category-15901335677632730 .wd-download-file svg path {
  fill: #b5865d;
}

.wd-download-file p {
  margin-left: 15px;
  font-size: 24px;
}

.wd-download-file svg {
  width: 45px;
  height: 45px;
}

.wd-download-file svg:nth-child(1) {
  animation: w-rotateY 3s infinite;
}

@keyframes w-rotateY {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

@keyframes w-rotate {
  from {
    transform: rotate(0deg) scale(1);
  }

  to {
    transform: rotate(360deg) scale(1.4);
  }
}

.wd-download-file svg:nth-child(2) {
  width: 400px;
  height: 400px;
  position: absolute;
  opacity: 0.1;
  animation: w-rotate 10s linear infinite;
  animation-direction: alternate-reverse;
  margin-left: -30px;
  top: -150px;
  visibility: hidden;
  display: none;
}

.wd-download-file svg:nth-child(3) {
  width: 440px;
  height: 440px;
  position: absolute;
  opacity: 0.1;
  animation: w-rotate 10s 3s linear infinite;
  animation-direction: alternate-reverse;
  margin-left: -30px;
  top: -150px;
  visibility: hidden;
  display: none;
}

#c_portalResProduct_category-15901335677632730 .cateLi.wd-download-file:after {
  display: none;
}

#c_portalResProduct_category-15901335677632730 .cateLi.wd-download-file .wd-more {
  display: none;
}

.wd-download-file svg:nth-child(3) path {
  fill: #53a357;
}

.wd-download-file svg path {
  fill: #bd4339;
}

#c_portalResProduct_category-15898865600487214 .cateUl1 {
  position: relative;
}

.wd-20200603113006 .wd-content .wd-left a.more {
  left: 44%;
}

@media(max-width: 1440px) {
  #w_grid-1589527464819 {
    margin-top:5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1590405411931 > div > div > div:nth-child(2) {
    padding: 5% !important;
  }

  #w_grid-1590405407274 > div > div > div:nth-child(1) {
    padding: 5% !important;
  }

  #w_grid-1590404700781 > div > div > div:nth-child(1) {
    padding: 5% !important;
  }

  #w_grid-1590405411931 {
    margin-top: 0;
    margin-bottom: 5%;
  }

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

  .wd-20200525162103 .container-full {
    flex-wrap: wrap;
  }

  .wd-20200525162103 .w {
    width: 100%;
    padding-left: 0;
    flex: auto;
    display: flex;
    justify-content: space-between;
  }

  .wd-20200525162103 .w .item {
    width: 30%;
    border-bottom: none;
    margin-top: 10px;
  }

  .wd-20200525162103 .w .item:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
  }

  .wd-20200525162103 .w .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #w_grid-1589535979425 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  .wd-sub-banner-words span {
    font-size: 5vw !important;
  }

  #w_common_text-1589559144513 {
    margin-top: 10%;
  }

  #w_grid-1589561464079 {
    margin-top: 5%;
  }

  #w_grid-1589561704712 {
    margin-bottom: 10%;
  }

  #w_grid-1589561704712 {
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }
}

@media(max-width: 1366px) {
  #w_grid-1590404700781 > div > div {
    flex-wrap:wrap;
  }

  #w_grid-1590404700781 > div > div > div {
    width: 100% !important;
  }

  #w_grid-1590404700781 > div > div > div:nth-child(2) {
    padding: 0 5%;
  }

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

  #w_fimg-1590404700791 img {
    max-width: 912px;
    float: left;
  }

  #w_grid-1590405411931 > div > div {
    flex-wrap: wrap;
  }

  #w_grid-1590405411931 > div > div > div {
    width: 100% !important;
  }

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

  #w_grid-1590405411931 > div > div > div:nth-child(1) {
    padding-left: 5%;
    padding-right: 5%;
  }

  #w_fimg-1590405411935 img {
    max-width: 922px;
    float: left;
  }

  #w_grid-1590405407274 > div > div {
    flex-wrap: wrap;
  }

  #w_grid-1590405407274 > div > div > div {
    width: 100% !important;
  }

  #w_grid-1590405407274 > div > div > div:nth-child(2) {
    padding-left: 5%;
    padding-right: 5%;
  }

  #w_fimg-1590405407283 img {
    max-width: 1118px;
    float: left;
  }

  #w_fimg-1590405407283 {
    margin-top: 0;
    margin-bottom: 5%;
  }
}

@media(max-width: 1000px) {
  #w_grid-1589527148579.wd-dark > div > .p_gridbox {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .sub #w_grid-1589527148579.wd-dark > div > .p_gridbox {
    background-color: rgba(0, 0, 0, 0.7);
    background: transparent;
  }

  #w_grid-1589527148579 > div > .p_gridbox {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 40px;
    overflow: visible;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sub #w_grid-1589527148579 > div > .p_gridbox {
    background: transparent;
  }

  #w_grid-1589527464819 .p_gridbox {
    flex-wrap: wrap;
  }

  #w_grid-1589527464819 .p_gridbox {
    flex-wrap: wrap;
  }

  #w_grid-1589527464819 .p_gridbox > div {
    width: 100% !important;
  }

  #w_grid-1590599932339 {
    margin-bottom: 5%;
  }
}

@media(max-width: 768px) {
  #w_grid-1589527148579.wd-hide {
    top:0px;
  }

  .wd-20200603113006 .wd-content {
    width: 90%;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 7vh;
  }

  .wd-20200603113006 .wd-content .wd-left {
    width: 100%;
    top: 0px;
    left: 0;
    text-align: center;
  }

  .wd-20200603113006 .wd-content .wd-left a.more {
    left: 0;
    width: 200px;
    height: 40px;
    font-size: 20px;
    margin-top: 15px;
  }

  .wd-20200603113006 .wd-content .wd-right {
    width: 100%;
    order: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 5vh;
  }

  .wd-20200603113006 .wd-content .wd-right img:first-child {
    top: 0px;
    right: 0;
    height: auto;
    width: 60%;
  }

  a.more {
    left: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  #w_grid-1589527322198 .p_gridbox {
    flex-wrap: wrap;
  }

  #w_grid-1589527322198 .p_gridbox > div {
    width: 100% !important;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  #w_grid-1589527322198 .p_gridbox > div#content_box-1589527322198-1 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .wd #content_box-1589527322198-0 {
    padding-bottom: 0px;
  }

  #w_grid-1589527322198 .p_gridbox > div:nth-child(2) {
    margin-left: 0px !important;
    padding-bottom: 0;
  }

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

  .wd #content_box-1589527322198-1:hover #w_fimg-1590073046525 {
    bottom: 10px;
  }

  .wd #w_fimg-1590073007401 {
    bottom: -8vw;
  }

  .wd #w_fimg-1590073046525 {
    bottom: -13vw;
  }

  #w_grid-1590072591056 > div > .p_gridbox {
    background-size: cover;
    background-position: center center;
  }

  #w_fbtn-1590072692673 {
    margin-bottom: 20%;
  }

  #w_fbtn-1590072692673 {
    max-width: 200px;
    height: 40px;
  }

  #w_fbtn-1590072692673 .font {
    font-size: 18px !important;
  }

  #content_box-1590072591056-0 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589527464819 {
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wd-footer-nav .wd-item {
    width: 50%;
  }

  #w_common_text-1589527183154 {
    display: none;
  }

  #content_box-1589527464819-1 {
    margin-top: 5%;
  }

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

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

  #w_grid-1589531574882 > div > div > div {
    padding: 15px 15px 0px;
  }

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

  #w_grid-1589531573636 > div > div > div {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0px !important;
    box-shadow: none;
    border-bottom: none;
    padding: 0px 0px !important;
  }

  #w_grid-1589531573636 > div > div {
    flex-wrap: wrap;
  }

  .wd #w_fimg-1590600000658 {
    position: static;
    transform: none;
    margin-top: 0px;
  }

  #w_grid-1590599940881 {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
  }

  .wd #content_box-1590599940881-0:before {
    display: none;
  }

  #w_grid-1590599932339 > div > div {
    flex-wrap: wrap;
  }

  #w_grid-1590599932339 > div > div > div {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0px !important;
    box-shadow: none;
    border-bottom: none;
    padding: 0px 0px !important;
  }

  #w_grid-1590599932339 {
    margin-bottom: 30px;
  }

  #w_grid-1589532469189 {
    margin-top: 15%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 15%;
  }

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

  #c_portalResProduct_category-15898865600487214 .cateLi {
    width: 100%;
    margin-top: 10%;
  }

  #c_portalResProduct_category-15898865600487214 .cateUl1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #c_portalResProduct_category-15898865600487214 .cateFcontentBox {
    flex-wrap: wrap;
  }

  #c_portalResProduct_category-15898865600487214 .fsummray {
    width: 100%;
    padding: 50px 0 10px;
  }

  #c_portalResProduct_category-15898865600487214 .fsummray p {
    padding: 10px 25px;
  }

  #c_portalResProduct_category-15898865600487214 .fpicBox {
    top: 0px;
    width: 100%;
    margin-top: 5%;
  }

  #c_portalResProduct_category-15898865600487214 h3 {
    position: static;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
    padding-left: 25px;
  }

  .wd-download-file a {
    flex-wrap: wrap;
    justify-content: center;
  }

  .wd-download-file p {
    margin-left: 0px;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  #c_portalResProduct_category-15898865600487214 .cateLi.wd-download-file {
    order: 23 !important;
    margin-bottom: 10%;
  }

  #c_portalResProduct_category-15898865600487214 .wd-products-list .wd-products-wrapper {
    width: 100%;
    margin-left: 0;
    background: transparent;
  }

  #c_portalResProduct_category-15898865600487214 .wd-products-list .wd-item {
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
  }

  #c_portalResProduct_category-15898865600487214 .wd-products-list .wd-item:nth-child(3n+2) {
    border: none;
  }

  #c_portalResProduct_category-15898865600487214 .wd-item .wd-content {
    padding: 0;
  }

  #w_grid-1590630625285 {
    margin-top: 0;
    width: 100%;
    padding: 15px;
    margin-bottom: 0;
  }

  #w_grid-1590630625285 > div > div > div {
    margin-bottom: 15px;
  }

  #w_grid-1589532714066 {
    width: 100%;
    padding: 15px 30px;
    margin-bottom: 10%;
  }

  #w_grid-1590630757073 > div > div {
    flex-wrap: wrap;
  }

  #w_grid-1590630757073 > div > div > div {
    width: 100%;
  }

  #w_grid-1589532714086 {
    margin-top: 15%;
    margin-bottom: 15%;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  #c_portalResProduct_category-15901335677632730 {
    margin-top: 15%;
    margin-top: 0;
    margin-bottom: 10%;
  }

  #c_portalResProduct_category-15901335677632730 .cateUl1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #c_portalResProduct_category-15901335677632730 .cateLi {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10%;
    margin-bottom: 25px;
  }

  #c_portalResProduct_category-15901335677632730 .cateLi:nth-child(1) .fpicBox {
    height: auto;
  }

  #c_portalResProduct_category-15901335677632730 .cateFcontentBox {
    flex-wrap: wrap;
  }

  #c_portalResProduct_category-15901335677632730 .fsummray {
    width: 100%;
    padding: 15px 0px;
  }

  #c_portalResProduct_category-15901335677632730 .fpicBox {
    top: 0px;
    width: 100%;
    margin-top: 5%;
  }

  #c_portalResProduct_category-15901335677632730 h3 {
    position: static;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    padding-left: 25px;
  }

  #c_portalResProduct_category-15901335677632730 .fsummray p {
    padding: 10px 25px;
  }

  #c_portalResProduct_category-15901335677632730 .cateLi.wd-download-file {
    order: 25 !important;
  }

  #c_portalResProduct_category-15901335677632730 .wd-products-list .wd-products-wrapper {
    width: 100%;
    margin-left: 0;
    background: transparent;
  }

  #c_portalResProduct_category-15901335677632730 .wd-products-list .wd-item {
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
  }

  #c_portalResProduct_category-15901335677632730 .wd-products-list .wd-item:nth-child(3n+2) {
    border: none;
  }

  #c_portalResProduct_category-15901335677632730 .wd-item .wd-content {
    padding: 0;
  }

  .w20191203172858 .wcenter h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .c_portalResComplaintPage_detail-01001 {
    height: auto !important;
  }

  #w_fimg-1589533758512 img {
    height: 500px;
  }

  #c_portalResComplaintPage_detail-15895339825275208 {
    width: 90%;
    margin-top: 50px !important;
  }

  .w20191203172858 .wcenter p {
    line-height: 1.5em;
  }

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

  #w_common_text-1589534246952 {
    margin-top: 15%;
  }

  #w_common_text-1589534246952 > div {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 60px);
    margin-left: 30px;
  }

  #w_grid-1589533751862 {
    padding: 15px 30px 0px;
    margin-top: 0;
  }

  #content_box-1589533753681-0 .p_gridCell {
    width: 100% !important;
    box-shadow: none;
    border-bottom: 1px dotted #ddd;
    padding: 0;
    padding-bottom: 35px;
  }

  #content_box-1589533753681-0 .p_gridbox {
    flex-wrap: wrap;
  }

  #content_box-1589533753681-0 .p_gridCell:nth-child(2) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

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

  #w_grid-1589535979425 {
    padding-left: 30px;
    padding-right: 30px;
  }

  #content_box-1589535979425-1 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dotted #ddd;
  }

  .p_link {
    margin: 0;
  }

  #w_fbtn-1589536032239 {
    max-width: none !important;
    width: 100%;
    min-height: 60px;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .witem .wcontent .sitem p a {
    padding: 5px 5px;
  }

  #c_portalResComplaintPage_detail-15895480353653564 .witem .wcontent .sitem p {
    width: calc(25% - 0px);
    padding: 5px;
  }

  #w_common_text-1589548100336 {
    margin-top: 10%;
  }

  #w_grid-1589548155073 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10%;
    margin-top: 5%;
  }

  .wd-20200517103658 .p_gridbox > div:nth-child(1) {
    width: 100% !important;
  }

  .wd-20200517103658 .p_gridbox > div:nth-child(2) {
    width: 100% !important;
  }

  .wd-20200517103658 .p_gridbox {
    flex-wrap: wrap;
  }

  .wd-20200517103658 .reset_style h2 {
    text-align: center !important;
  }

  .wd-20200517103658 .w_grid-001 {
    margin-bottom: 10px !important;
  }

  .wd-20200517103658 {
    border-top: none;
    border-left: none;
  }

  .wd-20200517103658 .p_gridbox > div:nth-child(1) {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }

  .wd-20200517103658 .p_gridbox > div {
    border-left: 1px solid #ddd;
    padding: 15px;
  }

  #w_fbtn-1592205343800 {
    margin-top: 10%;
  }

  #w_fbtn-1589548185469 {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }

  #w_common_text-1590633418130 {
    margin-top: 10%;
  }

  #w_grid-1589548756325 {
    padding: 15px;
  }

  #w_grid-1589548756325 > div > .p_gridbox > .p_gridCell:nth-child(2n+2) {
    margin-top: 15px;
    border-top: none;
    padding-top: 15px;
  }

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

  #w_grid-1590634666339 {
    margin-top: 10%;
    margin-bottom: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #content_box-1590634666339-1 {
    margin-top: 10%;
  }

  #w_grid-1589548974638 > div > .p_gridbox {
    background-position: center center;
    background-size: 400%;
  }

  #w_grid-1589548980966 {
    margin-top: 10%;
    margin-bottom: 10%;
    padding: 15px;
  }

  #w_grid-1589548980966 > div > .p_gridbox > .p_gridCell:nth-child(2n+2) {
    margin-top: 10%;
  }

  #w_common_text-1590636062860 {
    box-shadow: none;
  }

  #w_grid-1589548753508 {
    background: #f8f8f8;
    margin-top: 0;
    padding-top: 10%;
    margin-bottom: 0;
  }

  #w_common_text-1590636062860 {
    margin: 0 !important;
    padding: 20px !important;
  }

  #w_common_text-1590635234364 {
    margin-bottom: 0;
  }

  #w_common_text-1590635254497 {
    box-shadow: none;
    padding: 20px;
    margin: 0px !important;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
  }

  #w_common_text-1590636070601 {
    box-shadow: none;
    padding: 20px;
    margin: 0px !important;
  }

  #w_grid-1590636087683 > div > div {
    flex-wrap: wrap;
  }

  #w_grid-1589554536405 .p_gridbox {
    flex-wrap: wrap;
  }

  #content_box-1589554536405-0 {
    padding: 15px;
  }

  #content_box-1589554536405-1 {
    padding: 15px;
  }

  #content_box-1589554536405-1 .reset_style {
    margin-bottom: 15px;
    height: auto !important;
    margin-top: 1%;
  }

  #w_common_text-1589554536605 {
    margin-top: 10%;
  }

  #w_grid-1589554754955 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589554754955 .p_gridbox {
    flex-wrap: wrap;
  }

  #content_box-1589554754955-0 {
    padding: 15px;
  }

  #w_grid-1589554901972 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589554901972 .p_gridbox {
    flex-wrap: wrap;
  }

  #w_grid-1589554901972 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    order: 2;
  }

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

  #w_grid-1589554902965 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589554902965 .p_gridbox {
    flex-wrap: wrap;
  }

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

  #w_grid-1589554947210 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10%;
  }

  #w_grid-1589554947210 .p_gridbox {
    flex-wrap: wrap;
  }

  #w_grid-1589554947210 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    order: 2;
  }

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

  #w_grid-1589552483206 {
    margin-top: 10%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10%;
  }

  #w_common_text-1589554118196 {
    margin-top: 5%;
  }

  #w_common_text-1589554139222 {
    margin-top: 10%;
  }

  #w_common_text-1589554145195 {
    margin-top: 5%;
  }

  #w_common_text-1589554162361 {
    margin-top: 5%;
  }

  #w_common_text-1589554173265 {
    margin-top: 5%;
  }

  #w_common_text-1589554401018 {
    margin-top: 10%;
  }

  #w_grid-1589552400337 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589554224044 > div > .p_gridbox > .p_gridCell:nth-child(3n+2) {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #w_grid-1589554224044 {
    margin-bottom: 10%;
  }

  #w_common_text-1589554195234 {
    margin-top: 10%;
  }

  #w_grid-1589552400387 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10%;
  }

  #w_grid-1589554423623 > div > div {
    flex-wrap: wrap;
  }

  #w_grid-1589554423623> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    width: 100%;
  }

  #w_common_text-1589554442970 {
    margin-top: 15px;
  }

  #w_common_text-1589554450427 {
    margin-top: 15px;
  }

  #w_grid-1589554423623> div > .p_gridbox > .p_gridCell:nth-child(2n+2) {
    margin-left: 0px;
  }

  #w_grid-1589554461883 .p_gridbox {
    flex-wrap: wrap;
  }

  #w_grid-1589554461883 .p_gridbox > div {
    width: 100% !important;
    margin-top: 10px;
  }

  #w_grid-1590404700781 > div > div > div:nth-child(1) {
    padding: 0px !important;
  }

  #w_grid-1590404700781 > div > div {
    flex-wrap: wrap;
    padding: 15px;
  }

  #w_fimg-1590404700791 {
    margin-top: 0;
    margin-bottom: 15px;
  }

  #w_grid-1590405411931 > div > div > div:nth-child(2) {
    padding: 0;
  }

  #w_grid-1590405411931 > div > div {
    flex-wrap: wrap;
    padding: 15px;
  }

  #w_grid-1590405411931 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    order: 2;
    margin-top: 15px;
  }

  #w_grid-1590405411931 {
    margin-top: 0;
    margin-bottom: 5%;
  }

  #w_grid-1590405407274 > div > div > div:nth-child(1) {
    padding: 15px !important;
  }

  #w_grid-1590405407274 > div > div {
    flex-wrap: wrap;
  }

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

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

  #w_fimg-1590405407283 {
    margin-top: 0;
    margin-bottom: 5%;
  }

  #w_common_text-1589687160481 {
    margin-top: 0px;
    padding: 15px 20px;
    margin-top: 5%;
    margin-bottom: 0;
  }

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

  .wd-20200517143412 .wd-center {
    top: 0px;
    padding: 15px 15px 35px;
  }

  .wd-20200517143412 .wd-center .reset_style:nth-child(2) {
    padding: 0 !important;
  }

  .wd-20200517143412 .wd-center .reset_style:nth-child(1) {
    margin-bottom: 10px !important;
  }

  .wd-20200517143412 {
    margin-bottom: 15px !important;
  }

  #w_grid-1589687160391 {
    background: #fff;
    padding: 15px;
    width: 100%;
    margin-top: 5%;
  }

  #w_common_text-1589687160486 {
    margin-top: 0;
  }

  #w_common_text-1589687160486 span {
    font-size: 32px;
  }

  #w_grid-1590394356219 > div > div > div {
    box-shadow: none;
    width: 100% !important;
    border: 1px dotted #ddd;
    border-bottom: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 15px;
  }

  #content_box-1590394356219-2 {
    border-bottom: 1px dotted #ddd !important;
  }

  #w_common_text-1590398935832 {
    margin-top: 5%;
  }

  .wd-20200525162103 .container-full {
    flex-wrap: wrap;
  }

  .wd-20200525162103 .w {
    width: 100%;
    padding-left: 0;
    display: none;
  }

  .wd-20200525162103 .d ul li {
    position: static;
    margin-bottom: 15px;
    visibility: visible;
    transform: none;
    opacity: 1;
  }

  .wd-20200525162103 .d {
    background: transparent;
  }

  .wd-20200525162103 .d ul li video {
    height: auto;
  }

  .wd-20200525162103 .d ul li:before {
    display: none;
  }

  #c_portalResNews_list-15896968419111955 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  #w_grid-1589687160411 {
    margin-bottom: 10%;
    padding-bottom: 0;
  }

  #c_portalResNews_list-15896968419111955 img {
    height: 150px;
  }

  #c_portalResNews_list-15895551858878001 {
    padding: 30px 15px;
  }

  #c_portalResNews_list-15895551858878001 .contentBox .content {
    width: 100%;
    padding: 15px;
  }

  #c_portalResNews_list-15895551858878001 .contentBox .picBox {
    width: 100%;
  }

  #c_portalResNews_list-15895551858878001 .contentBox {
    flex-wrap: wrap;
  }

  #c_portalResNews_list-15895551858878001 .time {
    margin-bottom: 10px;
  }

  .wd-news-detail {
    padding: 30px 15px;
  }

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

  .wd-news-detail p img {
    max-width: 100%;
    height: auto !important;
  }

  #w_grid-1589549243578 {
    padding-top: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589549480037 {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589549480049 > div > div > div {
    margin-bottom: 30px !important;
  }

  #w_grid-1589549522043 {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589549522047 > div > div > div {
    margin-bottom: 30px !important;
  }

  #w_grid-1589549514705 {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589549514712 > div > div > div {
    margin-bottom: 30px !important;
  }

  #w_grid-1589562074836 {
    margin-top: 10%;
    margin-bottom: 0;
  }

  #w_common_text-1589562138592 {
    left: 0px;
    margin-top: 0px;
  }

  #w_common_text-1589562153248 {
    box-shadow: none;
    left: 0px;
    padding: 20px;
    background: #f8f8f8;
    margin-top: 0px;
  }

  #w_grid-1589562172896 {
    margin-top: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1589562172896 > div > div {
    display: flex;
    flex-wrap: wrap;
  }

  #w_grid-1589562172896 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    order: 2;
  }

  #w_common_text-1589562172906 {
    left: 0px;
    margin-top: 0px;
  }

  #w_common_text-1589562172910 {
    box-shadow: none;
    left: 0px;
    padding: 20px;
    background: #f8f8f8;
    margin-top: 0;
  }

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

  #w_grid-1589562107286 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_common_text-1589562174604 {
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    margin-top: 10%;
    text-align: center;
  }

  #w_fbtn-1589562243503 {
    margin-bottom: 10%;
    margin-top: 5%;
  }

  #w_grid-1590051264621 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1590051306127 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_grid-1590053102685 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #w_common_text-1590053248947 {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5%;
  }

  #c_portalResMessage_form-15900533033266152 {
    margin-top: 5%;
  }

  #c_portalResMessage_form-15900533033266152 .p_CoupWBox {
    width: 100%;
    margin-top: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #c_portalResMessage_form-15900533033266152 .p_CoupWBox button {
    height: 50px;
  }

  .btn-primary {
    background-color: #bc4238;
    border: none;
  }

  #c_portalResMessage_form-15900533033266152 .p_image {
    position: static;
  }

  .c_portalResMessage_form-01001 .p_CaptchasBox {
    display: flex;
  }

  .c_portalResMessage_form-01001 .form-group {
    margin-bottom: 5px;
  }

  .form-control {
    height: 45px;
  }

  #c_portalResMessage_form-15900533033266152 .p_image img {
    height: 45px;
  }

  .c_portalResMessage_form-01001 .form-group:after {
    display: none;
  }

  #w_grid-1589557108578 {
    margin-top: 10%;
    margin-bottom: 0;
  }

  #w_common_text-1589557183097 {
    margin-bottom: 20px;
  }

  #w_common_text-1589557182854 {
    margin-bottom: 20px;
  }

  #w_grid-1589557108578 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    display: flex;
    flex-wrap: wrap;
  }

  #w_grid-1589557108578 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) > div {
    width: 50%;
  }

  #w_grid-1589557108578 > div > .p_gridbox > .p_gridCell:nth-child(2n+2) {
    display: flex;
    flex-wrap: wrap;
  }

  #w_grid-1589557108578 > div > .p_gridbox > .p_gridCell:nth-child(2n+2) > div {
    width: 50%;
  }

  #w_common_text-1589557181208 {
    margin-top: 10px;
  }

  #w_common_text-1589557180694 {
    margin-top: 10px;
  }

  #w_common_text-1589557185049 {
    margin-top: 10px;
  }

  #w_common_text-1589557182618 {
    margin-bottom: 20px;
  }

  #w_common_text-1591146216580 {
    margin-top: 5%;
    padding-left: 30px;
    padding-right: 30px;
  }

  #c_portalResMessage_form-15911463833659071 {
    padding-left: 30px;
    padding-right: 30px;
  }

  #c_portalResMessage_form-15911463833659071 .p_ContactInfo>div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }

  #c_portalResMessage_form-15911463833659071 .p_ContactInfo {
    margin-right: 0 !important;
  }
}

@media(min-width: 769px) and (max-width:1600px) {
  #w_grid-1590599932339 {
    margin-bottom:5%;
  }

  #w_grid-1589531574882 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  #w_grid-1590599940881 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wd #content_box-1590599940881-0:before {
    display: none;
  }

  .wd #w_fimg-1590600000658 {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 0;
  }

  #w_grid-1589531573636 {
    margin-top: 2%;
  }

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

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

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

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

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

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

  #w_grid-1589532469189 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  #w_grid-1590630625285 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1589532714066 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1590630625285 {
    width: 100%;
  }

  #w_grid-1589532714086 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1590630757073 > div > div > div:nth-child(3) {
    background-size: cover;
  }

  #w_grid-1590630757073 > div > div > div:nth-child(2) {
    background-size: cover;
  }

  #w_grid-1590630757073 > div > div > div:nth-child(1) {
    background-size: cover;
  }

  #w_grid-1589687592161 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  #w_common_text-1589687160481 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1589687592161 > div > div {
    display: flex;
  }

  #w_grid-1589687592161 > div > div > div {
    background: rgba(0, 0, 0, 0.7);
    background: transparent;
  }

  .wd-20200517143412 .wd-center {
    background: transparent;
  }

  .wd-20200517143412 .wd-center .reset_style:nth-child(1) {
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }

  .wd-20200517143412 .wd-center {
    top: 0px !important;
  }

  .wd-20200517143412 .wd-center div {
    color: #333 !important;
  }

  .wd-20200517143412 .wd-center .reset_style:nth-child(2) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .wd-20200517143412 .wd-center .reset_style:nth-child(1) span {
    font-size: 20px !important;
  }

  #w_grid-1589687160391 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    width: 100%;
    max-width: none;
  }

  #w_common_text-1590398935832 {
    margin-top: 5%;
  }

  #c_portalResNews_list-15896968419111955 {
    margin-top: 0;
  }

  #w_common_text-1590633418130 {
    margin-top: 5%;
  }

  #w_grid-1589548756325 {
    margin-top: 2%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    padding-top: 0;
  }

  #w_grid-1589548980966 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1589548753508 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1589554224044 {
    margin-top: 2%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    max-width: none;
  }

  #w_common_text-1589554401018 {
    margin-top: 5%;
  }

  #w_common_text-1589554195234 {
    margin-top: 5%;
  }
}

@media(min-width: 769px) and (max-width:1366px) {
  #w_grid-1589527148579> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    width:35%;
  }

  #w_grid-1589527148579> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
    width: 65%;
  }

  #w_grid-1589549243578 {
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1589549480037 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    padding-top: 0px;
    padding-bottom: 0;
  }

  #w_grid-1589549522043 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  #w_grid-1589549514705 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    padding-top: 0;
    padding-bottom: 0;
  }

  #w_grid-1589552483206 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

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

  #w_common_text-1589554162361 {
    margin-top: 20px;
  }

  #w_common_text-1589554173265 {
    margin-top: 20px;
  }

  #w_grid-1589554423623 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    max-width: none;
  }

  #c_portalResNews_list-15895551858878001 {
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 0;
  }

  #w_grid-1589557108578 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    max-width: none;
  }

  #w_grid-1590051264621 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    max-width: none;
  }

  #w_grid-1591146216505 {
    max-width: none;
  }

  #w_common_text-1591146216580 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 1%;
  }

  #c_portalResMessage_form-15911463833659071 {
    margin-top: 1%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }
}

@media(max-width: 1180px) {
  #w_common_text-1589532540835 {
    margin-bottom: 10px;
  }

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

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

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

  #w_common_text-1589532480233 span {
    line-height: 1.3;
  }

  #w_common_text-1589532540835 span {
    line-height: 1.3;
  }

  #w_common_text-1589532639492 span {
    line-height: 1.3;
  }

  #w_common_text-1589532648851 span {
    line-height: 1.3;
  }

  #w_common_text-1589532676481 span {
    line-height: 1.3;
  }
}

@media(min-width: 769px) and (max-width:1180px) {
  #w_grid-1589554423623 > div > div {
    flex-wrap: wrap;
  }

  #w_grid-1589554423623> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    width: 100%;
  }

  #w_grid-1589554423623> div > .p_gridbox > .p_gridCell:nth-child(2n+2) {
    width: 100%;
    margin-left: 0;
  }

  #w_grid-1589554461883 .p_gridbox {
    justify-content: center;
  }

  #w_common_text-1589554442970 {
    margin-top: 15px;
  }

  #w_common_text-1589554450427 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #w_grid-1589554536405> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
    margin-left: 3%;
  }

  #w_grid-1590634666339 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1589549243578 .p_gridCell {
    padding: 15px !important;
  }

  #w_grid-1589549480037 .p_gridCell {
    padding: 15px !important;
  }

  #w_grid-1589549522043 .p_gridCell {
    padding: 15px !important;
  }

  #w_grid-1589549514705 .p_gridCell {
    padding: 15px !important;
  }

  #w_grid-1589549480037 .w_fimg-000 {
    min-height: 273px !important;
  }

  #w_fimg-1589549480057 {
    margin-top: 25px !important;
  }

  #w_fimg-1589549243588 {
    margin-top: 25px !important;
  }

  #w_grid-1589533751862> div > .p_gridbox > .p_gridCell {
    width: 45% !important;
    margin: 10px !important;
  }

  #w_grid-1589535889211> div > .p_gridbox > .p_gridCell {
    width: 45% !important;
    margin: 10px !important;
  }

  #content_box-1589533753681-0 .p_gridbox {
    flex-wrap: wrap;
  }

  #w_grid-1589548155073 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
    width: 100%;
  }

  #w_grid-1589687160371 {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 5%;
  }

  #w_grid-1589687592161 {
    padding: 0;
  }

  #w_grid-1589532469189> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    width: 100%;
  }

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

  #w_grid-1589532469189> div > .p_gridbox > .p_gridCell:nth-child(2n) {
    width: 100%;
    margin-top: 50px;
    padding-left: 35px;
  }

  #w_grid-1589532469189 {
    margin-bottom: 5%;
  }

  #w_grid-1589532714086> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    width: 100%;
  }

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

  #w_grid-1589532714086> div > .p_gridbox > .p_gridCell:nth-child(2n) {
    width: 100%;
    margin-top: 50px;
  }

  #c_portalResProduct_category-15901335677632730 {
    margin-top: 0;
  }

  #w_grid-1589527322198 {
    padding-top: 7%;
  }

  #w_grid-1590072591056 > div > .p_gridbox {
    background-size: cover;
    background-position: center center;
  }

  #w_common_text-1590072609396 {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media(min-width: 769px) and (max-width:1024px) {
  #w_grid-1589527148579> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    width:170px;
  }

  #w_grid-1589527148579> div > .p_gridbox > .p_gridCell:nth-child(2n+2) {
    width: calc(100% - 170px - 20px);
  }
}

.wd-trigger {
  display: none;
}

@media(max-width: 1000px) {
  #w_grid-1589527148579 > div > .p_gridbox {
    padding: 20px;
    height: 70px;
  }

  .sub #w_grid-1589527148579 > div > .p_gridbox {
    height: 0px;
    padding: 0;
  }

  .sub .wd-trigger {
    top: 0;
  }

  .wd-header-nav {
    width: 100vw;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    transition: 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  .wd-header-nav .wd-container #w_fimg-1589527148585 {
    position: absolute;
    top: 15px;
    left: 00px;
  }

  .wd-header-nav .wd-container #w_fimg-1589527148585 img {
    width: 130px;
  }

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

  #w_grid-1589527148579 {
    height: 50px;
  }

  .sub #w_grid-1589527148579 {
    height: 0;
  }

  .wd-header-nav .wd-container {
    width: 70vw;
    background-color: rgba(0, 0, 0, 0.9);
    float: right;
    position: relative;
  }

  .wd-header-nav .wd-container ul {
    display: block;
    width: 100%;
  }

  .wd-container {
    height: 100vh;
    align-items: center;
    padding: 80px 20px 0px;
  }

  .wd-header-nav .wd-sub {
    position: relative;
    top: 0px;
    left: 0px;
    visibility: visible;
    width: 100% !important;
    margin-left: 0 !important;
    display: flex;
    flex-wrap: wrap;
    display: none;
  }

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

  .wd-header-nav .wd-container ul li {
    width: 100%;
    margin-left: 0px;
    padding: 15px;
    animation: fadeOutRight 0.8s both;
  }

  .wd-header-nav.wd-show .wd-container ul li {
    animation: fadeInRight 0.8s ease-in-out both;
  }

  .wd-header-nav .wd-container ul li svg {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 15px;
    height: 15px;
    transition: 1s;
  }

  .wd-header-nav .wd-container ul li.wd-show svg {
    /*     transform: rotateX(180deg); */
  }

  .wd-header-nav .wd-container ul li svg path {
    fill: #fff;
  }

  .wd-header-nav.wd-show .wd-container ul li:nth-child(1) {
    animation-delay: 0.1s;
  }

  .wd-header-nav.wd-show .wd-container ul li:nth-child(2) {
    animation-delay: 0.2s;
  }

  .wd-header-nav.wd-show .wd-container ul li:nth-child(3) {
    animation-delay: 0.3s;
  }

  .wd-header-nav.wd-show .wd-container ul li:nth-child(4) {
    animation-delay: 0.4s;
  }

  .wd-header-nav.wd-show .wd-container ul li:nth-child(5) {
    animation-delay: 0.5s;
  }

  .wd-header-nav .wd-sub .wd-item {
    padding: 0 !important;
    background: transparent !important;
    margin: 15px;
    height: auto !important;
    line-height: normal !important;
    top: 0px;
    border: none;
    text-align: left;
    justify-content: flex-start !important;
  }

  .wd-header-nav .wd-sub .wd-item a {
    color: #aaa;
  }

  .wd-header-nav .wd-sub .wd-item:hover a {
    letter-spacing: 0;
  }

  .wd-header-nav li:nth-child(1) .wd-sub .wd-item:nth-child(3) a {
    text-decoration: none;
  }

  .wd-header-nav li:nth-child(1) .wd-sub .wd-item:nth-child(4) a {
    font-weight: normal;
    font-style: normal;
  }

  .wd-trigger {
    display: block;
    position: absolute;
    top: -14px;
    right: 0px;
    z-index: 9999;
  }

  .sub .wd-trigger {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    height: 50px;
  }

  .wd-trigger svg {
    width: 30px;
    height: 30px;
    transition: 1s;
  }

  .wd-trigger svg.wd-show {
    transform: rotateX(180deg);
  }

  .wd-trigger svg path {
    fill: #ddd;
  }
}

@media(max-width: 1399px) {
  .wd #w_fimg-1590073007401 {
    width: calc(100% - 10%);
  }

  .wd #w_fimg-1590073007401 img {
    width: auto;
  }

  .wd #w_fimg-1590073046525 {
    width: calc(100% - 10%);
  }

  .wd #w_fimg-1590073046525 img {
    width: auto;
  }
}

@media(max-width: 768px) {
  .wd #w_fimg-1590073007401 img {
    height: 50vw;
    width: auto;
    max-width: 430px;
  }

  .wd #w_fimg-1590073046525 img {
    height: 50vw;
    width: auto;
  }

  .wd-20200603113006 .wd-content .wd-left img {
    width: 80%;
  }

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

  #w_common_text-1589532287399 {
    max-width: none;
    margin-bottom: 20px;
  }

  #w_common_text-1589532263134 {
    margin-bottom: 20px;
  }

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

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

  #content_box-1589561704712-0 .p_gridCell {
    padding: 5px !important;
  }

  #w_grid-1589687160411 {
    margin-bottom: 5%;
  }

  .wd-sub-banner-words {
    margin-top: 0% !important;
  }

  #w_grid-1590404700781 > div > div > div:nth-child(2) {
    padding: 0;
    margin-top: 5%;
  }

  #w_grid-1590405411931 > div > div > div:nth-child(2) {
    padding: 0 !important;
  }

  #w_grid-1590405411931 > div > div > div:nth-child(1) {
    padding: 0;
  }

  #w_common_text-1589557053677 p {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  #c_portalResMessage_form-15911463833659071 .wd-child-49 {
    margin-top: 0;
    padding-top: 5%;
  }

  #c_portalResMessage_form-15911463833659071 .p_CoupWBox button {
    width: 90%;
    top: 0px;
    margin-left: 5%;
    margin-top: 20px;
  }

  #c_portalResMessage_form-15911463833659071 {
    margin-bottom: 10%;
  }

  .wd-header-nav .wd-sub .wd-item .wd-left {
    order: 2;
    margin-left: 10px;
  }

  .wd-header-nav .wd-sub .wd-item .wd-right img {
    width: 140px;
  }

  .wd .wd-left img {
    animation: none;
  }

  .wd-header-nav .wd-sub .wd-item {
    flex-wrap: wrap;
    border-bottom: 1px dotted #555;
    padding-bottom: 15px !important;
  }

  .wd-header-nav .wd-sub .wd-item:last-child {
    border-bottom: none !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }

  .wd-header-nav .wd-sub .wd-item .wd-left {
    order: 2;
    width: 100%;
    margin-left: 0px;
    display: block;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
    margin-left: 0px;
  }

  .wd-header-nav .wd-sub .wd-item .wd-right {
    margin-left: -5px;
  }

  .wd-header-nav .wd-sub .wd-item .wd-left img {
    margin-right: 5px;
  }

  .wd-header-nav .wd-container ul li {
    padding-left: 0px;
    padding-right: 0px;
  }

  #w_grid-1589527322198 .p_gridbox > div {
    padding-bottom: 5vw;
  }

  .wd #content_box-1589527322198-1:hover #w_fimg-1590073046525 {
    bottom: -13vw;
  }

  .wd #content_box-1589527322198-0:hover #w_fimg-1590073007401 {
    bottom: -8vw;
  }

  #w_common_text-1590072609396 span {
    text-shadow: 1px 1px 1px #000;
  }

  .bdshare-button-style0-32 span svg {
    margin-left: 6px;
  }

  #w_common_text-1590072606022 {
    margin-top: 20vw;
  }

  #w_common_text-1590072613694 {
    margin-top: 5vw;
    font-size: 6vw;
  }

  #w_common_text-1590072609396 {
    margin-top: 35vw;
  }

  #w_common_text-1590072606022 > div {
    position: absolute;
    left: 5%;
    top: 10vw;
  }

  #w_common_text-1590072606022 > div span {
    font-size: 6vw !important;
  }

  #w_common_text-1590072613694 > div {
    position: absolute;
    top: calc(10vw + 1.6em);
    right: 5%;
  }

  #w_common_text-1590072613694 > div span {
    font-size: 8vw !important;
  }

  #w_grid-1589532469189> div > .p_gridbox > .p_gridCell:nth-child(2n) {
    padding-left: 35px;
  }

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

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

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

.p_KeywordBox {
  display: none;
}

#w_common_text-1590053248947 {
  height: auto;
}

.wd-header-nav .wd-sub .wd-item .wd-left img {
  margin-right: 5px;
  width: 130px;
}

.wd-header-nav .wd-container ul li {
  padding-left: 0px;
  padding-right: 0px;
}

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

.p_KeywordBox {
  display: none;
}

#w_common_text-1590053248947 {
  height: auto;
}

@media(max-width: 520px) {
  #w_common_text-1589531990731 {
    min-height:34px;
  }
}

@media(max-width: 768px) {
  #w_grid-1590630625285 > div > div {
    display:flex;
    flex-wrap: wrap;
  }

  #w_grid-1590630625285 > div > div > div {
    width: calc(50% - 5px);
  }

  #w_grid-1590630625285 > div > div > div:nth-child(2n+2) {
    margin-left: 10px;
  }

  #content_box-1589532714066-1 span {
    line-height: 1.5 !important;
  }

  #w_common_text-1589532714191 span {
    line-height: 1.5 !important;
  }

  #content_box-1589532714086-1 span {
    text-indent: -1.2em;
    display: block;
  }

  #content_box-1589532714086-1 .reset_style {
    padding-left: 15px;
    position: relative;
  }

  #content_box-1589532714086-1 .reset_style:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #ad8863;
    position: absolute;
    top: 9px;
    left: 2px;
    transform: rotate(45deg);
  }

  #content_box-1589532714086-1 .reset_style > div {
    overflow: hidden;
  }

  #w_grid-1589533753681 span {
    line-height: 1.5 !important;
  }

  #w_grid-1589535889211 {
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-top: 0;
  }

  #content_box-1589533751862-0 .wicon {
    margin-top: 0 !important;
  }

  #w_common_text-1589535997638 span {
    line-height: 1.2;
  }

  #c_portalResComplaintPage_detail-15895480353653564 {
    min-width: auto;
  }

  #w_common_text-1589687160481 span {
    line-height: 1.5 !important;
    font-size: 18px !important;
  }

  #w_common_text-1589688239408 span {
    line-height: 1.2;
  }

  #w_common_text-1589688241495 span {
    line-height: 1.2;
  }

  #w_common_text-1589688184530 span {
    line-height: 1.2;
  }

  #w_common_text-1589687658895 {
    margin-top: 0px;
  }

  #w_common_text-1589687658039 {
    margin-top: 0;
  }

  #w_common_text-1589687663414 {
    margin-top: 0;
  }

  #w_common_text-1590398935832 span {
    font-size: 32px;
  }

  #w_common_text-1589548841010 span {
    font-size: 20px !important;
  }

  #w_common_text-1589548841010 {
    padding-left: 5px;
    padding-right: 5px;
  }

  #w_common_text-1589548872894 {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
  }

  #w_common_text-1589548872894 span {
    line-height: 1.5 !important;
  }

  #w_common_text-1589548974645 {
    padding-left: 5px;
    padding-right: 5px;
  }

  #w_common_text-1589548974648 {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
  }

  #w_common_text-1589548974648 span {
    line-height: 1.5 !important;
  }

  #w_common_text-1589548980971 {
    padding-left: 5px;
    padding-right: 5px;
  }

  #w_common_text-1589548980974 {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
  }

  #w_common_text-1589548980974 span {
    line-height: 1.5 !important;
  }

  #w_common_text-1589549074771 {
    padding-left: 5px;
    padding-right: 5px;
  }

  #w_common_text-1589549074774 {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
  }

  #w_common_text-1589549074774 span {
    line-height: 1.5 !important;
  }

  #content_box-1589548753508-0 span {
    line-height: 1.5 !important;
  }

  #w_grid-1590636087683 > div > div {
    display: flex;
  }

  #w_grid-1590636087683 > div > div > div {
    width: calc(100% / 2) !important;
    margin: 0 !important;
  }

  #content_box-1590636087683-1 {
    display: none !important;
  }

  #w_grid-1590636087683 img {
    height: 130px;
  }

  #w_grid-1590636087683 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wd #c_portalResPublic_codeContainer-15988570915318974 {
  min-height: auto;
}

.wd #c_portalResPublic_codeContainer-15988570915318974 video {
  height: 100vh;
  object-fit: cover;
}

@media(max-width: 768px) {
  .wd #c_portalResPublic_codeContainer-15988570915318974 video {
    height:auto;
    min-height: auto;
    max-height: none;
    margin-top: 70px;
  }
}

@media(max-width: 1900px) {
  .wd #c_portalResPublic_codeContainer-15988570915318974 video {
    height:auto;
    object-fit: contain;
  }
}

.wd #c_portalResEbizads_banner-15896260707627716 {
  display: none !important;
}

@media(max-width: 768px) {
  #c_portalResEbizads_banner-16007020484856418 {
    margin-top:69px;
  }

  .c_portalResEbizads_banner-01001 .swiper-container {
    height: auto !important;
  }

  #w_fimg-1589552440629 {
    width: 80%;
    max-width: none;
  }
}

@media(max-width: 768px) {
  #w_grid-1589554224044 > div > .p_gridbox > .p_gridCell:nth-child(3n+1) {
    margin-top:15px;
  }

  #w_grid-1589554224044 > div > .p_gridbox > .p_gridCell:nth-child(3n+1) {
    margin-top: 0;
  }

  #w_common_text-1589554207673 {
    margin-bottom: 20px;
  }
}

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

.wd-20220509102740 {
  display: flex;
  margin-left: 20px;
  position: relative;
  line-height: 21.5px;
}

.wd-20220509102740 .wd-item {
  margin: 0 5px;
  display: flex;
  align-items: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wd-20220509102740 svg {
  width: 15px;
  height: 15px;
  margin: 0;
  margin-right: 5px;
}

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

.wd-20220509102740 a {
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 21.5px;
  font-weight: bold;
}

.wd-20220509102740 a:hover svg path {
  fill: red;
}

.wd-20220509102740 a:hover {
  color: red;
}

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

.wd-header-nav .wd-20220509102740 .wd-sub {
  width: 150px;
  margin-left: -75px;
}

.wd-20220518124057 {
  position: fixed;
  bottom: 15px;
  right: -112px;
  transition: 1s;
}

.wd-20220518124057:hover {
  right: 0;
}

.wd-20220518124057 a {
  display: flex;
  align-items: center;
  background-color: #ba4238;
  padding: 0px 20px 5px;
  border-radius: 4px;
}

.wd-20220518124057 svg {
  width: 50px;
  height: 50px;
  display: block;
  transition: 1s;
}

.wd-20220518124057:hover svg {
  transform: rotateY(180deg);
}

.wd-20220518124057 span {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-left: 15px;
  position: relative;
  top: 3px;
}

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

.wd-20220518181450 {
  display: block;
  width: max-content;
  padding: 10px 30px;
  background-color: #cf3631;
  font-size: 14px;
  color: #fff !important;
  margin-top: 20px;
  border-radius: 5px;
  transition: .3s;
  font-weight: bold;
  text-decoration: none !important;
}

.wd-20220518181450.wd-color-2 {
  background-color: #b5865d;
}

.wd-20220518181450:hover {
  letter-spacing: 1px;
  color: #fff;
}

.wd #w_grid-1652869559876, .wd #w_grid-1652893015632 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  backdrop-filter: saturate(180%) blur(6px);
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.wd #w_grid-1652869559876.wd-show, .wd #w_grid-1652893015632.wd-show {
  opacity: 1;
  visibility: visible;
}

.wd #w_grid-1652869559876 > div > .p_gridbox, .wd #w_grid-1652893015632 > div > .p_gridbox {
  background: transparent;
}

.wd #content_box-1652869589452-0, .wd #content_box-1652893015637-0 {
  background: #f6f6f6;
  box-shadow: -10px 10px 10px #ddd;
  padding: 5%;
  transform: translateY(5%);
  transition: 1s;
  opacity: 0;
}

.wd .wd-show #content_box-1652869589452-0, .wd .wd-show #content_box-1652893015637-0 {
  transform: translateY(0);
  opacity: 1;
}

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

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

.wd #w_common_text-1652869559881, .wd #w_common_text-1652893015641 {
  margin-top: 0;
}

.wd #c_portalResMessage_form-16528695600117787, .wd #c_portalResMessage_form-16528930121424030 {
  margin-bottom: 0;
}

.wd #c_portalResMessage_form-16528695600117787 .p_CoupWBox, .wd #c_portalResMessage_form-16528930121424030 .p_CoupWBox {
  margin-bottom: 0;
}

.wd #c_portalResMessage_form-16528695600117787 .control-label, .wd #c_portalResMessage_form-16528930121424030 .control-label {
  display: block;
}

.wd #w_grid-1652869559876 .wd-close svg, .wd #w_grid-1652893015632 .wd-close svg {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: 5%;
  cursor: pointer;
  transition: 0.5s;
  transform: rotate(-45deg);
}

.wd #w_grid-1652869559876.wd-show .wd-close svg, .wd #w_grid-1652893015632.wd-show .wd-close svg {
  transform: rotate(0deg);
  transition-delay: 0.4s;
}

.wd #w_grid-1652869559876 .wd-close:hover svg, .wd #w_grid-1652893015632 .wd-close:hover svg {
  transform: rotate(-90deg);
}

.wd #w_grid-1652869559876 .wd-close path, .wd #w_grid-1652893015632 .wd-close path {
  fill: #ba4238;
}

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

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

.wd-20200517103658 > div > div > div {
  align-items: stretch !important;
}

.wd-mo {
  display: none;
}

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

  #c_portalResEbizads_banner-16007020484856418 .wd-20220517174224 {
    display: none;
  }

  .wd-20220530191901 {
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }

  .wd-20220530191901 img {
    width: 100%;
  }

  #content_box-1589527322198-0 {
    margin-top: 10px !important;
  }
  .wd-20220518181450 {
    width:90%;
    margin-left:5%;
    text-align: center;
  }
  .wd-20220518124057 svg {
    width:30px;
    height:30px;
  }
  .wd-20220518124057 a {
    padding-left:10px;
    padding-right:10px;
  }
  .wd-20220518124057 span {
    margin-left:5px;
  }
  .wd-20220518124057 {
    right: -100px;
  }
}