p,span,div,a{
  word-wrap: break-word;
  word-break: normal;
}

@media only screen and (max-width: 768px){
  img{
    max-width:100%!important;
    height: auto!important;
  }
}

.page_a.current{
  background: #cf1826;
}

@keyframes move_wave{
  0% {
    transform: translateX(0) translateZ(0) scaleY(1)
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55)
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1)
  }
}
.waveWrapper{
  overflow:hidden;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:150px;
  top:0;
  margin:auto;
}
.waveWrapperInner{
  position:absolute;
  width:100%;
  overflow:hidden;
  height:100%;
  bottom:-1px;
}
.bgTop{
  z-index:15;
  opacity:1;
}
.bgMiddle{
  z-index:10;
  opacity:1;
}
.bgBottom{
  z-index:5;
}
.wave{
  position:absolute;
  left:0;
  width:200%;
  height:100%;
  background-repeat:repeat no-repeat;
  background-position:0 bottom;
  transform-origin:center bottom;
}
.waveTop{
  background-size:50% 100px;
}
.waveAnimation .waveTop{
  animation:move-wave 3s;
  -webkit-animation:move-wave 3s;
  -webkit-animation-delay:1s;
  animation-delay:1s;
}
.waveMiddle{
  background-size:50% 120px;
}
.waveAnimation .waveMiddle{
  animation:move_wave 10s linear infinite;
}
.waveBottom{
  background-size:50% 100px;
}
.waveAnimation .waveBottom{
  animation:move_wave 15s linear infinite;
}

@media only screen and (max-width: 1366px) and (min-width: 1025px){
  #c_static_001-16425798273030 .e_image-5 img{
    width:80%}
  #c_static_001-16425798273030.response-animated .e_image-5{
    margin-top:10%}
  #c_static_001-16425798251710 .e_container-3 .cbox-3-0{
    margin-top:-44%}
  #c_static_001-16425798251710 .e_image-5 img{
    width: 80%;
    float: right;
  }
  #c_static_001-16425798251710.response-animated .e_richText-7{
    margin-top:20px;
    margin-bottom:20px;
  }
  #c_static_001-16425797867470 .e_image-5 img{
    width: 80%;
  }
  #c_static_001-16425797867470 .e_container-3 .cbox-3-0{
    margin-top:-44%}
  #c_static_001-16425797867470.response-animated .e_richText-7{
    margin-top:20px;
    margin-bottom:20px;
  }
}

.active{
  border-color:#cf1826!important;
}
.active p{
  background-color:#cf1826!important;
}
.active a{
  color:#fff}

.nceb{
  margin:0 auto;
}
.nceb h2{
  color: #ffd993;
  text-transform: uppercase;
  font-size: 5rem;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
.nceb h1{
  color: #000;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px){
  .nceb h1{
    font-size:24px!important;
  }
  .nceb h2{
    margin-top:0;
    background:none;
    font-size: 22px;
  }
}

.cpbg{
  border-bottom: #fff 1px solid;
  border-right: #fff 1px solid;
  margin-bottom: 15px;
}
.cpbg TR TD{
  text-align:center;
  border-left: #fff 1px solid;
  line-height: 2.2;
  font-family: Microsoft Yahei,Arial,Verdana,sans-serif;
  font-size: 14px;
  border-top: #fff 1px solid;
  padding-top:5px;
  padding-bottom:5px;
  color:#333;
}
.cpbg TD p{
  text-align:center;
  line-height: 2.2;
  font-family: Microsoft Yahei,Arial,Verdana,sans-serif;
  font-size: 14px;
  color:#333;
  padding: 0 !important;
}
.cpbg .bt{
  background-color:#ff4f51;
  color:#fff !important;
  font-weight:bold;
}
.cpbg .bt p{
  background-color:#ff4f51;
  color:#fff !important;
  font-weight:bold;
}
TR.bg TD{
  color:#fff !important;
}
tr:nth-child(odd){
  background-color:#eaeaea;
}
tr:nth-child(even){
  background-color:#f8f8f8;
}
@media screen and (max-width: 768px) {
  .c_portalResProduct_detail-01001 .reset_style table td {
    border: 1px solid #ddd;
    padding: 2px !important;
    line-height: 1.4;
  }
  .cpbg TD p{
    text-align:center;
    line-height: 24px !important;
    font-family: Microsoft Yahei,Arial,Verdana,sans-serif;
    font-size: 14px !important;
    color:#333;
    padding: 0 !important;
    word-wrap: break-word;
    word-break: normal;
  }
}