header {
  background-image: url("../images/sky_02.jpg");
  width: 100%;
  height: 130px;
  position: relative;
}
header .left {
  position: absolute;
  background-image: url("../images/bg_01.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  height: 130px;
  top: 0;
  left: 0;
  width: 295px;
}
header .right {
  position: absolute;
  background-image: url("../images/bg_03.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  height: 130px;
  top: 0;
  right: 0;
  width: 295px;
}
header .center {
  position: relative;
  background-image: url("../images/bg_02.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  height: 130px;
  /*top:0;
    right:295px;
    left:295px;*/
  margin: 0 auto;
  width: 400px;
}
@media (max-width: 990px) {
  header .left,
  header .right {
    display: none;
  }
  header .center {
    width: 400px;
    position: relative;
    background-position: top center;
    margin: 0 auto;
  }
}
footer {
  background-image: url("../images/bgline_15.jpg");
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75px;
  overflow: hidden;
}
footer .left {
  position: absolute;
  background-image: url("../images/bg_10.jpg");
  background-position: top right;
  height: 75px;
  top: 0;
  left: 0;
  width: 295px;
}
footer .right {
  background-image: url("../images/bg_12.jpg");
  background-position: top left;
  height: 75px;
  width: 295px;
  position: absolute;
  top: 0;
  right: 0;
}
footer .center {
  position: relative;
  background-image: url("../images/bg_11.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  height: 75px;
  margin: 0 auto;
  width: 400px;
}
@media (max-width: 990px) and (min-width: 695px) {
  footer .left {
    display: none;
  }
  footer .center {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 695px) {
  footer .left,
  footer .right {
    display: none;
  }
  footer .center {
    width: 100%;
    position: relative;
    background-position: top center;
    margin: 0 auto;
  }
}
.wrapper {
  position: relative;
}
.wrapper .child .img {
  position: relative;
  width: 400px;
  height: 190px;
  margin: 0 auto;
  background-image: url("../images/bg_05.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
.wrapper .child .text {
  text-align: center;
}
.wrapper .child .text h1 {
  color: #001369;
  font-size: 22px;
}
.wrapper .kran {
  height: 205px;
  position: relative;
}
.wrapper .kran .left {
  position: relative;
  text-align: center;
  height: 205px;
  padding: 20px;
  width: calc(100% - 295px);
}
.wrapper .kran .left h2 {
  font-size: 18px;
  color: #CC0615;
}
.wrapper .kran .left p a[href] {
  font-weight: bold;
  color: #001369;
}
.wrapper .kran .right {
  position: absolute;
  top: 0;
  right: 0px;
  width: 295px;
  height: 205px;
  background-image: url("../images/bg_09.jpg");
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width: 695px) {
  .wrapper .kran .right {
    display: none;
  }
  .wrapper .kran .left {
    padding-top: 40px;
    width: 100%;
  }
}
