:root {
  --c: #214c96;
  --cc: #ca2d1e;
}

html {
  font-size: 18px;
}

body {
  opacity: 0;
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wd-20210305095131 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #w_fimg-1568013806482 {
    display: none;
  }

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

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

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

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

  #w_fbtn-1568251503969 {
    position: unset;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #c_portalResPublic_codeContainer-15681057765880127 {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

.w_fbtn-001 .p_CommonBtn {
  background-color: var(--c) !important;
  border-radius: 500px;
  border-color: var(--c) !important;
}

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

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

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

.wd-item {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w_common_text-1621561008137 {
  animation: none;
}

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

#c_portalResProduct_category-16263963446791865 svg path {
  fill: var(--c);
}

#c_portalResProduct_category-16263963446791865 .wd-item:hover svg {
  transform: translateY(0);
  opacity: 0;
}

#c_portalResProduct_category-16263963446791865 .wd-item:hover .wd-content a:nth-child(2) {
  transform: translateY(-50px);
  color: #fff;
}

#c_portalResProduct_category-16263963446791865 .wd-item:hover .wd-content .wd-summary {
  transform: translateY(-50px);
  color: #fff;
}

#c_portalResProduct_category-16263963446791865 .wd-item:hover .wd-content a:last-child {
  transform: translateY(-30px);
  opacity: 1;
  visibility: visible;
}

#c_portalResProduct_category-16263963446791865 .wd-item:hover .wd-pic img {
  opacity: 1;
}

#c_portalResNews_list-16264022440067711 .newTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: normal;
}

.wd-20210716112601 > div {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #454545;
  padding-top: 15px;
  margin-top: 10px;
}

.wd-20210716112601 .wd-item {
  position: relative;
  padding-left: 50px;
}

.wd-20210716112601 .wd-item svg {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 0;
}

.wd-20210716112601 .wd-item path {
  fill: #eee;
}

.wd-20210716112601 .wd-item p {
  line-height: 1.8;
  font-size: 14px;
  color: #eee;
}

.wd-20210716112601 .wd-item a {
  color: #eee;
}

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

#c_portalResnav_main-15990299224029503 .Tel svg {
  width: 20px;
  height: 20px;
}

#c_portalResnav_main-15990299224029503 .Tel path {
  fill: #888;
}

#c_portalResnav_main-15990299224029503 .Tel {
  margin-top: 20px;
}

#c_portalResnav_main-15990299224029503 .dropdown {
  line-height: 75px;
}

#c_portalResnav_main-15990299224029503 .logo {
  margin-top: 10px;
}

#c_portalResnav_main-15990299224029503 .header {
  height: 80px;
}

#w_grid-1599029918732 {
  padding-top: 0;
}

.c_portalResNews_list-01001 .p_articles {
  min-width: auto;
}

#c_portalResNews_list-16264022440067711 .newTitle {
  font-weight: bold;
}

header .dropdown_menu .ejBox .ejItems img {
  object-fit: cover;
}

.c_portalResEbizads_banner-01001002 .conText {
  display:none !important;
}
@media(max-width:768px) {
  #c_portalResProduct_category-16263963446791865 .wd-item {
    width:100%;
    min-height: 190px;
  } 
  #c_portalResProduct_category-16263963446791865 svg {
    width:60px;
    height:60px;
    margin-bottom: 10px;
  }
  header .navBox .rightBox {
    position:absolute;
    top:0;
    right:0;
  }
}
.e_SideMajorStyleBox-001 .stylebox_top {
  background-color:var(--c);
  height:auto;
}
.e_SideMajorStyleBox-001 .stylebox_title {
  background-color:var(--c);
  height:auto;
  line-height:67px;
}
.e_SideMajorStyleBox-001 .title_main {
  font-size:22px;
}
header .navBox .nav ul li a.Link1 {
  font-size:18px;
  color:#333;
}
header .navBox .nav ul li {
  position:relative;
}
header .navBox .nav ul li .wd-sub {
  position:absolute;
  width:100%;
  min-width:max-content;
  background-color:#fff;
  padding:10px 10px;
  box-sizing:border-box;
  display:none;
  left:50%;
  transform:translateX(-50%);
}
header .navBox .nav ul li .wd-sub h2 {
  display:none;
}
header .navBox .nav ul li .wd-sub .ejLinks a{
  display:block;
  line-height:2.5;
  font-size:16px;
}
header .navBox .nav ul li .wd-sub .ejLinks a:hover {
  color:var(--cc);
}
#w_grid-1648023944760 > div > .p_gridbox {
  padding-top:0;
  margin-top:0;
}
.wd #w_grid-1647511510284 {
  display:none;
}
header .navBox .nav ul li.ejLi {
  display:block;
  margin-right:10px;
}
.wd-20220323163828 {
  display:block;
}
header .navBox .nav .yjTitle {
  font-size:16px;
  font-weight:normal;
  color:#333;
  line-height:2;
  min-width:120px;
}
header .navBox .nav .ejTitle {
  font-size:14px;
  font-weight:normal;
  color:#666;
  display:block;
  line-height:2;
}
header .navBox .nav .iconfont1 {
  display:none;
}
.wd-20220323163828 > li {
  display:flex !important;
  border-bottom:1px dashed #ddd;
  padding:5px;
}
.wd-20220323163828 > li:last-child {
  border:none;
}
.wd-20220323163828 > li .ejBox {
  display: flex !important;
  padding-left:15px;
  height: auto !important;
}
.wd-20220323163828 > li a:hover {
  color:var(--cc) !important;
}
header .navBox .nav ul li:nth-child(2) .wd-sub {
  transform:none;
  left:0;
}
div[id*='c_portalResProduct_category-'] a.wd-current {
  color:var(--cc) !important;
}
#content_box-1648027461511-0 {
  box-shadow:0 10px 10px #eee;
}
.c_portalResProduct_detail-03001 .p_PriceBox {
  display:none;
}
.c_portalResProduct_detail-03001 .d_NumBox {
  display:none;
}
.c_portalResProduct_detail-03001 .d_BaseInfoBox {
  display:none;
}
.c_portalResProduct_detail-03001 .d_NumberBox {
  display:none;
}
.c_portalResProduct_detail-03001 .p_interaction {
  display:none;
}
.c_portalResProduct_detail-03001 .d_SortName {
  margin-left:0;
}
.c_portalResProduct_detail-03001 .d_ProName {
  margin-bottom:20px;
  padding-bottom:20px;
  margin-top:20px;
  border-bottom:1px dashed #ddd;
}
.c_portalResProduct_detail-03001 .p_content {
  border:none;
}
.c_portalResProduct_detail-03001 .p_image {
  position:static !important;
  transform:none !important;
  height:auto !important;
  width:100% !important;
}
.c_portalResProduct_detail-03001 .p_image img {
  position:static !important;
  transform:none !important;
  height:auto !important;
  width:100% !important;
}
.c_portalResProduct_detail-03001 .p_images {
  height:auto !important;
}
#c_portalResProduct_detail-16480274616806571 .p_TabTitleBox {
  text-align:left;
}
#c_portalResProduct_detail-16480274616806571 .d_DecTab:nth-child(2) {
  display:none;
}
.c_portalResProduct_detail-03001 .p_QRCode {
  display:none;
}

.wd-20210708115438 {
  display:flex;
  margin-top:20px;
}
.wd-20210708115438 a {
  flex:1;
  background-color:var(--c);
  font-size:14px;
  color:#fff;
  margin:5px;
  text-align:center;
  line-height:4;
}
#contentDiv {
  padding:15px 0;
}
#content_box-1608795145389-0 span {
  color:#333 !important;
}
.c_portalResProduct_detail-03001 .d_description p {
  font-size:18px;
  line-height:1.7;
  margin-bottom:0.5em;
  color:#333;
}
.c_portalResProduct_detail-03001 .d_TabTitleBox {
  text-align:left !important;
}
.c_portalResProduct_detail-03001 .d_DecTab:nth-child(2) {
  display:none !important;
}