/**
* This is variable
**/
#sketchmap .sketchmap .text p br {
  display: none;
}
@media (max-width: 1200px) {
  #sketchmap .sketchmap .text p br {
    display: block;
  }
}
.trusteeship-dongcha {
  position: relative;
  padding: 50px 0 30px;
  background: url(/assets/hnjingcom/trusteeship-1.png) center bottom no-repeat #ffffff;
}
@media (max-width: 1200px) {
  .trusteeship-dongcha {
    background-image: url(/assets/hnjingcom/trusteeship-1a.png);
    padding: 30px 0;
    background-size: cover;
    background-position: center bottom;
  }
}
.trusteeship-dongcha .weui-thead {
  margin: 0 0 40px;
}
@media (max-width: 1200px) {
  .trusteeship-dongcha .weui-thead {
    margin: 0;
  }
}
.trusteeship-dongcha .weui-thead .title2 {
  margin-bottom: 0px;
}
.trusteeship-dongcha .contain {
  display: flex;
  height: 500px;
}
@media (max-width: 1200px) {
  .trusteeship-dongcha .contain {
    height: 350px;
  }
}
.trusteeship-dongcha .contain .list {
  flex: 5;
  position: relative;
  margin: 20px 100px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .trusteeship-dongcha .contain .list {
    margin: 8px;
  }
}
.trusteeship-dongcha .contain .list .item {
  position: relative;
}
@media (max-width: 1200px) {
  .trusteeship-dongcha .contain .list .item {
    margin: 0 0 15px;
  }
}
.trusteeship-dongcha .contain .list .cell {
  background: #ffffff;
  border: 1px solid #d0e1ff;
  border-radius: 5px;
  padding: 40px 20px 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 1688px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1200px) {
  .trusteeship-dongcha .contain .list .cell {
    padding: 40px 10px 10px;
  }
}
.trusteeship-dongcha .contain .list .icon {
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
  line-height: 0;
}
.trusteeship-dongcha .contain .list .icon span {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  background: #dc153f;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  border-radius: 50px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .trusteeship-dongcha .contain .list .icon span {
    padding: 0 25px;
    font-size: 1.1em;
  }
}
.trusteeship-dongcha .contain .list .desc p {
  line-height: 1.5;
  font-size: 0.95em;
  color: #999999;
  text-align: center;
}
.trusteeship-dongcha .contain .list .desc p span {
  color: #004bc8;
}
.trusteeship-fangan {
  position: relative;
  padding: 50px 0;
  background: #f5f8ff;
}
@media (max-width: 1200px) {
  .trusteeship-fangan {
    padding: 30px 0;
  }
}
.trusteeship-fangan .contain .list {
  display: flex;
  margin: -15px;
}
@media (max-width: 1200px) {
  .trusteeship-fangan .contain .list {
    display: block;
  }
}
.trusteeship-fangan .contain .item {
  flex: 1;
  margin: 15px;
}
@media (min-width: 1200px) {
  .trusteeship-fangan .contain .item:hover .cell {
    transform: translateY(-10px);
  }
}
.trusteeship-fangan .contain .cell {
  position: relative;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 40px 30px 60px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .trusteeship-fangan .contain .cell {
    padding: 20px 20px 20px 0;
  }
}
.trusteeship-fangan .contain .icon {
  margin: 0 0 20px;
}
@media (max-width: 1200px) {
  .trusteeship-fangan .contain .icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.trusteeship-fangan .contain .icon img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}
@media (max-width: 1200px) {
  .trusteeship-fangan .contain .icon img {
    transform: scale(0.6);
  }
}
.trusteeship-fangan .contain .title {
  margin: 0 0 15px;
  text-align: center;
}
@media (max-width: 1200px) {
  .trusteeship-fangan .contain .title {
    margin: 0 0 0 100px;
    text-align: left;
  }
}
.trusteeship-fangan .contain .title h3 {
  line-height: 1.5;
  font-size: 1.2em;
  color: #004bc8;
}
@media (max-width: 1200px) {
  .trusteeship-fangan .contain .title h3 {
    font-size: 1.1em;
  }
}
@media (max-width: 1200px) {
  .trusteeship-fangan .contain .desc {
    margin: 0 0 0 100px;
    text-align: left;
  }
}
.trusteeship-fangan .contain .desc p {
  line-height: 1.8;
  font-size: 1em;
  color: #888888;
}
@media (max-width: 1200px) {
  .trusteeship-fangan .contain .desc p {
    line-height: 1.5;
  }
}
.trusteeship-youshi {
  position: relative;
  padding: 50px 0;
  background: #ffffff;
}
@media (max-width: 1200px) {
  .trusteeship-youshi {
    padding: 30px 0;
  }
}
.trusteeship-youshi .contain .list {
  display: flex;
  margin: -15px;
}
.trusteeship-youshi .contain .item {
  flex: 1;
  margin: 15px;
}
@media (min-width: 1200px) {
  .trusteeship-youshi .contain .item:hover .cell {
    transform: translateY(-10px);
  }
}
.trusteeship-youshi .cell {
  position: relative;
  height: 100%;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.trusteeship-youshi .cell .title {
  margin: -1px -1px 15px -1px;
  text-align: center;
  background: #0469e0;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 1200px) {
  .trusteeship-youshi .cell .title {
    margin-bottom: 0;
  }
}
.trusteeship-youshi .cell .title h3 {
  line-height: 60px;
  font-size: 1.2em;
  color: #ffffff;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .trusteeship-youshi .cell .title h3 {
    font-size: 1.1em;
  }
}
.trusteeship-youshi .cell .exp {
  padding: 30px;
}
@media (max-width: 1200px) {
  .trusteeship-youshi .cell .exp {
    padding: 10px;
  }
}
.trusteeship-youshi .cell .exp .icon {
  margin: 0 0 20px;
}
.trusteeship-youshi .cell .exp .icon img {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}
@media (max-width: 1200px) {
  .trusteeship-youshi .cell .exp .icon img {
    width: 60px;
    height: 60px;
  }
}
.trusteeship-youshi .cell .exp .desc p {
  line-height: 1.8;
  font-size: 1em;
  color: #888888;
}
@media (max-width: 1200px) {
  .trusteeship-youshi .cell .exp .desc p {
    height: 100px;
    line-height: 25px;
  }
}
.trusteeship-youshi .swiper .swiper-pagination {
  position: relative;
  padding: 10px 0 0;
}
.trusteeship-youshi .swiper .swiper-pagination dd {
  margin: 5px;
}
.trusteeship-youshi .swiper .swiper-container {
  padding: 0 50px;
}
.trusteeship-liucheng {
  position: relative;
  padding: 50px 0 80px;
  background: url(/assets/hnjingcom/trusteeship-30.jpg) center center no-repeat #364863;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 1200px) {
  .trusteeship-liucheng {
    padding: 30px 0 50px;
  }
}
.trusteeship-liucheng .weui-thead .title2 h2 {
  color: #ffffff;
}
.trusteeship-liucheng .contain {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 20px;
}
@media (max-width: 1200px) {
  .trusteeship-liucheng .contain {
    padding: 5px;
  }
}
.trusteeship-liucheng .contain .list {
  padding: 30px;
  background: #ffffff;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .trusteeship-liucheng .contain .list {
    padding: 2px;
  }
}
.trusteeship-liucheng .contain .rows {
  display: flex;
}
.trusteeship-liucheng .contain .line {
  flex: 1;
}
@media (max-width: 1200px) {
  .trusteeship-liucheng .contain .line {
    flex: none;
    width: 20px;
  }
}
.trusteeship-liucheng .contain .line span {
  display: block;
  height: 100%;
  background: url(icon/icon-arrow5.png) center center no-repeat;
}
@media (max-width: 1200px) {
  .trusteeship-liucheng .contain .line span {
    background-size: contain;
  }
}
.trusteeship-liucheng .contain .line2 {
  flex: 1;
}
.trusteeship-liucheng .contain .line2 span {
  display: block;
  height: 100%;
  background: url(icon/icon-arrow5.png) center center no-repeat;
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .trusteeship-liucheng .contain .line2 span {
    background-size: contain;
  }
}
.trusteeship-liucheng .contain .line3 span {
  display: block;
  width: 15%;
  margin: 0 0 0 auto;
  height: 50px;
  background: url(icon/icon-arrow5.png) center center no-repeat;
  transform: rotate(90deg);
}
@media (max-width: 1200px) {
  .trusteeship-liucheng .contain .line3 span {
    background-size: contain;
  }
}
.trusteeship-liucheng .contain .item {
  flex: 3;
}
@media (max-width: 1200px) {
  .trusteeship-liucheng .contain .item {
    flex: none;
    width: 21%;
  }
}
.trusteeship-liucheng .contain .item.odd .cell {
  background: #2d6efa;
}
.trusteeship-liucheng .contain .cell {
  display: block;
  background: #004bc8;
  border-radius: 6px;
  padding: 15px;
  color: #ffffff;
  margin: 15px;
}
@media (max-width: 1200px) {
  .trusteeship-liucheng .contain .cell {
    margin: 5px;
    padding: 10px 5px;
  }
}
.trusteeship-liucheng .contain .title {
  position: relative;
  text-align: center;
}
.trusteeship-liucheng .contain .title em {
  display: block;
  line-height: 1;
  font-style: normal;
  font-family: 'avant45';
  font-size: 1.5em;
}
@media (max-width: 1200px) {
  .trusteeship-liucheng .contain .title em {
    font-size: 1.3em;
  }
}
.trusteeship-liucheng .contain .title span {
  display: block;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .trusteeship-liucheng .contain .title span {
    font-size: 0.8em;
    white-space: nowrap;
  }
}
.trusteeship-anli {
  position: relative;
  background: -webkit-linear-gradient(top, #f5f8ff, #f5f8ff);
  padding: 30px 0 100px;
}
@media (max-width: 1200px) {
  .trusteeship-anli {
    padding: 30px 0 0;
  }
}
.trusteeship-anli .swiper {
  position: relative;
}
.trusteeship-anli .swiper .swiper-pagination {
  left: 0;
  right: 0;
  bottom: -50px;
  text-align: center;
}
@media (max-width: 1200px) {
  .trusteeship-anli .swiper .swiper-pagination {
    position: relative;
    padding: 10px 0 0;
    bottom: 0;
  }
}
.trusteeship-anli .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  margin: 5px 10px;
}
.trusteeship-anli .swiper .cell {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .trusteeship-anli .swiper .cell {
    padding: 0;
    border: 0;
  }
}
@media (min-width: 1200px) {
  .trusteeship-anli .swiper .cell:hover .weui-cover .img img {
    transform: scale(1.1);
  }
}
.trusteeship-anli .swiper .weui-cover {
  float: left;
  width: 50%;
}
@media (max-width: 1200px) {
  .trusteeship-anli .swiper .weui-cover {
    float: none;
    width: 100%;
  }
}
.trusteeship-anli .swiper .weui-cover .img {
  border-radius: 6px;
}
.trusteeship-anli .swiper .exp {
  margin: 0 0 0 50%;
  padding: 30px 0 0 40px;
  position: relative;
}
@media (max-width: 1200px) {
  .trusteeship-anli .swiper .exp {
    margin: 0;
    padding: 20px 0 0 0;
  }
}
.trusteeship-anli .swiper .exp .tit {
  border-bottom: 1px solid #dddddd;
  margin: 0 0 20px;
}
.trusteeship-anli .swiper .exp .tit h3 {
  line-height: 30px;
  font-size: 20px;
  margin: 0 0 20px;
  color: #333333;
}
@media (max-width: 1200px) {
  .trusteeship-anli .swiper .exp .tit h3 {
    margin: 0 0 10px;
    font-size: 18px;
  }
}
.trusteeship-anli .swiper .exp .des {
  margin: 0 0 50px;
}
@media (max-width: 1200px) {
  .trusteeship-anli .swiper .exp .des {
    margin-bottom: 20px;
  }
}
.trusteeship-anli .swiper .exp .des dd {
  line-height: 30px;
  font-size: 16px;
  margin: 0 0 10px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .trusteeship-anli .swiper .exp .des dd {
    line-height: 25px;
    margin: 0;
    font-size: 14px;
  }
}
.trusteeship-anli .swiper .exp .des dd label {
  float: left;
  font-weight: bold;
}
.trusteeship-anli .swiper .exp .des dd strong {
  color: #004bc8;
}
.trusteeship-anli .swiper .exp .des dd p {
  margin: 0 0 0 90px;
}
@media (max-width: 1200px) {
  .trusteeship-anli .swiper .exp .des dd p {
    margin-left: 80px;
  }
}
.trusteeship-anli .swiper .exp .btn {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .trusteeship-anli .swiper .exp .btn {
    display: block;
    margin: 0 auto;
    width: 160px;
  }
}
.trusteeship-anli .swiper .exp .btn a {
  display: block;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  padding: 0 35px;
  background: #004bc8;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 1200px) {
  .trusteeship-anli .swiper .exp .btn a:hover {
    background: rgba(0, 75, 200, 0.8);
  }
}
