/**
* This is variable
**/
.weapp-dongcha {
  position: relative;
  padding: 50px 0;
  background: #ffffff;
}
@media (max-width: 1200px) {
  .weapp-dongcha {
    padding: 30px 0;
  }
}
.weapp-dongcha .contain .list {
  display: flex;
  margin: -15px;
}
@media (max-width: 1200px) {
  .weapp-dongcha .contain .list {
    flex-wrap: wrap;
    margin: -5px;
  }
}
.weapp-dongcha .contain .item {
  flex: 1;
  margin: 15px;
}
@media (max-width: 1200px) {
  .weapp-dongcha .contain .item {
    flex: none;
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .weapp-dongcha .contain .item:hover .cell {
    transform: translateY(-10px);
  }
}
.weapp-dongcha .contain .cell {
  position: relative;
  height: 100%;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 30px 30px 40px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .weapp-dongcha .contain .cell {
    margin: 5px;
    padding: 20px;
    height: calc(100% - 10px);
  }
}
.weapp-dongcha .contain .icon {
  text-align: center;
}
.weapp-dongcha .contain .icon img {
  width: 100px;
  height: 100px;
}
@media (max-width: 1200px) {
  .weapp-dongcha .contain .icon img {
    width: 60px;
    height: 60px;
  }
}
.weapp-dongcha .contain .title {
  margin: 0 0 15px;
  text-align: center;
}
@media (max-width: 1200px) {
  .weapp-dongcha .contain .title {
    margin-bottom: 5px;
  }
}
.weapp-dongcha .contain .title h3 {
  line-height: 1.5;
  font-size: 1.2em;
  color: #004bc8;
}
@media (max-width: 1200px) {
  .weapp-dongcha .contain .title h3 {
    font-size: 1em;
    white-space: nowrap;
  }
}
.weapp-dongcha .contain .desc p {
  line-height: 1.8;
  font-size: 1em;
  color: #888888;
}
@media (max-width: 1200px) {
  .weapp-dongcha .contain .desc p {
    text-align: center;
    line-height: 1.5;
    font-size: 0.9em;
  }
}
.weapp-neirong {
  position: relative;
  padding: 50px 0;
  background: #f5f8ff;
}
@media (max-width: 1200px) {
  .weapp-neirong {
    padding: 30px 0;
  }
}
.weapp-neirong .swiper .swiper-pagination {
  position: relative;
  text-align: center;
  padding: 20px 0 0;
}
.weapp-neirong .swiper .swiper-pagination dd {
  margin: 5px;
}
.weapp-neirong .swiper .swiper-slide {
  background: #3285eb;
  background: url(/assets/hnjingcom/weapp-11.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 6px;
}
@media (max-width: 1200px) {
  .weapp-neirong .swiper .swiper-slide {
    background-size: 100% 100%;
  }
}
.weapp-neirong .swiper .swiper-slide:nth-child(even) {
  background-image: url(/assets/hnjingcom/weapp-12.jpg);
}
.weapp-neirong .swiper .cell {
  display: flex;
  padding: 20px 100px 20px 50px;
}
@media (max-width: 1440px) {
  .weapp-neirong .swiper .cell {
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 1200px) {
  .weapp-neirong .swiper .cell {
    padding: 20px 20px 20px 0;
  }
}
.weapp-neirong .swiper .cell .icon {
  flex: 4;
  text-align: right;
}
@media (max-width: 1200px) {
  .weapp-neirong .swiper .cell .icon {
    flex: none;
    width: 120px;
  }
}
.weapp-neirong .swiper .cell .icon img {
  display: block;
  margin: -10px 0 -10px auto;
  width: 240px;
  height: 240px;
}
@media (max-width: 1440px) {
  .weapp-neirong .swiper .cell .icon img {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 1200px) {
  .weapp-neirong .swiper .cell .icon img {
    width: 120px;
    height: 120px;
    margin: 0;
    transform: scale(0.8);
  }
}
.weapp-neirong .swiper .cell .exp {
  position: relative;
  flex: 5;
  padding: 0 0 0 30px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .weapp-neirong .swiper .cell .exp {
    padding: 0;
  }
}
.weapp-neirong .swiper .cell .title {
  margin: 0 0 5px;
}
.weapp-neirong .swiper .cell .title h3 {
  line-height: 2;
  font-size: 1.5em;
}
@media (max-width: 1200px) {
  .weapp-neirong .swiper .cell .title h3 {
    font-size: 1.1em;
  }
}
.weapp-neirong .swiper .cell .desc {
  margin: 0 0 20px;
}
.weapp-neirong .swiper .cell .desc p {
  line-height: 1.8;
  font-size: 1em;
}
@media (max-width: 1200px) {
  .weapp-neirong .swiper .cell .desc p {
    line-height: 1.5;
    font-size: 0.9em;
  }
  .weapp-neirong .swiper .cell .desc p br {
    display: none;
  }
}
.weapp-neirong .swiper .cell .btn {
  position: relative;
  line-height: 0;
}
.weapp-neirong .swiper .cell .btn a {
  display: inline-block;
  padding: 0 30px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  color: #ffffff;
}
.weapp-neirong .swiper .cell .btn a:hover {
  background: #ffffff;
  color: #004bc8;
}
.weapp-neirong .swiper .cell .btn span {
  display: block;
  line-height: 40px;
  font-size: 0.95em;
}
.weapp-youshi {
  position: relative;
  padding: 50px 0 0;
  background: url(/assets/hnjingcom/weapp-20.jpg) center center no-repeat #2b66d3;
  background-size: cover;
}
@media (max-width: 1200px) {
  .weapp-youshi {
    padding: 30px 0 0;
  }
}
.weapp-youshi .weui-thead .title2 h2 {
  color: #ffffff;
}
.weapp-youshi .contain {
  display: flex;
}
@media (max-width: 1200px) {
  .weapp-youshi .contain {
    display: block;
  }
}
.weapp-youshi .contain .cover {
  width: 400px;
}
@media (max-width: 1440px) {
  .weapp-youshi .contain .cover {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .weapp-youshi .contain .cover {
    width: 80%;
    margin: 0 auto;
  }
}
.weapp-youshi .contain .cover img {
  display: block;
  width: 100%;
}
.weapp-youshi .contain .list {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
.weapp-youshi .contain .list .item {
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .weapp-youshi .contain .list .item {
    margin: 0 6% 15px;
  }
}
@media (min-width: 1200px) {
  .weapp-youshi .contain .list .item:hover .cell {
    transform: translateY(-10px);
  }
}
.weapp-youshi .contain .list .cell {
  transition: all 0.3s ease;
  display: flex;
  padding: 20px 80px;
}
@media (max-width: 1440px) {
  .weapp-youshi .contain .list .cell {
    padding: 10px 30px;
  }
}
@media (max-width: 1200px) {
  .weapp-youshi .contain .list .cell {
    padding: 0 0;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
.weapp-youshi .contain .list .icon {
  margin: 0 20px 0 0;
}
.weapp-youshi .contain .list .icon img {
  width: 100px;
  height: 100px;
}
@media (max-width: 1440px) {
  .weapp-youshi .contain .list .icon img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1200px) {
  .weapp-youshi .contain .list .icon img {
    display: block;
    width: 60px;
    height: 60px;
  }
}
.weapp-youshi .contain .list .exp {
  color: #ffffff;
}
.weapp-youshi .contain .list .exp .title {
  margin: 0 0 5px;
}
.weapp-youshi .contain .list .exp .title h3 {
  line-height: 1.5;
  font-size: 1.2em;
}
@media (max-width: 1200px) {
  .weapp-youshi .contain .list .exp .title h3 {
    font-size: 1.1em;
  }
}
.weapp-youshi .contain .list .exp .desc p {
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .weapp-youshi .contain .list .exp .desc p {
    font-size: 0.9em;
  }
  .weapp-youshi .contain .list .exp .desc p br {
    display: none;
  }
}
.weapp-liucheng {
  position: relative;
  padding: 50px 0 80px;
  background: #ffffff;
}
@media (max-width: 1200px) {
  .weapp-liucheng {
    padding: 30px 0;
  }
}
.weapp-liucheng .contain .list {
  display: flex;
}
.weapp-liucheng .contain .line,
.weapp-liucheng .contain .line2 {
  flex: 1;
}
.weapp-liucheng .contain .line span,
.weapp-liucheng .contain .line2 span {
  position: relative;
  display: block;
  height: 100px;
}
.weapp-liucheng .contain .line span::before,
.weapp-liucheng .contain .line2 span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -4px 0 0 0;
  height: 8px;
  background: #d9e4f7;
}
.weapp-liucheng .contain .line2 span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin: -10px -20px 0 0;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #d9e4f7;
}
.weapp-liucheng .contain .item {
  width: 140px;
}
.weapp-liucheng .contain .cell {
  position: relative;
  text-align: center;
}
.weapp-liucheng .contain .icon {
  position: relative;
  text-align: center;
}
.weapp-liucheng .contain .icon img {
  width: 100px;
  height: 100px;
}
.weapp-liucheng .contain .title h3 {
  line-height: 1.2;
  font-weight: normal;
}
.weapp-liucheng .psd img {
  display: block;
  width: 100%;
}
.weapp-anli {
  position: relative;
  background: #f5f8ff;
  padding: 30px 0 100px;
}
@media (max-width: 1200px) {
  .weapp-anli {
    padding: 30px 0;
  }
}
.weapp-anli .swiper {
  position: relative;
}
.weapp-anli .swiper .swiper-container {
  padding: 10px 0;
}
@media (max-width: 1200px) {
  .weapp-anli .swiper .swiper-container {
    padding: 0 60px;
  }
}
.weapp-anli .swiper .swiper-slide.swiper-slide-active .context {
  display: block;
}
.weapp-anli .swiper .swiper-pagination {
  left: 0;
  right: 0;
  bottom: -50px;
  text-align: center;
}
@media (max-width: 1200px) {
  .weapp-anli .swiper .swiper-pagination {
    position: relative;
    bottom: 0;
    padding: 10px 0 0 0;
  }
}
.weapp-anli .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 5px 10px;
  opacity: 0.5;
  background: #aaaaaa;
}
.weapp-anli .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5f92ff;
  opacity: 1;
}
.weapp-anli .swiper .context {
  display: none;
  text-align: center;
  line-height: 1.5;
  color: #333333;
  padding: 10px 0 0;
}
.weapp-anli .swiper .cell {
  position: relative;
  overflow: hidden;
  padding: 10px;
  background: #f5f8ff;
  border: 8px solid #d9e4f6;
  border-radius: 40px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .weapp-anli .swiper .cell {
    padding: 10px 5px 5px 5px;
    border-width: 4px;
    border-radius: 20px;
  }
}
.weapp-anli .swiper .cell::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 10px;
  margin: 0 0 0 -100px;
  z-index: 5;
  width: 200px;
  height: 27px;
  background: url(/assets/hnjingcom/chuangshi-60.png) center top no-repeat;
}
@media (max-width: 1200px) {
  .weapp-anli .swiper .cell::before {
    width: 100%;
    margin: 0;
    left: 0;
    height: 15px;
    background-size: contain;
  }
}
@media (min-width: 1200px) {
  .weapp-anli .swiper .cell:hover {
    transform: translateY(-10px);
  }
  .weapp-anli .swiper .cell:hover .weui-cover .img img {
    transform: scale(1.05);
  }
  .weapp-anli .swiper .cell:hover .exp {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .weapp-anli .swiper .weui-cover {
    float: none;
    width: 100%;
  }
}
.weapp-anli .swiper .weui-cover .img {
  padding: 0 0 178%;
  border-radius: 35px;
}
@media (max-width: 1200px) {
  .weapp-anli .swiper .weui-cover .img {
    border-radius: 15px;
  }
}
.weapp-anli .swiper .exp {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 35px;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: none;
}
.weapp-anli .swiper .exp .desc {
  text-align: center;
}
.weapp-anli .swiper .exp .desc dd {
  margin: 0 0 10px 0;
  animation: slideInUp 0.3s ease;
}
.weapp-anli .swiper .exp .desc dd img {
  width: 140px;
  height: 140px;
  padding: 5px;
  background-color: #ffffff;
}
.weapp-anli .swiper .exp .desc dd span {
  display: block;
  line-height: 1.5;
  font-size: 0.95em;
  color: #ffffff;
}
