.banners {
  width: 100%;
}
.banners img {
  width: 100%;
  display: block;
}
.banners h3 {
  text-align: center;
  font-weight: bold;
  color: #0071bc;
  font-size: 48px;
  width: 100%;
  line-height: 195px;
  position: absolute;
}
.main {
  margin: 0 auto;
}
.main .con {
  width: 624px;
  margin: 60px auto 100px;
}
.main .con h5 {
  color: #0071bc;
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px;
}
.main .con .jyxc form label {
  margin: 10px auto 26px;
  display: block;
}
.main .con .jyxc form label p {
  margin-bottom: 10px;
  font-size: 18px;
}
.main .con .jyxc form label input {
  display: block;
  line-height: 46px;
  background: url("/public/input.png") no-repeat 12px center #ddf1ff;
  border-radius: 5px;
  padding-left: 30px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
}
.main .con .jyxc form label textarea {
  background: url("/public/input.png") no-repeat 12px 16px #ddf1ff;
  width: 100%;
  border-radius: 5px;
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  resize: none;
  line-height: 30px;
  height: 160px;
  padding: 5px 10px 5px 30px;
}
.main .con .jyxc form label input:focus {
  outline: none;
}
.main .con .jyxc form label textarea:focus {
  outline: none;
}
.main .con .jyxc form label.checking {
  margin-top: 34px;
}
.main .con .jyxc form label.checking input {
  display: inline-block;
  width: 114px;
}
.main .con .jyxc form label.checking img {
  height: 46px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: -17px;
}
.main .con .jyxc form label.checking .btn {
  background: #0071bc;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  float: right;
  cursor: pointer;
  width: 114px;
  line-height: 46px;
  height: 46px;
  display: inline-block;
  border-radius: 5px;
}
.mask{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
  background: rgba(0,0,0,0.7);
  top: 0;
  left: 0;
}
.popup{
  position: fixed;
  z-index: 101;
  display: none;
  width: 300px;
  height: 170px;
  top: 50%;
  margin-top: -85px;
  left: 50%;
  margin-left: -240px;
  background-color: #ffffff;
}
.popup p{
    padding: 20px;
    line-height: 24px;
    margin: 24px 0;
    font-size: 18px;
}
.popup a.close{
  color: #fff;
  background: #2f6ea2;
  display: block;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  text-align: center;
  padding: 0 15px;
  width: 80px;
}