body {
  margin-top: 76px; }
  body .meetingHeader {
    height: 352px;
    background-image: url("../images/imageTop.jpg");
    background-image: -webkit-image-set(url(../images/imageTop.jpg) 1x, url(../images/imageTop@2x.jpg) 2x, url(../images/imageTop@3x.jpg) 3x);
    background-repeat: no-repeat;
    background-size: cover; }
    body .meetingHeader h2 {
      margin-top: 120px;
      text-align: center;
      font-size: 28px;
      color: #333333;
      line-height: 40px; }
    body .meetingHeader p {
      text-align: center;
      margin: 28px auto 0 auto;
      line-height: 28px;
      color: #5e6266;
      width: 500px; }
  body .contactSales {
    padding: 80px 0 100px 0; }
    body .contactSales h2 {
      font-size: 28px;
      color: #333333;
      line-height: 40px; }
    body .contactSales h4 {
      font-size: 20px;
      color: #333333;
      line-height: 28px;
      margin-top: 48px; }
    body .contactSales .contantMessage form {
      clear: both;
      overflow: hidden; }
      body .contactSales .contantMessage form .formLeft {
        width: 432px;
        float: left; }
      body .contactSales .contantMessage form .formRight {
        width: 432px;
        float: right; }
    body .contactSales .contantMessage .submit {
      margin-top: 24px;
      width: 268px;
      height: 56px;
      background-color: #2c8cff;
      font-size: 16px;
      color: #ffffff;
      text-align: center; }
      body .contactSales .contantMessage .submit:hover {
        background-color: #277EE6; }
      body .contactSales .contantMessage .submit:active {
        background-color: #216AC2; }

@media screen and (max-width: 992px) {
  body .meetingHeader {
    display: none; }
  body .smallContainer {
    width: 100%; }
  body .contactSales {
    padding: 24px 0; }
    body .contactSales h2 {
      padding: 0 15px; }
    body .contactSales h4 {
      margin-top: 24px;
      padding: 0 15px; }
    body .contactSales .contantMessage {
      padding: 0 15px; }
      body .contactSales .contantMessage form .form-group {
        margin-top: 24px; }
      body .contactSales .contantMessage form .formLeft, body .contactSales .contantMessage form .formRight {
        width: 100%;
        float: none; }
      body .contactSales .contantMessage .submit {
        width: 100%; } }
      body .headerBox .container .navbar-default .container-fluid .collapse .navbar-nav .is-active{
        color:#409EFF;
        font-weight: 700;
        font-size:16px;
      }

/*# sourceMappingURL=contactSales.css.map */
