/**
* This is variable
**/
.tongji-dongcha {
  position: relative;
  padding: 50px 0;
  background: #ffffff;
}
@media (max-width: 1200px) {
  .tongji-dongcha {
    padding: 30px 0;
  }
}
.tongji-dongcha .contain {
  position: relative;
}
.tongji-dongcha .contain .list {
  display: flex;
  margin: -15px;
}
@media (max-width: 1200px) {
  .tongji-dongcha .contain .list {
    display: block;
  }
}
.tongji-dongcha .contain .item {
  flex: 1;
  margin: 15px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .tongji-dongcha .contain .item:hover .cell {
    transform: translateY(-15px);
  }
  .tongji-dongcha .contain .item:hover .icon {
    transform: scale(0.9);
  }
}
.tongji-dongcha .contain .cell {
  height: 100%;
  text-align: center;
  position: relative;
  padding: 30px 30px 50px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .tongji-dongcha .contain .cell {
    padding: 15px 15px 15px 100px;
    text-align: left;
  }
}
.tongji-dongcha .contain .icon {
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .tongji-dongcha .contain .icon {
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0.6);
  }
}
.tongji-dongcha .contain .icon img {
  display: block;
  margin: 0 auto 10px;
  width: 120px;
  height: 120px;
}
.tongji-dongcha .contain .title {
  margin: 0 0 15px;
}
.tongji-dongcha .contain .title h3 {
  line-height: 30px;
  font-size: 1.2em;
  color: #333333;
}
@media (max-width: 1200px) {
  .tongji-dongcha .contain .title h3 {
    font-size: 1.1em;
  }
}
.tongji-dongcha .contain .desc p {
  line-height: 25px;
  font-size: 1em;
  color: #777777;
}
.tongji-jieshao {
  position: relative;
  padding: 50px 0 50px;
  background: url(img/guanxingpan-1.jpg) center bottom no-repeat #eff5ff;
  background-size: cover;
}
@media (max-width: 1200px) {
  .tongji-jieshao {
    padding: 30px 0;
  }
}
.tongji-jieshao .contain {
  position: relative;
}
.tongji-jieshao .contain .list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .tongji-jieshao .contain .list {
    display: block;
  }
}
.tongji-jieshao .contain .item {
  width: 50%;
}
@media (max-width: 1200px) {
  .tongji-jieshao .contain .item {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .tongji-jieshao .contain .item:hover .cell {
    transform: translateY(-15px);
  }
  .tongji-jieshao .contain .item:hover .icon {
    transform: scale(0.9);
  }
}
.tongji-jieshao .contain .cell {
  height: calc(100% - 30px);
  margin: 15px;
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  padding: 5px 5px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .tongji-jieshao .contain .cell {
    padding: 20px 20px 20px 100px;
    text-align: left;
    margin: 15px 0;
  }
}
.tongji-jieshao .contain .icon {
  float: left;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .tongji-jieshao .contain .icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transform: scale(0.8);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.tongji-jieshao .contain .icon img {
  display: block;
  width: 200px;
  height: 200px;
}
@media (max-width: 1200px) {
  .tongji-jieshao .contain .icon img {
    width: 100px;
    height: 100px;
  }
}
.tongji-jieshao .contain .exp {
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tongji-jieshao .contain .exp > div {
  width: 100%;
  padding: 0 40px 0 20px;
}
@media (max-width: 1200px) {
  .tongji-jieshao .contain .exp > div {
    padding: 0;
  }
}
.tongji-jieshao .contain .title {
  margin: 0 0 15px;
}
@media (max-width: 1200px) {
  .tongji-jieshao .contain .title {
    margin: 0 0 5px;
  }
}
.tongji-jieshao .contain .title h3 {
  line-height: 2;
  font-size: 1.2em;
  color: #333333;
}
@media (max-width: 1200px) {
  .tongji-jieshao .contain .title h3 {
    font-size: 1.1em;
  }
}
.tongji-jieshao .contain .des p {
  line-height: 1.5;
  font-size: 1em;
  color: #888888;
}
.tongji-youshi {
  position: relative;
  padding: 50px 0 80px;
  background: #2d6ffb;
  background-size: cover;
}
@media (max-width: 1200px) {
  .tongji-youshi {
    padding: 30px 0;
  }
}
.tongji-youshi .weui-thead .title2 h2 {
  color: #ffffff;
}
.tongji-youshi .contain {
  position: relative;
}
.tongji-youshi .contain .list {
  display: flex;
  flex-wrap: wrap;
}
.tongji-youshi .contain .item {
  width: 25%;
}
@media (max-width: 1200px) {
  .tongji-youshi .contain .item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .tongji-youshi .contain .item:hover .cell {
    transform: translateY(-15px);
  }
  .tongji-youshi .contain .item:hover .cell::before {
    border-color: #ffffff;
  }
  .tongji-youshi .contain .item:hover .back img {
    display: none;
  }
  .tongji-youshi .contain .item:hover .back img:nth-child(2) {
    display: block;
  }
}
.tongji-youshi .contain .cell {
  height: calc(100% - 30px);
  margin: 15px;
  position: relative;
  border-radius: 10px;
  background: #e4eaf6;
  text-align: center;
  overflow: hidden;
  padding: 50px 30px 280px 30px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .tongji-youshi .contain .cell {
    padding: 15px 15px 150px 15px;
    text-align: left;
    margin: 7px;
  }
}
.tongji-youshi .contain .cell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 3px solid transparent;
  border-radius: 10px;
}
.tongji-youshi .contain .cell .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.tongji-youshi .contain .cell .back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}
.tongji-youshi .contain .cell .back img:nth-child(2) {
  display: none;
}
.tongji-youshi .contain .cell .title {
  position: relative;
  margin: 0 0 15px;
  z-index: 10;
}
.tongji-youshi .contain .cell .title h3 {
  line-height: 2;
  font-size: 1.2em;
  color: #333333;
}
@media (max-width: 1200px) {
  .tongji-youshi .contain .cell .title h3 {
    font-size: 1.1em;
  }
}
.tongji-youshi .contain .cell .desc {
  position: relative;
  z-index: 10;
}
.tongji-youshi .contain .cell .desc p {
  line-height: 1.5;
  font-size: 1em;
  color: #777777;
}
.tongji-youshi .swiper .swiper-pagination {
  position: relative;
}
.tongji-youshi .swiper .swiper-pagination dd {
  background: #ffffff;
  margin: 5px;
}
.tongji-youshi .swiper .cell {
  height: calc(100% - 30px);
  margin: 15px;
  position: relative;
  border-radius: 10px;
  background: #e4eaf6;
  text-align: center;
  overflow: hidden;
  padding: 50px 30px 280px 30px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .tongji-youshi .swiper .cell {
    padding: 15px 15px 100px 15px;
    text-align: left;
    margin: 7px;
  }
}
.tongji-youshi .swiper .cell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 3px solid transparent;
  border-radius: 10px;
}
.tongji-youshi .swiper .cell .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.tongji-youshi .swiper .cell .back img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: right bottom;
}
.tongji-youshi .swiper .cell .back img:nth-child(2) {
  display: none;
}
.tongji-youshi .swiper .cell .title {
  position: relative;
  margin: 0 0 15px;
  z-index: 10;
}
.tongji-youshi .swiper .cell .title h3 {
  line-height: 2;
  font-size: 1.2em;
  color: #333333;
}
@media (max-width: 1200px) {
  .tongji-youshi .swiper .cell .title h3 {
    font-size: 1.1em;
  }
}
.tongji-youshi .swiper .cell .desc {
  position: relative;
  z-index: 10;
}
.tongji-youshi .swiper .cell .desc p {
  height: 100px;
  line-height: 25px;
  font-size: 1em;
  color: #777777;
}
