.main-view {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.main-view .slogan-wrap {
  width: 50%;
  padding-bottom: 50%;
  position: absolute;
  top: 1%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 20;
  pointer-events: none;
  -webkit-animation: move 5s infinite both;
          animation: move 5s infinite both;
}

@media screen and (max-width: 1279.97px) and (min-width: 1023.98px) and (orientation: portrait) {
  .main-view .slogan-wrap {
    width: 90%;
    padding-bottom: 90%;
  }
}

@media screen and (max-width: 1023.97px) {
  .main-view .slogan-wrap {
    top: 15%;
    width: 150%;
    padding-bottom: 150%;
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 1023.97px) and (min-width: 768px) and (max-width: 1023.97px) {
  .main-view .slogan-wrap {
    width: 80%;
    padding-bottom: 80%;
  }
}

.main-view .slogan {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 0;
  z-index: 3;
}

.main-view .slogan::before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.main-view .slogan img {
  display: inline-block;
  vertical-align: middle;
}

.main-view .aims {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: aims 3s infinite alternate both;
          animation: aims 3s infinite alternate both;
}

.main-view .photowall {
  position: relative;
}

.feature-view {
  width: 100%;
  padding: 0 0 24px;
  background: #f4f4f4;
  overflow: hidden;
}

.feature-view h2 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #f48500;
  text-align: center;
  margin: 0 0 12px;
}

.feature-view h3 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333;
  text-align: center;
  min-height: 60px;
}

.feature-view .title {
  width: 100%;
  max-width: 280px;
  padding: 24px 36px;
  margin: 0 auto 48px;
  background: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.feature-view .layout::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 40%;
  border: 1.5px solid #f48500;
}

@media screen and (max-width: 1023.97px) {
  .feature-view .layout::before {
    top: 10%;
  }
}

.feature-view .content {
  width: 100%;
  position: relative;
}

.feature-view .inner {
  width: 90%;
  margin: auto;
  font-size: 0;
}

.feature-view .detail {
  width: 33.3%;
  display: inline-block;
  vertical-align: middle;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 24px;
}

@media screen and (max-width: 1023.97px) {
  .feature-view .detail {
    width: 100%;
  }
}

@media screen and (max-width: 1023.97px) and (min-width: 768px) and (max-width: 1023.97px) {
  .feature-view .detail {
    width: 50%;
  }
}

.feature-view .box {
  width: 100%;
  padding: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 6px 6px 0 0 #f48500;
          box-shadow: 6px 6px 0 0 #f48500;
  position: relative;
}

@media screen and (max-width: 1279.97px) and (min-width: 1023.98px) {
  .feature-view .box {
    padding: 24px;
  }
}

@media screen and (max-width: 1023.97px) {
  .feature-view .box {
    padding: 28px;
  }
}

.feature-view .icon {
  width: 48px;
  margin: 0 auto 12px;
  -webkit-animation: popup .6s infinite alternate;
          animation: popup .6s infinite alternate;
}

.feature-view .number {
  width: 42px;
  position: absolute;
  top: -16px;
  left: 36px;
}

.show-view {
  width: 100%;
  padding: 48px 0;
  position: relative;
  background: #fafafa;
  z-index: 1;
}

.show-view::before {
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../Image/bg/show-view.jpg) no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation: showview 1s infinite alternate;
          animation: showview 1s infinite alternate;
  z-index: -1;
}

.show-view::after {
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f48500;
  z-index: -2;
}

.show-view .title {
  width: 100%;
  max-width: 300px;
  padding: 24px 36px;
  margin: 0 auto 24px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.show-view .mac {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.show-view .inner {
  width: 76%;
  height: 79%;
  position: absolute;
  top: 8%;
  right: 0;
  left: 0;
  margin: auto;
}

.show-view .swiper-pagination {
  right: 0;
  left: 0;
}

.show-view .swiper-pagination-bullet {
  width: 42px;
  height: 4px;
  display: inline-block;
  font-size: 0;
  border-radius: 0;
  margin: 0 4px;
}

.show-view .swiper-pagination-bullet-active {
  background: #f48500;
}

.report-view {
  width: 100%;
  padding: 64px 0;
  position: relative;
  background: #fafafa;
}

@media screen and (max-width: 1023.97px) {
  .report-view {
    padding: 16px 0 36px;
  }
}

.report-view h4 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #f48500;
  margin: 0 0 12px;
}

.report-view h5 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #000;
  margin: 0 0 24px;
}

.report-view p {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #333;
}

.report-view .wrap {
  width: 85%;
  max-width: 1000px;
  margin: auto;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1023.97px) {
  .report-view .wrap {
    width: 75%;
  }
}

@media screen and (min-width: 1279.98px) {
  .report-view .wrap::before {
    content: '';
    width: 16%;
    padding-bottom: 30%;
    position: absolute;
    left: -2.5%;
    bottom: 23%;
    background: #f48500 -webkit-gradient(linear, left top, right top, from(#eb9b00), to(#f48500));
    background: #f48500 linear-gradient(90deg, #eb9b00, #f48500);
  }
}

@media screen and (min-width: 1279.98px) {
  .report-view .wrap::after {
    content: '';
    width: 16%;
    padding-bottom: 30%;
    position: absolute;
    right: -2.5%;
    top: 23%;
    background: #f48500 -webkit-gradient(linear, left top, right top, from(#eb9b00), to(#f48500));
    background: #f48500 linear-gradient(90deg, #eb9b00, #f48500);
  }
}

.report-view .item {
  font-size: 0;
  background: #fff;
}

.report-view .image-wrap {
  width: 60%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1023.97px) {
  .report-view .image-wrap {
    width: 100%;
  }
}

.report-view .image-wrap .link {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.report-view .image-box {
  width: 100%;
  padding-bottom: 60%;
}

.report-view .image-box img {
  position: absolute;
  top: 0;
  left: 0;
}

.report-view .text-area {
  width: 40%;
  height: 100%;
  padding: 0 48px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1279.97px) and (min-width: 1023.98px) {
  .report-view .text-area {
    padding: 0 24px;
  }
}

@media screen and (max-width: 1023.97px) {
  .report-view .text-area {
    width: 100%;
    position: static;
    padding: 32px;
  }
}

.report-view .text-area::before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.report-view .text-area .box {
  display: inline-block;
  vertical-align: middle;
}

.report-view .swiper-pagination {
  right: 0;
  left: 0;
  top: 100%;
}

.report-view .swiper-pagination-bullet {
  width: 42px;
  height: 4px;
  display: inline-block;
  font-size: 0;
  border-radius: 0;
  margin: 0 4px;
}

.report-view .swiper-pagination-bullet-active {
  background: #f48500;
}

.contact-view {
  width: 100%;
  position: relative;
}

.contact-view::before {
  content: '';
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fafafa;
  z-index: -1;
}

.contact-view h3 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #333;
}

@media screen and (max-width: 1023.97px) {
  .contact-view h3 {
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
  }
}

.contact-view h3 span {
  color: #f48500;
}

.contact-view h4 {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #333;
  margin: 0 0 48px;
  padding: 0 0 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-view p {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: bold;
  color: #f48500;
}

@media screen and (max-width: 1023.97px) {
  .contact-view p {
    font-size: 16px;
  }
}

.contact-view .easybuy {
  width: 90%;
  max-width: 1000px;
  font-size: 0;
  margin: auto;
}

.contact-view .model {
  position: relative;
}

.contact-view .model::before {
  content: '';
  width: 65%;
  height: 72%;
  position: absolute;
  top: 15%;
  left: 0;
  background: url(../Image/photo/find.png) no-repeat 50%;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width: 1023.97px) {
  .contact-view .model::before {
    width: 100%;
    height: 40%;
    top: 0;
  }
}

.contact-view .model > div {
  display: inline-block;
  vertical-align: middle;
}

.contact-view .left {
  width: 55%;
}

@media screen and (max-width: 1023.97px) {
  .contact-view .left {
    width: 100%;
    margin: 24px 0;
  }
}

.contact-view .right {
  width: 45%;
}

@media screen and (max-width: 1023.97px) {
  .contact-view .right {
    width: 100%;
  }
}

.contact-view .title {
  width: 100%;
}

.contact-view .title .icon {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px 0 0;
  -webkit-animation: popup .6s infinite alternate;
          animation: popup .6s infinite alternate;
}

.contact-view .title .text {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1023.97px) {
  .contact-view .title .text {
    width: 100%;
  }
}

.contact-view .title .s-title {
  width: 160px;
  margin: 0 0 12px;
}

@media screen and (max-width: 1023.97px) {
  .contact-view .title .s-title {
    margin: 0 auto 12px;
  }
}

.contact-view .form-area {
  position: relative;
  width: 100%;
  background: #fff;
  border-width: 1.5px 1.5px 0 1.5px;
  border-style: solid;
  border-color: #f48500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 48px 48px 180px 48px;
}

#apply {
  position: absolute;
  top: -65px;
  left: 0;
}

@media screen and (max-width: 1023.97px) {
  .contact-view .form-area {
    padding: 24px 24px 180px 24px;
  }
}

.contact-view .f-title {
  margin: 0 0 48px;
}

@media screen and (max-width: 1023.97px) {
  .contact-view .f-title {
    margin: 0 auto 36px;
    text-align: center;
  }
}

.contact-view .inner {
  width: 100%;
  margin: 0 0 24px;
}

.contact-view .inner > div {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 1023.97px) {
  .contact-view .inner > div {
    width: 100%;
  }
}

.contact-view .inner > div:last-child {
  margin: 0 0 0 4%;
}

@media screen and (max-width: 1023.97px) {
  .contact-view .inner > div:last-child {
    margin: 16px 0 0;
  }
}

.contact-view .detail {
  position: relative;
  margin: 0 0 36px;
}

.contact-view .detail::before {
  content: '';
  width: 100%;
  height: 100%;
  border-bottom: 1.5px solid #dfdfdf;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.contact-view .detail span {
  width: 0;
  height: 100%;
  border-bottom: 1.5px solid #f48500;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-view .detail span.active {
  width: 100%;
}

.contact-view input {
  width: 100%;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #333;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-view label {
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 2px;
  color: #333;
  position: absolute;
  top: 0;
  left: 12px;
  pointer-events: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-view label.active {
  top: -30px;
  font-size: 12px;
  color: #f48500;
}

.contact-view .errorMessage {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  float: right;
  color: #f78724;
  margin: 6px 0 0;
  display: none;
}

.contact-view .send {
  text-align: center;
}

.contact-view .send a {
  width: 220px;
  height: 48px;
  display: inline-block;
  border-radius: 48px;
  background: #f48500 linear-gradient(45deg, #eb9b00, #f48500, #eb9b00);
  background-size: 180% 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: .6s;
  transition: .6s;
}

.contact-view .send a:hover {
  background-position-x: 100%;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.contact-view .fanCatWrapper {
  position: relative;
}

.contact-view .addMoreBtn {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 24px;
  height: 24px;
  background: #f48500;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
/*# sourceMappingURL=index.css.map */