/*自定义滚动条样式*/
::-webkit-scrollbar {
  overflow: visible;
  width: 2px;
  height: 1px;
}
.guidance-page {
  font-size: 14px;
  padding-bottom: 50px;
  width: 100%;
  overflow: hidden;
  min-height: 100%;
  background: #fff;
}
.guidance-page .content-wrap-web {
  display: none;
}
.guidance-page .page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  padding: 12px;
  border-bottom: 1px solid #E1EAF1;
}
.guidance-page .page-header .logo,
.guidance-page .page-header .title {
  display: inline-block;
  vertical-align: middle;
}
.guidance-page .page-header .logo {
  margin-right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: transparent url("../../common/img/logo.svg") no-repeat center / contain;
}
.guidance-page .page-header .title {
  font-size: 20px;
  color: #3D464A;
}
.guidance-page .menu {
  position: relative;
  float: right;
  display: block;
  width: 36px;
  text-align: right;
}
.guidance-page .menu .menu-icon {
  display: block;
  width: 36px;
  height: 36px;
  background: transparent url("../../common/img/menu.svg") no-repeat center / 24px auto;
  cursor: pointer;
}
.guidance-page .menu .menu-icon:hover,
.guidance-page .menu .menu-icon.active {
  background: transparent url("../../common/img/menu-hover.svg") no-repeat center / 24px auto;
}
.guidance-page .menu .menu-nav {
  position: absolute;
  right: -6px;
  top: 36px;
}
.guidance-page .menu .menu-nav ul {
  box-shadow: 0 0 8px 0 rgba(31, 29, 49, 0.06);
  overflow: hidden;
  background-color: #fff;
}
.guidance-page .menu .menu-nav ul li {
  width: 120px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #EAEFF3;
}
.guidance-page .menu .menu-nav ul li:last-child {
  border: none;
}
.guidance-page .menu .menu-nav ul li:hover,
.guidance-page .menu .menu-nav ul li.active a {
  color: #fda32b;
}
.guidance-page .menu .menu-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #3D464A;
}
.guidance-page .banner {
  margin-top: 60px;
  height: 200px;
  background-color: #F2f2f2;
  background: linear-gradient(to bottom, #3D3A56, #4B476B);
}
.guidance-page .banner .banner-core {
  height: 100%;
  padding-left: .8rem;
  background-image: url("../img/banner-title.jpg"), url("../img/banner.jpg");
  background-repeat: no-repeat, no-repeat;
  background-origin: content-box;
  background-position: top 1rem left, right bottom;
  background-size: auto 60px, 60%;
}
.guidance-page .nav {
  display: none;
  background-color: #fff;
  border-bottom: 1px solid #E9ECF4;
}
.guidance-page .nav ul {
  font-size: 0;
  width: 100%;
  white-space: nowrap;
  overflow: auto;
}
.guidance-page .nav li {
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  display: inline-block;
  line-height: 60px;
}
.guidance-page .nav li:hover a,
.guidance-page .nav li.active a {
  color: #fda32b;
}
.guidance-page .nav li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #3D464A;
}
.guidance-page .nav.nav-fixed {
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1;
  border: none;
  border-bottom: 1px solid #E1EAF1;
}
.guidance-page .content-wrap {
  background-color: #fff;
}
.guidance-page .content-itme:target {
  padding-top: 60px;
}
.guidance-page .content-itme:nth-child(2n) {
  background: #F8F9FA;
}
.guidance-page .content-itme .header {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  padding: 40px 0 0;
  margin: 0 12px;
  /*border-bottom: 1px solid #EAEFF3;*/
  color: #1D1D1D;
}
.guidance-page .content-itme .row {
  margin: 0 12px;
  padding: 30px 0;
  border-bottom: 1px solid #E1EAF1;
}
.guidance-page .content-itme .row:last-child {
  border: none;
}
.guidance-page .content-itme .core {
  padding: 0 12px;
}
.guidance-page .content-itme .core h4 {
  color: #1D1D1D;
  font-size: 18px;
  margin-bottom: 12px;
}
.guidance-page .content-itme .core .text {
  margin-bottom: 20px;
  color: #738089;
}
.guidance-page .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-top: 1px solid #E1EAF1;
}
.guidance-page .footer ul {
  background-color: #fff;
  display: table;
  width: 100%;
}
.guidance-page .footer ul li {
  cursor: pointer;
  line-height: 16px;
  font-size: 15px;
  padding: 12px 15px;
  display: table-cell;
  width: 150px;
}
.guidance-page .footer ul li .footer-icon {
  display: inline-block;
  padding-left: 28px;
  line-height: 20px;
}
.guidance-page .footer ul li.call {
  display: none;
}
.guidance-page .footer ul li.call .footer-icon {
  background: url("../img/call.svg") no-repeat left center / 18px auto;
}
.guidance-page .footer ul li.group .footer-icon {
  background: url("../../common/img/icon-group.svg") no-repeat left center / 22px auto;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(4, 20, 42, 0.3);
  z-index: 10;
}
.back-top {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  color: #768893;
  position: fixed;
  display: block;
  right: 12px;
  bottom: 72px;
  padding-top: 26px;
  width: 48px;
  height: 48px;
  box-shadow: 0 0 8px 0 rgba(31, 29, 49, 0.06);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9) url('../img/back-top.svg') no-repeat top 8px center / 15px auto;
}
@media screen and (min-width: 600px) {
  .guidance-page .page-header {
    border: none;
  }
  .guidance-page .content-wrap-web,
  .guidance-page .nav {
    display: block;
  }
  .guidance-page .content-wrap-mobile,
  .guidance-page .page-header .menu {
    display: none;
  }
  .guidance-page .nav li {
    width: 20%;
  }
  .guidance-page .content-itme .header {
    padding: 70px 0 10px;
  }
  .guidance-page .content-itme:target {
    padding-top: 120px;
  }
  .guidance-page .content-itme .core {
    display: table;
  }
  .guidance-page .content-itme .core .core-left,
  .guidance-page .content-itme .core .core-right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1024px) {
  .size-wrap {
    width: 1024px;
    margin: 0 auto;
  }
  .img-right {
    padding: 0;
    font-size: 0;
    text-align: right;
  }
  .content-itme .core .core-left img,
  .content-itme .core .core-right img {
    width: 484px;
  }
  .guidance-page .banner {
    margin-top: 60px;
    height: 300px;
    background-color: #F2f2f2;
    background: linear-gradient(to bottom, #3D3A56, #4B476B);
  }
  .guidance-page .banner .banner-core {
    height: 100%;
    background-image: url("../img/banner-title.jpg"), url("../img/banner.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right bottom;
    background-size: auto 92px, 60%;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.bounceInRight {
  animation-name: bounceInRight;
}
.fadeIn {
  animation-duration: 2s;
  animation-name: fadeIn;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.core-right.img-right {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: bounceInRight;
}
.core-left {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeIn;
}
.hidden {
  display: none;
}
