/**
* This is variable
**/
@media (max-width: 1200px) {
  #sketchmap .sketchmap .text p br {
    display: block;
  }
}
.chuangshi-dongcha {
  position: relative;
  padding: 50px 0;
  background: #ffffff;
}
@media (max-width: 1200px) {
  .chuangshi-dongcha {
    padding: 30px 0;
  }
}
.chuangshi-dongcha .contain .list {
  display: flex;
}
@media (max-width: 1200px) {
  .chuangshi-dongcha .contain .list {
    flex-wrap: wrap;
    margin: -5px -5px;
  }
}
.chuangshi-dongcha .contain .item {
  flex: 1;
}
@media (max-width: 1200px) {
  .chuangshi-dongcha .contain .item {
    flex: none;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .chuangshi-dongcha .contain .item:hover .cell {
    transform: translateY(-10px);
  }
  .chuangshi-dongcha .contain .item:hover .icon img {
    transform: scale(0.95);
  }
}
.chuangshi-dongcha .contain .cell {
  position: relative;
  margin: 15px;
  height: calc(100% - 30px);
  padding: 30px 0 30px;
  transition: all 0.3s ease;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .chuangshi-dongcha .contain .cell {
    height: calc(100% - 10px);
    padding: 10px 10px 30px;
    margin: 5px 5px;
  }
}
.chuangshi-dongcha .contain .icon {
  text-align: center;
}
.chuangshi-dongcha .contain .icon img {
  width: 100px;
  height: 100px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .chuangshi-dongcha .contain .icon img {
    width: 60px;
    height: 60px;
  }
}
.chuangshi-dongcha .contain .title {
  position: relative;
  text-align: center;
  margin: 0 0 10px;
}
.chuangshi-dongcha .contain .title h3 {
  line-height: 1.5;
  font-size: 1.2em;
  color: #004bc8;
}
@media (max-width: 1200px) {
  .chuangshi-dongcha .contain .title h3 {
    font-size: 0.7em;
    white-space: nowrap;
  }
}
.chuangshi-dongcha .contain .desc {
  text-align: center;
}
.chuangshi-dongcha .contain .desc p {
  line-height: 1.5;
  font-size: 0.95em;
  color: #888888;
}
@media (max-width: 1200px) {
  .chuangshi-dongcha .contain .desc p {
    font-size: 0.8em;
  }
  .chuangshi-dongcha .contain .desc p br {
    display: none;
  }
}
.chuangshi-neirong {
  position: relative;
  background: #f5f8ff;
  padding: 50px 0;
}
@media (max-width: 1200px) {
  .chuangshi-neirong {
    padding: 30px 0;
  }
}
.chuangshi-neirong .contain .list {
  display: flex;
  padding: 20px 0 0;
}
@media (max-width: 1200px) {
  .chuangshi-neirong .contain .list {
    display: block;
  }
}
.chuangshi-neirong .contain .line {
  flex: 1;
}
.chuangshi-neirong .contain .line span {
  display: block;
  height: 100%;
  background: url(icon/icon-arrow5@x2.png) center center no-repeat;
}
.chuangshi-neirong .contain .item {
  flex: 3;
}
@media (max-width: 1200px) {
  .chuangshi-neirong .contain .item {
    margin: 0 0 40px;
  }
}
.chuangshi-neirong .contain .cell {
  position: relative;
  height: calc(100%);
  padding: 40px 20px 20px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 6px;
}
.chuangshi-neirong .contain .title {
  position: absolute;
  left: 50%;
  top: -22px;
  padding: 0 40px;
  height: 45px;
  line-height: 45px;
  background: #3973f1;
  color: #ffffff;
  border-radius: 6px;
  transform: translateX(-50%) skew(-20deg);
}
.chuangshi-neirong .contain .title h3 {
  font-size: 1.2em;
  transform: skew(20deg);
}
.chuangshi-neirong .contain .desc p {
  color: #888888;
}
.chuangshi-neirong .ad .list {
  display: flex;
  padding: 40px 0 0 0;
}
@media (max-width: 1200px) {
  .chuangshi-neirong .ad .list {
    display: block;
    padding: 0;
  }
}
.chuangshi-neirong .ad .item {
  flex: 1;
  margin: 0 0 0 20px;
}
@media (max-width: 1200px) {
  .chuangshi-neirong .ad .item {
    margin: 0 0 20px !important;
  }
}
.chuangshi-neirong .ad .item:first-child {
  margin: 0 20px 0 0;
}
.chuangshi-neirong .ad .cell {
  position: relative;
  height: 100%;
  background: #3576f3;
  color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 20px 40px 200px;
}
@media (max-width: 1200px) {
  .chuangshi-neirong .ad .cell {
    padding: 20px 20px 20px 122px;
  }
}
.chuangshi-neirong .ad .back {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.chuangshi-neirong .ad .back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}
@media (max-width: 1200px) {
  .chuangshi-neirong .ad .back img {
    object-fit: contain;
    object-position: left center;
  }
}
.chuangshi-neirong .ad .title {
  position: relative;
  z-index: 5;
  margin: 0 0 5px;
}
.chuangshi-neirong .ad .title h3 {
  background: url(/assets/hnjingcom/chuangshi-13.png) left center no-repeat;
  background-size: 40px;
  padding: 0 0 0 50px;
  font-size: 1.2em;
  height: 40px;
  line-height: 40px;
}
.chuangshi-neirong .ad .desc {
  position: relative;
  z-index: 5;
}
.chuangshi-neirong .ad .desc p {
  opacity: 0.9;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .chuangshi-neirong .ad .desc p {
    font-size: 12px;
    text-align: justify;
  }
}
.chuangshi-youshi {
  position: relative;
  padding: 50px 0;
  background: #2b66d3;
}
@media (max-width: 1200px) {
  .chuangshi-youshi {
    padding: 30px 0;
  }
}
.chuangshi-youshi .weui-thead .title2 h2 {
  color: #ffffff;
}
.chuangshi-youshi .contain .list {
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 1200px) {
  .chuangshi-youshi .contain .list {
    display: block;
    margin: 0;
  }
}
.chuangshi-youshi .contain .item {
  flex: 1;
  margin: 0 30px;
}
@media (max-width: 1200px) {
  .chuangshi-youshi .contain .item {
    margin: 0 0 15px;
  }
}
@media (min-width: 1200px) {
  .chuangshi-youshi .contain .item:hover .cell {
    transform: translateY(-10px);
  }
}
.chuangshi-youshi .contain .cell {
  position: relative;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 20px 50px 40px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .chuangshi-youshi .contain .cell {
    padding: 20px 20px 20px 0;
  }
}
.chuangshi-youshi .contain .icon {
  margin: 0 0 5px;
}
@media (max-width: 1200px) {
  .chuangshi-youshi .contain .icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.chuangshi-youshi .contain .icon img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  transform: scale(0.6);
}
.chuangshi-youshi .contain .title {
  margin: 0 0 15px;
  text-align: center;
}
@media (max-width: 1200px) {
  .chuangshi-youshi .contain .title {
    margin: 0 0 5px 100px;
    text-align: left;
  }
}
.chuangshi-youshi .contain .title h3 {
  line-height: 1.5;
  font-size: 1.2em;
  color: #004bc8;
}
.chuangshi-youshi .contain .desc {
  position: relative;
  text-align: left;
}
@media (max-width: 1200px) {
  .chuangshi-youshi .contain .desc {
    margin: 0 0 5px 100px;
  }
}
.chuangshi-youshi .contain .desc p {
  line-height: 1.5;
  color: #888888;
}
.chuangshi-liucheng {
  position: relative;
  padding: 50px 0;
  background: #ffffff;
}
.chuangshi-liucheng .contain .list {
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 1200px) {
  .chuangshi-liucheng .contain .list {
    margin: 0;
  }
}
.chuangshi-liucheng .contain .line {
  flex: 5;
}
@media (max-width: 1200px) {
  .chuangshi-liucheng .contain .line {
    flex: none;
    width: 20px;
  }
}
.chuangshi-liucheng .contain .line span {
  display: block;
  height: 100%;
  background: url(/assets/hnjingcom/chuangshi-30.png) center center no-repeat;
}
@media (max-width: 1200px) {
  .chuangshi-liucheng .contain .line span {
    background-size: contain;
  }
}
.chuangshi-liucheng .contain .item {
  flex: 5;
}
@media (min-width: 1200px) {
  .chuangshi-liucheng .contain .item:hover .cell {
    transform: translateY(-10px);
  }
}
.chuangshi-liucheng .contain .cell {
  position: relative;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
.chuangshi-liucheng .contain .icon img {
  width: 100px;
  height: 100px;
}
@media (max-width: 1200px) {
  .chuangshi-liucheng .contain .icon img {
    width: 30px;
    height: 30px;
  }
}
.chuangshi-liucheng .contain .title h3 {
  line-height: 1.5;
  font-size: 1em;
  font-weight: normal;
  color: #333333;
}
@media (max-width: 1200px) {
  .chuangshi-liucheng .contain .title h3 {
    white-space: nowrap;
    font-size: 0.8em;
  }
}
.chuangshi-anli {
  position: relative;
  background: #f5f8ff;
  padding: 30px 0 100px;
}
@media (max-width: 1200px) {
  .chuangshi-anli {
    padding: 30px 0;
  }
}
.chuangshi-anli .swiper {
  position: relative;
}
.chuangshi-anli .swiper .swiper-container {
  padding: 10px 0;
}
@media (max-width: 1200px) {
  .chuangshi-anli .swiper .swiper-container {
    padding: 0 60px;
  }
}
.chuangshi-anli .swiper .swiper-slide.swiper-slide-active .context {
  display: block;
}
.chuangshi-anli .swiper .swiper-pagination {
  left: 0;
  right: 0;
  bottom: -50px;
  text-align: center;
}
@media (max-width: 1200px) {
  .chuangshi-anli .swiper .swiper-pagination {
    position: relative;
    bottom: 0;
    padding: 10px 0 0 0;
  }
}
.chuangshi-anli .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 5px 10px;
  opacity: 0.5;
  background: #aaaaaa;
}
.chuangshi-anli .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5f92ff;
  opacity: 1;
}
.chuangshi-anli .swiper .context {
  display: none;
  text-align: center;
  line-height: 1.5;
  color: #333333;
  padding: 10px 0 0;
}
.chuangshi-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) {
  .chuangshi-anli .swiper .cell {
    padding: 10px 5px 5px 5px;
    border-width: 4px;
    border-radius: 20px;
  }
}
.chuangshi-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) {
  .chuangshi-anli .swiper .cell::before {
    width: 100%;
    margin: 0;
    left: 0;
    height: 15px;
    background-size: contain;
  }
}
@media (min-width: 1200px) {
  .chuangshi-anli .swiper .cell:hover {
    transform: translateY(-10px);
  }
  .chuangshi-anli .swiper .cell:hover .weui-cover .img img {
    transform: scale(1.05);
  }
  .chuangshi-anli .swiper .cell:hover .exp {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .chuangshi-anli .swiper .weui-cover {
    float: none;
    width: 100%;
  }
}
.chuangshi-anli .swiper .weui-cover .img {
  padding: 0 0 178%;
  border-radius: 35px;
}
@media (max-width: 1200px) {
  .chuangshi-anli .swiper .weui-cover .img {
    border-radius: 15px;
  }
}
.chuangshi-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;
}
.chuangshi-anli .swiper .exp .desc {
  text-align: center;
}
.chuangshi-anli .swiper .exp .desc dd {
  margin: 0 0 10px 0;
  animation: slideInUp 0.3s ease;
}
.chuangshi-anli .swiper .exp .desc dd img {
  width: 140px;
  height: 140px;
  padding: 5px;
  background-color: #ffffff;
}
.chuangshi-anli .swiper .exp .desc dd span {
  display: block;
  line-height: 1.5;
  font-size: 0.95em;
  color: #ffffff;
}
