h1, .h2, .h3, h1, h2, h3 {
  margin: 0;
  padding: 0; }

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.6; }
  100% {
    transform: scale(1.1);
    opacity: 0; } }
#price .section1 {
  background: url("../images/section_01.jpg") center no-repeat;
  height: 705px;
  padding-top: 215px; }
  #price .section1 .title {
    border-left: 3px solid #009cff;
    margin-bottom: 20px;
    padding-left: 20px;
    display: flex;
    align-items: flex-end; }
    #price .section1 .title h4 {
      margin-right: 20px;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 0; }
    #price .section1 .title p {
      font-size: 15px;
      margin-bottom: 0; }
    #price .section1 .title .count {
      color: #009cff; }
  #price .section1 .calculator {
    background-color: #f2f2f2;
    width: 1160px;
    margin: 0 auto;
    padding: 30px 80px; }
    #price .section1 .calculator::after {
      display: block;
      clear: both;
      content: ""; }
    #price .section1 .calculator .form {
      width: 650px;
      float: left;
      position: relative; }
      #price .section1 .calculator .form .form-left {
        width: 420px; }
      #price .section1 .calculator .form .form-group {
        display: flex;
        align-items: center; }
        #price .section1 .calculator .form .form-group label {
          margin-right: 15px;
          margin-bottom: 0;
          font-size: 14px; }
        #price .section1 .calculator .form .form-group .required {
          color: red;
          margin-right: 10px; }
        #price .section1 .calculator .form .form-group .form-control {
          flex: 1;
          border-radius: 2px; }
      #price .section1 .calculator .form .button {
        position: absolute;
        left: 460px;
        top: 55px; }
        #price .section1 .calculator .form .button .animate {
          position: absolute;
          top: 0;
          z-index: 0;
          width: 140px;
          height: 140px;
          border-radius: 50%;
          background-color: #009cff;
          animation: scale 1.5s ease infinite;
          animation-fill-mode: both; }
        #price .section1 .calculator .form .button button[type=submit] {
          position: absolute;
          left: 20px;
          top: 20px;
          z-index: 1;
          width: 100px;
          height: 100px;
          border-radius: 50%;
          color: #fff;
          background-color: #009cff;
          border: 0;
          font-size: 24px;
          text-align: center;
          line-height: 1.2; }
      #price .section1 .calculator .form .call {
        position: absolute;
        left: 460px;
        top: 205px;
        width: 140px;
        text-align: center; }
        #price .section1 .calculator .form .call p {
          color: #666;
          margin-bottom: 0;
          font-size: 15px; }
        #price .section1 .calculator .form .call h4 {
          font-size: 20px;
          font-weight: 600;
          color: #009cff; }
    #price .section1 .calculator .money {
      float: right;
      width: 350px; }
      #price .section1 .calculator .money .result {
        border: 1px solid #e2e2e2;
        background-color: #fff;
        text-align: center;
        padding: 20px 0; }
        #price .section1 .calculator .money .result p {
          line-height: 1.2;
          margin-bottom: 12px; }
        #price .section1 .calculator .money .result .sum {
          display: inline-block;
          text-align: center;
          color: #009cff;
          font-size: 24px;
          font-weight: 600; }
#price .section2 {
  background: url("../images/section_02.jpg") center no-repeat;
  height: 759px;
  position: relative; }
  #price .section2 .link {
    position: absolute;
    top: 550px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #009cff;
    color: #fff;
    padding: 8px 30px;
    font-size: 18px;
    border-radius: 10rem; }
#price .section3 {
  background: url("../images/section_03.jpg") center no-repeat;
  height: 562px;
  position: relative;
  padding-top: 190px; }
  #price .section3 ul {
    text-align: center; }
    #price .section3 ul li {
      display: inline-block;
      transition: all ease 0.5s; }
      #price .section3 ul li:hover {
        transform: translateY(-20px); }
#price .section4 {
  background: url("../images/section_04.jpg") center no-repeat;
  height: 701px;
  position: relative;
  padding-top: 175px;
  text-align: center; }
  #price .section4 .tab {
    width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    #price .section4 .tab .img {
      width: 417px;
      height: 418px;
      overflow: hidden; }
    #price .section4 .tab > ul {
      width: 570px;
      margin-bottom: 0; }
      #price .section4 .tab > ul > li {
        padding: 15px;
        background-color: #ededed;
        height: 127px;
        margin-bottom: 19px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        color: #000;
        transition: all 0.2s linear; }
        #price .section4 .tab > ul > li.active {
          background-color: #009cff;
          color: #fff; }
          #price .section4 .tab > ul > li.active > h4 {
            border-color: #fff; }
          #price .section4 .tab > ul > li.active:before {
            border-color: transparent #009cff transparent transparent; }
        #price .section4 .tab > ul > li:before {
          content: "";
          display: inline-block;
          width: 0;
          height: 0;
          border-width: 17px;
          border-style: solid;
          position: absolute;
          left: -34px;
          top: 43px;
          border-color: transparent #ededed transparent transparent; }
        #price .section4 .tab > ul > li > h4 {
          width: 128px;
          height: 86px;
          text-align: center;
          border-right: 2px dashed #333;
          line-height: 86px;
          font-size: 26px;
          margin-bottom: 0; }
        #price .section4 .tab > ul > li > p {
          font-size: 18px;
          margin-bottom: 0; }
        #price .section4 .tab > ul > li > i {
          font-size: 24px; }
  #price .section4 .link {
    margin-top: 10px;
    display: inline-block;
    background-color: #009cff;
    color: #fff;
    padding: 8px 60px;
    font-size: 18px;
    border-radius: 10rem; }
#price .section5 {
  background: url("../images/section_05.jpg") center no-repeat;
  height: 463px; }
#price .section6 {
  background: url("../images/section_06.jpg") center no-repeat;
  height: 790px;
  padding-top: 200px; }
  #price .section6 .container {
    margin: 0 auto;
    width: 1070px;
    padding: 0; }
    #price .section6 .container::after {
      display: block;
      clear: both;
      content: ""; }
    #price .section6 .container .form {
      float: left;
      width: 504px;
      height: 452px;
      padding: 40px 50px;
      background-color: rgba(255, 255, 255, 0.3);
      text-align: center; }
      #price .section6 .container .form h3 {
        color: #fff;
        margin-bottom: 30px; }
      #price .section6 .container .form .form-group {
        margin-bottom: 20px; }
      #price .section6 .container .form input[type=text] {
        width: 100%;
        border: 0;
        height: 52px;
        padding: 0 20px;
        border-radius: 10rem; }
      #price .section6 .container .form .button {
        background-color: #009cff;
        color: #fff;
        border: 0;
        padding: 10px 20px;
        border-radius: 10rem;
        font-size: 20px; }

/*# sourceMappingURL=style.css.map */
