@CHARSET "UTF-8";

.container {
  padding: 0;
}

#myCarousel, .tab1 {
  margin: 50px 0 0 0;
}

/*tab6开始*/

.cpzc {
  height: 350px;
  width: 295px;
  /*background-image: url('../img/agent/cpzc.png');*/
  background-repeat:no-repeat;
}

.pxzc {
  height: 350px;
  width: 295px;
  /*background-image: url('../img/agent/pxzc.png');*/
  background-repeat:no-repeat;
}

.shzc {
  height: 350px;
  width: 295px;
  /*background-image: url('../img/agent/shzc.png');*/
  background-repeat:no-repeat;
}

.tab6 {
  background-color: #F7F9FE;
}

.tab6 .container {
  text-align: center;
  width: 940px;
  padding: 20px 0 80px;
}

.tab6 .icon {
  width: 295px;
  height: 350px;
  top: 0;
  position: absolute;
  z-index: 1001;
  background-color: #676769;
  opacity: 0.7;
}

.tab6 .icon img {
  padding: 85px 0 55px;
}

.tab6 .icon p {
  font-size: 25px;
  color: #fff;
}

.tab6 .more_info {
  width: 295px;
  height: 350px;
  top: 0;
  position: absolute;
  z-index: 1000;
  background-color: #3EA8FC;
  opacity: 0.9;
}

.tab6 .more_info_icon img {
  padding: 50px 0 20px;
}

.tab6 .more_info_icon h3 {
  color: #fff;
  padding-bottom: 10px;
}

.tab6 .more_info_icon p {
  color: #fff;
}

.tab6 .more_info_icon .btn {
  margin-top: 20px;
  background-color: #3EA8FC;
  opacity: 0.9;
  color: #fff;
  border: 1px solid #fff;
}

.tab6 .cpzc > .more_info,.tab6 .pxzc > .more_info,.tab6 .shzc > .more_info {
  display: none;
}

.tab6 .cpzc:hover > .more_info,.tab6 .pxzc:hover > .more_info,.tab6 .shzc:hover > .more_info {
  display: block;
}

.tab6 .cpzc:hover .icon,.tab6 .pxzc:hover .icon,.tab6 .shzc:hover .icon {
  display: none;
}



/* 小屏幕（平板，大于等于768px） */
@media (max-width: 767px) {
  .tab2 .modules {
    padding-top: 100px;
    width: 100%;
  }

  .modules .center-border:before {
    content: "";
    border-left: 0.5px solid #1780D3;
    position: absolute;
    height: 52px;
    margin-top: -92px;
    width: 1px;
    left: 50%;
  }

  .modules .circle {
    position: absolute;
    z-index: 111111111;
    background: #fff;
    margin-top: -100px;
    left: calc(50% - 3px);
    border: 1px solid #1780D3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
  }

  .tab-right {
    padding-top: 40px;
  }

  .tab6 .container {
    width: 327px;
  }
}
