

html {
    overflow-y: scroll;
}

 :root {
    overflow-y: auto;
    overflow-x: hidden;
}

 :root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
}

.jp_bh_maxWidth{
  display: block;
  width: 100%;
  padding: 0px 20px;
  margin: 0 auto;
}
.jpPic{
  overflow: hidden;
}
.jpPic img{
  width: 100%;
  height: auto;
  transform: scale(1);
}
.jpCenter{
  text-align:center;
  text-align-last:center;
}
.jpLeft{
  text-align:left;
  text-align-last:left;
}
.jpRight{
  text-align:right;
  text-align-last:right;
}
.h_maxwidth{
  max-width:1280px;
  margin:0 auto;
  padding:0 10px;
}
.h_flexBox{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
/* 氓藛鈥犆︹€⒙Ｃヂ姑┞铰惷ヂ尖偓氓搂鈥 */
.jpJustifyBox {
  font-size: 0;
  width: 100%;
  text-align-last: justify;
  /* 氓鈥β济ヂ筬irefox */
  -moz-text-align-last: justify;
  text-align: justify;
  /* 氓鈥β济ヂ筰e */
  text-justify: distribute-all-lines;
  /* ie盲赂鈥姑┡撯偓猫庐戮盲赂潞block */
  display: block;
}
.jpJustify {
  display: inline-block;
  vertical-align: top;
  text-align-last: left;
}
.jpLastJustify {
  width: 100%;
}
/* 氓藛鈥犆︹€⒙Ｃヂ姑┞铰惷烩€溍β澟 */
.jpTransition{
  transition:all 1s;
  -ms-transition:all 1s;
  /* IE 9 */
  -moz-transition:all 1s;
  /* Firefox */
  -webkit-transition:all 1s;
  /* Safari 氓鈥櫯 Chrome */
  -o-transition:all 1s;
  /* Opera */
}
.jpClear::before,.jpClear::after{
  content: '';
  clear: both;
  display: block;
}
.jpActive{
  background:#44a641;
}
.jpActive > a{
  color: #fff;
}
.jpAbsolute{
  position: absolute;
}
.jpRelative{
  position: relative;
}
.jpOverFlowHid{
  overflow: hidden;
}
.jpTransition{
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari & Chrome */
  -o-transition:all 0.5s;
  /* Opera */
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0a0a0;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: MicrosoftYaHei;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #a0a0a0;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: MicrosoftYaHei;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0a0a0;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: MicrosoftYaHei;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0a0a0;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: MicrosoftYaHei;
}
@media screen and (max-width: 768px){
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #a0a0a0;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: MicrosoftYaHei;
  }
  input:-moz-placeholder, textarea:-moz-placeholder {
    color: #a0a0a0;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: MicrosoftYaHei;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #a0a0a0;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: MicrosoftYaHei;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #a0a0a0;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: MicrosoftYaHei;
  }
}
/* Grid Start */
.jpCol_1 {
  display: inline-block;
  width: 10%;
}
.jpCol_2 {
  display: inline-block;
  width: 20%;
}
.jpCol_25 {
  display: inline-block;
  width: 25%;
}
.jpCol_3 {
  display: inline-block;
  width: 30%;
}
.jpCol_4 {
  display: inline-block;
  width: 40%;
}
.jpCol_5 {
  display: inline-block;
  width: 50%;
}
.jpCol_6 {
  display: inline-block;
  width: 60%;
}
.jpCol_7 {
  display: inline-block;
  width: 70%;
}
.jpCol_8 {
  display: inline-block;
  width: 80%;
}
.jpCol_9 {
  display: inline-block;
  width: 90%;
}
@media only screen and (max-width: 768px){
  div[class*="jpCol_"]{
    width: 100%;
  }
}
/* Grid End */
@keyframes leftAn
{
  from {
    left: -172px;
  }
  to {
    left: -49px;
  }
}
@-moz-keyframes leftAn /* Firefox */
{
  from {
    left: -172px;
  }
  to {
    left: -49px;
  }
}
@-webkit-keyframes leftAn /* Safari 氓鈥櫯 Chrome */
{
  from {
    left: -172px;
  }
  to {
    left: -49px;
  }
}
@-o-keyframes leftAn /* Opera */
{
  from {
    left: -172px;
  }
  to {
    left: -49px;
  }
}
@keyframes rightAn
{
  from {
    right: -172px;
  }
  to {
    right: -49px;
  }
}
@-moz-keyframes rightAn /* Firefox */
{
  from {
    right: -172px;
  }
  to {
    right: -49px;
  }
}
@-webkit-keyframes rightAn /* Safari 氓鈥櫯 Chrome */
{
  from {
    right: -172px;
  }
  to {
    right: -49px;
  }
}
@-o-keyframes rightAn /* Opera */
{
  from {
    right: -172px;
  }
  to {
    right: -49px;
  }
}
.h_btnMore{
  width:190px;
  height:54px;
  line-height:54px;
  text-align:center;
  border:1px solid #c2c2c2;
  display:block;
  font-size:16px;
  color:#666666;
  margin:0 auto;
  margin-top:40px;
  transition:all 0.5s;
}
.h_btnMore:hover {
  background: #bf0d23;
  color: #fff;
  border-color: #bf0d23;
}
@media only screen and (max-width: 768px){
  .h_btnMore{
    margin-top:20px;
  }
}
.h_transition *{
  transition:all 0.5s;
  -moz-transition:all 0.5s;
  /* Firefox 4 */
  -webkit-transition:all 0.5s;
  /* Safari and Chrome */
  -o-transition:all 0.5s;
  /* Opera */
}
@media only screen and (max-width: 768px) {
  span[style*="font-size:30px"]{
    font-size:22px !important;
  }
  span[style*="font-size:24px"]{
    font-size:18px !important;
  }
  span[style*="font-size:18px"]{
    font-size:16px !important;
  }
  span[style*="font-size:16px"]{
    font-size:14px !important;
  }
}
<!--0.00020098686218262-->