body {
  background: url(../img/bg.jpg) top center !important;
}

.header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3c445e;
}
.header img {
  display: block;
  width: 288px;
  height: 90px;
}

.top-banner {
  width: 1366px;
  min-width: 1366px;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
.top-banner > img {
  width: 100%;
}
.top-banner .top-icon {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.top-banner .top-icon .icon {
  position: absolute;
  width: 150px;
  animation: float ease-in-out 1.5s 0s infinite;
}
.top-banner .top-icon .icon.icon1 {
  top: 20px;
  left: 60px;
}
.top-banner .top-icon .icon.icon1 img {
  width: 50%;
}
.top-banner .top-icon .icon.icon2 {
  top: 100px;
  left: 370px;
}
.top-banner .top-icon .icon.icon2 img {
  width: 35%;
}
.top-banner .top-icon .icon.icon3 {
  bottom: 20px;
  left: 30px;
}
.top-banner .top-icon .icon.icon3 img {
  width: 40%;
}
.top-banner .top-icon .icon.icon4 {
  bottom: 30px;
  left: 300px;
}
.top-banner .top-icon .icon.icon4 img {
  width: 65%;
}
.top-banner .top-icon .icon.icon5 {
  top: 30px;
  right: 10px;
  text-align: right;
}
.top-banner .top-icon .icon.icon5 img {
  width: 40%;
}
.top-banner .top-icon .icon.icon6 {
  top: 100px;
  right: 330px;
  text-align: right;
}
.top-banner .top-icon .icon.icon6 img {
  width: 65%;
}
.top-banner .top-icon .icon.icon7 {
  bottom: 30px;
  right: 150px;
  text-align: right;
}
.top-banner .top-icon .icon.icon7 img {
  width: 45%;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  to {
    transform: translateY(0);
  }
}
.inner-box {
  padding-top: 80px;
  width: 1366px;
  min-width: 1366px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.inner-box .title {
  width: 100%;
}
.inner-box .title img {
  width: 100%;
}
.inner-box .box1 {
  height: 1280px;
  margin-top: 40px;
  background: url(../img/21.png) top center;
  background-size: 1366px 1280px;
  padding: 30px 40px 0 40px;
  box-sizing: border-box;
}
.inner-box .box1 img {
  width: 100%;
}
.inner-box .btns {
  display: flex;
  justify-content: space-around;
  padding-top: 80px;
  padding-bottom: 80px;
}
.inner-box .btns .btn {
  width: 30%;
  height: 80px;
  background-size: 100% 80px;
  position: relative;
  top: 0;
  transition: all 0.3s;
}
.inner-box .btns .btn:nth-of-type(1) {
  background-image: url(../img/button1.png);
}
.inner-box .btns .btn:nth-of-type(2) {
  background-image: url(../img/button2.png);
}
.inner-box .btns .btn:nth-of-type(3) {
  background-image: url(../img/button3.png);
}
.inner-box .btns .btn:hover {
  top: -10px;
}
.inner-box .btns .btn a {
  display: block;
  line-height: 80px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 26px;
}
.inner-box .title2 {
  width: 730px;
  margin: 0 auto;
}
.inner-box .title2 img {
  width: 100%;
}
.inner-box .box2 {
  padding-top: 50px;
  display: flex;
  justify-content: space-around;
}
.inner-box .box2 a {
  display: block;
  width: 32%;
}
.inner-box .box2 a img {
  width: 100%;
}

.footer {
  background-color: #3c445e;
  height: 324px;
}
.footer .pic {
  width: 1366px;
  margin: 0 auto;
}
.footer .pic img {
  width: 100%;
}/*# sourceMappingURL=index.css.map */