:root {
  --c: #1a3b71;
  --cc: #d32e22;
}

* {
  box-sizing: border-box;
}

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

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

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

.wnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wnav .wcenter {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}

.wnav .wlogo {
  margin-left: 20px;
  display: flex;
  align-items: center;
  min-width: 450px;
}

.wnav .wlogo svg {
  width: 40px;
  height: 40px;
}

.header {
  padding: 0px;
}

.header {
  background-color: transparent !important;
  width: 100% !important;
  margin-left: auto;
  margin-right:auto;
}

.header .navbar_nav li a {
  color: #333 !important;
  text-decoration: none !important;
}

.wtel {
  width: 234px;
  background-color: #006DB8;
  height: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wtel a {
  font-size: 24px;
  color: #fff;
}

.container {
  position: static !important;
}

.w-sub-contact {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
  background-color: #000;
}

.w-sub-contact:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(/img/20191014135238.jpg) top left no-repeat fixed;
  opacity: 0.3;
  filter: blur(2px);
  z-index: -1;
}

.w-sub-contact .tel a {
  display: block;
  width: 600px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(255, 2555, 255, 0.3);
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.w-sub-contact .w-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.w-sub-contact .w-wrapper .wtitle {
  position: relative;
  height: 4em;
  opacity: 0;
}

.w-sub-contact .w-wrapper .wtitle.wshow {
  opacity: 1;
  transition: 1s;
}

.w-sub-contact .w-wrapper .wtitle p {
  color: #fff;
  font-size: 30px;
  line-height: 2em;
  position: absolute;
  top: 0px;
  animation: fadeOutUp 1s both;
}

.w-sub-contact .w-wrapper .wtitle p:nth-child(1) {
  position: relative;
}

.w-sub-contact .w-wrapper .wtitle p.wcurrent {
  animation: fadeInUp 1s both;
}

.w-sub-contact .list {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.w-sub-contact .list .w-item {
  margin: 0px 20px;
  font-size: 14px;
  color: #fff;
}

.w-sub-contact .list .w-item a {
  color: #fff;
  text-decoration: none !important;
}

.w-sub-contact .list .w-item a:hover {
  text-decoration: underline !important;
}

.w-sub-contact .list .wleft {
  width: 50%;
}

.w-sub-contact .list .wright {
  width: 50%;
}

.w-sub-contact .list h3 {
  color: #fff;
  font-size: 24px;
  margin-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.w-sub-contact .list h3:before {
  content: "";
  display: block;
  width: 5px;
  height: 23px;
  background-color: #fff;
  margin-right: 10px;
}

.w-sub-contact .list p {
  font-size: 16px;
  color: #ddd;
  line-height: 2em;
  padding-left: 15px;
}

.w-sub-contact .list p a {
  color: #ddd;
  text-decoration: none;
}

.w-sub-contact .list p a:hover {
  text-decoration: underline;
}

.w-sub-contact .list b {
  display: block;
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 15px;
}

.w-sub-contact .list .wright h3 {
  margin-bottom: 20px;
}

.dialog {
  background-color: transparent;
}

.w20191122165741 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 500px;
  display: flex;
  justify-content: center;
  opacity: 0;
}

.w20191122165741.wshow {
  opacity: 1;
  transition: 1s 1s;
}

.w20191122165741 h3 {
  color: #fff;
  font-size: 48px;
  display: flex;
  justify-content: center;
}

.w20191122165741 h3 span {
  display: block;
  position: relative;
  animation: fadeOutUp 1s both;
  margin: 0px 4px;
}

.w20191122165741 h3.wcurrent span {
  animation: fadeInUp 1s both;
}

.w20191122165741 h3 span:nth-child(1) {
  animation-delay: 0.1s;
}

.w20191122165741 h3 span:nth-child(2) {
  animation-delay: 0.2s;
}

.w20191122165741 h3 span:nth-child(3) {
  animation-delay: 0.3s;
}

.w20191122165741 h3 span:nth-child(4) {
  animation-delay: 0.4s;
}

.w20191122165741 h3 span:nth-child(5) {
  animation-delay: 0.5s;
}

.w20191122165741 h3 span:nth-child(6) {
  animation-delay: 0.6s;
}

.w20191122165741 h3 span:nth-child(7) {
  animation-delay: 0.7s;
}

.w20191122165741 h3 span:nth-child(8) {
  animation-delay: 0.8s;
}

.w20191122165741 h3 span:nth-child(9) {
  animation-delay: 0.9s;
}

.w20191122165741 h3 span:nth-child(10) {
  animation-delay: 1s;
}

.w20191122165741 p {
  font-size: 74px;
  font-family: times new roman;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  justify-content: center;
}

.w20191122165741 p span {
  display: block;
  position: relative;
  animation: fadeOutUp 1s both;
  margin: 0px 3px;
}

.w20191122165741 p.wcurrent span {
  animation: fadeInUp 1s both;
}

.w20191122165741 p span:nth-child(1) {
  animation-delay: 0.1s;
}

.w20191122165741 p span:nth-child(2) {
  animation-delay: 0.2s;
}

.w20191122165741 p span:nth-child(3) {
  animation-delay: 0.3s;
}

.w20191122165741 p span:nth-child(4) {
  animation-delay: 0.4s;
}

.w20191122165741 p span:nth-child(5) {
  animation-delay: 0.5s;
}

.w20191122165741 p span:nth-child(6) {
  animation-delay: 0.6s;
}

.w20191122165741 p span:nth-child(7) {
  animation-delay: 0.7s;
}

.w20191122165741 p span:nth-child(8) {
  animation-delay: 0.8s;
}

.w20191122165741 p span:nth-child(9) {
  animation-delay: 0.9s;
}

.w20191122165741 p span:nth-child(10) {
  animation-delay: 1s;
}

.c_portalResIntro_detail-01001 .reset_style p {
  font-size: 18px !important;
  color: #333 !important;
  line-height: 2em !important;
  margin-bottom: 10px !important;
}

.c_portalResIntro_category-01001 .p_categoryBox .p_title:hover {
  background-color: #016EB9 !important;
}

body {
  overflow-x: hidden;
  background: #f6f6f6;
}

.wbanner {
  overflow-x: hidden;
}

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

.c_portalResIntro_detail-01001 {
  background-color: #fff;
  padding: 40px !important;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

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

.c_portalResNews_list-01001 .p_news {
  overflow: visible;
}

.c_portalResNews_list-01001 {
  overflow: visible;
}

#c_portalResNews_list-15610321484993016 .xNewList {
  margin-bottom: 40px;
  border-bottom: none;
}

#c_portalResNews_detail-15610324998161776 .newsTitle {
  font-weight: bold;
  margin-top: 0px;
  padding-top: 0px;
}

.c_portalResNews_detail-01001 {
  background-color: #fff;
  padding: 40px !important;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

#c_portalResNews_detail-15610324998161776 .d_pcDom {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.w20191122232104 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}

.w20191122231103 .wtitle {
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px dotted #333;
  margin-bottom: 10px;
}

.w20191122231103 .wtitle h5 {
  font-size: 18px;
}

.w20191122231103 .wtitle span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: times new roman;
  opacity: 0.7;
  margin-top: 10px;
  margin-bottom: 50px;
}

.w20191122231103 .wwrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.w20191122231103 .wwrapper .wright {
  width: 500px;
  margin-top: 70px;
}

.w20191122231103 .wwrapper .wright h3 {
  font-size: 20px;
  line-height: 2em;
  color: #333;
}

.w20191122233258 .wleft h3 {
  font-size: 20px;
  line-height: 2em;
  color: #333;
}

.w20191122232112 {
  padding-top: 120px;
  padding-bottom: 120px;
}

#c_portalResPublic_codeContainer-1574435404440 > div > div.w20191122232112 > div > div.wright {
  margin-top: 0;
}

.w20191122231103 .wwrapper .wright .w20191122231625 h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

.w20191122231103 .wwrapper .wright .w20191122231625 p {
  font-size: 14px;
  margin-bottom: 10px;
}

.w20191122231625 {
  display: flex;
  flex-wrap: wrap;
}

.w20191122231625 .witem {
  width: 45%;
  margin-bottom: 20px;
}

#c_portalResPublic_codeContainer-1574435404440 > div > div.w20191122232551 > div {
  display: block;
}

.w20191122233258 {
  display: flex;
  justify-content: space-between;
}

.w20191122232551 {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.w20191122233258 div {
  width: 50%;
}

.w20191122233258 div img {
  width: 100%;
}

#c_portalResPublic_codeContainer-1574435404440 > div > div.w20191122232551 > div > div.w20191122233258 > div.wright {
  margin-top: 0px;
}

.wbanner {
  width: 100%;
  height: calc(100vh - 83px);
  max-height: 1440px;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.wbanner .wlist {
  height: 100vh;
  max-height: 1440px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.wbanner .wlist .witem {
  width: 100vw;
  height: 100vh;
  max-height: 1440px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.wbanner .wlist .witem img {
  width: 100vw;
  height: 100vh;
  max-height: 1440px;
  object-fit: cover;
  transition: 11s;
  transform: scale(1.1) translateX(1%);
}

.wbanner .wlist .witem.current img {
  transform: scale(1) translateX(0);
}

.wbanner .wlist .witem.next {
  z-index: 5;
}

.wbanner .wlist .witem.current {
  z-index: 10;
}

.wbanner .wwords {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.wbanner .wwords h3 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 2em;
  max-width: 23em;
}

.wbanner .wwords p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}

.wbanner .wscroll {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 56px;
  margin-left: -28px;
}

.wbanner .wscroll div {
  width: 20px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 50px;
  position: relative;
}

.wbanner .wscroll div:before {
  content: "";
  display: block;
  width: 3px;
  height: 6px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 6px;
  animation: scroll-ani 1s infinite;
}

@keyframes scroll-ani {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }

  90%, 100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

.wbanner .wscroll p {
  width: 100%;
  margin-top: 10px;
  font-fize: 14px;
  color: #fff;
}

#w_common_text-1574476064308 div {
  font-size: 36px;
  color: #333;
  font-weight: bold;
}

#w_common_text-1574476068473 div {
  font-size: 16px;
  color: #333;
  line-height: 2em;
}

#w_common_text-1574476114449 {
  font-size: 14px;
  color: #333;
}

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

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

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

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

#w_common_text-1574476064308 {
  max-width: 464px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}

#w_common_text-1574476068473 {
  max-width: 464px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

#w_common_text-1574476114449 {
  max-width: 464px;
  margin-left: auto;
  margin-right: auto;
}

.w20191123102918 .wlist {
  display: flex;
  max-width: calc((100% - 320px) / 1);
  position: relative;
  z-index: 10;
}

.w20191123102918 .wlist .witem {
  width: calc(100% / 3);
}

.w20191123102918 .wlist .witem .pic {
  overflow: hidden;
  position: relative;
}

.w20191123102918 .wlist .witem .pic img {
  transition: 1s;
}

.w20191123102918 .wlist .witem .pic:hover img {
  transform: scale(1.05);
}

.w20191123102918 .wlist .witem > a {
  font-size: 24px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 3em;
  margin-top: 20px;
}

.w20191123102918 {
  position: relative;
  margin-top: 0;
  padding-bottom: 5vh;
  background: #043C74;
  padding-left: 0;
}

.w20191123102918:after {
  content: "";
  display: block;
  width: 100%;
  height: 5vh;
  background-color: #111;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  visibility: hidden;
}

.w20191123102918 .wtitle {
  position: absolute;
  top: 90px;
  right: 0px;
  width: 320px;
  padding-left: 60px;
  text-align: center;
}

.w20191123102918 .wtitle h3 {
  color: #fff;
}

.w20191123102918 .wtitle.color-black {
  visibility: hidden;
}

.w20191123102918 .wmore {
  position: absolute;
  top: 360px;
  right: 0px;
  width: 320px;
  padding-left: 60px;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
}

.w20191123102918 .wmore:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/img/20191123142638.png) top left no-repeat;
  position: absolute;
  top: 0px;
  left: 60px;
}

.w20191123102918 .wmore a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  position: relative;
  left: 40px;
  letter-spacing: 2px;
}

.w20191123102918 .wtitle h3 {
  font-size: 48px;
  color: #333;
  font-weight: bold;
}

.w20191123102918 .wtitle h3 {
  color: #fff;
  display: none;
}

.w20191123102918 .wtitle p {
  font-size: 30px;
  color: #757575;
  display: none;
}

#c_portalResNews_list-15744770963224877 .container {
  max-width: 1049px;
  padding: 0px;
  position: relative;
  left: 10%;
}

#c_portalResNews_list-15744770963224877 .newList {
  padding-bottom: 40px;
  margin-bottom: 55px;
  height: auto !important;
  border-bottom: none;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
}

#c_portalResNews_list-15744770963224877 .newList .wright {
  width: 200px;
  height: auto;
}

#c_portalResNews_list-15744770963224877 .newList img {
  width: 100%;
}

#c_portalResNews_list-15744770963224877 .newList:nth-child(4):after {
  display: none;
}

#c_portalResNews_list-15744770963224877 .newList:nth-child(4) ~ div {
  display: none;
}

#c_portalResNews_list-15744770963224877 .newList:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(/img/20191124094719.png) top left repeat-x;
  position: absolute;
  bottom: 0px;
}

#c_portalResNews_list-15744770963224877 .newToolBox {
  display: none;
}

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

.newYearMon {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

#c_portalResNews_list-15744770963224877 .newData {
  font-size: 46px;
  color: #333;
  font-weight: bold;
  padding-top: 0px;
}

#c_portalResNews_list-15744770963224877 .leftTimeBox {
  height: auto;
  background: transparent !important;
  position: relative;
  left: 0;
}

#c_portalResNews_list-15744770963224877 .newTitle {
  font-size: 24px;
}

#c_portalResNews_list-15744770963224877 .rightIcon {
  display: none;
}

#c_portalResNews_list-15744770963224877 .centerContentBox {
  padding-left: 120px;
}

#c_portalResNews_list-15744770963224877 .newListBox {
  width: 90%;
  background-color: #fff;
  padding-top: 40px;
}

.wnews-cate {
  width: 90%;
  padding-top: 300px;
  padding-bottom: 70px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.wnews-cate .wcate {
  position: absolute;
  display: flex;
  right: 0px;
  visibility: hidden;
  opacity: 0;
}

.wnews-cate .wcate a {
  font-size: 16px;
  color: #333;
  position: relative;
  display: flex;
  align-items: center;
}

.wnews-cate .wcate a:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #333;
  margin: 0px 10px;
  transform: rotate(30deg);
}

.wnews-cate .wcate a:last-child:after {
  display: none;
}

.wnews-cate .wtitle {
  margin-left: auto;
  margin-right: auto;
  width: 1049px;
  left: 10%;
  position: relative;
}

.wnews-cate .wtitle:before {
  content: "";
  display: block;
  width: 535px;
  height: 628px;
  position: absolute;
  bottom: -390px;
  left: -380px;
  background: url(/img/20191123010328.png) top left no-repeat;
}

.wnews-cate .wtitle:after {
  content: "";
  display: block;
  width: 72px;
  height: 22px;
  position: absolute;
  bottom: 13px;
  left: -151px;
  background: url(/img/20191123010343.png) top left no-repeat;
}

.wnews-cate .wtitle a {
  font-size: 36px;
  color: #111;
  font-weight: bold;
}

.wfooter {
  position: relative;
  background-color: #fff;
  z-index: 10;
}

.wfooter .wtop {
  background-color: #000000;
  width: 90%;
  left: 0;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 150px;
  padding-right: 10%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.wfooter .wtop .wlinks {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 250px - 150px - 260px);
  margin-right: 50px;
}

.wfooter .wtop .wlinks a {
  font-size: 16px;
  color: #fff;
}

.wfooter .wtop .wwtel a {
  width: 250px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4D4D4D;
  border-radius: 500px;
  font-size: 24px;
  color: #fff;
  font-family: times new roman;
  font-weight: bold;
  /* transform: translateX(150px); */
}

.wfooter .wtop .wwtel a svg {
  width: 30px;
  margin-right: 10px;
}

.wfooter .wtop .wwtel a svg path {
  stroke-dasharray: 50000px;
  animation-name: outline;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

@keyframes outline {
  0% {
    stroke-dashoffset: 50000px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.wfooter .wbottom {
  width: 85%;
  position: relative;
  left: 15%;
  display: flex;
  padding-right: 10%;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 90px;
}

.wfooter .wbottom .wright {
  width: 300px;
  text-align: right;
}

.wfooter .wbottom p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}

.wfooter .wbottom p a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}

.wfooter .wbottom p a:hover {
  text-decoration: underline;
}

.wfooter:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #212121;
  z-index: -1;
}

.wfooter .back-to-top {
  width: 58px;
  height: 63px;
  background: url(/img/20191123112649.png) top left no-repeat;
  position: absolute;
  top: 20%;
  right: 3%;
  cursor: pointer;
}

.wd #content_box-1574476059925-0 {
  position: relative;
  z-index: 10;
}

.wd #content_box-1574476059925-0:after {
  content: "";
  display: block;
  width: 611px;
  height: 628px;
  position: absolute;
  top: 0px;
  left: -1%;
  background: url(/img/20191123102354.png) top left no-repeat;
  z-index: -1;
}

.wd #w_common_text-1574476064308 {
  position: relative;
}

.wd #w_common_text-1574476064308:before {
  content: "";
  display: block;
  width: 92px;
  height: 22px;
  background: url(/img/20191123102413.png) top left no-repeat;
  position: absolute;
  top: 15px;
  left: -150px;
}

.wd #content_box-1574476059925-0 > div {
  position: relative;
  left: 200px;
}

.wd #w_common_text-1574476064308 {
  margin-top: 300px;
}

.w20191126162016 {
  width: 80%;
  margin-left: 20%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  left: 20px;
  top: -20px;
}

.w20191126162016:after {
  content: "";
  display: block;
  width: 100%;
  height: 53%;
  background-color: #EFEFEF;
  position: absolute;
  top: 0px;
  left: 0px;
}

.w20191126162016 span {
  display: block;
  font-size: 60px;
  color: #333;
  font-family: times new roman;
  font-weight: bold;
  text-transform: uppercase;
  transition: 1s;
  position: relative;
  left: 0px;
}

.w20191126162016:hover .a .s span {
  left: -170px;
}

.w20191126162016:hover .b .s {
  left: -20px;
}

.w20191126162016:hover .b {
  width: 170px;
}

.w20191126162016 .a {
  position: relative;
  z-index: 99;
  transition: 1s;
}

.w20191126162016 .a .s {
  overflow: hidden;
}

.w20191126162016 .a span {
  position: relative;
  left: -150px;
  color: #006db8;
  z-index: 100;
}

.w20191126162016 .b {
  position: absolute;
  top: 50px;
  left: -150px;
  width: 150px;
  transition: 1s;
}

.w20191126162016 .b .s {
  overflow: hidden;
  position: relative;
  transition: 1s;
  left: 0px;
}

#w_common_text-1574476114449 a {
  display: block;
  width: 200px;
  height: 50px;
  background-color: #006DB8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  border-radius: 500px;
}

#w_common_text-1574476114449 a svg {
  width: 20px;
  margin-left: 10px;
}

.c_portalResProduct_list-01001 {
    background-color: rgba(0,0,0,0);
}

.c_portalResProduct_list-01001 .arrowsR {
  background-color: #006DB6;
  position: static !important;
  transform: none !important;
  display: block;
}

.c_portalResProduct_list-01001 .arrowsR svg {
  height: 50px;
  width: 100px;
}

.c_portalResProduct_list-01001 .lookDetail {
  display: flex !important;
  justify-content: space-between;
}

.wproList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1%;
}

.wproList .witem {
  width: 25%;
  padding: 1%;
  position: relative;
}

.wproList .witem .wd-more {
  position: absolute;
  top: 1%;
  left: 1%;
  padding: 20px;
  background-image: linear-gradient(145deg, #034190db, #3c82dc);
  width: 98%;
  height: 98%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.wproList .witem:hover .wd-more {
  opacity: 1;
  visibility: visible;
}

.wproList .witem .wd-more a {
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 1.5;
  margin-bottom: 10px;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 10px;
}

.wproList .witem .wd-more a.wd-detail {
  font-size: 12px;
  position: absolute;
  bottom: 3%;
  right: 3%;
  border: 1px solid #fff;
  padding: 10px;
}

.wproList .witem .wd-more a.wd-detail:hover {
  background-color: #fff;
  color: #333;
  border-color: #333;
}

.wproList .witem .wd-more .wd-summary {
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}

.wproList .witem .wpic {
  width: 100%;
  position: relative;
  border: 1px solid #ddd;
  overflow: hidden;
  background-color: #fff;
}

.wproList .witem .wpic a {
  display: flex;
  justify-content: center;
}

.wproList .witem .wpic img {
  width: auto;
  height: 300px;
  transition: 0.2s;
  object-fit: scale-down;
  max-width: 90%;
}

.wproList .witem .wpic:hover img {
  transform: scale(1.05);
  opacity: 0.6;
}

.wproList .witem .wpic .wmore {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 180px;
  margin-left: -90px;
  background-color: #006DB8;
  color: #fff;
  font-size: 14px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}

.wproList .witem .wpic .wmore:hover {
  transform: translateY(-5px);
  transition: 0.1s;
}

.wproList .witem:hover .wpic .wmore {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.wproList .witem .wproTitle {
  padding: 15px;
  background-color: #006DB8;
  transition: 0.5s;
}

.wproList .witem .wproTitle a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.wproList .witem:hover .wproTitle {
  background-color: #FBCD57;
}

.wproList .witem:hover .wproTitle a {
  color: #333;
}

.w_fimgbox-001 .w_imgbox {
  background-color: #333;
}

#w_fimgbox-1574430555347 img {
  opacity: 0.6;
}

.c_portalResProduct_detail-01001 {
  background-color: #fff;
  padding: 20px !important;
}

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

#w_fimg-1574476098878 {
  position: relative;
  z-index: 100;
}

.c_portalResProduct_detail-01001 .d_NumBox {
  /* display: none; */
  display: flex;
  align-items: center;
}

.c_portalResProduct_detail-01001 .d_SortName {
 
}

@media(max-width: 1440px) {
  .wfooter .wtop .wwtel a {
    transform:translateX(100px);
  }

  .wnews-cate .wtitle:before {
    left: -190px;
  }

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

@media(max-width: 1366px) {
  #w_grid-1574476059925 > div > .p_gridbox > .p_gridCell:nth-child(2n+2) {
    width:calc(100% - 500px - 300px);
  }
}

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

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

  .wnav {
    padding: 10px;
  }

  .wnav .wlogo {
    margin-left: 0px;
  }

  .header {
    padding: 0px;
  }

  .header #navToggle {
    padding-right: 0px;
  }

  .container {
    padding: 0px;
  }

  .wbanner .wwords {
    width: 90%;
  }

  .wbanner .wwords h3 {
    font-size: 24px;
  }

  .wbanner .wwords p {
    line-height: 2em;
  }

  #w_grid-1574476059925 > div > div {
    display: block;
  }

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

  .wd #content_box-1574476059925-0 > div {
    left: 0px;
    margin-top: 30px;
  }

  .wd #content_box-1574476059925-0:after {
    top: 5vh;
    width: 90vw;
    height: 90vw;
    left: 5vw;
    background-size: cover;
  }

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

  .w20191123102918 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10vh;
    padding-bottom: 10vh;
    background: #fff;
    padding: 15px;
  }

  .w20191123102918 .wlist {
    order: 2;
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 7vh;
  }

  .w20191123102918 .wtitle.color-black {
    order: 1;
    width: 100%;
    position: static;
    padding-left: 0px;
    text-align: center;
    margin-top: 6vh;
  }

  .w20191123102918 .wlist .witem {
    width: 100%;
    margin-bottom: 5vh;
  }

  .w20191123102918 .wlist .witem .pic img {
    width: 100%;
  }

  .w20191123102918 .wlist .witem > a {
    color: #333;
    margin-top: 0px;
  }

  .wnews-cate .wtitle:before {
    width: 90vw;
    left: 0;
    top: -4vh;
    height: 90vw;
    background-size: 80vw;
    bottom: auto;
    right: auto;
    background-position: center top;
  }

  .wnews-cate {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    left: 5%;
  }

  .wnews-cate .wtitle {
    width: 100%;
    left: 0px;
    margin-top: 7vh;
    text-align: center;
  }

  #c_portalResNews_category-15744769314357842 {
    min-height: auto;
  }

  .wnews-cate .wcate {
    position: static;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 3vw;
    margin-bottom: 10vw;
  }

  #c_portalResNews_list-15744770963224877 .newListBox {
    width: 100%;
    background-color: transparent;
    padding-top: 0px;
    padding: 0px 15px;
  }

  #c_portalResNews_list-15744770963224877 .container {
    max-width: none;
    width: 100%;
    left: 0px;
  }

  #c_portalResNews_list-15744770963224877 .centerContentBox {
    padding-left: 0;
  }

  #c_portalResNews_list-15744770963224877 .newTitle {
    text-overflow: initial;
    overflow: visible;
    white-space: normal;
    line-height: 2em;
    font-size: 18px;
  }

  #c_portalResNews_list-15744770963224877 .newList {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .wfooter .wtop {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
  }

  .wfooter .wtop .wlinks {
    width: 100%;
  }

  .wfooter .wtop .wwtel a {
    transform: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    background-color: transparent;
    border: 1px solid #ddd;
  }

  .wfooter:after {
    display: none;
  }

  .wfooter .wbottom {
    width: 100%;
    background-color: #eee;
    padding: 15px;
    left: 0px;
    display: block;
  }

  .wfooter .wbottom p {
    color: #333;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .wfooter .wbottom .wright {
    width: 100%;
    text-align: center;
  }

  #c_portalResIntro_detail-15610228457374660 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 15px !important
  }

  #w_grid-1561019084236 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .w_fimgbox-001 .w_imgbox > img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  #w_grid-1560924229691 > div > .p_gridbox > .p_gridCell:nth-child(2n+2) {
    position: absolute;
    right: 0px;
    width: 55px;
  }

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

  #c_portalResnav_main-15609254580346788 .header #navToggle {
    position: absolute;
  }

  #c_portalResnav_main-15609254580346788 .m_nav.open {
    left: 0px;
  }

  #c_portalResnav_main-15609254580346788 .m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    top: 100px;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transform: none;
    opacity: 0;
  }

  #c_portalResnav_main-15609254580346788 .m_nav.open .ul li {
    opacity: 1;
    top: 0px;
    transform: none;
  }

  #c_portalResnav_main-15609254580346788 .m_nav.open .ul li:nth-child(1) {
    transition: all 1s .2s;
  }

  #c_portalResnav_main-15609254580346788 .m_nav.open .ul li:nth-child(2) {
    transition: all 1s .3s;
  }

  #c_portalResnav_main-15609254580346788 .m_nav.open .ul li:nth-child(3) {
    transition: all 1s .4s;
  }

  #c_portalResnav_main-15609254580346788 .m_nav.open .ul li:nth-child(4) {
    transition: all 1s .5s;
  }

  #c_portalResnav_main-15609254580346788 .m_nav.open .ul li:nth-child(5) {
    transition: all 1s .6s;
  }

  #c_portalResnav_main-15609254580346788 .m_nav.open .ul li:nth-child(6) {
    transition: all 1s .7s;
  }

  #c_portalResnav_main-15609254580346788 .m_nav.open .ul li:nth-child(7) {
    transition: all 1s .8s;
  }

  #c_portalResnav_main-15609254580346788 .m_nav.open .ul li:nth-child(8) {
    transition: all 1s .9s;
  }

  .w20191122165741 p {
    font-size: 5vh;
    margin-top: 0px;
  }

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

  #c_portalResNews_list-15610321484993016 .p_news {
    padding: 0px;
    background: #fff;
  }

  #c_portalResNews_list-15610321484993016 {
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
  }

  .listSumray {
    font-size: 14px;
    color: #333;
    line-height: 2em;
  }

  #c_portalResNews_list-15610321484993016 .listContent {
    padding: 15px 0px;
  }

  #c_portalResNews_detail-15610324998161776 {
    padding: 15px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  #w_grid-1561032343849 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #c_portalResNews_detail-15610324998161776 .reset_style p {
    font-size: 16px;
  }

  #c_portalResNews_detail-15610324998161776 .newsarticles {
    margin-top: 10px;
  }

  #c_portalResNews_detail-15610324998161776 .newsTitle {
    padding: 10px 0px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  #w_grid-1561029771862 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .wproList {
    display: block;
  }

  .wproList .witem {
    width: 100%;
    margin-bottom: 3vh;
  }

  #w_grid-1561030581785 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .c_portalResProduct_detail-01001 {
    padding: 15px !important;
    margin-top: 0px !important;
  }

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

  .m_nav.open {
    left: 0px;
  }

  .m_nav .ul li {
    text-align: center;
  }

  .m_nav.open .ul li:nth-child(1) {
    transition: 1s 0.4s;
  }

  .m_nav.open .ul li:nth-child(2) {
    transition: 1s 0.5s;
  }

  .m_nav.open .ul li:nth-child(3) {
    transition: 1s 0.6s;
  }

  .m_nav.open .ul li:nth-child(4) {
    transition: 1s 0.7s;
  }

  .m_nav.open .ul li:nth-child(5) {
    transition: 1s 0.8s;
  }

  .m_nav.open .ul li:nth-child(6) {
    transition: 1s 0.9s;
  }

  .m_nav.open .ul li:nth-child(7) {
    transition: 1s 1s;
  }

  .m_nav.open .ul li:nth-child(8) {
    transition: 1s 1.1s;
  }

  .m_nav.open .ul li:nth-child(9) {
    transition: 1s 1.2s;
  }

  .m_nav.open .ul li:nth-child(10) {
    transition: 1s 1.3s;
  }

  .m_nav {
    z-index: 99999;
  }

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

  .w20191122232104 {
    padding: 0px;
  }

  .w20191122231103 .wwrapper {
    display: block;
  }

  .w20191122231103 .wwrapper .wright {
    width: 100%;
    padding: 15px;
    margin-top: 5vh;
  }

  .w20191122231103 .wtitle span {
    margin-bottom: 10px;
  }

  .w20191122232112 {
    padding: 0px 0px;
  }

  .w20191122231625 .witem {
    width: 100%;
  }

  .w20191122232551 {
    padding: 30px 15px;
  }

  .w20191122233258 {
    display: block;
  }

  .w20191122233258 div {
    width: 100%;
  }

  .w20191122231103 img {
    max-width: 100%;
  }

  .w20191122232112 .wleft {
    margin-top: 30px;
  }

  .w20191122231103 {
    background-color: #fff;
  }

  .w-sub-contact {
    padding: 40px 15px;
  }

  .w-sub-contact .list {
    display: block;
  }

  .w-sub-contact .list .wleft {
    width: 100%;
  }

  .w-sub-contact .list .wright {
    width: 100%;
  }
}

.header .navbar_nav li:hover a {
  color: #105bb7 !important;
}

.header .navbar_nav li:after {
  background-color: #105bb7 !important;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
  background-color: #105bb7 !important;
  color: #fff !important;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu .wd-item:hover > a {
  background-color: #105bb7 !important;
  color: #fff !important;
}

#w_grid-1560924229691 {
  padding-top: 15px;
  padding-bottom: 15px;
}

#c_portalResnav_main-15609254580346788 .header .navbar_nav li a {
  font-size: 16px;
}

#c_portalResnav_main-15609254580346788 .header .navbar_nav li.dropdown .dropdown_menu {
  width: 150px;
  left: -41px;
}

#c_portalResnav_main-15609254580346788 .header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
  background-color: #043C74;
}

#c_portalResnav_main-15609254580346788 .header .navbar_nav li.dropdown:hover .dropdown_menu .wd-item:hover > a {
  background-color: #043C74;
  color: #fff;
}

#c_portalResnav_main-15609254580346788 .header .navbar_nav li:hover a {
  color: #043C74;
}

#c_portalResnav_main-15609254580346788 .header .navbar_nav li:after {
  background-color: #043C74;
}

.w20191123102918 .wtitle .more {
  position: relative;
}

.w20191123102918 .wtitle svg {
  width: 50px;
  height: 50px;
}

.w20191123102918 .wtitle div.icon {
  border: 1px solid #ddd;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.w20191123102918 .wtitle path {
  fill: #fff;
}

.w20191123102918 .wtitle .more span {
  font-size: 16px;
  color: #fff;
  display: block;
  margin-top: 15px;
}

.w20191123102918 .wlist .witem > a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}

.w20191123102918 .wlist .witem > a:hover {
  letter-spacing: 3px;
}

.w20191123102918 .wlist .witem > a svg {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

.w20191123102918 .wlist .witem > a path {
  fill: #fff;
}

.wnews-cate2 {
  width: 90%;
  background-color: #fff;
  padding-top: 100px;
}

.wnews-cate2 .wcate {
  max-width: 1049px;
  padding: 0px;
  position: relative;
  left: 10%;
  margin-left: auto;
  margin-right: auto;
}

.wnews-cate2 .wcate a {
  display: inline-block;
  padding: 10px 50px;
  background-color: #eee;
  font-size: 16px;
  color: #333;
}

.wnews-cate2 .wcate a:hover {
  background-color: #043C74;
  color: #fff;
}

#c_portalResNews_list-15744770963224877 .newList .wright img {
  transition: 1s;
}

#c_portalResNews_list-15744770963224877 .newList:hover .wright img {
  transform: scale(1.05);
}

.c_portalResProduct_select-01001 {
  border: none;
}

.c_portalResProduct_select-01001 .d_itemInfoCheck>.p_categoryTitle, .c_portalResProduct_select-01001 .p_sleTitle {
  width: 60px;
}

.c_portalResProduct_detail-01001 .d_summary {
  /* display: none; */
  font-size: 14px;
  color: #999;
  line-height: 1.7em;
}

.wtabName {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative;
  display: flex;
  align-items: center;
  color: #043C74;
}

.wtabName:before {
  content: "";
  display: block;
  width: 5px;
  height: 1em;
  background-color: #043C74;
  margin-right: 10px;
}

#c_portalResProduct_detail-15610307326578926 > div.e_box.d_ProductDetail.p_ProductDetail > div.e_box.p_ProInfo > div.e_title.d_customC.p_customC p {
  line-height: 2em;
  font-size: 16px;
  color: #333;
}

.c_portalResProduct_detail-01001 .d_description {
  padding: 0px;
}

.c_portalResProduct_detail-01001 .d_description p {
  line-height: 3em;
  font-size: 14px;
  color: #333;
}

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

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

.c_portalResProduct_detail-01001 .d_DescriptionBigbox {
  /* display: none; */
  border-top: 1px solid #ddd;
  padding-top: 30px;
  display: flex;
}

.c_portalResProduct_detail-01001 .d_DescriptionBigbox .wleft {
  flex: 1 1 auto;
  width: 60%;
}

.c_portalResProduct_detail-01001 .d_DescriptionBigbox .wright {
  margin-left: 50px;
  width: 50%;
}

.c_portalResFile_relatedlist-01001 .p_AssistLabel {
  display: none;
}

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

.c_portalResProduct_detail-01001 .p_imagesA {
  border-right: 1px dotted #ccc;
  padding-right: 30px;
  border-right: none;
}

.c_portalResProduct_select-01001 .p_itemInfo {
  display: flex;
  align-items: center;
  padding-bottom: 0px !important;
  flex-wrap: wrap;
}

.wd-search {
  display: flex !important;
  align-items: center;
  height: 50px;
  cursor: pointer;
  margin-right:10px;
}

.wsearch:after {
  display: none !important;
}

.wd-search a {
  display: flex !important;
  align-items: center;
  height: 50px !important;
}

.wd-search svg {
  width: 25px;
  height: 25px;
  transition: 1s;
}

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

.wd-search:hover svg {
  transform: rotateY(360deg);
}
.c_portalResSearch_total-01001 .p_select {
  display: none;
}

.c_portalResSearch_total-01001 .p_searchBox .p_input {
  width: 350px;
}

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

.e_FlowCommonStyleBox-001 .stylebox_top {
  background-color: #016EB9;
}

.e_FlowCommonStyleBox-001 .stylebox_title {
  background-color: #016EB9;
}

.c_portalResSearch_result-03001 .p_list:hover .p_titleA {
  color: #fff;
}

.c_portalResSearch_result-03001 .p_list:hover {
  background-color: #016EB9;
}

.c_portalResSearch_result-03001 .p_list:hover .p_AssistNameB .font {
  color: #fff;
}

.c_portalResSearch_result-03001 .p_list:hover .p_AssistNameC .font {
  color: #fff;
}

.c_portalResSearch_result-03001 .p_AssistNameB {
  position: relative;
  top: -10px;
}

.c_portalResSearch_result-03001 .p_AssistNameC {
  position: relative;
  top: -10px;
}

.iconBox {
  display: none;
}

.c_portalResProduct_category-01001 .proCateBox .proCate {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.c_portalResProduct_category-01001 .proCateBox .proCate .proList {
  margin-bottom: 50px;
  margin-right: 170px;
}

.c_portalResProduct_category-01001 .proCateBox .proCate .proList:nth-child(3) {
  margin-right: 0px;
}

.c_portalResProduct_category-01001 .proCateBox .proCate .proList a {
  color: #333;
}

.c_portalResProduct_category-01001 .proCateBox .proCate .proList a:hover {
  color: #E40E13;
}

.c_portalResProduct_category-01001 .proCateBox .proCate .proList .proNameBox {
  margin-bottom: 10px;
}

.c_portalResProduct_category-01001 .proCateBox .proCate .proList .proLink {
  font-size: 18px;
  color: #333;
}

.c_portalResProduct_category-01001 .proCateBox .proCate .proList .proLi {
  padding-left: 0;
  margin-bottom: 10px;
}

.c_portalResProduct_category-01001 .proCateBox .proCate .proList .proLi .proNameB {
  position: relative;
  display: flex;
  align-items: center;
}

.c_portalResProduct_category-01001 .proCateBox .proCate .proList .proLi .proNameB:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #333;
  border-bottom: 4px solid transparent;
  margin-right: 5px;
}

.c_portalResProduct_category-01001 .proCateBox .proCate .proList .proLiC {
  margin-left: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
  border-left: 1px solid #ddd;
  padding-left: 10px;
}

.c_portalResProduct_category-01001 .proCateBox .proCate .proList .proLiD {
  padding-left: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.c_portalResProduct_category-01001 .proCateBox .proCate .proList .proLiD .proNameD {
  position: relative;
  display: flex;
  align-items: center;
}

.c_portalResProduct_category-01001 .proCateBox .proCate .proList .proLiD .proNameD:before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: #888;
  margin-right: 5px;
}

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

.wsub-detail {
  display: flex;
}

.wsub-detail .wleft {
  width: 50%;
}

.wsub-detail .wleft img {
  width: 100%;
  margin-bottom: 10px;
}

.wsub-detail .wleft img {
  height: auto;
}

.wsub-detail .wright {
  padding: 0 50px;
  width: 50%;
}

.wsub-detail .wright .p_headA {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
  display: block;
  text-align: left;
  font-size: 34px;
  font-weight: normal;
}

.wsub-detail .wright p {
  line-height: 1.8em;
  color: #333;
  font-size: 16px;
}

.wsub-detail .wright .wd-sub {
  margin-top: 20px;
}

.wsub-detail .wright .wd-sub p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  position: relative;
  padding-left: 13px;
}

.wsub-detail .wright .wd-sub p:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #555;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 0;
}

.c_portalResProduct_relatedlist-01001 {
  background-color: #fff;
}

#c_portalResNews_detail-15762079126199602 {
  margin-bottom: 20px !important;
}

.e_ContentMajorStyleBox-001 .stylebox_top {
  height: 60px;
}

.e_ContentMajorStyleBox-001 .stylebox_title {
  display: flex;
  align-items: center;
  background: #043C74;
}

#c_portalResProduct_relatedlist-15762079129703450 .p_Product {
  width: auto !important;
  border: 1px solid #ddd;
  margin-right: 20px;
}

.border_default {
  border: none;
}

.c_portalResProduct_relatedlist-01001 .p_ThumbnailBox {
  display: none;
}

.c_portalResProduct_relatedlist-01001 .p_image {
  padding-bottom: 0px !important;
  height: auto !important;
}

.c_portalResProduct_relatedlist-01001 .p_image img {
  position: static !important;
  transform: none !important;
  width: auto !important;
  height: 150px !important;
}

.c_portalResProduct_relatedlist-01001 .p_images {
  padding-bottom: 0px !important;
  height: auto !important;
}

.c_portalResProduct_relatedlist-01001 .p_ProductInner:hover {
  margin: 0px;
  border: none;
}

.wd-solution-more {
  display: flex;
  margin-top: 20px;
}

.wd-solution-more a {
  display: block;
}

.wd-solution-more a:first-child {
  background-color: #043C74;
  color: #fff;
  padding: 10px 30px;
}

.wd-solution-more a:last-child {
  padding: 10px 30px;
  color: #333;
}

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

.c_portalResProduct_detail-01001 .p_images {
  /* width: 100% !important; */
  height: auto !important;
}

.c_portalResProduct_detail-01001 .p_images img {
  position: static !important;
  transform: none !important;
  width: 100% !important;
  height: auto !important;
}

.c_portalResProduct_detail-01001 .d_ProName {
  margin-bottom: 20px;
}

.c_portalResProduct_detail-01001 .p_content {
  /* display:none; */
  border: none;
}

.wproducts-detail-title {
  width: 100%;
  color: #333;
  color: #043C74;
  margin-bottom: 20px;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.wproducts-detail-title:before {
  content: "";
  display: block;
  width: 6px;
  height: 17px;
  background-color: #043C74;
  margin-right: 8px;
}

.c_portalResProduct_detail-01001 .d_customBoxA {
  margin-top: 60px;
  display: none !important;
}

.c_portalResProduct_detail-01001 .d_nameC {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.c_portalResProduct_detail-01001 .d_Title .font {
  color: #043C74;
}

.c_portalResFile_relatedlist-01001 .p_Product .p_content {
  display: flex;
  width: 100%;
  padding: 0px;
  margin: 0px;
  align-items: center;
}

.c_portalResFile_relatedlist-01001 .p_fileDetails {
  padding-left: 0px;
}

.c_portalResFile_relatedlist-01001 .p_fileDetails {
  width: auto;
}

.c_portalResFile_relatedlist-01001 .p_download {
  float: none;
}

.c_portalResFile_relatedlist-01001 .p_Product {
  display: flex;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  /* background: #fafafa; */
  display: flex;
  align-items: center;
}

.c_portalResFile_relatedlist-01001 .p_Product div.icon {
  background-color: #043C74;
  border-radius: 5px;
  padding: 10px;
  margin-right: 10px;
}

.c_portalResFile_relatedlist-01001 .p_download .moDown {
  display: block;
}

.c_portalResFile_relatedlist-01001 .p_download .moDown img {
  width: 18px;
}

.c_portalResFile_relatedlist-01001 .p_Product p {
  font-size: 14px;
  color: #333;
}

.c_portalResFile_relatedlist-01001 .p_download {
  margin-right: 0px;
  margin-left: auto;
  font-size: 16px;
  height: auto;
}

.c_portalResFile_relatedlist-01001 .p_Product .icon svg {
  width: 40px;
  height: 40px;
}

.c_portalResFile_relatedlist-01001 .p_Product .icon svg path {
  fill: #fff;
}

.c_portalResFile_relatedlist-01001 .p_Product:nth-child(3) ~ li {
  display: none;
}

.c_portalResFile_relatedlist-01001 .p_Product:nth-child(odd) {
  /* background-color: #eee; */
}

.c_portalResFile_relatedlist-01001 .e_ContentMajorStyleBox-001 .stylebox_title {
  background-color: transparent;
  padding: 0px;
}

.c_portalResFile_relatedlist-01001 .e_ContentMajorStyleBox-001 .stylebox_top {
  height: auto;
  background-color: transparent;
}

.c_portalResFile_relatedlist-01001 .e_ContentMajorStyleBox-001 .title_main {
  color: #333;
  font-size: 18px;
  color: #043C74;
  position: relative;
  display: flex;
  align-items: center;
  line-height: normal;
}

.c_portalResFile_relatedlist-01001 .e_ContentMajorStyleBox-001 .title_main:before {
  content: "";
  display: block;
  width: 6px;
  height: 17px;
  background-color: #043C74;
  margin-right: 8px;
}

.c_portalResFile_relatedlist-01001 .e_ContentMajorStyleBox-001 .title_icon {
  display: none;
}

.c_portalResFile_relatedlist-01001 .e_ContentMajorStyleBox-001 .stylebox_content {
  padding: 0px;
  border: none;
}

.c_portalResFile_relatedlist-01001 .e_ContentMajorStyleBox-001 .stylebox_top_line {
  display: none;
}

.c_portalResFile_relatedlist-01001 .file_name {
  display: flex;
  height: auto;
  font-size: 14px;
  color: #444;
  font-weight: normal;
}

.c_portalResFile_relatedlist-01001 .file_name.p_fileDetails {
  margin-left: 15px;
  font-size: 14px;
}

.c_portalResFile_relatedlist-01001 .file_name.p_fileDetails span {
  font-size: 14px;
  color: #444;
  font-weight: normal;
}

.c_portalResFile_relatedlist-01001 .p_News {
  margin-top: 20px;
}

.c_portalResFile_relatedlist-01001 .p_details {
  padding-left: 0px;
  display: flex;
  align-items: center;
  width: 300px;
  height: auto;
  float: none;
}

.c_portalResFile_relatedlist-01001 .e_ContentMajorStyleBox-001 .stylebox_bottom_line {
  display: none;
}

.c_portalResFile_relatedlist-01001 .p_download span {
  font-size: 13px;
  color: #043C74;
  font-weight: normal;
}

.c_portalResProduct_detail-01001 .d_DescriptionBigbox table {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 100%;
}

.c_portalResProduct_detail-01001 .d_DescriptionBigbox table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  line-height: 1.7em;
}

.c_portalResProduct_detail-01001 .d_DescriptionBigbox table tr:nth-child(odd) {
  background-color: #f3f3f3;
}

.c_portalResProduct_detail-01001 .d_DescriptionBigbox table p {
  line-height: 2em !important;
  font-size: 14px;
  color: #333;
}

#c_portalResProduct_relatedlist-15610307329825431 {
  margin-top: 50px;
}

.c_portalResProduct_detail-01001 .p_Product .p_images {
  display: block;
  border: 1px solid #ddd;
}

.c_portalResProduct_detail-01001 .p_Product .p_imagesMo {
  display: none;
}

.c_portalResProduct_relatedlist-01001 .e_ContentMajorStyleBox-001 .stylebox_title {
  background-color: transparent;
  padding: 0px;
}

.c_portalResProduct_relatedlist-01001 .e_ContentMajorStyleBox-001 .stylebox_top {
  height: auto;
  background-color: transparent;
}

.c_portalResProduct_relatedlist-01001 .e_ContentMajorStyleBox-001 .title_main {
  color: #333;
  font-size: 18px;
  color: #043C74;
  position: relative;
  display: flex;
  align-items: center;
  line-height: normal;
}

.c_portalResProduct_relatedlist-01001 .e_ContentMajorStyleBox-001 .title_main:before {
  content: "";
  display: block;
  width: 6px;
  height: 17px;
  background-color: #043C74;
  margin-right: 8px;
}

.c_portalResProduct_relatedlist-01001 .e_ContentMajorStyleBox-001 .title_icon {
  display: none;
}

.c_portalResProduct_relatedlist-01001 .e_ContentMajorStyleBox-001 .stylebox_content {
  padding: 0px;
  border: none;
}

.c_portalResProduct_relatedlist-01001 .e_ContentMajorStyleBox-001 .stylebox_top_line {
  display: none;
}

.c_portalResProduct_relatedlist-01001 .e_ContentMajorStyleBox-001 .stylebox_bottom_line {
  display: none;
}

#c_portalResProduct_relatedlist-15610307329825431 .p_Product {
  width: 40%;
  padding: 0px;
  position: relative;
  padding-left: 0px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: none;
  margin-bottom: 10px;
  margin-right: 5%;
}

#c_portalResProduct_relatedlist-15610307329825431 .p_Product:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-right: 0px;
  border-left: 4px solid #aaa;
  position: absolute;
  top: 12px;
  left: 0px;
  display: none;
}

.c_portalResProduct_relatedlist-01001 .p_ProductList {
  padding: 0px;
  width: 100%;
  margin-top: 10px;
}

.c_portalResProduct_relatedlist-01001 .d_articles {
  width: 100%;
  flex: 0 1 auto;
  padding: 0px;
}

.c_portalResProduct_relatedlist-01001 .d_title {
  font-size: 14px;
  color: #666;
}

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

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

.c_portalResProduct_detail-01001 .p_QRCode .js_qrcode {
  text-align: left;
}

.c_portalResProduct_detail-01001 .p_QRCode .js_qrcode canvas {
  width: 120px;
  height: 120px;
}

.c_portalResnav_main-01001 {
  position: relative;
  z-index: 99999;
}

@media(max-width: 1366px) {
  .wbanner .wwords h3 {
    font-size:24px;
  }

  .wbanner .wwords p {
    margin-top: 20px;
  }
}

#c_portalResProduct_relatedlist-15762079129703450 {
  /* display: none; */
}

.wrelated {
  margin-top: 20px;
  padding: 20px;
  border-radius: 7px;
}

.wrelated .wtitle {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 16px;
  padding-bottom: 5px;
}

.wrelated .wlist {
  display: flex;
  flex-wrap: wrap;
}

.wrelated a {
  display: block;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #333;
  position: relative;
  display: flex;
  align-items: center;
}

.wrelated a:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-left: 5px solid #aaa;
  border-bottom: 5px solid transparent;
  margin-right: 5px;
  transition: 1s;
}

.wrelated a:hover:before {
  transform: rotateX(180deg);
}

@media only screen and (max-width: 768px) {
  #c_portalResProduct_category-15762012569616464 {
    padding:10px;
  }

  .c_portalResProduct_detail-01001 .d_DescriptionBigbox {
    display: block;
  }

  .c_portalResProduct_detail-01001 .d_DescriptionBigbox .wright {
    width: 100%;
    margin-left: auto;
    margin-top: 30px;
  }

  .c_portalResProduct_detail-01001 .p_QRCode .js_qrcode {
    margin-top: 20px;
  }

  .c_portalResProduct_detail-01001 .p_Product .p_images {
    display: none;
  }

  .c_portalResProduct_detail-01001 .p_Product .p_imagesMo {
    display: block;
  }

  .c_portalResProduct_relatedlist-01001 .p_ProductInner {
    display: block;
  }

  .c_portalResProduct_detail-01001 .p_ProInfo, .c_portalResProduct_detail-01001 .d_DescriptionBoxA {
    padding: 0px;
  }
}

#w_fimgbox-1577953778927 img {
  opacity: 0.3;
}

#c_portalResFile_relatedlist-15610307330504235 {
  display: none;
}

.c_portalResProduct_detail-01001 .d_DescriptionBigbox .wright #c_portalResFile_relatedlist-15610307330504235 {
  display: block;
}

#c_portalResProduct_relatedlist-15610307329825431 {
  display: none;
}

.c_portalResProduct_detail-01001 .d_DescriptionBigbox .wright #c_portalResProduct_relatedlist-15610307329825431 {
  display: block;
}

@media(max-width: 768px) {
  #c_portalResProduct_relatedlist-15610307329825431 .p_Product {
    width:45% !important;
  }

  .c_portalResNews_detail-01001 {
    padding: 15px !important;
  }

  #c_portalResProduct_relatedlist-15762079129703450 .p_Product {
    margin-right: 5%;
    width: 45% !important;
    margin-bottom: 5%;
  }

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

  .c_portalResNews_detail-01001 .p_articlesTitle {
    padding-left: 0;
    padding-right: 0;
  }

  .c_portalResNews_detail-01001 .p_TitleBoxA {
    margin-left: 0;
    max-width: none;
  }

  #c_portalResNews_detail-15762079126199602 {
    margin-top: 0 !important;
    padding-top: 50px;
  }

  .wsub-detail {
    flex-wrap: wrap;
  }

  .wsub-detail .wleft img {
    width: 100%;
  }

  .wsub-detail .wleft {
    width: 100%;
  }

  .wsub-detail .wright {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

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

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

.wd-20210427170152 {
  width: 150px;
  margin-left: 20px;
}

.wd-20210427170152 img {
  width: 100%;
}

.wd-20210427170152 p {
  text-align: center;
  font-size: 14px;
  color: #eee;
  margin-top: 10px;
}

#c_portalResNews_list-1576207228475 .newNmaeLink {
  font-size: 1.4rem;
}

#c_portalResNews_list-1576207228475 .listSumray {
  display: none;
}

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

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

.c_portalResNews_detail-01001 .p_headA {
  margin-bottom: 20px;
  display: block;
  text-align: left;
}

#c_portalResNews_list-1576207228475 .p_articles {
  float: none;
  width: 100%;
  padding: 0;
}

#c_portalResNews_list-1576207228475 .p_articles p {
  font-size: 16px;
  line-height: 1.8;
}

#c_portalResNews_list-1576207228475 .p_articles .wd-sub {
  margin-top: 5px;
}

#c_portalResNews_list-1576207228475 .p_articles .wd-sub p {
  line-height: 1.7;
  font-size: 14px;
  color: #555;
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 5px;
}

#c_portalResNews_list-1576207228475 .p_articles .wd-sub p:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #333;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 3px;
}

#c_portalResNews_list-1576207228475 .xNewList {
  height: auto;
  padding-bottom: 0;
  margin-bottom: 30px;
}

#c_portalResNews_list-1576207228475 .listContents {
  position: static;
  height: auto;
}

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

#c_portalResNews_list-1576207228475 .listContent {
  padding: 3vw;
}

#c_portalResNews_list-1576207228475 .Englist {
  display: none;
}

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

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

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

.wd-20210529083140 {
  background-color: #000;
}

img {
  width: 100%;
}

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

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

.wd-20210529083140 .wd-top .navbar_nav .dropdown {
  flex: 0 1 auto;
}

.wd-20210529083140 .wd-top .navbar_nav .dropdown:nth-child(1) {
  display: none;
}

.wd-20210529083140 .wd-top .navbar_nav .dropdown > a {
  font-size: 18px;
  color: #eee;
}

.wd-20210529083140 .wd-top .navbar_nav .dropdown .dropdown_menu {
  margin-top: 15px;
}

.wd-20210529083140 .wd-top .navbar_nav .dropdown .dropdown_menu .wd-sub {
  display: none;
}

.wd-20210529083140 .wd-top .navbar_nav .dropdown .dropdown_menu a {
  font-size: 14px;
  color: #eee;
  display: block;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.wd-20210529083140 .wd-top .wd-left {
  width: 100%;
  margin-right: 20px;
}

.wd-20210529083140 .wd-top .wd-info {
  position: relative;
}

.wd-20210529083140 .wd-top .wd-info h3 {
  margin-bottom: 25px;
}

.wd-20210529083140 .wd-top .wd-info h3 a {
  font-size: 32px;
  color: #fff;
}

.wd-20210529083140 .wd-top .wd-info .wd-item {
  margin-bottom: 10px;
  display: flex;
  color: #eee;
  line-height: 1.8;
}

.wd-20210529083140 .wd-top .wd-info .wd-item:nth-child(3) p {
  min-width: 70px;
}

.wd-20210529083140 .wd-top .wd-info .wd-item div {
  margin-right: 10px;
}

.wd-20210529083140 .wd-top .wd-info .wd-item a {
  color: #eee;
}

.wd-20210529083140 .wd-top .wd-right {
  min-width: 210px;
  display: flex;
}

.wd-20210529083140 .wd-top .wd-right .wd-item {
  margin-left: 15px;
  width: 180px;
}

.wd-20210529083140 .wd-top .wd-right .wd-item p {
  font-size: 12px;
  color: #eee;
  margin-top: 10px;
  text-align: center;
}

.wd-20210529083140 .wd-bottom {
  background-color: #292929;
  padding: 15px 0;
  text-align: center;
  color: #aaa;
  font-size: 14px;
}

.wd-20210529083140 .wd-bottom a {
  color: #aaa;
}

.wd-20210529083140 a:hover {
  text-decoration: underline;
  color: #fff !important;
}

.wd-20210529083140 .wd-top .wd-info h3 a {
  display: flex;
  align-items: center;
}

.wd-20210529083140 .wd-top .wd-info h3 a svg {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.wd-20210529083140 .wd-top .wd-info h3 a path {
  fill: #eee;
}

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

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

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

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

@media(min-width: 1600px) {
  .wd-20210529083140 .wd-top .wd-info {
    min-width: 560px;
  }

  .wd-20210529083140 .wd-top .navbar_nav .dropdown {
    flex: 1;
  }
}

.wd-df {
  display: flex;
}

.wd-df-sb {
  justify-content: space-between;
}

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

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

.wd.wd-debug .wd-dn {
  display: block !important;
}

.c_portalResSearch_total-02001 {
  display: block;
}

#c_portalResSearch_total-16222675766536602 .p_headbox {
  border: none;
}

.c_portalResSearch_total-02001 .p_searchBox .p_input .forward {
  display: none;
}

.c_portalResSearch_total-02001 .p_input input, .c_search_total-02001 .p_input .InputText {
  border-radius: 0;
}

#c_portalResSearch_total-16222675766536602 .p_searchBtn {
  width: 200px;
  background-color: var(--c);
  color: #fff;
  line-height: 60px;
  height: 60px;
  font-size: 18px;
}

#c_portalResSearch_total-16222675766536602 .p_searchBtn:hover {
  background-color: var(--cc);
}

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

.wd-20210529140603 svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

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

#c_portalResSearch_total-16222669888929061 .p_headbox {
  border: none;
}

#c_portalResSearch_total-16222669888929061 .p_searchBtn {
  width: 200px;
  font-size: 18px;
  color: #fff;
  background-color: var(--c);
  height: 60px;
  line-height: 60px;
}

#c_portalResSearch_total-16222669888929061 .p_searchBtn:hover {
  background-color: var(--cc);
}

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

.c_portalResSearch_result-03001 .p_Productlist .p_articles hr {
  display: none;
}

#c_portalResSearch_total-16222669888929061 {
  animation: none;
}

.wd-show #c_portalResPublic_codeContainer-1622260745308 .wd-bottom .wd-item {
  animation: fadeInUp 1s 0.7s both;
}

.wd-show #c_portalResPublic_codeContainer-1622260745308 .wd-20210529091737 .wd-top .wd-item {
  animation: fadeInUp 1s 0.5s both;
}

.wd-show #c_portalResPublic_codeContainer-1622260745308 .wd-20210529091737 .wd-top .wd-item:nth-child(2) {
  animation: fadeInUp 1s 0.6s both;
}

.wd-show #c_portalResPublic_codeContainer-1622260745308 .wd-20210529091737 .wd-top .wd-item:nth-child(3) {
  animation: fadeInUp 1s 0.7s both;
}

.wd-show #c_portalResBreadcrumb_nav-1622260745313 {
  animation: fadeInUp 1s 0.8s both;
}

.wd-show #w_fline-1622260745288 {
  animation: fadeInUp 1s 0.9s both;
}

.wd-show #c_portalResSearch_result-16222637575312898 {
  animation: fadeInUp 1s 1s both;
}

.wd-show #c_portalResPublic_codeContainer-16222510223147574 .wd-20210529091737 .wd-top .wd-item {
  animation: fadeInUp 1s 0.5s both;
}

.wd-show #c_portalResPublic_codeContainer-16222510223147574 .wd-20210529091737 .wd-top .wd-item:nth-child(2) {
  animation: fadeInUp 1s 0.6s both;
}

.wd-show #c_portalResPublic_codeContainer-16222510223147574 .wd-20210529091737 .wd-top .wd-item:nth-child(3) {
  animation: fadeInUp 1s 0.7s both;
}

.wd-show #c_portalResPublic_codeContainer-16222510223147574 .wd-bottom .wd-item {
  animation: fadeInUp 1s 0.7s both;
}

.wd-show #c_portalResBreadcrumb_nav-16222549031656825 {
  animation: fadeInUp 1s 0.8s both;
}

.wd-show #w_fline-1622254936165 {
  animation: fadeInUp 1s 0.9s both;
}

.wd-show #c_portalResProduct_list-15610299139215979 {
  animation: fadeInUp 1s 1s both;
}

.wd-down.wd-show #c_portalResPublic_codeContainer-16222510223147574 .wd-bottom .wd-item {
  animation: none !important;
}

.wd-down.wd-show #c_portalResPublic_codeContainer-1622260745308 .wd-bottom .wd-item {
  animation: none !important;
}

#c_portalResPublic_codeContainer-16222510223147574 .wd-sub {
  padding-bottom: 15px;
}

#c_portalResPublic_codeContainer-1622260745308 .wd-sub {
  padding-bottom: 15px;
}

.c_portalResSearch_result-03001 .p_Productlist .p_image img {
  width: 100% !important;
  height: 400px !important;
  object-fit: scale-down;
  transition: 0.2s;
}

.c_portalResSearch_result-03001 .p_Productlist .p_productMachine:hover .p_image img {
  opacity: 0.6;
}

.c_portalResSearch_result-03001 .p_Productlist .p_titleB {
  height: auto;
}

.c_portalResSearch_result-03001 .p_Productlist .p_articles {
  background-color: var(--c);
}

.c_portalResSearch_result-03001 .p_Productlist .p_titleB .font {
  color: #fff;
  display: block;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

#c_portalResSearch_result-16222637575312898 .p_productMachine {
  width: 25%;
  padding: 1%;
  position: relative;
}

#c_portalResSearch_result-16222637575312898 .p_productMachine .wd-more {
  position: absolute;
  top: 1%;
  left: 1%;
  padding: 20px;
  background-image: linear-gradient(145deg, #034190db, #3c82dc);
  width: 98%;
  height: 98%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

#c_portalResSearch_result-16222637575312898 .p_productMachine:hover .wd-more {
  opacity: 1;
  visibility: visible;
}

#c_portalResSearch_result-16222637575312898 .p_productMachine .wd-more a {
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 1.5;
  margin-bottom: 10px;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 10px;
}

#c_portalResSearch_result-16222637575312898 .p_productMachine .wd-more a.wd-detail {
  font-size: 12px;
  position: absolute;
  bottom: 3%;
  right: 3%;
  border: 1px solid #fff;
  padding: 10px;
}

#c_portalResSearch_result-16222637575312898 .p_productMachine .wd-more a.wd-detail:hover {
  background-color: #fff;
  color: #333;
  border-color: #333;
}

#c_portalResSearch_result-16222637575312898 .p_productMachine .wd-more .wd-summary {
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.c_portalResSearch_result-03001 .p_Productlist .p_Product {
  border: none;
}

.c_portalResSearch_result-03001 .p_Productlist .p_image {
  border: 1px solid #ddd;
}

.c_portalResSearch_result-03001 .p_Productlist .p_productMachine:hover .p_articles {
  background-color: #f3ce6c;
}

.c_portalResSearch_result-03001 .p_Productlist .p_productMachine:hover .p_titleB .font {
  color: #000;
}

.c_portalResSearch_result-03001 .p_Productlist .p_images .wd-more {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 180px;
  margin-left: -90px;
  background-color: #006DB8;
  color: #fff;
  font-size: 14px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}

.c_portalResSearch_result-03001 .p_Productlist .p_images .wd-more:hover {
  transform: translateY(-5px);
  transition: 0.1s;
}

.c_portalResSearch_result-03001 .p_Productlist .p_productMachine:hover .p_images .wd-more {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.wnav .wlogo .wd-stock {
  position: relative;
  padding-left: 45px;
  position: relative;
  top: -2px;
  margin-left: 20px;
}

.wnav .wlogo .wd-stock svg {
  position: absolute;
  top: 0;
  left: 0;
}

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

.wd-tel {
  display: flex;
  align-items: center;
  margin-right: 20px;
  min-width: 200px;
}

.wd-tel .wd-icon {
  background-color: #d32e22;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

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

.wd-tel a {
  font-size: 20px;
  color: #333;
}

.header .navbar_nav li.dropdown:nth-last-child(2) .dropdown_menu {
  display: none;
}

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

.wd-sub-cate a {
  line-height: 45px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #333;
  transition: 0.3s;
  padding: 0 40px;
  display: block;
}

.wd-sub-cate a:hover {
  background-color: #333;
  color: #fff;
}

.wd-sub-cate a.wd-current {
  background-color: #333;
  color: #fff;
}

.c_portalResCompanyFile_list-01001 .p_fileDetails h4 {
  display: flex;
  color: #000;
}

.p_fluctuat {
  display: flex;
}

.c_portalResCompanyFile_list-01001 .p_fileDetails {
  display: flex;
  margin-bottom: 10px;
}

#c_portalResnav_main-15609254580346788 .header .navbar_nav li.dropdown .wd-item {
  position: relative;
}

#c_portalResnav_main-15609254580346788 .header .navbar_nav li.dropdown .wd-item .wd-sub {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 200px;
  box-shadow: 0px 0px 3px #ddd;
  opacity: 0;
  visibility: hidden;
}

#c_portalResnav_main-15609254580346788 .header .navbar_nav li.dropdown .wd-item .wd-sub a {
  margin-bottom: 0;
  border-bottom: 1px dashed #ddd;
}

#c_portalResnav_main-15609254580346788 .header .navbar_nav li.dropdown:hover .wd-item:hover .wd-sub {
  opacity: 1;
  visibility: visible;
}

.wd-20210529083140 .wd-item {
  animation: none !important;
}

.wd-20210529083140 .wd-top .navbar_nav .dropdown {
  animation: none !important;
}

.wd-20210529083140 .wd-top .wd-info h3 {
  animation: none !important;
}

.navbar_nav .wd-item {
  position: relative;
}

.navbar_nav .wd-item .wd-sub {
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
  visibility: hidden;
  opacity: 0;
}

.navbar_nav .wd-item:hover .wd-sub {
  opacity: 1;
  visibility: visible;
}

.navbar_nav .wd-item .wd-sub a {
  margin-bottom: 0 !important;
  border-bottom: 1px dashed #ddd;
}

@media(max-width: 768px) {
  .wnav .wcenter {
    padding: 0;
  }

  .wnav .wlogo img {
    width: 50vw;
    height: auto;
  }

  .wnav .wlogo .wd-stock {
    display: none;
  }

  .wd-tel {
    display: none;
  }

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

  .header {
    padding-right: 0 !important;
  }

  .header #navToggle {
    padding-right: 0 !important;
  }

  #c_portalResPublic_codeContainer-16222510223147574 .wd-20210529091737 .wd-top .wd-item {
    padding: 8px;
  }

  #c_portalResPublic_codeContainer-16222510223147574 button {
    min-width: 70px;
    font-size: 14px;
    line-height: 40px;
  }

  #c_portalResPublic_codeContainer-16222510223147574 input {
    padding-left: 10px;
    line-height: 40px;
  }

  #c_portalResPublic_codeContainer-16222510223147574 input::placeholder {
    font-size: 14px;
  }

  #c_portalResPublic_codeContainer-16222510223147574 .wd-bottom .wd-item:nth-child(1) .wd-df:after {
    right: 80px;
    top: 15px;
    width: 10px;
    height: 10px;
  }

  #c_portalResPublic_codeContainer-16222510223147574 .wd-20210529091737 .wd-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  #c_portalResPublic_codeContainer-16222510223147574 .wd-20210529091737 .wd-top .wd-item {
    margin: 0 1px;
  }

  #c_portalResPublic_codeContainer-16222510223147574 .wd-20210529091737 .wd-top {
    padding: 0;
  }

  .wproList {
    padding: 15px;
  }

  body {
    background-color: #fff;
  }

  #c_portalResPublic_codeContainer-16222510223147574 .wd-sub {
    top: 40px;
    background-color: #eee;
  }

  #c_portalResPublic_codeContainer-16222510223147574 .wd-sub a {
    font-size: 14px;
    border-bottom: 1px dashed #ddd;
  }

  #c_portalResPublic_codeContainer-16222510223147574 .wd-bottom .wd-item:nth-child(2) .wd-df:after {
    width: 10px;
    height: 10px;
    top: 15px;
    right: 80px;
  }

  #c_portalResSearch_total-16222675766536602 #search_keyword {
    line-height: 40px;
    height: 40px;
  }

  #c_portalResSearch_total-16222675766536602 .p_searchBtn {
    display: block;
    width: 70px;
    height: 40px;
    line-height: 40px;
  }

  #c_portalResSearch_total-16222675766536602 .p_searchBox {
    height: 40px;
  }

  #c_portalResProduct_list-15610299139215979 {
    margin-top: 0;
  }

  .wproList .witem .wd-more .wd-summary {
    -webkit-line-clamp: 6;
  }

  .m_nav .ul li a {
    text-align: left !important;
  }

  .m_nav .ul li {
    text-align: left;
  }

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

  .wbanner .wwords h3 {
    line-height: 1.4;
    font-size: 20px;
  }

  .wbanner .wwords p {
    line-height: 1.5;
  }

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

  #c_portalResEbizads_banner-16221887065041644 .wd-20210528160731 {
    display: block;
  }

  #c_portalResEbizads_banner-16221887065041644 .wd-item {
    padding: 0;
    margin-bottom: 15px;
  }

  #c_portalResEbizads_banner-16221887065041644 .wd-20210528160915 .wd-more a {
    width: 70%;
  }

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

  #c_portalResProduct_list-16221924329950642 .wd-20210528170516 {
    display: block;
  }

  #c_portalResProduct_list-16221924329950642 .wd-item {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  #c_portalResProduct_list-16221924329950642 {
    width: 100%;
  }

  #w_grid-1622195200093 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    padding: 0;
  }

  #c_portalResNews_list-15744770963224877 .wd-container {
    display: block;
  }

  #c_portalResNews_list-15744770963224877 .wd-left {
    width: 100%;
    display: block;
  }

  #c_portalResNews_list-15744770963224877 .wd-left .wd-item {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  #c_portalResNews_list-15744770963224877 .wd-left .wd-title a {
    display: block;
    text-align: left;
  }

  #c_portalResNews_list-15744770963224877 .wd-pic img {
    height: auto;
  }

  #c_portalResNews_list-15744770963224877 .wd-right {
    width: 100%;
  }

  #w_common_text-1622195219514 {
    padding: 0 15px;
  }

  #c_portalResNews_list-15744770963224877 {
    width: 100%;
    padding: 0 15px;
  }

  .wd-20210529083140 .wd-top {
    display: block;
  }

  .wd-20210529083140 .wd-top .navbar_nav {
    display: block;
  }

  .wd-20210529083140 .wd-top {
    padding: 30px 15px;
  }

  .wd-20210529083140 .wd-top .navbar_nav .dropdown .dropdown_menu {
    padding-left: 0;
  }

  .wd-20210529083140 .wd-top .navbar_nav .dropdown .dropdown_menu .wd-sub {
    display: block;
    position: static;
    width: 100%;
    visibility: visible;
    opacity: 1;
  }

  .navbar_nav .wd-item .wd-sub {
    padding-left: 20px;
  }

  .navbar_nav .wd-item .wd-sub a {
    margin-bottom: 10px !important;
    border: none;
  }

  .wd-20210529083140 .wd-top .navbar_nav .dropdown .dropdown_menu a {
    position: relative;
    padding-left: 20px;
  }

  .wd-20210529083140 .wd-top .navbar_nav .dropdown .dropdown_menu a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ddd;
    border-radius: 50px;
    position: absolute;
    top: 7px;
    left: 10px;
  }

  .wd-20210529083140 .wd-top .wd-left {
    display: none;
  }

  .wd-20210529083140 .wd-top .wd-info .wd-item {
    display: block;
  }

  .wd-20210529083140 .wd-top .wd-right .wd-item {
    margin-left: 0;
    width: auto;
  }

  .wd-20210529083140 .wd-top .wd-right .wd-item img {
    width: 100%;
    min-width: 135px;
  }

  .wd-20210529083140 .wd-top .wd-right .wd-item:first-child {
    margin-right: 3vw;
  }

  .wd-20210529083140 .wd-bottom {
    padding: 30px 15px;
  }

  #c_portalResEbizads_banner-16221887065041644 {
    width: 100%;
  }

  #c_portalResProduct_list-16221924329950642 .wd-content .wd-summary {
    display: block;
  }

  #c_portalResNews_category-16221953126229174 .wd-20210528175005 a {
    padding: 10px 7vw;
    margin: 0 5px;
    font-size: 14px;
  }
}

.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: #fff;
    background-color: #dcdcdc;
    border-bottom: 1px solid #fff;
  }

  .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: #105bb7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

@media(max-width: 768px) {
  .w20191122165741 h3 {
    font-size:5vh;
  }
  .c_portalResCompanyFile_list-01001 .p_fileTitle, .c_portalResCompanyFile_list-01001 .p_categoryLeft, .c_portalResCompanyFile_list-01001 .p_downLoadLeft {
    font-size:18px;
    padding-right: 30px;
    line-height:1.5;
  }
}
.header .container {
  display:flex;
  justify-content:center;
}
.wd #c_portalResComplaintPage_detail-16233189599165771 {
  display:none;
}
.wd #c_portalResComplaintPage_detail-16233190752490571{
  display:none;
}

.wd-right-float-contact-info {
  position:fixed;
  top:30%;
  right:0;
  transform:translateY(-50%);
  z-index:999;

}
.wd-right-float-contact-info > div:nth-child(2) {
  width:45px;
  background-color:var(--cc);
  color:#fff;
  padding:15px;
  text-align:center;
  position:absolute;
  top:0;
  right:0;
}
.wd-right-float-contact-info > div:first-child {
  position:absolute;
  top:0;
  right:45px;
  background-color:#fff;
  padding:15px;
  width:200px;
  opacity:0;
  visibility:hidden;
}
.wd-right-float-contact-info:hover > div:first-child {
  opacity:1;
  visibility:visible;
}

.wd-container {
   position:relative;
   width: 100%;
   overflow: hidden;
}
.wd-prev {
  width:30px;
  height:30px;
  background-color:rgba(0, 0, 0, 0.4);
  transition:1s;
  position:absolute;
  top:50%;
  transform:translate(0%, -50%);
  left:10px;
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  z-index: 99;
}
.wd-prev:hover {
   background-color:#000; 
}
.wd-prev:before {
   content:"";
  display:block;
  width:10px;
  height:10px;
  transform:rotate(45deg);
  border-left:1px solid #fff;
  border-bottom:1px solid #fff;
}
.wd-next {
  width:30px;
  height:30px;
  background-color:rgba(0, 0, 0, 0.4);
  transition:1s;
  position:absolute;
  top:50%;
  transform:translate(0%, -50%);
  right:10px;
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  z-index: 99;
}
.wd-next:hover {
   background-color:#000; 
}
.wd-next:before {
   content:"";
  display:block;
  width:10px;
  height:10px;
  transform:rotate(45deg);
  border-top:1px solid #fff;
  border-right:1px solid #fff;
}
.wd-back-to-top {
  position:fixed;
  bottom:10vh;
  right:15px;
  z-index:100;
  cursor:pointer;
}
.wd-back-to-top svg {
  width:2vw;
  height:2vw;
}
.wd-back-to-top path {
  fill: #ccc;
  transition:0.5s;
  transform-origin:top center;
}
.wd-back-to-top svg:hover path {
  transform:rotateY(360deg);
}
.wd #c_portalResProduct_category-16222551293275651 {
  display:none;
}
.c_portalResProduct_select-01001 .p_ddTitle {
  display:none;
}
.c_portalResProduct_select-01001 .p_ddBox {
  width:100%;
  max-width:none;
  min-width:auto;
}
.c_portalResProduct_select-01001 .p_ddBorder {
  border: 1px solid #f5f5f5;
  height:50px;
  border-radius: 0;
  background: #f5f5f5;
  color: #7b7b7b;
}
.c_portalResProduct_select-01001 .p_ddText {
  height: 44px;
  line-height: 44px;
  color: #7b7b7b;
}
.c_portalResProduct_select-01001 .p_ddInfoBox {
  display: flex !important;
  flex-wrap: wrap;
  max-height: none;
  padding-bottom: 0;
  z-index: 999;
  overflow: visible;
  position: relative;
  top: -11px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.c_portalResProduct_select-01001 .p_itemInfo.p_dropDownBox {
  height: auto;
  line-height:50px;
}
.c_portalResProduct_select-01001 .formItemInput.radios {
  display:block;
  width:100%;
}
.c_portalResProduct_select-01001 .formItemInput.radios .btn {
  width:100px;
  height:50px;
  line-height:50px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.c_portalResProduct_select-01001 .c_search {
  width:calc(100% - 100px);
  border-radius:0;
  border: 1px solid #f5f5f5;
  height:50px;
  line-height:50px;
  box-shadow: none;
  margin: 0;
  padding: 3px 10px;
  background: #f5f5f5;
}
.c_portalResProduct_select-01001 .e_box.p_searchBtn1 {
  display:flex;
}
.c_portalResProduct_select-01001 .p_btns {
  position:absolute;
  top: -50px;
  right: -1px;
  z-index: 99;
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 100px;
  text-align: center;
  border-radius: 0;
  background: var(--c);
  transition:0.5s;
}
.c_portalResProduct_select-01001 .p_btns:hover {
  background-color:var(--cc);
}
.c_portalResProduct_select-01001 .p_selectedBox .p_infos .font {
  color: #fff;
}
.c_portalResProduct_select-01001 .p_selectedBox {
  color:#fff;
}
.c_portalResProduct_select-01001 .p_selectedBox .p_infos {
  border:1px solid #fff;
}
.c_portalResProduct_select-01001 .p_icons {
  margin-top:15px;
}
#c_portalResEbizads_banner-16221887065041644 .wd-title a {
  transition:1s;
}
#c_portalResEbizads_banner-16221887065041644 .wd-title a:hover {
  color:var(--cc);
}
#c_portalResEbizads_banner-16221887065041644 .wd-20210528160915 .wd-more a {
  transition:1s;
}
#c_portalResEbizads_banner-16221887065041644 .wd-20210528160915 .wd-more a:hover {
  background-color:var(--cc);
}
.c_portalResProduct_select-01001 .p_ddInfoBox .radios {
  display: flex !important;
  align-items: center;
}
.c_portalResProduct_select-01001 .p_ddInfoBox .radios input {
  margin-right:5px;
}
#c_portalResEbizads_banner-16221887065041644 .wd-icon path {
  transition:1s;
}
#c_portalResEbizads_banner-16221887065041644 .wd-item:hover .wd-icon path {
  fill:var(--cc);
}
.c_portalResProduct_select-01001 .p_ddInfoBox .p_categoryTitle {
  width:100%;
}
.c_portalResProduct_select-01001 .p_ddInfoBox .list {
  display:flex;
  flex-wrap:wrap;
  width: auto;
}
#c_portalResProduct_select-16242688193584110 .p_selectedBox.wd-show {
  margin-top: 0px;
}
.c_portalResProduct_select-01001 .formItemInput.radios .btn {
  background-color:var(--c);
}
@media(max-width:1620px) {
  #c_portalResnav_main-15734876965659223 .header {
    padding:0;
  }
  #c_portalResnav_main-15734876965659223 .header .navbar_nav li a {
    padding:0;
  }
  .navbar_nav {
    display:flex;
    justify-content: space-around;
  }
  .nav {
    width:100%;
  }
}
@media(max-width:768px) {
  #c_portalResNews_list-15744770963224877 .wd-wrapper {
    display:block;
  } 
  .wd-back-to-top svg {
    width:5vw;
    height:5vw;
  }
  .wd-back-to-top {
    right:5px;
  }
  #c_portalResNews_list-15744770963224877 .wd-right {
    margin-top:15px;
  }
}
.c_portalResProduct_detail-01001 .p_image {
  border:1px solid #ddd;
}
@media(min-width:769px) and (max-width:1280px) {
  .wd-tel {
    display:none;
  }
}
@media (max-width: 1620px) {
  #c_portalResnav_main-16226999045971562 .header .navbar_nav li a {
  padding: 0;
}
  #c_portalResnav_main-16226999045971562 .header {
    padding:0;
  }
}