* {
  font-family: microsoft yahei;
}

body {
  overflow-x: hidden;
}

.wd #w_fimg-1566708231674 {
  display: none;
}

.w--header {
  width: 100%;
  height: auto;
  display: flex;
  background-color: rgba(68, 68, 68, 0.3);
  position: fixed;
  top: -100px;
  left: 0px;
  z-index: 999;
  justify-content: space-between;
  transition: 1s;
}

.w--header .w-logo {
  width: auto;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.w--header .w-logo img {
  height: 95px !important;
}

.w--header .w-right {
  display: flex;
  align-items: center;
}

.w--header.w-show {
  top: 0px;
}

.w--header.w-dark {
  background-color: rgba(0, 0, 0, 0.8);
}

.wd .pagebox > div {
  margin-bottom: 0px !important;
  min-height: auto !important;
}

.w--index-banner {
  position: relative;
}

.w--index-banner .w-item {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.w--index-banner .w-item.w-current {
  position: relative;
  z-index: 10;
  opacity: 1;
  visibility: visible;
}

.make .w--index-banner .w-item {
  position: relative;
  z-index: 10;
  opacity: 1;
  visibility: visible;
}

.w--index-banner .w-item img {
  width: 100%;
  height: auto;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: 1s;
  top: 0px;
  left: 0px;
  transform: scale(1);
  animation: w-scale 20s;
}

.w--index-banner .w-item img:first-child {
  position: relative;
}

.w--index-banner .w-item img.w-current {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  animation: w-scale 20s infinite;
}

@keyframes w-scale {
  0% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.w--index-banner .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  max-width: 500px;
  z-index: 999;
  transition: 1s;
  display: none;
}

.w--index-banner .content.w-hide {
  opacity: 0;
}

.w--index-banner .w-btns {
  position: absolute;
  bottom: 30px;
  left: 10%;
  z-index: 1000;
  display: flex;
}

.w--index-banner .w-btns .w-prev {
  width: 31px;
  height: 7px;
  background: url(/img/w_prev.png) top left no-repeat;
  cursor: pointer;
}

.w--index-banner .w-btns .w-prev:hover {
  background: url(/img/w_prev_1.png) top left no-repeat;
}

.w--index-banner .w-btns .w-next {
  width: 31px;
  height: 7px;
  background: url(/img/w_next.png) top left no-repeat;
  margin-left: 10px;
}

.w--index-banner .w-btns .w-next:hover {
  background: url(/img/w_next_1.png) top left no-repeat;
  cursor: pointer;
}

.w--index-banner .content h3 {
  font-size: 36px;
  color: #dbb361;
  animation: fadeOutDown both;
}

.w-loaded .w--index-banner .content h3 {
  animation: fadeInUp 2s 1s both;
}

.w--index-banner .content span {
  display: block;
  font-size: 14px;
  color: #dbb361;
  text-transform: uppercase;
  font-family: times new roman;
  margin: 10px 0px;
  animation: fadeOutDown both;
}

.w-loaded .w--index-banner .content span {
  animation: fadeInUp 2s 1.5s both;
}

.w--index-banner .content p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6em;
  margin-top: 30px;
  animation: fadeOutDown both;
}

.w-loaded .w--index-banner .content p {
  animation: fadeInUp 2s 2s both;
}

.w--index-banner .content div {
  margin-top: 50px;
  display: flex;
}

.w--index-banner .content div a {
  display: block;
  width: 212px;
  height: 59px;
  line-height: 59px;
  text-align: center;
  animation: fadeOutDown both;
}

.w--index-banner .content div a:nth-child(1) {
  animation: fadeInRight 2s 3.2s both;
}

.w--index-banner .content div a:nth-child(2) {
  animation: fadeInRight 2s 3.4s both;
}

#c_portalResPublic_codeContainer-15666355850586830 {
  height: calc(((100vw - 15px) / 1920 * 980));
  animation: fadeOut both;
}

.w-loaded #c_portalResPublic_codeContainer-15666355850586830 {
  animation: fadeIn 2s both;
}

.w--index-banner .content div a:first-child {
  background-color: #E3B150;
  color: #fff;
  font-size: 18px;
}

.w--index-banner .content div a:last-child {
  border: 1px solid #E3B150;
  color: #E3B150;
  font-size: 18px;
  margin-left: 20px;
}

.w--index-brands {
  padding-top: 100px;
  padding-bottom: 30px;
  background-color: #262426;
}

.w-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.w-title.w-align-left {
  justify-content: flex-start;
}

.w-title.w-align-left p {
  text-align: left;
}

.w-title h3 {
  color: #fff;
}

.w-title a, .w-title h3 {
  display: block;
  font-size: 36px;
  color: #fff;
  text-align: center;
  animation: fadeOut both;
}

.w-title a.scrolled {
  animation: flipInX 1s both;
}

.w-title h3.scrolled {
  animation: flipInX 1s both;
}

.w-title p {
  font-size: 18px;
  color: rgba(200, 200, 200, 0.7);
  font-family: times new roman;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  animation: fadeOut both;
}

.wd #c_portalResPublic_codeContainer-15667872677113241 {
  height: 650px;
}

.w-title p.scrolled {
  animation: flipInX 1s .3s both;
}

.w--index-brands .w-content {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.sub .w--index-brands .w-content {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sub .w--index-brands .w-content .w-item {
  margin-bottom: 50px;
  margin-right: 20px;
}

.w--index-brands .w-content .swiper-container {
  padding-bottom: 70px;
}

.w--index-brands .w-content .w-item {
  margin: 0px;
  width: 320px;
}

.w--index-brands .w-content .w-item .pic {
  animation: fadeOut both;
  position: relative;
  overflow: hidden;
}

.w--index-brands .w-content .w-item .pic img {
  transform: scale(1.01);
  transition: 1s;
}

.w--index-brands .w-content .w-item .pic:hover img {
  transform: scale(1.03);
}

.w--index-brands .w-content .w-item.scrolled .pic {
  animation: fadeInRight 1s both;
}

@media(min-width: 770px) {
  .w--index-brands .w-content .w-item.scrolled:nth-child(1) .pic {
    animation-delay:0.2s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(2) .pic {
    animation-delay: 0.3s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(3) .pic {
    animation-delay: 0.4s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(4) .pic {
    animation-delay: 0.5s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(5) .pic {
    animation-delay: 0.6s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(6) .pic {
    animation-delay: 0.7s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(7) .pic {
    animation-delay: 0.8s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(8) .pic {
    animation-delay: 0.9s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(9) .pic {
    animation-delay: 1s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(10) .pic {
    animation-delay: 1.1s;
  }
}

.w--index-brands .w-content .w-item .title {
  margin-top: 20px;
}

.w--index-brands .w-content .w-item .title a {
  display: block;
  font-size: 24px;
  color: #fff;
  text-align: center;
  animation: fadeOut both;
}

.w--index-brands .w-content .w-item .title a:hover {
  color: #D10208;
  transition: 1s;
}

.w--index-brands .w-content .w-item.scrolled .title a {
  animation: fadeInRight 1s both;
}

@media(min-width: 770px) {
  .w--index-brands .w-content .w-item.scrolled:nth-child(1) .title a {
    animation-delay:0.4s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(2) .title a {
    animation-delay: 0.6s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(3) .title a {
    animation-delay: 0.8s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(4) .title a {
    animation-delay: 1s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(5) .title a {
    animation-delay: 1.2s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(6) .title a {
    animation-delay: 1.3s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(7) .title a {
    animation-delay: 1.4s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(8) .title a {
    animation-delay: 1.5s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(9) .title a {
    animation-delay: 1.6s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(10) .title a {
    animation-delay: 1.7s;
  }
}

.w--index-brands .w-content .w-item p {
  display: block;
  font-size: 14px;
  color: #777;
  text-align: center;
  margin-top: 5px;
  animation: fadeOut both;
}

.w--index-brands .w-content .w-item.scrolled p {
  animation: fadeInRight 1s both;
}

@media(min-width: 770px) {
  .w--index-brands .w-content .w-item.scrolled:nth-child(1) p {
    animation-delay:0.6s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(2) p {
    animation-delay: 0.8s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(3) p {
    animation-delay: 1s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(4) p {
    animation-delay: 1.2s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(5) p {
    animation-delay: 1.4s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(6) p {
    animation-delay: 1.5s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(7) p {
    animation-delay: 1.6s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(8) p {
    animation-delay: 1.7s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(9) p {
    animation-delay: 1.8s;
  }

  .w--index-brands .w-content .w-item.scrolled:nth-child(10) p {
    animation-delay: 1.9s;
  }
}

.w--index-culture {
  padding-top: 100px;
  padding-bottom: 100px;
}

.w-wrapper {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.w--index-culture .w-wrapper {
  display: flex;
  justify-content: space-between;
}

.w--index-culture .w-left {
  width: 50%;
  overflow: hidden;
}

.w--index-culture .w-title {
  height: auto;
}

.w--index-culture .w-title {
  justify-content: flex-start;
  margin-top: 50px;
}

.w--index-culture .w-title a {
  color: #333;
  text-align: left;
}

.w--index-culture .w-title p {
  color: #333;
  text-align: left;
}

.w--footer {
  background: url(/img/w_footer_bg.jpg) top left repeat;
  background-color: #333;
  padding-top: 150px;
}

.w--index-culture .w-right {
  width: 45%;
}

.w--index-culture .w-right .w-content {
  margin-top: 60px;
}

.w--index-culture .w-right .w-content div {
  margin-bottom: 25px;
}

.w--index-culture .w-right .w-content div p {
  color: #555555;
  font-size: 15px;
  line-height: 2em;
  animation: fadeOut both;
}

.w--index-culture .w-right .w-content div p.scrolled {
  animation: fadeInUp 1s both;
}

@media(min-width: 770px) {
  .w--index-culture .w-right .w-content div:nth-child(1) p.scrolled:nth-child(2) {
    animation-delay:0.2s;
  }

  .w--index-culture .w-right .w-content div:nth-child(2) p.scrolled:nth-child(1) {
    animation-delay: 0.4s;
  }

  .w--index-culture .w-right .w-content div:nth-child(2) p.scrolled:nth-child(2) {
    animation-delay: 0.6s;
  }

  .w--index-culture .w-right .w-content div:nth-child(3) p.scrolled:nth-child(1) {
    animation-delay: 0.8s;
  }

  .w--index-culture .w-right .w-content div:nth-child(3) p.scrolled:nth-child(2) {
    animation-delay: 1s;
  }

  .w--index-culture .w-right .w-content div:nth-child(3) p.scrolled:nth-child(3) {
    animation-delay: 1.2s;
  }
}

.w--index-contact {
  width: 100%;
  margin-bottom: 100px;
}

.w--index-contact .w-wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w--index-contact .w-wrapper a {
  display: block;
  margin-right: 30px;
  height: 100px;
  width: calc(50% - 15px);
  line-height: 100px;
  background-color: #bb9246;
  text-align: center;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  animation: fadeOut both;
}

.w--index-contact .w-wrapper a.scrolled {
  animation: fadeInLeft 1s both;
}

.w--index-contact .w-wrapper a.scrolled:nth-child(2) {
  animation: fadeInRight 1s both;
}

.w--index-contact .w-wrapper a:last-child {
  margin-right: 0px;
  background-color: transparent;
  border: 2px solid #bb9246;
  color: #bb9246;
}

.w--footer .w-top .w-wrapper {
  max-width: 1380px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.w--footer .w-top .w-wrapper .w-left {
  width: 192px;
  /* display:flex; */
  /* flex-wrap:wrap; */
  /* align-items: flex-start; */
}

.w--footer .w-top .w-wrapper .w-left a {
  width: 45%;
  font-size: 16px;
  color: #898989;
  line-height: 1em;
  height: 2em;
  display: inline-block;
  text-decoration: none;
}

.w--footer .w-top .w-wrapper .w-left a:nth-child(even) {
  text-align: right;
}

.w--footer .w-top .w-wrapper .w-addr {
  text-align: center;
}

.w--footer .w-top .w-wrapper .w-addr p {
  margin-top: 10px;
  color: #898989;
}

.w--footer .w-top .w-wrapper .share {
  display: flex;
}

.w--footer .w-top .w-wrapper .share span {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #898989;
}

.w--footer .w-top .w-wrapper .share div {
  margin-left: 30px;
}

.w--footer .w-bottom {
  margin-top: 150px;
  background-color: #232323;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.w--footer .w-bottom p {
  color: #898989;
}

.w--footer .w-bottom p a {
  color: #898989;
  text-decoration: none;
}

.w--footer .w-bottom p a:hover {
  text-decoration: underline;
}

.w--index-culture .w-wrapper .w-left div {
  display: flex;
  margin-bottom: 15px;
  flex-wrap: nowrap;
  justify-content: center;
}

.w--index-culture .w-wrapper .w-left div img {
  margin-right: 15px;
  animation: fadeOut both;
}

.w--index-culture .w-wrapper .w-left div img.scrolled {
  animation: fadeInRight 1s both;
}

@media(min-width: 770px) {
  .w--index-culture .w-wrapper .w-left div img.scrolled:nth-child(2) {
    animation-delay:0.2s;
  }

  .w--index-culture .w-wrapper .w-left div img.scrolled:nth-child(3) {
    animation-delay: 0.4s;
  }

  .w--index-culture .w-wrapper .w-left div img.scrolled:nth-child(4) {
    animation-delay: 0.6s;
  }

  .w--index-culture .w-wrapper .w-left div img.scrolled:nth-child(5) {
    animation-delay: 0.8s;
  }

  .w--index-culture .w-wrapper .w-left div:nth-child(2) img.scrolled:nth-child(1) {
    animation-delay: 0.4s;
  }

  .w--index-culture .w-wrapper .w-left div:nth-child(2) img.scrolled:nth-child(2) {
    animation-delay: 0.6s;
  }

  .w--index-culture .w-wrapper .w-left div:nth-child(2) img.scrolled:nth-child(3) {
    animation-delay: 0.8s;
  }
}

.w--index-culture .w-wrapper .w-left div:nth-child(2) {
  margin-left: 50px;
}

.wd #w_fimg-1566782414641 {
  display: none;
}

.w--sub-banner {
  position: relative;
  /* height: calc((100vw / (1920 + 15)) * 980); */
}

.w--sub-banner img {
  animation: fadeOut both;
}

.w-loaded .w--sub-banner img {
  max-width: 100%;
  width: auto;
  animation: fadeIn 1s both;
}

.w--sub-banner .w-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}

.w--sub-banner .w-content h3 {
  font-size: 36px;
  color: #dbb361;
  animation: fadeOut both;
}

.w-loaded .w--sub-banner .w-content h3 {
  animation: fadeInUp 1s both;
}

.w--sub-banner .w-content span {
  display: block;
  color: #dbb361;
  font-family: times new roman;
  text-transform: uppercase;
  margin: 10px 0px;
  animation: fadeOut both;
}

.w-loaded .w--sub-banner .w-content span {
  animation: fadeInUp 1s 0.3s both;
}

.w--sub-banner .w-content div {
  margin-top: 30px;
}

.w--sub-banner .w-content div p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2em;
  max-width: 760px;
  animation: fadeOut both;
}

.w-loaded .w--sub-banner .w-content div p {
  animation: fadeInUp 1s both;
}

.w-loaded .w--sub-banner .w-content div p:nth-child(1) {
  animation-delay: 0.5s;
}

.w-loaded .w--sub-banner .w-content div p:nth-child(2) {
  animation-delay: 0.7s;
}

.w-loaded .w--sub-banner .w-content div p:nth-child(3) {
  animation-delay: 0.9s;
}

.w--about-profile {
  padding: 100px 0px;
  background-color: #F3F3F3;
}

.w--about-profile .w-left img {
  animation: fadeOut both;
}

.w--about-profile .w-left img.scrolled {
  animation: fadeInUp 1s;
}

.w--about-profile .w-wrapper {
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.w--about-profile .w-wrapper .w-right {
  margin-left: 130px;
}

.w--about-profile .w-wrapper .w-right .w-title {
  justify-content: flex-start;
}

.w--about-profile .w-wrapper .w-right .w-title h3 {
  color: #333;
}

.w--about-profile .w-wrapper .w-right .w-title p {
  text-align: left;
}

.w--about-profile .w-wrapper .w-right .w-content {
  margin-top: 50px;
}

.w--about-profile .w-wrapper .w-right .w-content p {
  font-size: 16px;
  color: #000;
  line-height: 2em;
  margin-bottom: 15px;
  animation: fadeOut both;
}

.w--about-profile .w-wrapper .w-right .w-content p.scrolled {
  animation: fadeInUp 1s both;
}

@media(min-width: 770px) {
  .w--about-profile .w-wrapper .w-right .w-content p.scrolled:nth-child(2) {
    animation-delay:0.2s;
  }

  .w--about-profile .w-wrapper .w-right .w-content p.scrolled:nth-child(3) {
    animation-delay: 0.4s;
  }
}

.w--about-map {
  padding: 100px 0px;
}

.w-title .summary {
  animation: fadeOut both;
}

.w-title .summary.scrolled {
  animation: fadeInUp 1s both;
}

.w--about-map .w-title .summary {
  margin-top: 30px;
}

.w--about-map .w-content {
  margin-top: 30px;
  text-align: center;
  animation: fadeOut both;
}

.w--about-map .w-content.scrolled {
  animation: fadeInUp 1s both;
}

.w--about-honor {
  padding: 100px 0px;
  background: url(/img/w_about_honor_bg.jpg) center center no-repeat;
  background-size: cover;
}

.w--about-honor .w-title h3 {
  color: #333;
}

.w--about-honor .w-content {
  margin-top: 50px;
}

.w--about-honor .w-content img {
  width: 22%;
  margin: 1%;
  animation: fadeOut both;
}

.w--about-honor .w-content img.scrolled {
  animation: fadeInUp 1s both;
}

@media(min-width: 770px) {
  .w--about-honor .w-content img.scrolled:nth-child(1) {
    animation-delay:0.2s;
  }

  .w--about-honor .w-content img.scrolled:nth-child(2) {
    animation-delay: 0.3s;
  }

  .w--about-honor .w-content img.scrolled:nth-child(3) {
    animation-delay: 0.4s;
  }

  .w--about-honor .w-content img.scrolled:nth-child(4) {
    animation-delay: 0.5s;
  }

  .w--about-honor .w-content img.scrolled:nth-child(5) {
    animation-delay: 0.6s;
  }

  .w--about-honor .w-content img.scrolled:nth-child(6) {
    animation-delay: 0.7s;
  }

  .w--about-honor .w-content img.scrolled:nth-child(7) {
    animation-delay: 0.8s;
  }

  .w--about-honor .w-content img.scrolled:nth-child(8) {
    animation-delay: 0.9s;
  }

  .w--about-honor .w-content img.scrolled:nth-child(9) {
    animation-delay: 1s;
  }

  .w--about-honor .w-content img.scrolled:nth-child(10) {
    animation-delay: 1.1s;
  }

  .w--about-honor .w-content img.scrolled:nth-child(11) {
    animation-delay: 1.2s;
  }

  .w--about-honor .w-content img.scrolled:nth-child(12) {
    animation-delay: 1.3s;
  }

  .w--about-honor .w-content img.scrolled:nth-child(13) {
    animation-delay: 1.4s;
  }

  .w--about-honor .w-content img.scrolled:nth-child(14) {
    animation-delay: 1.5s;
  }

  .w--about-honor .w-content img.scrolled:nth-child(15) {
    animation-delay: 1.6s;
  }

  .w--about-honor .w-content img.scrolled:nth-child(16) {
    animation-delay: 1.7s;
  }
}

.w--about-history {
  padding: 100px 0px;
}

.w--about-history .w-title h3 {
  color: #333;
}

.w--about-history .summary {
  margin-top: 30px;
}

.w--about-history .w-content {
  display: flex;
  margin-top: 70px;
  position: relative;
}

.w--about-history .w-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  top: 10px;
}

.w--about-history .w-item .year {
  font-size: 14px;
  text-align: center;
  position: relative;
  padding-top: 30px;
}

.w--about-history .w-item .year:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #f1e4c0;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -10px;
  z-index: -1;
}

.w--about-history .w-item {
  width: 280px;
  margin-right: 35px;
  margin-left: 50px;
  margin-bottom: 130px;
  height: auto;
  animation: fadeOut both;
}

.w--about-history .w-item.scrolled {
  animation: fadeInUp 1s both;
}

@media(min-width: 770px) {
  .w--about-history .w-item.scrolled:nth-child(2) {
    animation-delay:0.2s;
  }

  .w--about-history .w-item.scrolled:nth-child(3) {
    animation-delay: 0.4s;
  }

  .w--about-history .w-item.scrolled:nth-child(4) {
    animation-delay: 0.6s;
  }

  .w--about-history .w-item.scrolled:nth-child(5) {
    animation-delay: 0.8s;
  }

  .w--about-history .w-item.scrolled:nth-child(6) {
    animation-delay: 1s;
  }

  .w--about-history .w-item.scrolled:nth-child(7) {
    animation-delay: 1.2s;
  }

  .w--about-history .w-item.scrolled:nth-child(8) {
    animation-delay: 1.4s;
  }

  .w--about-history .w-item.scrolled:nth-child(9) {
    animation-delay: 1.6s;
  }

  .w--about-history .w-item.scrolled:nth-child(10) {
    animation-delay: 1.8s;
  }

  .w--about-history .w-item.scrolled:nth-child(11) {
    animation-delay: 2s;
  }

  .w--about-history .w-item.scrolled:nth-child(12) {
    animation-delay: 2.2s;
  }
}

.w--about-history .w-item .content {
  background-color: #fff;
  box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.13);
  height: 210px;
  padding: 30px;
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.6em;
}

.w--about-strength {
  padding: 100px 0px;
  background-color: #F6F6F6;
}

.w--about-strength .w-title h3 {
  color: #333;
}

.w--about-strength .w-wrapper {
  max-width: 1384px;
}

.w--about-strength .list {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}

.w--about-strength .list .w-item {
  width: 340px;
  height: 239px;
  background: url(/img/w_about_strength_4.png) top left no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  animation: fadeOut both;
}

.w--about-strength .list .w-item.scrolled {
  animation: fadeInUp 1s both;
}

@media(min-width: 770px) {
  .w--about-strength .list .w-item.scrolled:nth-child(2) {
    animation-delay:0.2s;
  }

  .w--about-strength .list .w-item.scrolled:nth-child(3) {
    animation-delay: 0.4s;
  }

  .w--about-strength .list .w-item.scrolled:nth-child(4) {
    animation-delay: 0.6s;
  }
}

.w--about-strength .list .w-item p {
  color: #fff;
  font-size: 14px;
}

.w--about-strength .list .w-item h3 {
  font-size: 60px;
  line-height: 60px;
  color : #fff;
  padding: 10px 0px;
}

.w--about-strength .section {
  margin-top: 50px;
}

.w--about-strength .section .li {
  margin-bottom: 90px;
  display: flex;
}

.w--about-strength .section .li .w-left {
  animation: fadeOut both;
}

.w--about-strength .section .li .w-left.scrolled {
  animation: fadeInLeft 1s both;
}

.w--about-strength .section .li .w-right h3.scrolled {
  animation: fadeInRight 1s both;
}

.w--about-strength .section .li .w-right div.scrolled {
  animation: fadeInRight 1s both;
}

@media(min-width: 770px) {
  .w--about-strength .section .li .w-right h3.scrolled {
    animation-delay:0.2s;
  }

  .w--about-strength .section .li .w-right div.scrolled {
    animation-delay: 0.4s;
  }
}

.w--about-strength .section .w-right {
  margin-left: 50px;
  margin-top: 30px;
}

.w--about-strength .section .w-right h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 25px;
}

.w--about-strength .section .w-right p {
  line-height: 2em;
}

.w-sub-contact-us .w-address {
  position: relative;
  top: -28.5px;
  display: flex;
  justify-content: center;
  animation: fadeOut both;
}

.w-sub-contact-us .w-address.scrolled {
  animation: flipInX 1s both;
}

.w-sub-contact-us .w-address p {
  width: 90%;
  max-width: 530px;
  height: 57px;
  margin-left: auto;
  margin-right: auto;
  line-height: 57px;
  text-align: center;
  border-radius: 9px;
  background-image: -moz-linear-gradient( 0deg, rgb(1,156,71) 0%, rgb(16,118,167) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(1,156,71) 0%, rgb(16,118,167) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(1,156,71) 0%, rgb(16,118,167) 100%);
  box-shadow: 6.5px 11.258px 16px 0px rgba(0, 0, 0, 0.17);
  background-image: none;
  background-color: #dbb361;
  color: #fff;
  font-size: 18px;
}

.c_portalResMessage_form-01001 .e_box.p_GenderBox {
  display: none;
}

#form > div > div:nth-child(5) {
  display: none;
}

#form > div > div:nth-child(6) {
  display: none;
}

#form > div > div:nth-child(8) {
  display: none;
}

.w-sub-contact-information {
  padding-top: 130px;
  background: #333;
  padding-bottom: 100px;
  margin-top: -57.5px;
  height: 780px;
}

.c_portalResMessage_form-01001 .p_ConWBox {
  width: 100%;
}

#form {
  width: 100%;
}

.c_portalResMessage_form-01001 .p_inquiry {
  width: 100% !important;
}

.c_portalResMessage_form-01001 .p_ContactInfo {
  width: 100% !important;
  max-width: 800px;
}

.w-sub-contact-information .w-content {
  margin-top: 120px;
}

.c_portalResMessage_form-01001 .p_ContactInfo>div .e_input .InputText {
  display: block;
}

.w-sub-contact-information .w-content .w-center {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.w-sub-contact-information .w-content .w-center .w-item {
  height: auto;
  display: flex;
  align-items: center;
  animation: fadeOut both;
}

.w-sub-contact-information .w-content .w-center .w-item.scrolled {
  animation: fadeInUp 1s both;
}

@media(min-width: 770px) {
  .w-sub-contact-information .w-content .w-center .w-item:nth-child(2) {
    animation-delay :0.2s;
  }
}

.w-sub-contact-information .w-content .w-center .w-item i {
  display: block;
  font-style: normal;
  font-size: 18px;
  color: #fff;
}

.w-sub-contact-information .w-content .w-center .w-item a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.w-sub-contact-information .w-content .w-center .w-item a:hover {
  text-decoration: underline;
}

.w-sub-contact-information .w-content .w-center p {
  width: 125px;
  height: 125px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 24px;
  margin-right: 20px;
  padding: 30px;
  line-height: 65px;
}

.w-sub-contact-information .w-content .w-center p img {
  width: 100%;
}

.w-sub-contact-message {
  margin-top: 120px;
  position: relative;
  top: -350px;
  max-width: 1474px;
  background: url(/img/w_sub_contact_pic_1.jpg) top left no-repeat;
  background-color: #333;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  border-radius: 10px;
  overflow: hidden;
}

.wd #c_portalResMessage_form-15662864506719685 {
  display: none;
}

.w-sub-contact-message .w-content #c_portalResMessage_form-15662864506719685 {
  display: block;
}

.w-sub-contact-message .w-title span {
  color: #fff;
}

.w-sub-contact-message .w-title p {
  color: #fff;
}

.p_NameBox {
  display: none;
}

.p_DepictBoxB {
  display: none;
}

.c_portalResMessage_form-01001 .p_ContactInfo {
  display: flex;
  flex-wrap: wrap;
  width: 860px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.c_portalResMessage_form-01001 .p_intentionIntroTitle {
  display: none;
}

.c_portalResMessage_form-01001 .p_ContactInfo > div .e_input, .c_portalResMessage_form-01001 .e_droplist, .c_portalResMessage_form-01001 .p_ContactInfo > div .p_EntryBox, .c_portalResMessage_form-01001 select.InputText {
  width: 100% !important;
  height: 50px;
  line-height: 50px;
}

.c_portalResMessage_form-01001 .e_box.form-group {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

.c_portalResMessage_form-01001 .e_box.p_aaa {
  display: block;
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #fff !important;
}

:-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff !important;
}

::-ms-input-placeholder {
  color: #fff !important;
}

::placeholder {
  color: #fff !important;
}

.c_portalResMessage_form-01001 .p_ContactInfo>div:nth-child(1) {
  width: 100%;
}

.c_portalResMessage_form-01001 .p_ContactInfo>div:nth-last-child(3) {
  display: none;
}

.c_portalResMessage_form-01001 .p_ContactInfo>div:nth-last-child(2) {
  width: 30%;
}

.c_portalResMessage_form-01001 .p_groupBox textarea {
  width: 100%;
  max-width: none;
  height: 120px;
}

.c_portalResMessage_form-01001 .p_ContactInfo>div .e_text {
  width: 100%;
}

.c_portalResMessage_form-01001 .p_ContactInfo>div:nth-last-child(2) {
  display: flex;
  align-items: flex-end;
}

.c_portalResMessage_form-01001 .p_ContactInfo>div:nth-last-child(2) .p_EntryBox {
  width: auto !important;
  margin-right: 10px;
  position: relative;
  top: -5px;
}

.c_portalResMessage_form-01001 .p_ContactInfo>div .p_image {
  position: relative;
  top: -5px;
}

.c_portalResMessage_form-01001 .p_ContactInfo>div.p_CoupWBox {
  width: 100%;
  margin-right: 0px;
  padding-left: 0px;
}

.c_portalResMessage_form-01001 .p_ContactInfo>div.p_CoupWBox button {
  width: 300px;
  height: 55px;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  color: #333;
  font-size: 16px;
}

.w-hidden {
  display: none !important;
}

.w--header .btns {
  display: none;
}

.w--header .w-nav {
  display: flex;
  position: relative;
  top: 0px;
}

.w--header .w-nav .w-trigger {
  display: none;
}

.w--header .w-nav a {
  display: block;
  margin: 0px 30px;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-decoration: none !important;
}

.w--header .w-nav a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: relative;
  top: 13px;
  transform: scale(0);
  transition: .3s;
}

@media(min-width: 770px) {
  .w--header .w-nav a:hover:after {
    transform:scale(1);
  }
}

.c_portalResNews_list-01001 {
  padding: 100px 30px !important;
}

.c_portalResNews_list-01001 .p_news {
  display: flex;
  flex-wrap: wrap;
}

#c_portalResNews_list-15667869265595765 .p_articles {
  width: calc((100% - 60px) / 3);
  margin: 10px;
}

.c_portalResNews_list-01001 .p_articles {
  animation: fadeOut both;
}

.c_portalResNews_list-01001 .p_articles.scrolled {
  animation: fadeInUp 1s both;
}

@media(min-width: 770px) {
  .c_portalResNews_list-01001 .p_articles.scrolled:nth-child(1) {
    animation-delay:0.2s;
  }

  .c_portalResNews_list-01001 .p_articles.scrolled:nth-child(2) {
    animation-delay: 0.4s;
  }

  .c_portalResNews_list-01001 .p_articles.scrolled:nth-child(3) {
    animation-delay: 0.6s;
  }

  .c_portalResNews_list-01001 .p_articles.scrolled:nth-child(4) {
    animation-delay: 0.8s;
  }

  .c_portalResNews_list-01001 .p_articles.scrolled:nth-child(5) {
    animation-delay: 1s;
  }

  .c_portalResNews_list-01001 .p_articles.scrolled:nth-child(6) {
    animation-delay: 1.2s;
  }

  .c_portalResNews_list-01001 .p_articles.scrolled:nth-child(7) {
    animation-delay: 1.4s;
  }

  .c_portalResNews_list-01001 .p_articles.scrolled:nth-child(8) {
    animation-delay: 1.6s;
  }

  .c_portalResNews_list-01001 .p_articles.scrolled:nth-child(9) {
    animation-delay: 1.8s;
  }
}

.c_portalResNews_detail-01001 {
  padding: 100px 0px !important;
  animation: fadeOut both;
}

.c_portalResNews_detail-01001.scrolled {
  animation: fadeInUp 1s both;
}

.c_portalResNews_detail-01001 .p_NewsDetail {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.c_portalResNews_detail-01001 .p_articles .reset_style p {
  font-size: 15px;
  line-height: 2em;
  color: #333;
}

#c_portalResPublic_codeContainer-15667872117315433 {
  animation: fadeOut both;
}

#c_portalResPublic_codeContainer-15667872117315433.scrolled {
  animation: fadeInUp 1s both;
}

.w-full-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 100%;
  left: 0px;
  z-index: 99999;
  background-color: #E4B251;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s 1s;
  visibility: hidden;
}

.w-full-nav a {
  color: #fff;
  font-size: 20px;
  line-height: 3em;
  display: block;
  transform: translateY(100px);
  opacity: 0;
  transition: 1s;
}

.w-full-nav.w-show a {
  transform: translateY(0px);
  opacity: 1;
}

.w-full-nav.w-show li:nth-child(1) a {
  transition-delay: 1.3s;
}

.w-full-nav.w-show li:nth-child(2) a {
  transition-delay: 1.4s;
}

.w-full-nav.w-show li:nth-child(3) a {
  transition-delay: 1.5s;
}

.w-full-nav.w-show li:nth-child(4) a {
  transition-delay: 1.6s;
}

.w-full-nav.w-show li:nth-child(5) a {
  transition-delay: 1.7s;
}

.w-full-nav.w-show li:nth-child(6) a {
  transition-delay: 1.8s;
}

.w-full-nav.w-show li:nth-child(7) a {
  transition-delay: 1.9s;
}

.w-full-nav .w-close {
  position: absolute;
  top: 20px;
  right: 30px;
  border: 1px solid #ddd;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transform: translateX(100px);
  transition: 2s;
}

.w-full-nav.w-show .w-close {
  transform: translateX(0px);
  transition-delay: 2s;
}

.w-full-nav .w-close:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  transform: rotate(-45deg);
}

.w-full-nav .w-close:hover:before {
  animation: w-nav-close-1 3s linear infinite;
}

.w-full-nav .w-close:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  transform: rotate(45deg);
}

.w-full-nav .w-close:hover:after {
  animation: w-nav-close-2 3s linear infinite;
}

.w--header .w-nav .w-trigger span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 8px;
  transition: 1s;
}

.w--header .w-nav .w-trigger:hover span:nth-child(1) {
  transform: translateX(5px);
}

.w--header .w-nav .w-trigger:hover span:nth-child(2) {
  transform: translateX(-5px);
}

.w--header .w-nav .w-trigger:hover span:nth-child(3) {
  transform: translateX(5px);
}

@keyframes w-nav-close-1 {
  0% {
    transform: rotate(-45deg);
  }

  90%, 100% {
    transform: rotate(-405deg);
  }
}

@keyframes w-nav-close-2 {
  0% {
    transform: rotate(45deg);
  }

  90%, 100% {
    transform: rotate(405deg);
  }
}

.w-full-nav.w-show {
  top: 0px;
  transition-delay: 0s;
  visibility: visible;
}

.w-full-nav .w-left {
  width: calc(100% - 300px);
  text-align: left;
  padding: 100px;
  height: 100vh;
}

.w-full-nav .w-left img {
  width: auto;
  height: auto;
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
  top: 100px;
  opacity: 0;
  transition: 1s;
}

.w-full-nav.w-show .w-left img {
  top: 0px;
  opacity: 1;
  transition-delay: 1.3s;
}

.w-full-nav .w-left .w-item {
  text-align: left;
}

.w-full-nav:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100vh;
  left: 0px;
  background: #fff;
  z-index: 5;
  transition: 1s;
}

.w-full-nav.w-show:before {
  top: -100vh;
  transition: 1s 1s;
}

.w-full-nav .wrapper {
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.w-full-nav .w-item {
  height: 8vh;
  width: 100%;
  overflow: hidden;
  line-height: 8vh;
  position: relative;
  top: 100px;
  opacity: 0;
}

.w-full-nav .w-item a {
  font-size: 24px;
  color: #999;
  font-weight: normal;
  display: block;
  text-align: left;
  position: relative;
  transition: 1s;
  text-align: center;
  color: #fff;
}

.w-full-nav .w-item a:hover {
  color: #333;
}

.w-full-nav .w-item:hover a:nth-child(2) {
  letter-spacing: 5px;
}

.w-full-nav .w-right {
  width: 400px;
  padding-left: 50px;
  background-color: #222;
  height: calc(100vh - 30vh);
  padding-top: 30vh;
  color: #249481;
  position: relative;
  left: 500px;
  transition: 1s;
}

.w-full-nav.w-show .w-right {
  left: 0px;
  transition-delay: 1.8s;
}

.w-full-nav .w-right h3 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 30px;
}

.w-full-nav .w-right p {
  font-size: 16px;
  line-height: 2em;
  color: #999;
}

.w-full-nav.w-show .w-item {
  top: 0px;
  opacity: 1;
  transition: 1s;
}

.w-full-nav.w-show .w-item:hover a:nth-child(1) {
  /*     margin-top:-8vh; */
}

.w-full-nav.w-show .w-item:nth-child(1) {
  transition-delay: 1.4s;
}

.w-full-nav.w-show .w-item:nth-child(2) {
  transition-delay: 1.5s;
}

.w-full-nav.w-show .w-item:nth-child(3) {
  transition-delay: 1.6s;
}

.w-full-nav.w-show .w-item:nth-child(4) {
  transition-delay: 1.7s;
}

.w-full-nav.w-show .w-item:nth-child(5) {
  transition-delay: 1.8s;
}

.w-full-nav.w-show .w-item:nth-child(6) {
  transition-delay: 1.9s;
}

.w-full-nav.w-show .w-item:nth-child(7) {
  transition-delay: 1.9s;
}

@media(max-width: 1440px) {
  .w--index-brands .w-content {
    padding-left:20px;
    padding-right: 20px;
  }

  .w--index-brands .w-content .w-item {
    width: 100%;
    margin: 0px 10px;
  }

  .sub .w--index-brands .w-content {
    justify-content: center;
  }

  .sub .w--index-brands .w-content .w-item {
    width: 320px;
  }

  .w--index-brands .w-content .w-item .pic img {
    max-width: 100%;
  }

  .w--index-brands .w-content .w-item .title a {
    font-size: 20px;
  }

  .w--index-culture .w-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }

  .w--index-culture .w-left {
  }

  .w--index-culture .w-left div:nth-child(1) img:nth-child(3) ~ img {
    display: none;
  }

  .w--index-culture .w-wrapper .w-left div:nth-child(2) {
    margin-left: 10px;
  }

  .w--index-culture .w-left div:nth-child(2) img:nth-child(2) ~ img {
    display: none;
  }

  .w--footer .w-top .w-wrapper {
    max-width: 90%;
  }

  .w--index-contact .w-wrapper {
    max-width: 90%;
  }

  .w--about-profile .w-wrapper {
    max-width: 90%;
  }

  .w-wrapper {
    max-width: 90%;
  }

  .w--about-strength .w-wrapper {
    max-width: 90%;
  }

  .w--about-strength .section .w-right h3 {
    line-height: 1.7em;
  }

  .w--about-strength .list .w-item {
    width: 23%;
    margin: 1%;
    border-radius: 10px;
  }

  .w--about-strength .list .w-item:nth-child(1) {
    margin-left: 0%;
  }

  .w--about-strength .list .w-item:nth-child(4) {
    margin-right: 0px;
  }

  .wd #c_portalResPublic_codeContainer-15667872677113241 {
    height: 500px;
  }
}

@media(max-width: 769px) {
  .wd #c_portalResPublic_codeContainer-15667872677113241 {
    height:auto;
  }

  .w--about-profile .w-wrapper {
    max-width: 100%;
  }

  #c_portalResPublic_codeContainer-15666355850586830 {
    height: auto;
  }
}

@media(max-width: 769px) {
  .w--header .w-nav a {
    display:none;
  }

  .w--header {
    background: url(/img/w_logo_bg.jpg) top left repeat-x;
    background-color: rgba(0, 0, 0, 0.9);
  }

  body {
    padding-top: 95px;
  }

  .w--index-banner .content {
    position: relative;
    top: 0px;
    left: 0px;
    transform: none;
    padding: 70px 20px;
  }

  .w--index-banner .content p {
    transform: none;
    color: #333;
  }

  .w--index-banner .content h3 {
    font-size: 30px;
  }

  .w--index-banner .content div a:last-child {
    display: none;
  }

  .w--index-brands .w-content .w-item {
    width: 100%;
  }

  .w--index-brands .w-content {
    flex-wrap: wrap;
  }

  .w--index-brands .w-content .w-item {
    margin-bottom: 45px;
  }

  .sub .w--index-brands .w-content .w-item {
    width: 100%;
    margin-right: 0px;
  }

  .w--index-culture .w-wrapper {
    flex-wrap: wrap;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .w--index-culture .w-wrapper .w-left div {
    flex-wrap: wrap;
  }

  .w--index-culture .w-left {
    order: 2;
  }

  .w--index-culture {
    padding: 20px;
  }

  .w--index-culture .w-right .w-content {
    margin-top: 30px;
  }

  .w--index-culture .w-wrapper .w-left div img {
    margin-bottom: 10px;
    height: 100px;
  }

  .w--index-culture .w-wrapper .w-left div:nth-child(2) {
    margin-left: 0px;
    display: none;
  }

  .w--header .w-nav .w-trigger {
    display: block;
    position: relative;
    right: 30px;
  }

  .w--index-contact .w-wrapper {
    width: auto;
    display: block;
    padding: 20px;
    max-width: 100%;
  }

  .w--index-contact .w-wrapper a {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }

  .w--index-contact {
    margin-bottom: 20px;
  }

  .w--footer {
    padding-top: 50px;
  }

  .w--footer .w-top .w-wrapper {
    display: block;
    padding: 20px;
    max-width: 100%;
  }

  .w--footer .w-top .w-wrapper .w-left {
    width: 100%;
    text-align: center;
  }

  .w--footer .w-top .w-wrapper .w-left a {
    width: auto;
    margin: 0px 3px;
  }

  .w--footer .w-top .w-wrapper .w-addr {
    padding: 40px 0px;
    border-top: 1px dotted #444;
    border-bottom: 1px dotted #444;
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .w--footer .w-top .w-wrapper .share {
    justify-content: center;
  }

  .w--footer .w-bottom {
    margin-top: 20px;
  }

  .w--footer .w-bottom p a {
    display: block;
    margin-top: 7px;
  }

  .w--footer .w-bottom p a:nth-last-child(1) {
    display: inline-block;
  }

  .w--footer .w-bottom p a:nth-last-child(2) {
    display: inline-block;
  }

  .w--footer .w-top .w-wrapper .share div:nth-child(1) {
    margin-left: 0px;
  }

  .w--index-brands {
    padding-top: 90px;
    padding-bottom: 30px;
  }

  .w--index-brands .w-wrapper {
    max-width: 100%;
  }

  .w--sub-banner .w-content {
    left: 0px;
    padding: 20px;
  }

  .w--sub-banner .w-content h3 {
    font-size: 24px;
  }

  .w--sub-banner .w-content div p {
    font-size: 14px;
  }

  .w--sub-banner .w-content div {
    display: block;
  }

  .w--sub-banner .w-content div p {
    display: inline;
  }

  .w--sub-banner {
    display: none;
  }

  .w--about-profile {
    padding: 50px 20px;
  }

  .w--about-profile .w-wrapper {
    display: block;
  }

  .w--about-profile .w-left img {
    max-width: 100%;
  }

  .w--about-profile .w-wrapper .w-right {
    margin-left: 0px;
    margin-top: 30px;
  }

  .w--about-profile .w-wrapper .w-right h3 {
    color: #333;
  }

  .w--about-profile .w-wrapper .w-right p {
    color: #999;
  }

  .w--about-profile .w-wrapper .w-right .w-content {
    margin-top: 15px;
  }

  .w--about-map {
    padding: 50px 20px;
  }

  .w-title a, .w-title h3 {
    font-size: 30px;
  }

  .w-title p {
    font-size: 12px;
  }

  .w--about-map .w-title h3 {
    color: #333;
  }

  .w--about-map .w-title p {
    color: #999;
  }

  .w--about-map .w-title .summary {
    text-align: center;
    line-height: 1.7em;
  }

  .w--about-map .w-content img {
    max-width: 100%;
  }

  .w--about-honor {
    padding: 50px 20px;
  }

  .w--about-honor .w-title h3 {
    color: #333;
  }

  .w--about-honor .w-title p {
    color: #999;
  }

  .w--about-honor .w-content {
    margin-top: 15px;
  }

  .w--about-honor .w-content img {
    width: 45%;
    margin: 2%;
  }

  .w--about-history {
    padding: 50px 20px;
  }

  .w--about-history .w-title h3 {
    color: #333;
  }

  .w--about-history .w-title p {
    color: #999;
  }

  .w--about-history .summary {
    text-align: center;
    margin-top: 10px;
  }

  .w--about-history .w-item .content {
    height: auto;
  }

  .w--about-history .w-item {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
  }

  .w--about-history .w-item .content {
    box-shadow: none;
  }

  .w--about-strength {
    padding: 50px 20px;
  }

  .w--about-strength .w-title h3 {
    color: #333;
  }

  .w--about-strength .w-title p {
    color: #999;
  }

  .w--about-strength .list {
    margin-top: 30px;
    display: block;
  }

  .w--about-strength .list .w-item {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .w--about-strength .section .li {
    display: block;
  }

  .w--about-strength .section .li:last-child {
    margin-bottom: 0px;
  }

  .w--about-strength .section .w-right {
    margin-left: 0px;
  }

  .w--about-strength .section .w-right h3 {
    font-size: 18px;
    line-height: 1.7em;
  }

  .c_portalResNews_list-01001 {
    padding: 50px 20px !important;
  }

  #c_portalResNews_list-15667869265595765 .p_articles {
    /* margin-left:0px; */
    /* margin-right:0px; */
    box-shadow: 0px 0px 10px #ddd;
    padding: 0px;
  }

  .c_portalResNews_list-01001 .p_images {
    float: none;
    width: 100% !important;
    height: auto !important;
  }

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

  .c_portalResNews_list-01001 .p_TitleBox a {
    display: block;
    font-size: 18px;
    color: #000;
  }

  .c_portalResNews_list-01001 .p_content {
    padding: 10px;
  }

  .c_portalResNews_list-01001 .mP_SummaryBox {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }

  .c_portalResNews_list-01001 .p_title {
    display: block;
  }

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

  .c_portalResNews_detail-01001 .p_TitleBoxA {
    max-width: none;
    display: block;
    text-align: center;
    margin-left: 0;
  }

  .c_portalResNews_detail-01001 .p_summary {
    background-color: #eee;
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .c_portalResNews_detail-01001 .p_previewBox, .c_portalResNews_detail-01001 .p_nextBox {
    width: 100%;
    margin-bottom: 20px;
  }

  .c_portalResNews_detail-01001 .p_PrevAndNextMo {
    height: auto;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dotted #ddd;
  }

  .w-sub-contact-us .w-address {
    top: 0px;
    background: #333;
  }

  .w-sub-contact-us .w-address p {
    background-color: transparent;
    width: 100%;
    height: auto;
    line-height: 2em;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .w-sub-contact-information {
    padding: 50px 20px;
    height: auto;
    margin-top: 0px;
  }

  .w-sub-contact-information .w-content .w-center {
    flex-wrap: wrap;
  }

  .w-sub-contact-information .w-content .w-center .w-item {
    margin-bottom: 30px;
  }

  .w-sub-contact-information .w-content {
    margin-top: 40px;
  }

  #allmap {
    height: 400px !important;
  }

  .w-sub-contact-message {
    top: 0px;
    margin-top: 0px;
    background-image: none;
    background-color: #eee;
  }

  .w-sub-contact-message .w-title span {
    color: #999;
  }

  .w-sub-contact-message .w-title h3 {
    color: #333;
  }

  .c_portalResMessage_form-01001 .e_box.form-group {
    margin-top: 15px;
  }

  .form-control {
    height: 44px;
    line-height: 44px;
  }

  .w-sub-contact-message .w-title p {
    color: #999;
  }

  input::-webkit-input-placeholder {
    color: #333 !important;
  }

  :-moz-placeholder {
    color: #333 !important;
    opacity: 1;
  }

  ::-moz-placeholder {
    color: #333 !important;
    opacity: 1;
  }

  :-ms-input-placeholder {
    color: #333 !important;
  }

  ::-ms-input-placeholder {
    color: #333 !important;
  }

  ::placeholder {
    color: #333 !important;
  }

  .c_portalResMessage_form-01001 .p_ContactInfo>div .p_image {
    left: 0px;
    top: -11px;
    height: auto;
  }

  .c_portalResMessage_form-01001 .p_ContactInfo>div .p_image img {
    width: 100px;
  }

  .c_portalResMessage_form-01001 .p_ContactInfo>div:nth-last-child(2) {
    width: 100%;
  }

  .c_portalResMessage_form-01001 .p_ContactInfo>div.p_CoupWBox button {
    margin-left: 15px;
    background-color: #333;
    color: #fff;
  }

  .w--index-banner .w-item .content div a:first-child {
    width: 100%;
  }

  .w--index-brands .w-content .w-item .pic {
    text-align: center;
  }

  .w--about-strength .list .w-item {
    width: 100%;
    margin: 0px;
    margin-bottom: 30px;
    background-position: center center;
  }

  .w--about-strength .section .li .w-left img {
    max-width: 100%;
  }

  .w--about-strength .w-wrapper {
    max-width: 100%;
  }

  .w--index-banner .content {
    position: relative;
    transform: none;
    top: 0px;
    left: 0px;
    padding: 30px 20px;
  }

  .w--index-banner .content.w-hide {
    opacity: 1;
  }

  .w--index-banner .w-btns {
    top: calc(100vw / 1920 * 980 - 30px);
    bottom: auto;
  }
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-pagination-bullet {
  background-color: #ddd;
}

.w-links {
  width: 1380px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.w-links .title {
  font-size: 15px;
  color: #898989;
}

.w-links .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.w-links .list .p_images {
  display: none;
}

.w-links .list .p_articles {
  margin-right: 15px;
}

.w-links .list .p_articles a .font {
  font-size: 15px;
  color: #898989;
}

.w-links .list .p_articles a:hover .font {
  color: #fff;
}

.wd #c_portalResFriendlink_list-15712462131622259 {
  display: none;
}

.wd #c_portalResComplaintPage_detail-16099991651680879 {
  display: none;
}

.wd #c_portalResComplaintPage_detail-16099995931507473 {
  display: none;
}

.c_portalResNews_detail-01001 .p_articles p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 10px;
  text-indent: 2em;
}

.c_portalResNews_detail-01001 .p_articles img {
  max-width: 100%;
  height: auto !important;
  margin: 10px 0;
}

@media(max-width: 768px) {
  .c_portalResNews_detail-01001 .p_articles {
    padding:0;
  }
}

.c_portalResNews_detail-01001 .p_dataSource li:nth-child(2) {
  display: none;
}

.c_portalResNews_detail-01001 .p_dataSource li:nth-child(3) {
  display: none;
}

.c_portalResNews_detail-01001 .p_dataSource li:nth-child(4) {
  display: none;
}

@media(max-width: 768px) {
  .c_portalResNews_detail-01001 .p_header, .c_portalResNews_detail-01001 .p_headA {
    text-align:center;
    margin-top: 20px;
    line-height: 1.5;
  }
}

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