 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,
  font,
  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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family:Microsoft YaHei, Arial, sans-serif;
  vertical-align: baseline;
  background: transparent;
  }
  body {
  line-height: 1;
  }
  ol,
  ul {
  list-style: none;
  }
  blockquote,
  q {
  quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
  content: '';
  content: none;
  }
  /* remember to define focus styles! */
  :focus {
  outline: 0;
  }
  /* remember to highlight inserts somehow! */
  ins {
  text-decoration: none;
  }
  del {
  text-decoration: line-through;
  }
  /* tables still need 'cellspacing="0"' in the markup */
  table {
  border-collapse: collapse;
  border-spacing: 0;
  }
  a {
  color: inherit;
  text-decoration: none;
  font-weight: normal;
  }
  .clearfix:before,
  .clearfix:after {
  content: " ";
  display: table;
  }
  .clearfix:after {
  clear: both;
  }
  .pull-left {
  float: left;
  }
  .pull-right {
  float: right;
  }
  a,
  span,
  textarea,
  input,
  button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .btn {
  display: inline-block;
  padding: 0 1em;
  line-height: 2;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  }
  /**
  * Animations
  */
  .fromTopIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 0);
  opacity: 1.0;
  }
  .fromTopOut {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, -10px);
  opacity: 0.0;
  }
  .fromBottomIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 0);
  opacity: 1.0;
  }
  .fromBottomOut {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 10px);
  opacity: 0.0;
  }
  .fromLeftIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 0);
  opacity: 1.0;
  }
  .fromLeftOut {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(-10px, 0);
  opacity: 0.0;
  }
  .fromRightIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 0);
  opacity: 1.0;
  }
  .fromRightOut {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(10px, 0);
  opacity: 0.0;
  }
  .scaleUpIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: scale(1, 1);
  opacity: 1.0;
  }
  .scaleUpOut {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: scale(1.3, 1.3);
  opacity: 0.0;
  }
  .scaleDownIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: scale(1, 1);
  opacity: 1.0;
  }
  .scaleDownOut {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: scale(0.7, 0.7);
  opacity: 0.0;
  }
  html,
  body {
  min-width: 1024px;
  background: transparent;
  }
  .background-base {
  background: transparent 50% no-repeat;
  background-size: contain;
  }
  .imgw {
  position: relative;
  }
  .imgw .img {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  background: transparent 50% no-repeat;
  background-size: contain;
  }
  .guide-pc {
  background: #f5f5f5;
  min-width: 1280px;
  }
  .guide-pc .bwrapper .block {
  margin: auto;
  max-width: 1024px;
  min-width: 1024px;
  min-height: 3em;
  height: 100%;
  }
  .guide-pc .pc-head {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fff;
  z-index: 1;
  }
  .guide-pc .pc-head .head-logo,
  .guide-pc .pc-head .head-nav {
  display: inline-block;
  vertical-align: middle;
  }
  .guide-pc .pc-head .head-logo {
  width: 39%;
  }
  .guide-pc .pc-head .head-nav {
  width: 60%;
  }
  .guide-pc .pc-head .head-logo {
  height: 85px;
  }
  .guide-pc .pc-head .head-logo .logo-img {
  height: 42.5px;
  max-height: 50%;
  min-height: 50%;
  max-width: 50%;
  margin-left: 0;
  background-image: url("logo_03.png")/*tpa=http://www.newbanker.cc/img/logo_03.png*/;
  }
  .guide-pc .pc-head .head-nav {
  height: 85px;
  line-height: 85px;
  text-align: right;
  }
  .guide-pc .pc-head .head-nav .navbar,
  .guide-pc .pc-head .head-nav .nav-item,
  .guide-pc .pc-head .head-nav .share-weibo,
  .guide-pc .pc-head .head-nav .share-wechart {
  display: inline-block;
  position: relative;
  }
  .guide-pc .pc-head .head-nav .navbar {
  margin-right: 0.8em;
  display: inline-block;
  }
  .guide-pc .pc-head .head-nav .nav-item {
  color: #6a6a6a;
  transition: color 0.2s;
  }
  .guide-pc .pc-head .head-nav .nav-item .nav-link {
  position: relative;
  font-size: 16px;
  }
  .guide-pc .pc-head .head-nav .nav-item .nav-link:before {
  content: '';
  position: absolute;
  left: 30%;
  right: 30%;
  bottom: -0.3em;
  height: 3px;
  background-color: #059bff;
  transition: all .5s;
  opacity: 0;
  }
  .guide-pc .pc-head .head-nav .nav-item.active .nav-link:before {
  opacity: 1;
  left: 0;
  right: 0;
  }
  .guide-pc .pc-head .head-nav .nav-item.active{
  color:#000;
  }
  .guide-pc .pc-head .head-nav .nav-item:hover {
  color: #000;
  }
  .guide-pc .pc-head .head-nav .nav-item:hover.active .nav-link:before {
  background-color: #059bff;
  }
  .guide-pc .pc-head .head-nav .nav-item + .nav-item {
  margin-left: 2em;
  }
  .guide-pc .pc-head .head-nav .navbar:hover .nav-item.active .nav-link:before {
  opacity: 0;
  left: 30%;
  right: 30%;
  }
  .guide-pc .pc-head .head-nav .navbar:hover .nav-item:hover .nav-link:before {
  opacity: 1;
  left: 0;
  right: 0;
  }
  .guide-pc .pc-head .pc-head,
  .guide-pc .pc-head .head-logo,
  .guide-pc .pc-head .logo-img,
  .guide-pc .pc-head .head-nav {
  transition: all .5s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  }
  .guide-pc .pc-footer {
  width: 100%;
  margin-top: -3px;
  padding: 2em 0;
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
  /*border-top: 1px solid #e6e6e6;*/
  color: #fff;
  background-color: #141D3F;
  }
  .guide-pc .pc-footer .footer-links {
  height: 43.75px;
  margin-top: 2em;
  margin-bottom: 3em;
  }
  .content{
  background-color: #f5f5f5;
  }
  .content .guide-pc .pc-head .other-opt {
  text-align: right;
  height: 37px;
  line-height: 37px;
  background: #141D3F;
  color: #fff;
  font-size: 16px;
  }
  .main-last{padding-bottom: 50px;}
  .content .guide-pc .pc-head .other-opt p {
  width: 1024px;
  margin: 0 auto;
  }
  .content .guide-pc .pc-head .other-opt a {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  font-size: 14px;
  }
  .pc-index .container{width:100%;font-family: "微软雅黑";}
  .pc-index .main{width:1024px; margin:0 auto; color: #6a6a6a;background-color: #fff;overflow: hidden;}
  .pic-1{display: block; margin:40px auto;}
  .title-01{height: 36px; line-height: 36px;}
  .title-01 img{vertical-align: middle; margin: -6px 20px 0 0;}
  .title-01 span{padding-left:15px; border-left:1px solid #ebebeb; color:#ed5008; font-size: 22px;}
  .pc-index .box1 h2{padding-bottom:10px; margin-top:40px; margin-left:60px;margin-right:60px;font-size: 20px; color: #343434; font-weight: normal;border-bottom: 1px solid #e1e1e1;}
  .pc-index .box1 p{line-height: 26px; color:#6a6a6a;margin-left: 60px;margin-right: 60px;}