@font-face {
  font-family: 'iconfont';  /* project id 2340731 */
  src: url('//at.alicdn.com/t/font_2340731_ante8vwx45r.eot');
  src: url('//at.alicdn.com/t/font_2340731_ante8vwx45r.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2340731_ante8vwx45r.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_2340731_ante8vwx45r.woff') format('woff'),
  url('//at.alicdn.com/t/font_2340731_ante8vwx45r.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_2340731_ante8vwx45r.svg#iconfont') format('svg');
}



a:active, a:hover, a:focus{
  color: inherit;
  text-decoration: none;
}
/* 滚动条样式 */
::-webkit-scrollbar {
    width: 3px;
    height: 40px;
}

::-webkit-scrollbar-track {
    background-color: #bee1eb;
}

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

::-webkit-scrollbar-thumb:hover {
    background-color: #d9251c
}

::-webkit-scrollbar-thumb:active {
    background-color: #d9251c
}

/* 滚动条抖动 */

html {
    overflow-y: scroll;
}

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

 :root body {
    position: absolute;
}

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




/* 分散对齐开始 */
.jpJustifyBox {
  font-size: 0;
  width: 100%;
  text-align-last: justify;
  /* 兼容firefox */
  -moz-text-align-last: justify;
  text-align: justify;
  /* 兼容ie */
  text-justify: distribute-all-lines;
  /* ie下需设为block */
  display: block;
}
.jpPic{
  overflow: hidden;
}
.jpPic img{
  width: 100%;
  height: auto;
  transform: scale(1);

}
.jpJustify {
  display: inline-block;
  vertical-align: top;
  text-align-last: left;
}
.jpLastJustify {
  width: 100%;
}
/* 分散对齐结束 */
.jpTransition1{
  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:#ca2929 !important;
  color: #fff !important;
  border: 1px solid #ca2929 !important;
}
.jpAbsolute{
  position: absolute;
}
.jpRelative{
  position: relative;
}
.jpLeft{
  text-align: left !important;
  text-align-last: left !important;
}
.jpCenter{
  text-align: center !important;
  text-align-last: center !important;
}
.jpRight{
  text-align: right !important;
  text-align-last: right !important;
}
.jpOverFlowHid{
  overflow: hidden;
}
.jpTransition{
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.5s ease;
  /* Safari & Chrome */
  -o-transition:all 0.5s ease;
  /* 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_3 {
  display: inline-block;
  width: 33.33%;
}
.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){
  [class*="jpCol_"]{
    width: 100% !important;
  }
}
/* Grid End */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}




/*首页加载动效*/
.delighter{
  overflow:hidden;
  position:relative;
}

.fa_TopShow.delighter:before{
  width:100%;
  position:absolute;
  height:100%;
  top:0;
  left:0;
  transform: translateY(0%);
  display:block;
  background:#fff;
  z-index:10;
  content:"";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_TopShow.started.delighter:before{
  transform: translateY(100%);
}

.fa_LeftShow.delighter:before{
  width:100%;
  position:absolute;
  height:100%;
  top:0;
  left:0;
  transform: translateX(0%);
  display:block;
  background:#fff;
  z-index:10;
  content:"";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_LeftShow.started.delighter:before{
  transform: translateX(100%);
}


.fa_RightShow.delighter:before{
  width:100%;
  position:absolute;
  height:100%;
  top:0;
  left:0;
  transform: translateX(0%);
  display:block;
  background:#fff;
  z-index:10;
  content:"";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_RightShow.started.delighter:before{
  transform: translateX(-100%);
}
/*
.fa_LeftShow.started.delighter.ended:before,
.fa_RightShow.started.delighter.ended:before{
  transform: translateX(0%);
}
*/
.fa_BottomShow.delighter:before{
  width:100%;
  position:absolute;
  height:100%;
  top:0;
  left:0;
  transform: translateX(0%);
  display:block;
  background:#fff;
  z-index:10;
  content:"";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_BottomShow.started.delighter:before{
  transform: translateY(-100%);
}
/*
.fa_TopShow.started.delighter.ended:before,
.fa_BottomShow.started.ended.delighter:before{
  transform: translateY(0%);
}
 */