.home_index {
  width: 1020px;
  height: 124px;
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  position: relative;
  z-index: 2;
  margin-top: -72px;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 22px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.home_index .item {
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 43px;
}
.home_index .item .cont {
  margin-left: 80px;
  text-align: left;
}
.home_index .item .cont .tit {
  color: #0a080a;
  font-size: 16px;
  padding-top: 4px;
}
.home_index .item .cont .note {
  color: #8b8788;
  font-size: 12px;
  padding-top: 5px;
  line-height: 18px;
}
.dl_main {
  width: 1200px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -600px;
}
.dl_main .dl_left {
  width: 458px;
  height: 100%;
  background: url(../images/home/dltp.jpg) no-repeat center center;
}
.dl_main .dl_right {
  margin-left: 570px;
  height: 100%;
  margin-right: 50px;
}
.dl_main .dl_right .dl_m {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dl_main .dl_right .dl_m .tit {
  color: #080809;
  font-size: 34px;
  line-height: 34px;
}
.dl_main .dl_right .dl_m .cont {
  padding-top: 50px;
}
.dl_main .dl_right .dl_m .cont .item {
  margin-top: 50px;
}
.dl_main .dl_right .dl_m .cont .item .btn1 {
  margin-top: 15px;
  width: 100%;
  height: 70px;
  border-radius: 35px;
  border: 0;
  background: #bb1928;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 20px;
}
.dl_main .dl_right .dl_m .cont .item .tit {
  color: #7f7c7d;
  font-size: 20px;
  line-height: 20px;
}
.dl_main .dl_right .dl_m .cont .item .cont1 .inp1 {
  border: 0;
  border-bottom: solid 1px #9a9797;
  background: none;
  width: 100%;
  height: 48px;
  font-size: 20px;
  color: #080809;
}
.dl_main .dl_right .dl_m .cont .item .cont1 .inp1:focus {
  border-bottom: solid 1px #bb1928;
  color: #bb1928;
}
.dl_main .dl_right .dl_m .cont .item .cont1 .inp1.inp2 {
  width: 400px;
}
.dl_main .dl_right .dl_m .cont .item .cont1 .btn_yzm {
  width: 178px;
  height: 48px;
  border-radius: 24px;
  box-sizing: border-box;
  text-align: center;
  line-height: 46px;
  border: solid 1px #cfcbca;
  color: #9a9798;
  font-size: 16px;
  cursor: pointer;
}
.dl_main .dl_right .dl_m .cont .item_bot {
  margin-top: 40px;
  font-size: 14px;
  padding-left: 10px;
}
.dl_main .dl_right .dl_m .cont .item_bot input {
  margin-right: 5px;
}
.zc_main {
  width: 1200px;
  padding: 60px 0 40px;
  color: #0a080a;
}
.zc_main .tit {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 20px;
}
.zc_main .cont {
  margin-top: 20px;
  font-size: 20px;
  line-height: 34px;
}
.zc_main .tit1 {
  font-size: 25px;
  margin-top: 60px;
}
.zc_main .cont1 {
  margin-top: 25px;
  font-size: 20px;
  line-height: 34px;
}
.zc_main .tit2 {
  font-size: 30px;
  margin-top: 70px;
}
