.main {
  background: url("../images/bg.jpg") repeat-y center top;
  background-size: 100% auto;
}
.warp #bigTitle {
  background: url("../images/bigTitle.png") no-repeat center 60px;
}
.warp .intro {
  background: url("../images/intro.png") no-repeat left top #164c9b;
  background-size: 300px 100%;
}
.warp .intro dl dd .intro-bg {
  background: url("../images/logo.png") no-repeat 119% 100px;
}
.layui-form-select dl dd.layui-this {
  background-color: #164c9b;
}
/****====================移动端显示================***/
@media only screen and (max-width: 1024px) {
  .phoneTxt h2 {
    background-color: #164c9b;
  }
  .warp .intro dd {
    background-color: #164c9b !important;
  }
}
/*# sourceMappingURL=style.css.map */