*, *::before, *::after {
  box-sizing: border-box;
}

.banner {
  background: url("../images/banner.jpg") center no-repeat;
  height: 1000px;
}

.tags {
  background: url("../images/tags.gif") center no-repeat;
  height: 320px;
}

.container {
  width: 1250px;
  margin: 0 auto;
  position: relative;
}
.container::after {
  display: block;
  clear: both;
  content: "";
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

#top {
  position: relative;
  padding: 50px 0;
}
#top h1 {
  font-size: 54px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
#top::before {
  content: "";
  height: 500px;
  background: #2074f5;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
#top .container {
  background-color: #efefef;
  padding: 50px;
}
#top .container form {
  position: relative;
  float: right;
  text-align: center;
  margin-right: 20px;
  width: 450px;
}
#top .container form h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
#top .container form .form-group {
  border: 1px solid #afafaf;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #fff;
  width: 450px;
  display: flex;
  align-items: center;
}
#top .container form .form-group label > img {
  width: 28px;
}
#top .container form .form-group input {
  flex: 1;
  padding: 10px;
  border: 0;
  background-color: transparent;
  font-size: 16px;
}
#top .container form button[type=submit] {
  background: linear-gradient(45deg, #ff8700, #fe7000) #ff8700;
  border: 1px solid #ff4b00;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  width: 100%;
  cursor: pointer;
  border-radius: 3px;
}
#top .container form p {
  font-size: 14px;
  margin: 20px 0;
}
#top .container form p > span {
  color: #f25736;
}
#top .container form .text-swiper {
  height: 50px;
}
#top .container form .text-swiper .swiper-slide {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#package {
  padding: 50px 0;
}
#package .title {
  text-align: center;
  margin-bottom: 20px;
}
#package .title h1 {
  font-size: 54px;
  margin-bottom: 10px;
}
#package .title h1 > span {
  color: #ff7000;
}
#package .title h4 {
  font-size: 24px;
  font-weight: 500;
}
#package .package-swiper {
  margin-top: 30px;
  display: flex;
  background-color: #d9d9d9;
}
#package .package-swiper .swiper-container {
  flex: 1;
  margin: 30px;
}
#package .package-swiper .swiper-container .swiper-slide {
  height: 50%;
}
#package .package-swiper .swiper-container .swiper-slide > h3 {
  background-color: #d5a567;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 5px 0;
  font-weight: 500;
}
#package .package-swiper .swiper-container .swiper-slide > ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  font-size: 18px;
  padding: 30px;
}
#package .package-swiper .swiper-container .swiper-slide > ul > li {
  width: 50%;
  margin-bottom: 10px;
}
#package .package-swiper .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #060606;
  opacity: 1;
  width: 10px;
  height: 10px;
}
#package .package-swiper .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #838383;
  transform: scale(1.2);
}

#space {
  background-color: #2074f5;
  padding: 50px 0;
}
#space .title {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
#space .title h1 {
  font-size: 54px;
  margin-bottom: 10px;
}
#space .title h4 {
  font-size: 24px;
  font-weight: 500;
}
#space .pagination {
  display: flex;
  margin-bottom: 20px;
}
#space .pagination > li {
  margin: 0 10px;
  width: calc(33.33% - 20px);
  text-align: center;
  background: #efefef;
  font-size: 24px;
  padding: 15px 0;
  opacity: 1;
  border-radius: 0;
  height: auto;
}
#space .pagination > li.swiper-pagination-bullet-active {
  background: #ff7400;
  color: #fff;
}

#craft .construction {
  background: url("../images/construction.jpg") center no-repeat;
  height: 1067px;
}
#craft .title {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 30px 0;
}
#craft .crafts {
  display: flex;
  flex-direction: row;
}
#craft .crafts .navigation {
  width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#craft .crafts .navigation > li {
  height: calc(20% - 25px);
  color: #fff;
  background-color: #323232;
  text-align: center;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#craft .crafts .navigation > li.active {
  background-color: #2074f5;
}
#craft .crafts .swiper-container {
  margin: 0 70px;
  flex: 1;
}
#craft .crafts .swiper-container .swiper-slide > img {
  width: 100%;
}
#craft .workman {
  background: url("../images/workman.jpg") center no-repeat;
  height: 434px;
}

#promise {
  background: url("../images/promise.jpg") center no-repeat;
  height: 771px;
}

#form {
  padding: 100px 0;
}
#form .container {
  background-color: #fff;
  display: flex;
  flex-direction: row;
}
#form .container form {
  flex: 1;
  background-color: #ccc;
  padding: 50px;
}
#form .container form input {
  border: 0;
  background-color: #fff;
  font-size: 16px;
  padding: 15px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 5px;
}
#form .container form input.half {
  width: 48%;
}
#form .container form input.half:first-child {
  margin-right: 3%;
}
#form .container form button[type=submit] {
  width: 100%;
  border: 0;
  background-color: #ff7100;
  color: #fff;
  font-size: 20px;
  padding: 15px 0;
  border-radius: 5px;
  cursor: pointer;
}
#form .container form p {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: #666;
}/*# sourceMappingURL=style.css.map */