.cheng {
  width: 1200px;
  margin: 100px auto;
}

.cheng h3 {
  font-size: 30px;
  color: #000000;
  text-align: center;
  margin: 50px 0;
}

.cheng h3 p {
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
  color: #999999;
}

.cheng .ullmeasu {
  width: 1200px;
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cheng .ullmeasu .title {
  width: 530px;
  padding-top: 50px;
}

.cheng .ullmeasu .title p {
  margin: 20px auto;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}

.cheng .ullmeasu .imgg {
  width: 600px;
  position: relative;
}

.cheng .ullmeasu .imgg .img1 {
  position: absolute;
  top: 0;
  right: 0;
}

.cheng .ullmeasu .imgg .img2 {
  width: 386px;
  top: 30px;
  left: 0px;
  position: absolute;
}

.tabb h3 {
  font-size: 30px;
  color: #000000;
  text-align: center;
  margin: 50px 0;
}

.tabb h3 p {
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
  color: #999999;
}

.tabb .mainin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tabb .mainin .mainimg {
  width: 470px;
}

.tabb .mainin .mainimg img {
  width: 436px;
  text-align: center;
}

.tabb .mainin .maintitle {
  position: relative;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tabb .mainin .maintitle h4 {
  font-size: 24px;
  color: #353535;
}

.tabb .mainin .maintitle p {
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  color: #666666;
}

.tabb .mainin .maintitle a {
  position: absolute;
  display: block;
  line-height: 40px;
  width: 100px;
  text-align: center;
  font-size: 14px;
  color: #076ce0;
  border: 1px solid #076ce0;
  bottom: 20px;
}

.apply-record {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apply-record .tab {
  width: 220px;
  height: 550px;
  line-height: 60px;
}

.apply-record .tab .tab-item {
  height: 70px;
  border-bottom: 1px #ffffff solid;
  width: 200px;
  line-height: 70px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  background: #F3F6F8;
  color: #666666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.apply-record .tab .tab-item.active {
  color: #ffffff;
  height: 110px;
  line-height: 110px;
  background: #076ce0;
}

.products .mainCont {
  display: none;
  width: 100%;
  overflow: auto;
  text-align: center;
}

.products .mainCont.selected {
  display: block;
}
/*# sourceMappingURL=index3.css.map */