@import url('./public.css');
.banner-05 {
  width: 100%;
  height: 350px;
  background: url(../images/Consult/img_onebyone.jpg) no-repeat center;
}
.one-01 {
  width: 1200;
  height: 182px;
  background: url(../images/Consult/img_onebyone_06.jpg) no-repeat center;
  margin: 30px auto;
}
.one-02 {
  width: 1202;
  height: 142px;
  background: url(../images/Consult/img_onebyone_02.png) no-repeat center;
  margin: 0 auto 30px auto;
}
.service-01 {
  background: url(../images/Consult/img_zt_r1.jpg);
  width: 1200px;
  height: 450px;
  margin: 20px auto 0 auto;
}
.service-02 {
  background: url(../images/Consult/img_zt_r2.jpg);
  width: 1200px;
  height: 640px;
  margin: 0 auto;
}
.explan {
  width: 100%;
  text-align: center;
  text-align: center;
  margin: 80px auto 50px auto;
}
.explan h5 {
  font-size: 28px;
  color: #3294e7;
  font-weight: normal;
}
.explan h1 {
  font-size: 44px;
  color: #3294e7;
  margin: 30px auto;
}
.explan a {
  width: 300px;
  background-color: #29d191;
  margin: 0 auto;
  height: 62px;
  border-radius: 31px;
  font-size: 28px;
  color: #fff;
  line-height: 62px;
  position: relative;
  margin: 0 20px;
  padding: 15px;
  z-index: 99;
}
.explan a img {
  vertical-align: middle;
  margin-right: 6px;
  -webkit-box-shadow: 0px 0px 15px #c0c0c0;
  -moz-box-shadow: 0px 0px 15px #c0c0c0;
  box-shadow: 0px 0px 15px #c0c0c0;
}
.code {
  display: none;
}
.explan a:hover .code {
  position: absolute;
  left: 10px;
  bottom: 75px;
  display: block;
}
