.tabs .tabs-item-cm{
  width: 305px;
  width: 3.05rem;
  height: 72px;
  height: 0.72rem;
  position: relative;
  top: -71px;
  top: -0.71rem;
  font-size: 22px;
  font-size: 0.22rem;
  text-align: left;
}
.tabs .tabs-item-cm span{
  margin-left: 102px;
  margin-left: 1.02rem;
}
.tabs .tabs-item-cm a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 0.72rem;
}
.tabs .tabs-item-cm a:hover{
  text-decoration: none;
  color: #1871bd;
}
.tabs .tabs-item1{
  z-index: 2;
  left: -1px;
  left: -0.01rem;
  background: url("../images/ztc-tabs-bg4.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.tabs .tabs-item2{
  left: -87px;
  left: -0.87rem;
  background: url("../images/ztc-tabs-bg4.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.tabs .tabs-cur,.tabs .tabs-item-cm:hover{
  background: url("../images/ztc-tabs-bg3.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.tabs .tabs-cur a{
  color: #1871bd;
}
.tabs-content{
  padding: 0 45px 30px;
  padding: 0 0.45rem 0.3rem;
  z-index: 3;
  background-color: #fff;
  position: relative;
}
/* 手机端适配 */
@media screen and (max-width: 768px) {
  .tabs-content{
    border-radius: 0;
  }
  .tabs .tabs-item-cm,.tabs .tabs-item-cm:hover{
    background-size: 102%;
  }
}

