.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 #0E376E;
  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: #0E376E;
}
/****====================移动端显示================***/
@media only screen and (max-width: 1024px) {
  .phoneTxt h2 {
    background-color: #0E376E;
  }
  .warp .intro dd {
    background-color: #0E376E !important;
  }
}
/*# sourceMappingURL=style.css.map */