.flex-box-v {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

/*banner*/
.Banner-container {
  height: 100vh;
  min-height: 600px;
  max-height: 1600px;
  width: 100vw;
}

.banner-background {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.banner-slide {
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
}

.banner-text {
  margin: 0 auto;
  width: 90%;
  max-width: 1480px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.banner-text h1 {
  font-weight: normal;
  font-size: 54px;
  margin-bottom: 30px;
  color: #fff;
}

.banner-text h2 p {
  position: relative;
  margin-top: 1rem;
  padding-top: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

.banner-text .text-line {
  height: 1px;
  width: 100px;
  background: #fff;
  z-index: 1;
}

.banner-text h2 span {
  font-size: 18px;
  display: inline-block;
  margin-top: 15px;
  color: #fff;
}

.banner-bg-ss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

.banner-text {
  z-index: 10;
}

.banner-text:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 400px;
  display: block;
  border: 10px solid rgba(255, 255, 255, 0.2);
  top: 4.5rem;
  margin-top: -200px;
  left: -6rem;
  display: none;
}

.small-title {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 40px;
  font-weight: 200;
  font-family: 'Oswald', sans-serif;
}

/*.banner-warpper.swiper-wrapper {
transition-timing-function: cubic-bezier(0.75, 0.22, 0.25, 1);
}
.banner-warpper.swiper-wrapper .banner-background {
transition-timing-function: cubic-bezier(0.75, 0.22, 0.25, 1);
will-change: transform;
}*/
.banner-switch {
  position: absolute;
  z-index: 30;
  right: auto;
  bottom: 10px;
  height: 70px;
  color: #fff;
  right: 0;
  display: flex;
  margin-top: 0px;
  background: rgba(197,39,48,0);
  width: 45%;
  justify-content: flex-end;
  align-items: center;
  text-transform: uppercase;
}

.banner-switch > div > * {
  display: inline-block;
  vertical-align: middle;
}

.sL_icon {
  background-size: contain;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-switch > div > span {
  margin: 0 0.5rem;
  font-size: 0.825rem;
}

.banner-switch > div {
  margin: 0.3rem 2rem;
}

.banner-switch > div {
  cursor: pointer;
  transition: 0.5s;
}

.swiper-button-disabled {
  opacity: 0.4;
}

.Scroll-tip {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100px;
  color: #fff;
  text-align: center;
}

.Tipss {
  text-transform: uppercase;
  font-size: 0.825rem;
}

.tip_anim {
  display: inline-block;
  margin: 0.75rem 0;
  height: 30px;
}

.Tipss span {
  display: block;
}

.tip_anim span {
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #fff;
  animation-name: scrollTip;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 1);
}

.Banner-A1 {
  z-index: 1;
}

@keyframes scrollTip {
  0% {
    transform: scale(1, 0);
    transform-origin: top;
  }

  49% {
    transform: scale(1, 1);
    transform-origin: top;
  }

  51% {
    transform: scale(1, 1);
    transform-origin: bottom;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: bottom;
  }
}

.banner-background {
  transition: 1s 2.5s;
  transform: perspective(1000px) translate3d(0, 0, 100px);
}

.swiper-slide.banner-slide.swiper-slide-active .banner-background {
  transition: 5s 0s;
  transform: perspective(1000px) translate3d(0, 0, 0px);
}

.banner-text:before {
  transition-delay: 2s;
  transition-duration: 2s;
  transform: translate3d(-80px, 0, 0);
  opacity: 0;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text:before {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: both;
  opacity: 0;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text * {
  animation-name: lv-fadeInUp;
  animation-duration: 1.5s;
  animation-delay: 1s;
  animation-fill-mode: both;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(1) {
  animation-delay: 1.1s;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(2) {
  animation-delay: 1.2s;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(3) {
  animation-delay: 1.3s;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text h2 *:nth-child(1) {
  animation-delay: 1.5s;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text h2 *:nth-child(2) {
  animation-delay: 1.6s;
}

.lv-copyright {
  width: 340px;
  bottom: 30px;
  left: 30px;
  padding: 15px;
  font-size: 13px;
  background: rgba(255,255,255,.1);
  border: 1px solid #fff;
  z-index: 10;
  position: absolute;
}

.lv-copyright p {
  color: #fff;
  line-height: 24px;
}

.lv-copyright a {
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .banner-text {
    max-width: 1200px;
    width: 80%;
  }
}

@media screen and (max-width: 1200px) {
  .banner-text:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 400px;
    display: block;
    border: 10px solid rgba(255, 255, 255, 0.2);
    top: 4.5rem;
    margin-top: -200px;
    left: 50%;
    margin-left: -150px;
    display: none;
  }

  .banner-text .text-line {
    height: 1px;
    width: 100px;
    background: #fff;
    z-index: 1;
    margin: 0px auto;
  }

  .banner-text {
    text-align: center;
  }

  .banner-text h2 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .banner-background.mo-img {
    display:none;
  }
}

@media screen and (max-width: 768px) {
  .banner-background.mo-img {
    display:block;
  }

  .banner-background.pc-img {
    display: none;
  }

  .banner-switch {
    top: auto;
    bottom: 2rem;
    left: 5%;
    right: 5%;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .banner-text h2:before {
    left: calc((100% - 60px)/2);
    width: 60px;
  }

  .banner-text h1 {
    font-size: 24px;
    line-height: 1.2;
  }

  .banner-text h2 p {
    font-size: 16px;
    padding-top: 5px;
  }

  .banner-text h2 span {
    font-size: 14px;
  }

  .banner-text h2 {
    font-size: 14px;
    line-height: 1.4;
  }

  .banner-text .text-line {
    width: 50px;
  }

  .small-title {
    font-size: 22px;
  }

  .banner-text:before {
    opacity: 0;
  }

  .Scroll-tip {
    bottom: 0px;
  }

  .lv-copyright {
    display: none;
  }
}

/*banner*/
@media(max-width: 768px) {
  #c_portalResnav_main-15638662660033168 .header2 .main-wrap {
    display:flex;
    justify-content: space-between;
  }

  #c_portalResnav_main-15638662660033168 .header2 .logo {
    width: auto;
    display: flex;
  }

  #c_portalResnav_main-15638662660033168 .header2 .logo img {
    width: auto;
    height: 40px;
  }

  #c_portalResnav_main-15638662660033168 .header2 .logo a {
    display: flex;
    align-items: center;
  }

  #c_portalResnav_main-15638662660033168 .header2 .logo a .b {
    margin-left: 5px;
  }

  #c_portalResnav_main-15638662660033168 .header2 .logo a .b span:nth-child(1) {
    font-size: 18px;
    color: #333;
    display: block;
  }

  #c_portalResnav_main-15638662660033168 .header2 .logo a .b span:nth-child(2) {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    transform: scale(0.8);
    transform-origin: top left;
  }

  #c_portalResnav_main-15638662660033168 .header2 .nav-btn .line {
    margin-left: -12.5px;
  }

  #w_grid-1585188640861 {
    display: none;
  }

  #w_fbtn-1585188640873 {
    display: block !important;
  }

  #w_fbtn-1585194682055 {
    margin-left: auto;
    margin-right: auto;
  }

  #c_portalResPublic_codeContainer-15851964601356305 .container {
    padding-left: 0;
    padding-right: 0;
  }

  #w_grid-1585188640848 {
    margin-top: 0 !important;
  }
}

#c_portalResnav_main-15643630593255153 .wd-logo span:nth-child(2) {
  color: rgba(255, 255, 255, 0.7);
}

.c_portalResProduct_detail-01001 .d_summary {
  display: none !important;
}

.wd #w_grid-1587183494208 {
  display: none !important;
}

.wd #w_grid-1587183449830 {
  margin-top: 0;
}

.wd .footerInfoPC a {
  margin-left: 0 !important;
}

#c_portalResnav_main-15643630593255153 nav .f-cb {
  max-width: 700px;
}

#c_portalResnav_main-15643630593255153 .header1 nav {
  display: flex;
  justify-content: flex-end;
}

@media(max-width: 1360px) {
  #c_portalResnav_main-15643630593255153 .header1 h1 img {
    width:auto;
  }

  #c_portalResnav_main-15643630593255153 .header1 nav li {
    margin: 0;
  }

  #c_portalResnav_main-15643630593255153 .header1 nav {
    width: calc(100% - 530px);
    margin-left: 0;
  }
}

.wd #content_box-1563853434791-6 {
  display: flex;
  justify-content: center;z-index:3;
  align-items: center;
}

.wd #content_box-1563853434791-5 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wd #w_grid-1585188640828 {
  width: 100%;
}
#c_portalResnav_main-15638662660033168 .header1 nav {
  width: calc(100% - 480px - 230px);
  position: relative;
  margin-left: 0;
  left:0;
}
#c_portalResnav_main-15638662660033168 nav ul.f-cb {
   display:flex;
   justify-content: space-between;
   max-width: 800px;
   margin-left: auto;
}
#c_portalResnav_main-15638662660033168 .header1 nav li {
   margin:0; 
}
@media(max-width: 1360px) {
  #c_portalResnav_main-15638662660033168 .header1 h1 img {
    width:auto;
  }

  #c_portalResnav_main-15638662660033168 .header1 nav {
    display: flex;
    justify-content: flex-end;
  }

  #c_portalResnav_main-15638662660033168 .header1 nav li {
    margin: 0;
  }

  #c_portalResnav_main-15638662660033168 .f-cb {
    display: flex;
    width: 100%;
  }

  #c_portalResnav_main-15638662660033168 .header1 nav {
    width: calc(100% - 530px - 200px);
    margin-left: 0;
    position: relative;
    left: 0;
  }

  #c_portalResnav_main-15638662660033168 .f-cb nav .f-cb {
    justify-content: space-between;
    max-width: 480px;
  }
}

#c_portalResnav_main-15643630593255153 .header1 li:nth-child(3) .nav-sub {
   width:280px; 
}
#c_portalResnav_main-15638662660033168 .header1 li:nth-child(3) .nav-sub {
   width:280px; 
}
#c_portalResProduct_detail-15851309504117377 .p_interaction button {
   background-color:#3f87be; 
}
#c_portalResProduct_detail-15851309504117377 .d_DecTab.active {
    background-color:#3f87be; 
}
.c_portalResSearch_total-01001 .p_searchBtn {
    background-color:#3f87be; 
}
#c_portalResnav_main-15643630593255153 .pc_nav {
   height:auto; 
}
@media(max-width:768px) {
 #c_portalResnav_main-15643630593255153 .header2 .main-wrap {
    display:flex;
    justify-content: space-between;
  }

  #c_portalResnav_main-15643630593255153 .header2 .logo {
    width: auto;
    display: flex;
  }

  #c_portalResnav_main-15643630593255153 .header2 .logo img {
    width: auto;
    height: 40px;
  }

  #c_portalResnav_main-15643630593255153 .header2 .logo a {
    display: flex;
    align-items: center;
  }

  #c_portalResnav_main-15643630593255153 .header2 .logo a .b {
    margin-left: 5px;
  }

  #c_portalResnav_main-15643630593255153 .header2 .logo a .b span:nth-child(1) {
    font-size: 18px;
    color: #fff;
    display: block;
  }

  #c_portalResnav_main-15643630593255153 .header2 .logo a .b span:nth-child(2) {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    transform: scale(0.8);
    transform-origin: top left;
  }

  #c_portalResnav_main-15643630593255153 .header2 .nav-btn .line {
    margin-left: -12.5px;
  } 
}
@media(max-width:768px) {
 #w_common_text-1587182938253 {
     min-height:auto;
     margin-bottom: 10px;
  }
  #w_common_text-1587182938260 {
     min-height:auto; 
  }
  #w_common_text-1587182938258 {
      min-height:auto; 
  }
  #w_common_text-1587182938250 {
      min-height:auto;
  }
  #c_portalResMessage_form-15871834498964844 .p_EmailBox {
     padding-right: 0 !important;
  }
  #c_portalResMessage_form-15871834498964844 .p_CaptchasBox {
    padding-right:0 !important;
  }
  #c_portalResnav_main-15643630593255153 .header2 .mo_tel a {
     color:#fff; 
  }
  #w_common_text-1602317869115 p {
     text-align:left !important;
     display: inline;
  }
  #w_fimg-1602316873957 {
     min-height:auto; 
  }
  .c_portalResEbizads_banner-01001 .subpage_ad .ad-sum {
     max-width:80%; 
    margin-left:auto;
    margin-right:auto;
  }
  #c_portalResProduct_list-15851307976018949 .PhotoList_k1 li {
     width:100%; 
  }
  #c_portalResProduct_list-15851307976018949 .PhotoList_k1 li a {
     height:auto; 
  }
}
#c_portalResProduct_detail-16023248432786848 .p_interaction button {
   background-color:#3f87be; 
}
#c_portalResProduct_detail-16023248432786848 .d_DecTab.active {
    background-color:#3f87be;
}
.e_ContentMajorStyleBox-001 .stylebox_top {
    background-color:#3f87be;
    height: 50px;
}
.e_ContentMajorStyleBox-001 .stylebox_title {
    background-color:#3f87be;
    line-height: 50px;
}
.c_portalResProduct_relatedlist-01001 .p_ProductList {
   background-color:#fff; 
}
.c_portalResProduct_relatedlist-01001 .d_item {
   display:none; 
}
.e_ContentMajorStyleBox-001 .stylebox_link a {
   display:none; 
}

@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: #5486b9;
      border-color: #5486b9;
      color: #fff;
  }

  .p_page .pre:hover {
      color: #fff;
      background: #5486b9;
      border-color: #5486b9;
      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: #5486b9;
      border-color: #0655486b93b1;
      color: #fff;
  }

  .p_page .next:hover {
      background: #5486b9;
      border-color: #5486b9;
      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: #5486b9;
      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: #5486b9;
      border-color: #5486b9;
  }

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

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