body {
  opacity: 0;
  visibility: hidden;
}

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

body.make {
  opacity: 1;
  visibility: 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: fadeInLeft 1s 0s both;
}

.wd-right-float.wd-show .wd-item {
  animation: fadeInRight 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: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #28a920;
  margin-bottom: 2px;
}

.wd-right-float .wd-item a svg {
  width: 30px;
  height: 30px;
  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;
  }
}

@media(max-width: 768px) {
  #w_grid-1605148098702> div > .p_gridbox > .p_gridCell {
    margin:0;
  }

  #c_portalResNews_list-16051480987827619 .p_news {
    padding: 0;
  }
}

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

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

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

.wd-show .wd--nav {
  animation: fadeInDown 1s 0.2s both;
}

.wd-show .wd-20210207101916 {
  animation: fadeInDown 1s 0.2s both;
}

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

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

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

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

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

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

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

.wd-show li.wd-20210207101916:nth-child(7) {
  animation-delay: 0.8s;
}

.wd-show li.wd-20210207101916:nth-child(8) {
  animation-delay: 0.9s;
}

.wd--header-tel {
  opacity: 0;
}

.wd-show .wd--header-tel {
  animation: fadeInDown 1s 0.8s both;
}

#c_portalResEbizads_banner-15889873499571493 .lv-slider .swiper-slide {
  overflow: hidden;
}

.wd #c_portalResEbizads_banner-15889873499571493 .lv-slider .swiper-pagination-bullet {
  opacity: 0;
}

.wd-show #c_portalResEbizads_banner-15889873499571493 .lv-slider .swiper-pagination-bullet {
  animation: fadeInUp 1s both;
}

.wd-show #c_portalResEbizads_banner-15889873499571493 .lv-slider .swiper-pagination-bullet:nth-child(1) {
  animation-delay: 0.5s;
}

.wd-show #c_portalResEbizads_banner-15889873499571493 .lv-slider .swiper-pagination-bullet:nth-child(2) {
  animation-delay: 0.6s;
}

.wd-show #c_portalResEbizads_banner-15889873499571493 .lv-slider .swiper-pagination-bullet:nth-child(3) {
  animation-delay: 0.7s;
}

.wd-show #c_portalResEbizads_banner-15889873499571493 .lv-slider .swiper-pagination-bullet:nth-child(4) {
  animation-delay: 0.8s;
}

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

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

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

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

#w_common_text-1596681446026 a:hover span {
  color: #fff !important;
}

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

@media(min-width: 769px) and (max-width:1440px) {
  #c_portalResEbizads_banner-15889873499571493 .container {
    width:80%;
  }
}

@media(max-width: 768px) {
  #w_common_text-1574676285633 p {
    text-align:left !important;
  }

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

  #w_common_text-1574676285646 a {
    display: block;
  }

  #w_common_text-1574676285646 > div > div > p > span > span > a:nth-child(4) {
    display: inline;
  }

  #w_common_text-1574676285646 > div > div > p > a {
    display: inline;
  }

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

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

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

  #w_common_text-1596681446026 a {
    display: block;
  }

  #w_common_text-1596681446026 > div > div > p > span > span > a:nth-child(4) {
    display: inline;
  }

  #w_common_text-1596681446026 > div > div > p > span > span > a:nth-child(5) {
    display: inline;
  }
}

#c_portalResnav_main-15966814492318879 .top-nav-wrap .btlink4 {
  display: none;
}

#c_portalResnav_main-15966814492318879 .top-nav-wrap .btlink6 {
  display: block;
}

#c_portalResnav_main-15746762858944025 .top-nav-wrap .btlink4 {
  display: none;
}

#c_portalResnav_main-15746762858944025 .top-nav-wrap .btlink6 {
  display: block;
}

@media(max-width: 768px) {
  .wd #content_box-1579165778049-0 {
    position:relative;
    z-index: 10;
  }

  .wd .c_portalResProduct_category-01001 ul.content {
    padding-top: 80px;
  }

  #c_portalResProduct_category-1605235826549 .contentBox {
    z-index: 1;
  }
}

.c_portalResIntro_detail-01001 .p_content video {
  max-width: 1200px !important;
  height: auto !important;
  margin-bottom: 30px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

.c_portalResCompanyFile_list-03001 .p_listedFiles .p_img {
  display: none;
}

#c_portalResCompanyFile_list-16070508711526058 .p_fileItem {
  width: 100%;
}

.c_portalResCompanyFile_list-03001 .p_fileDetails {
  text-align: left;
}

.c_portalResCompanyFile_list-03001 .p_fileDetails h4 {
  margin-bottom: 15px;
}

.p_fluctuat {
  text-align: left;
  margin-left: 10px;
  margin-top: 10px;
}

@media(max-width: 768px) {
  .c_portalResCompanyFile_list-03001 .p_fileListMo {
    padding:0;
  }

  .c_portalResCompanyFile_list-03001 .p_img {
    display: none;
  }
}

.c_portalResEbizads_banner-01001 .subpage_ad .text {
  opacity: 1;
  z-index: 1000 !important;
  display: block !important;
}

.c_portalResEbizads_banner-01001 .subpage_ad .text .ad-tit {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.c_portalResEbizads_banner-01001 .subpage_ad .text .ad-tit span {
  display: block;
  font-size: 2vw;
  color: #fff;
  letter-spacing: 12px;
}

#w_grid-1596681445974 .p_gridbox {
  border: none;
}

.wd-20201127092601 ul {
  display: flex;
  max-width: 700px;
}

.wd-20201127092601 li {
  width: calc(100% / 4);
}

.wd-20201127092601 li > a {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 30px;
}

.wd-20201127092601 .wd-sub a {
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  margin-right: 10px;
}

.wd-20201127092601 .wd-sub a:hover {
  color: #fff;
  text-decoration: underline;
}

.wd #w_grid-1607056631725 > div > div {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}

.wd #w_grid-1607056631725 > div > div > div {
  width: auto !important;
}

.wd #w_grid-1607056631725 > div > div > div:nth-child(1) {
  min-width: 700px !important;
}

.wd #w_grid-1607056631725 > div > div > div:nth-child(3) {
  min-width: 160px !important;
  margin-left: 50px !important;
}

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

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

.wd #content_box-1596681793688-2 {
  display: none;
}

.wd #w_grid-1596681793688 > div > div {
  display: flex;
  justify-content: space-between;
}

.wd #w_grid-1596681793688 > div > div > div {
  width: auto !important;
}

.wd #w_grid-1596681793688 > div > div > div:nth-child(2) {
  min-width: 700px !important;
}

.wd #w_fimg-1596681793704 {
  max-width: 180px !important;
}

.wd #w_fimg-1596681793704.w-scroll-ani.scrolled {
  animation:fadeInDown 1s both;
}

#c_portalResnav_main-15966817969545034 .navLi:hover .navName {
  color: #009544;
}

#c_portalResnav_main-15966817969545034 .navLi.wd-current .navName {
  color: #009544;
}

#c_portalResnav_main-15966817969545034 .navLi.wd-current .tNavH::before {
  width: 100%;
  opacity: 1;
}

#c_portalResnav_main-15966817969545034 .tNavH::before {
  background-color: #009544;
}

#c_portalResnav_main-15966817969545034 .slidBox {
  border-bottom-color: #51cd89;
}

#c_portalResnav_main-15966817969545034 .navSli:hover .navSlink {
  background-color: #51cd89;
}

#c_portalResnav_main-15966817969545034 .navSli:hover:before {
  background-color: #51cd89;
}

.wd #w_fbtn-1607056734978 .p_CommonBtn .font {
  text-align: left;
}

#w_fbtn-1607056734978 .p_CommonBtn {
  background-image: url(/img/20201204114649.png);
  background-position: 80% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wd #w_fbtn-1607056766816 .p_CommonBtn .font {
  text-align: left;
}

#w_fbtn-1607056766816 .p_CommonBtn {
  background-image: url(/img/20201204114732.png);
  background-position: 80% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wd #w_fbtn-1607056751374 .p_CommonBtn .font {
  text-align: left;
}

#w_fbtn-1607056751374 .p_CommonBtn {
  background-image: url(/img/20201217165009.png);
  background-position: 80% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wd #w_fimg-1607056734948.w_fimg-000 .p_dimage {
  position: relative;
}

.wd #w_fimg-1607056734948.w_fimg-000 .p_dimage img {
  position: relative;
  z-index: 10;
}

.wd .w_fimg-000 .p_dimage {
  overflow: visible;
}

.NavList_a1 .more.active {
  background-color: #45924e !important;
}

.NavList_a1 a:hover {
  background-color: #45924e !important;
}

/* page */
@media only screen and (min-width: 769px) {
  .p_page .pre {
    display: inline-table;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    height: 38px;
    margin: 0 5px 0 18px;
    text-align: center;
    padding: 0 10px;
    border-radius: 0px;
    border: 1px solid #fff;
    background: #fff;
    color: #333333;
  }

  .p_page .pre:active {
    background: #45924e;
    border-color: #45924e;
    color: #fff;
  }

  .p_page .pre:hover {
    color: #fff;
    background: #45924e;
    border-color: #45924e;
    cursor: pointer;
  }

  .p_page .next {
    display: inline-table;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    height: 38px;
    border: 1px solid #fff;
    background: #fff;
    color: #333;
    text-align: center;
    padding: 0 10px;
    border-radius: 0px;
  }

  .p_page .next:active {
    background: #45924e;
    border-color: #45924e;
    color: #fff;
  }

  .p_page .next:hover {
    background: #45924e;
    border-color: #45924e;
    color: #fff;
    cursor: pointer;
  }

  .p_page .pageNum {
    position: relative;
    float: left;
    height: 38px;
    min-width: 38px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    background-size: 100% 100%;
    color: #595959;
    border: 1px solid #fff;
    cursor: pointer;
    line-height: 38px;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    border-radius: 0px;
  }

  .p_page .pageNum:active {
    color: #fff;
    text-decoration: none;
    background-color: #45924e;
    border-color: #45924e;
  }

  .p_page .pageNum:hover {
    color: #fff;
    border-color: #45924e;
    cursor: pointer;
    text-decoration: none;
    background-color: #45924e;
  }

  .p_page .pageNum.active {
    text-decoration: none;
    background-color: #45924e;
    color: #fff;
    border-color: #45924e;
  }
}

.c_portalResIntro_detail-01001 .p_content p {
  line-height: 1.8;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

::selection {
  background: #285ad8;
  color: #ffffff;
}

.wd #w_common_text-1607056631741 {
  padding-left: 35px;
  background: url(/img/20201204114814.png) 0 10px no-repeat;
}

.wd #w_common_text-1607056631745 {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url(/img/20201204114830.png) 0 6px no-repeat;
}

.wd #w_common_text-1607056631748 {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url(/img/20201204114848.png) 0 3px no-repeat;
}

.w-sub-contact {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  z-index: 10;
}

.w-sub-contact:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #222;
  top: 0px;
  left: 0px;
  opacity: 0.8;
}

.w-sub-contact .w-wrapper {
  position: relative;
  z-index: 100;
}

.w-sub-contact .tel a {
  display: block;
  width: 600px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #47ab2a;
  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 .list {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.w-sub-contact .list .w-item {
  margin: 0px 10px;
  font-size: 16px;
  color: #fff;
  display: flex;
}

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

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

.wd #allmap {
  height: 80vh;
}

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

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

.wd #c_portalResProduct_detail-15791661402201381 .p_images {
  height: auto !important;
  width: 100% !important;
}

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

@media(max-width: 768px) {
  .wd-20201204141223 .wd-item {
    width:100%;
    margin-bottom: 15px;
  }

  .wd-20201204141223 .wd-item img {
    width: 100% !important;
    height: auto !important;
  }

  #content_box-1607056751363-0 {
    padding: 10% 0;
  }

  #w_grid-1608114573496 {
    padding: 10% 0;
  }

  #w_grid-1608114573496 > div > div > div {
    margin-bottom: 20px !important;
  }

  #c_portalResProduct_list-16070567515365131 .wd-item .wd-title {
    width: 90%;
    text-align: center;
  }

  #content_box-1608114435925-0 {
    padding: 10% 0;
  }

  #c_portalResFriendlink_list-16081150047127266 .wd-item {
    width: 48%;
    margin: 1%;
  }

  #c_portalResFriendlink_list-16081150047127266 .wd-item img {
    width: 100%;
  }

  #w_grid-1607056766802 {
    padding: 10% 0;
  }

  #w_fbtn-1607056766816 {
    margin-left: 0;
  }

  #c_portalResNews_list-16070567669426361 .wd-20201204115448 .wd-item {
    display: block;
  }

  #c_portalResNews_list-16070567669426361 .wd-20201204115448 .wd-item .wd-20201204115527 {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }

  #c_portalResNews_list-16070567669426361 .wd-20201204115448 .wd-item .wd-summary {
    width: 100%;
  }

  #w_grid-1596681445959 > div > .p_gridbox {
    background-color: rgba(42, 95, 50, 1);
  }

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

  .wd #w_grid-1596681793688 > div > div > div {
    width: 100% !important;
  }

  .wd #w_grid-1596681793688 > div > div > div:nth-child(2) {
    min-width: auto !important;
  }

  #w_fimg-1596681793704 .p_dimage {
    background-size: 80%;
    background-position: center left;
  }

  .wd #w_fimg-1596681793704 {
    position: relative;
    left: 15px;
  }

  #c_portalResEbizads_banner-16070567160096073 .lv-style {
    height: calc(100vw/1920*693);
  }

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

  #c_portalResProduct_list-16070567515365131 {
    margin-bottom: 10%;
  }

  .wd #content_box-1608114832076-1 {
    display: none;
  }
}

.wd #c_portalResProduct_list-16070567515365131 .wd-item ~ div {
  display: block;
}

#c_portalResFriendlink_list-16081858414614048 .wd-item img {
  width: 100%;
}

@media(max-width: 768px) {
  #c_portalResFriendlink_list-16081858414614048 .wd-item {
    width:45%;
    margin: 2.5%;
    margin-bottom: 15px;
  }

  .wd #c_portalResProduct_detail-15791661402201381 .p_images {
    padding-bottom: 0 !important;
  }

  #w_grid-1596693579163 > div > .p_gridbox {
    padding: 0;
  }

  #c_portalResNews_list-1608188357464 .wd-item {
    padding-right: 0;
  }

  #c_portalResNews_list-1608188357464 .wd-item > svg {
    display: none;
  }

  #c_portalResNews_list-1608188357464 article {
    padding-right: 0;
    display: block;
  }

  #c_portalResNews_list-1608188357464 .wd-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .w-sub-contact .tel a {
    width: 90vw;
    font-size: 24px;
    letter-spacing: 0;
  }

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

  .w-sub-contact .list .w-item {
    text-align: left;
    line-height: 2;
    font-size: 18px;
  }

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

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

  #c_portalResMessage_form-16051528488785523 .p_ContactInfo {
    padding: 0;
  }

  #c_portalResMessage_form-16051528488785523 .p_CaptchasBox {
    padding-right: 0 !important;
  }

  #c_portalResMessage_form-16051528488785523 .p_EmailBox {
    padding-right: 0 !important;
  }

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

  .c_portalResPublic_codeContainer-01001003 .about-num li {
    display: block !important;
    width: 100% !important;
  }
}

.subpage_ad {
  position: relative;
}

.subpage_ad:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 19;
}

.subpage_ad.wd-show-title:before {
  opacity: 0.2;
  transition: 1s 0.8s;
}

.ad-sum {
  display: none !important;
}

.ad-line {
  display: none !important;
}

#c_portalResProduct_detail-15791661402201381 .p_interaction button {
  background-color: #009544;
  border-color: #009544;
}

#c_portalResProduct_detail-15791661402201381 .d_SortName a .font {
  background-color: #036530;
  border-color: #036530;
}

.wd #w_grid-1596681793680 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: auto;
  box-shadow: 0px 0px 10px #ddd;
}

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

#c_portalResNews_list-16082744669446508 .wd-summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#c_portalResNews_list-16082744669446508 .wd-title2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.e_SideMajorStyleBox-001 .stylebox_top {
  height: 55px;
  line-height: 55px;
  background: #009544;
}
.e_SideMajorStyleBox-001 .stylebox_title {
  background-color:#009544;
}

.e_SideMajorStyleBox-001 .stylebox_title h2 {
  font-size: 22px;
}

.c_portalResProduct_detail-01001 .d_description p {
  line-height: 1.8 !important;
  margin-bottom: 15px !important;
  color: #333;
  font-size: 16px;
}

.wd-flex {
  display: flex;
}

.wd-flex-justify-center {
  justify-content: center;
}

#c_portalResPublic_codeContainer-16081703448356205 .li:first-child {
  padding-top: 0;
}



@media(max-width: 768px) {
  
  .wd #w_common_text-1607056631752 a {
  display: block;
}

.wd #w_common_text-1607056631752 a:nth-last-child(1) {
  display: inline-block;
}

.wd #w_common_text-1607056631752 a:nth-last-child(2) {
  display: inline-block;
}

.wd #w_common_text-1607056631752 a:nth-last-child(3) {
  display: inline-block;
}

#c_portalResnav_main-15966817969545034 .navBtn {
  background-color: #45914f;
}
  
  .wd-20201127092601 ul {
    display:block;
    width: 100%;
  }

  .wd-20201127092601 li {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
    padding-right: 30px;
  }

  .wd #w_grid-1607056631725 > div > div > div:nth-child(1) {
    min-width: auto !important;
    width: 100% !important;
  }

  .wd-20201127092601 li .wd-sub {
    display:none;
  }

  .wd-20201127092601 li .wd-sub a {
    display:inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .wd-20201127092601 li > a {
    margin-bottom: 10px;
  }

  .wd #w_grid-1607056631725 > div > div > div {
    width: 100% !important;
  }

  .wd #w_grid-1607056631725 > div > div > div:nth-child(3) {
    min-width: auto !important;
    margin-left: 0px !important;
  }
}

.wd-20201127092601 li .wd-more {
  display: none;
}

.wd-20201127092601 li svg {
  display:none;
}

@media(max-width: 768px) {
  .wd-20201127092601 li {
    position:relative;
    padding-left:28px;
  }

  .wd-20201127092601 li svg {
    width:20px;
    height:20px;
    position:absolute;
    top:3px;
    left:0;
  }

  .wd-20201127092601 li path {
    fill:#fff;
  }

  .wd-20201127092601 li .wd-more {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
  }

  .wd-20201127092601 li .wd-more:before {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    background-color: #fff;
    margin-top: 7px;
    transition:1s;
    margin-left: 15px;
  }

  .wd-20201127092601 li .wd-more:after {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    background-color: #fff;
    transform: rotate(90deg);
    margin-top: -1px;
    transition:1s;
    margin-left: 15px;
  }
  .wd-20201127092601 li .wd-more.wd-show:before {
    transform: rotate(45deg) translateX(0px) translateY(5px);
    width: 70%;
  }
  .wd-20201127092601 li .wd-more.wd-show:after {
    transform: translateX(0px) rotate(-45deg) translateY(5px);
    width: 70%;
  }
  #w_common_text-1607056631752 p {
     line-height:2; 
  }
  #content_box-1607056631725-2 {
     display:none; 
  }
  .wd #w_common_text-1607056631736 {
     display:none !important; 
  }
  .wd-20201127092601 li svg {
    display:block;
  }
}
#c_portalResNews_list-16081942957458125 .pic {
  object-fit:cover;
}

.wd-no-img {
  max-width:200px !important;
  height:auto !important;
  width:70% !important;
}
#c_portalResNews_list-16081942957458125 .picBox a {
  display:flex;
  justify-content:center;
  align-items:center;
  height:100%;
  border:1px solid #ddd;
}

.c_portalResNews_detail-01001 .p_NewsDetail p {
  font-size:16px;
  line-height:1.8;
  margin-bottom:1em;
}
.c_portalResNews_detail-01001 .p_NewsDetail img {
  max-width:900px !important;
  height:auto !important;
  margin:15px 0px;
}
#c_portalResPublic_codeContainer-15791645021555175 {
  margin-top: 0;
}
@media(max-width:768px) {
  #c_portalResPublic_codeContainer-15791645021555175 {
    margin-top:70px;
  } 
}
#c_portalResProduct_category-16084450345789568 .yjLink {
  font-size:16px;
  font-weight: normal;
  color: #333;
}
#c_portalResProduct_category-16084450345789568 .yjLink::before {
  background-color:#009544;
  top: -19px;
}
.wd #c_portalResProduct_detail-15791661402201381 .p_images img.wd-no-img {
  max-width:none !important;
}
.wd #c_portalResEbizads_banner-16070567160096073 {
  margin-top: 90px;
}
body.sub {
  padding-top:90px;
}
.subpage_ad .text {
  top:50% !important;
}
.e_FlowCommonStyleBox-001 .stylebox_top {
  background-color:#45924e;
  height: 60px;
  line-height: 60px;
}
.e_FlowCommonStyleBox-001 .stylebox_title {
  background-color:#45924e;
}
.e_FlowCommonStyleBox-001 .title_main {
  font-size:22px;
}
.wd-sub-cate a {
  display:block;
  padding:15px 30px;
  border-bottom:1px solid #eee;
  font-size:16px;
  color:#333;
  position:relative;
}

.wd-sub-cate a:before {
  content:"";
  display:block;
  width:2px;
  height:100%;
  background-color:#45924e;
  position:absolute;
  top:0;
  left:0;
  transform:scale(0);
  transition:1s;
}

.wd-sub-cate a:hover {
  color:#45924e;
}

.wd-sub-cate a:hover:before {
  transform:scale(1);
}
.wd-sub-cate .wd-current a {
  color:#45924e;
}
.wd-sub-cate .wd-current a:before {
  transform:scale(1);
}
.wd-sub-cate a:hover {
  background-color:#f5f8fa;
}
.wd-sub-cate .wd-current a {
  background-color:#f5f8fa;
}
.wd #c_portalResNews_category-16093811876905450 {
  display:none;
}
.wd #c_portalResNews_list-16093810653056497 {
  display:none;
}
.wd--honor-list .wd--item ul .wd-item {
  margin-bottom:20px;
}
.wd--honor-list h3:hover {
  color:#45924e;
}
.wd--honor-list .wd-current h3 {
  color:#45924e;
}
.wd-20201231105320 {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.wd-20201231105320 .wd-item {
  width:100%;
  margin:1.5%;
  display: flex;
  align-items: flex-start;
}
.wd-20201231105320 .wd-item .wd-icon {
  width:50%;
  border-radius:10px;
  margin-bottom:10px;
  display:flex;
  justify-content:center;
  align-items:center;
  border: none;
  position: sticky;
  top: 120px;
}

.wd-20201231105320 .wd-item .wd-right {
  width:50%;
  border-radius:10px;
  margin-bottom:10px;
  border: none;
  text-align:left;
  padding: 0 3%;
}

.wd-20201231105320 .wd-item .wd-icon img {
  width:100%;
  height:auto;
}

.wd-20201231105320 .wd-item h2 {
  color: #46924f;
  margin-bottom:10px;
  margin-top:15px;
  font-weight: bolder;
  font-size: 32px;
  margin-bottom: 2rem;
  border-bottom: 2px dashed #ddd;
  padding-bottom: 2rem;
}
.wd-20201231105320 .wd-item p {
  font-size:14px;
  color:#666;
  line-height:1.8;
  margin-bottom: 15px;
}
#c_portalResProduct_list-16093840172980709 .PhotoList_k1 li:hover span {
  background-color:#45924e;
}
#c_portalResProduct_list-16093840172980709 .PhotoList_k1 li {
  background-color:#f0f9f1;
}
#c_portalResProduct_list-16093840172980709 .PhotoList_k1 li a {
  background-color:#f0f9f1;
}
#c_portalResProduct_category-16084450345789568 .contentBox {
  box-shadow:none;
}
#c_portalResProduct_category-16084450345789568 .yjLink::before {
  transform:scale(0);
  transition:1s;
}
#c_portalResProduct_category-16084450345789568 .wd-current .yjLink::before {
  transform:scale(1);
}
#c_portalResProduct_category-16084450345789568 .yjLink:hover::before {
  transform:scale(1);
}
#c_portalResProduct_list-15791660244892910 .lookDetail {
  display:none;
}
#c_portalResProduct_list-15791660244892910 .porBbox {
  padding:10px;
}
#w_common_text-1608133262079 p {
  margin-bottom:1em;
}
::selection {
  background:#45924e;
  color: #ffffff;
}
#c_portalResNews_list-16081942957458125 .p_news {
  padding:0;
}
#c_portalResNews_list-16081942957458125 .title:hover .titleLink {
  color: #46934e;
}
.c_portalResNews_detail-01001 .p_dataSource {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}
.c_portalResNews_detail-01001 .p_PrevAndNext {
  display:none;
}
a:hover {
  color:#45924e;
}
#c_portalResProduct_list-15791660244892910 .proTitle a {
  margin-bottom:0;
}
.c_portalResProduct_detail-01001 .d_DescriptionBoxA {
  display:none;
}
.c_portalResProduct_detail-01001 .p_ProInfo {
  min-width: 400px;
}
.c_portalResProduct_detail-01001 .p_imagesA {
  width: calc(100% - 500px) !important;
}
#c_portalResProduct_detail-15791661402201381 .product_info {
  display:flex;
  align-items:flex-start;
}
.wd .c_portalResBreadcrumb_nav-01001 {
  display:none !important;
}
.c_portalResProduct_detail-01001 .p_products {
  display:none;
}
#c_portalResProduct_detail-15791661402201381 .p_interaction button {
  display:none;
}
#c_portalResProduct_detail-15791661402201381 .d_SortName {
  margin-left:0;
}
#c_portalResProduct_detail-15791661402201381 .d_summary {
  padding-bottom:0;
  border:none;
}
#c_portalResProduct_detail-15791661402201381 .more_link .download .iconfont:before {
  content:'\e675';
}
#c_portalResProduct_detail-15791661402201381 .d_summary p {
  font-weight:normal;
  margin-bottom:1em;
  word-break : normal;
}

.wd .w_fimg-000 {
  min-height:auto !important;
}
@media(max-width:768px) {
  .wd #w_grid-1607056631725 > div > div {
    flex-wrap:wrap;
  } 
  .wd #w_common_text-1607056631741 {
    margin-top:0;
  }
  #c_portalResEbizads_banner-1579159961610 .subpage_ad {
    margin-top:0;
  }
  body.sub {
    padding-top: 70px;
  }
  .c_portalResEbizads_banner-01001 .subpage_ad .text .ad-tit span {
    letter-spacing:0;
  }
}
.wd-sub-cate .wd-trigger {
  display:none;
}
@media(max-width:768px) {
  .wd-sub-cate .wd-trigger {
    display:flex;
    align-items:center;
    background-color:#009544;
    padding-top:15px;
    padding-bottom:15px;
    justify-content:center;
    position:relative;
  }
  .wd-sub-cate .wd-trigger span {
    font-size:18px;
    color:#fff;
  }
  .wd-sub-cate .wd-trigger svg {
    width:15px;
    height:15px;
    position:absolute;
    top:50%;
    right:15px;
    margin-top:-7.5px;
    transition:1s;
  }

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

  .wd-sub-cate .wd-trigger path {
    fill:#fff;
  }
  .e_SideMajorStyleBox-001 .stylebox_top {
    display:none;
  }
  .e_SideMajorStyleBox-001 .stylebox_content {
    border:none;
  }
  .wd-sub-cate a {
    text-align:center;
    background: #eee;
    border-bottom: 1px solid #ddd;
  }
  .wd-sub-cate .wd-item {
    display:none;
  }
}

#c_portalResProduct_list-16091521881065220 .lookDetail {
  display:none;
}
#c_portalResProduct_list-16091521881065220 .porBbox {
  padding:10px;
}
#c_portalResProduct_list-16091521881065220 .proTitle a {
  margin-bottom:0;
}

@media(max-width:768px) {
  .e_FlowCommonStyleBox-001 .stylebox_top {
    display:none;
  } 
  .subpage_ad {
    margin-top:0 !important;
  }
  .wd-sub-cate {
    margin-bottom:20px;
  }
  .e_FlowCommonStyleBox-001 .stylebox_content {
    border:none;
  }
  .e_FlowCommonStyleBox-001 .stylebox_bottom_line {
    display:none;
  }
  
  #w_common_text-1608274473671 {
    margin-top:30px;
  }
  #c_portalResNews_list-16082744669446508 .rightBox .newList {
    margin-bottom:10px;
    padding-bottom:10px;
  }
  #c_portalResNews_list-16084328920017698 {
    width:100%;
  }
  #w_common_text-1608274373396 {
    margin-top:30px;
  }
  #c_portalResNews_list-16084328920017698 .wd-title2 {
      display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  }
  #c_portalResNews_list-16082744669446508 .leftBox {
    height:auto;
  }
  #w_common_text-1608275382028 {
    margin-top:30px;
  }
  #c_portalResProduct_list-16091521881065220 .proImg {
    height:auto !important;
    transform:none !important;
    position:static !important;
  }
  #c_portalResProduct_list-16091521881065220 .porTbox {
    padding-bottom:0 !important;
  }
  #c_portalResProduct_list-16091521881065220 .proLi {
    padding:10px;
  }
  #c_portalResProduct_list-16091521881065220 .proTitle a {
    text-align:center;
  }
  .wd #c_portalResEbizads_banner-16070567160096073 {
    margin-top:0;
  }
  #w_fbtn-1609152247002 {
    margin-bottom:30px;
  }
  #w_common_text-1608280468730 {
    margin-top:30px;
  }
  #w_common_text-1608284273794 {
    margin-bottom:30px;
  }
}
#c_portalResEbizads_banner-16070567160096073 .lv-slider .swiper-pagination-bullet-active {
  background-color:#45924e;
}
.wd--honor-list .wd--item ul .wd-item p {
  transition:1s;
}
.wd--honor-list .wd--item ul .wd-item p:hover {
  color:#45924e;
}
.wd--honor-list .wd--item ul .wd-item:before {
  transition:1s;
}
.wd--honor-list .wd--item ul .wd-item:hover:before {
  background-color:#45924e;
  transform:scale(1.5);
}

@media(max-width:768px) {
  #w_grid-1596693579155> div > .p_gridbox > .p_gridCell:nth-child(2) {
    display:block;
  }
  .c_portalResNews_detail-01001 .p_dataSource li {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
  }
  #c_portalResNews_detail-15791608585754694 .p_headA.h3 {
    text-align:center;
    line-height:1.6;
  }
  .c_portalResNews_detail-01001 .p_imgsBox {
    display:none;
  }
  #c_portalResNews_detail-15791608585754694 .p_PrevAndNextMo {
    display:none;
  }
}

@media(max-width:768px) {
  .c_portalResNews_detail-01001 .p_NewsDetail img {
    max-width:100% !important;
  }
  .wd .w_grid-000 {
    min-height:auto !important;
  }
  .w_grid-001 {
    min-height:auto !important;
  }
  .w_grid-003 {
    min-height:auto !important;
  }
}

.wd-20210207101916:nth-of-type(1) {
  margin-left:20px;
}
.wd-20210207101916 {
  position:relative;
  background-color:#009544;
  line-height:91px;
  padding:0px 10px;
  opacity: 0;
}
.wd-20210207101916 a {
  font-size:16px;
  font-weight:bold;
  color:#fff !important;
  display:block;
  position:relative;
  top:15px;
}
.wd-20210207101916 svg {
  width:25px;
  height:25px;
  position:absolute;
  top:20px;
  left:50%;
  margin-left:-12.5px;
  transition:1s;
}
.wd-20210207101916:nth-of-type(8) svg {
  width:30px;
  height:30px;
  margin-left:-15px;
}
.wd-20210207101916:hover svg {
  transform:rotateY(180deg);
}
.wd-20210207101916 path {
  fill:#fff;
}
.wd-20210207101916:nth-of-type(7) {
  margin-left:15px;
}
.wd-20210207101916:nth-of-type(8) {
  background-color:#076b34;
}
.wd-20210207101916 a:hover {
  color:#009544;
}
#c_portalResnav_main-15966817969545034 .navLi {
  flex:1;
  width: auto;
  display: block;
  text-align: center;
}
@media(max-width:768px) {
  .wd-20210207101916:nth-of-type(7) {
    margin-left:0;
  } 
  .wd-20210207101916 a {
    top:0;
  }
  .wd-20210207101916 {
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .wd-20210207101916 svg {
    position:static;
    margin-right:15px;
  }
}
#c_portalResNews_list-16084328920017698 .wd-title2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.wd-20210714164255{
  position:fixed;
  bottom:-200px;
  left:20px;
  width: 265px;
  z-index:999;
  transition: 1s;
}
.wd-20210714164255.wd-show{
  visibility:visible;
  bottom:20px;
}
.wd-20210714164255 .wd-wrapper{
  background-color: #009544;
  padding:20px;
  border-radius: 10px;
}
.wd-20210714164255 a{
  font-size:18px;
  color: #fff;
  text-align:center;
  display:block;
}
.wd-20210714164255 a span {
  display:inline-block;
  opacity:0;
}
.wd-20210714164255 a:hover span {
  text-decoration:underline;
}
.wd-20210714164255 a span.wd-show {
  animation:fadeInUp 1s both;
}
.wd-20210714164255 .wd-close {
  display:flex;
  justify-content:center;
  margin-top:20px;
}
.wd-20210714164255 .wd-close a {
  display:inline-block;
  padding:5px 15px;
  border:1px solid #fff;
  border-radius:50px;
  margin:0 5px;
  font-size:14px;
  color:#fff;
  opacity:0;
}
.wd-20210714164255 .wd-close.wd-show a {
  animation:fadeInUp 1s both;
}
.wd-20210714164255 .wd-close.wd-show a:nth-child(2) {
  animation-delay:0.2s;
}
.wd-20210714164255 svg{
  width:40px;
  height:40px;
  margin-top:30px;
  cursor:pointer;
  transition:1s;
}
.wd-20210714164255 svg:hover {
  transform:rotate(90deg);
}
.wd-20210714164255 path{
  fill:#009544;
}
@media(max-width:768px) {
  .wd-20210714164255 .wd-wrapper {
    display:block;
    padding:15px;
  } 
  .wd-20210714164255 .wd-close {
    margin-top:20px;
  }
  .wd-20210714164255 {
    width:255px;
  }
}