.clearFix {
  *zoom: 1; }

.clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.after:after {
  content: "";
  display: block; }

.before::before {
  content: "";
  display: block; }

.transition-03, .companyWrap .leftBox .box, .contactBox .two .box .clickBox strong img,
.contactBox .two .box .clickBox span img, .contactBox .two .box .txtBox, .contactBox .two .box .txtBox .details, .contactBox .EjectBox {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.companyWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px; }
  .companyWrap .leftBox {
    width: calc(100% - 340px); }
    .companyWrap .leftBox .box {
      background-color: #fff;
      margin-bottom: 18px;
      padding: 24px 30px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .companyWrap .leftBox .box:hover {
        box-shadow: 0px 0px 20px 0px rgba(60, 60, 60, 0.15); }
      .companyWrap .leftBox .box .imgBox {
        width: 300px; }
        .companyWrap .leftBox .box .imgBox img {
          width: 100%; }
      .companyWrap .leftBox .box .txtBox {
        padding-left: 30px;
        width: calc(100% - 300px); }
        .companyWrap .leftBox .box .txtBox .up {
          padding-bottom: 10px;
          border-bottom: 1px solid #D4B388;
          margin-bottom: 10px; }
          .companyWrap .leftBox .box .txtBox .up h4 {
            font-size: 1.8rem;
            color: #2B2B2B;
            margin-bottom: 10px; }
          .companyWrap .leftBox .box .txtBox .up .timeBox {
            font-size: 1.4rem; }
            .companyWrap .leftBox .box .txtBox .up .timeBox time {
              color: #C1C0C0; }
            .companyWrap .leftBox .box .txtBox .up .timeBox span {
              display: inline-block;
              color: #D4B388;
              padding-left: 12px; }
        .companyWrap .leftBox .box .txtBox .bot p {
          color: #2B2B2B;
          font-size: 1.4rem;
          line-height: 1.5;
          text-overflow: -o-ellipsis-lastline;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          line-clamp: 2;
          -webkit-box-orient: vertical; }
        .companyWrap .leftBox .box .txtBox .bot a {
          color: #000;
          font-size: 1.4rem;
          width: 150px;
          height: 30px;
          border: 1px solid #DCD8DC;
          border-radius: 4px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-top: 15px; }
          .companyWrap .leftBox .box .txtBox .bot a:hover {
            background-color: #D4B388;
            color: #fff;
            border-color: #D4B388; }
  .companyWrap .rightBox {
    width: 300px; }
    .companyWrap .rightBox section {
      margin-bottom: 22px; }
    .companyWrap .rightBox .one {
      background-color: #fff; }
      .companyWrap .rightBox .one .tit {
        width: 100%;
        height: 55px;
        background-color: #D2A97E;
        font-size: 1.8rem;
        color: #FEFEFE;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .companyWrap .rightBox .one #myForm {
        display: block;
        padding: 20px; }
        .companyWrap .rightBox .one #myForm > * {
          margin-bottom: 20px; }
        .companyWrap .rightBox .one #myForm label {
          display: block;
          height: 36px; }
          .companyWrap .rightBox .one #myForm label > input,
          .companyWrap .rightBox .one #myForm label select {
            border: 1px solid #E0E0E0;
            background-color: #fff;
            width: 100%;
            height: 36px;
            padding-left: 20px;
            font-size: 1.4rem;
            color: #999; }
            .companyWrap .rightBox .one #myForm label > input::-webkit-input-placeholder,
            .companyWrap .rightBox .one #myForm label select::-webkit-input-placeholder {
              color: #999; }
            .companyWrap .rightBox .one #myForm label > input::-moz-placeholder,
            .companyWrap .rightBox .one #myForm label select::-moz-placeholder {
              color: #999; }
            .companyWrap .rightBox .one #myForm label > input:-ms-input-placeholder,
            .companyWrap .rightBox .one #myForm label select:-ms-input-placeholder {
              color: #999; }
          .companyWrap .rightBox .one #myForm label select {
            cursor: pointer; }
          .companyWrap .rightBox .one #myForm label.selectBox {
            position: relative; }
            .companyWrap .rightBox .one #myForm label.selectBox::after {
              content: "";
              display: block;
              position: absolute;
              top: 0;
              right: 1px;
              height: 100%;
              width: 31px;
              background: url("../../img/bg5.jpg") no-repeat center;
              background-size: 100% auto;
              pointer-events: none; }
        .companyWrap .rightBox .one #myForm .radioBox {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .companyWrap .rightBox .one #myForm .radioBox label {
            position: relative;
            width: calc(50% - 10px);
            border: 0;
            overflow: hidden;
            cursor: pointer; }
            .companyWrap .rightBox .one #myForm .radioBox label span {
              font-size: 1.6rem;
              color: #999;
              display: block;
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              border: 1px solid #E0E0E0;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              box-sizing: border-box; }
            .companyWrap .rightBox .one #myForm .radioBox label i {
              width: 30px;
              height: 30px;
              background-color: #D2A97E;
              transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -webkit-transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              position: absolute;
              right: -15px;
              bottom: -15px;
              display: none; }
              .companyWrap .rightBox .one #myForm .radioBox label i::after {
                content: "";
                display: block;
                width: 100%;
                height: 100%;
                background-image: url("../../img/d1.png");
                background-position: center;
                background-size: 10px auto;
                background-repeat: no-repeat;
                position: absolute;
                top: -10px;
                left: 0;
                transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -o-transform: rotate(45deg); }
            .companyWrap .rightBox .one #myForm .radioBox label input {
              opacity: 0; }
              .companyWrap .rightBox .one #myForm .radioBox label input:checked + span {
                color: #D2A97E;
                border-color: #D2A97E; }
              .companyWrap .rightBox .one #myForm .radioBox label input:checked + span + i {
                display: block; }
        .companyWrap .rightBox .one #myForm #offerTelSbmit {
          width: 100%;
          width: 260px;
          height: 36px;
          border: 1px solid #3E66FC;
          background-color: #3E66FC;
          font-size: 1.4rem;
          color: #fff;
          cursor: pointer; }
          .companyWrap .rightBox .one #myForm #offerTelSbmit:hover {
            background-color: transparent;
            color: #3E66FC; }
    .companyWrap .rightBox .two a {
      display: block;
      position: relative; }
      .companyWrap .rightBox .two a img {
        width: 100%; }
      .companyWrap .rightBox .two a .box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 50px;
        text-align: center; }
        .companyWrap .rightBox .two a .box h4 {
          font-size: 2.4rem;
          color: #fff;
          font-weight: 400; }
          .companyWrap .rightBox .two a .box h4 span {
            color: #2A1A0B; }
        .companyWrap .rightBox .two a .box p {
          text-transform: uppercase;
          color: #fff;
          font-size: 1.2rem;
          margin: 10px 0 5px; }
          .companyWrap .rightBox .two a .box p span {
            color: #593C20; }
        .companyWrap .rightBox .two a .box i {
          width: 38px;
          height: 2px;
          background-color: #2A1A0B; }
    .companyWrap .rightBox .three .up {
      height: 55px;
      background-color: #ECECEC;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1.8rem;
      color: #2B2B2B;
      font-weight: bold; }
    .companyWrap .rightBox .three ul {
      background-color: #fff;
      padding: 25px; }
      .companyWrap .rightBox .three ul li {
        line-height: 2.4;
        cursor: pointer; }
        .companyWrap .rightBox .three ul li p {
          font-size: 1.4rem;
          color: #2B2B2B;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .companyWrap .rightBox .three ul li a {
          font-size: 1.4rem;
          display: none;
          color: #D2A97E;
          align-items: flex-start;
          padding: 8px 5px;
          border-bottom: 1px solid #eee; }
          .companyWrap .rightBox .three ul li a img {
            width: 80px; }
          .companyWrap .rightBox .three ul li a span {
            display: block;
            width: calc(100% - 80px);
            padding: 5px;
            line-height: 1.4;
            font-size: 1.2rem; }
        .companyWrap .rightBox .three ul li:hover p {
          display: none; }
        .companyWrap .rightBox .three ul li:hover a {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }

.contactBox .one {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 70px; }
  .contactBox .one .box {
    width: calc(33.33% - 20px);
    padding: 35px;
    border: 1px solid #eee; }
    @media only screen and (max-width: 1199px) {
      .contactBox .one .box {
        padding: 10px; } }
    .contactBox .one .box .img img {
      width: 100%; }
    .contactBox .one .box .txt span {
      width: 77px;
      height: 77px;
      border-radius: 50%;
      display: block;
      background-color: #D2A97E;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      font-size: 1.8rem;
      margin: -38px auto 20px;
      position: relative;
      z-index: 1; }
    .contactBox .one .box .txt p {
      font-size: 1.4rem;
      color: #2B2B2B;
      min-height: 38px;
      padding-left: 20px; }
.contactBox .two .box {
  margin-bottom: 30px; }
  .contactBox .two .box .clickBox {
    background-color: #DDD;
    padding: 10px 70px 10px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .contactBox .two .box .clickBox strong,
    .contactBox .two .box .clickBox span {
      font-size: 1.6rem;
      color: #2B2B2B;
      font-weight: normal; }
      .contactBox .two .box .clickBox strong img,
      .contactBox .two .box .clickBox span img {
        margin-left: 5px; }
    .contactBox .two .box .clickBox span {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer; }
      .contactBox .two .box .clickBox span:hover img {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg); }
  .contactBox .two .box .txtBox {
    padding-bottom: 10px;
    background-image: url("../../img/bg2.jpg");
    background-position: bottom left;
    background-repeat: repeat-x; }
    .contactBox .two .box .txtBox .basic {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .contactBox .two .box .txtBox .basic ul {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .contactBox .two .box .txtBox .basic ul li {
          border-bottom: 1px solid #ddd;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          height: 48px;
          width: 370px;
          margin-right: 140px; }
      .contactBox .two .box .txtBox .basic button {
        margin-right: 70px;
        width: 120px;
        height: 40px;
        font-size: 1.3rem;
        color: #FEFEFE;
        background-color: #3E66FC;
        border: 1px solid #3E66FC;
        cursor: pointer; }
        .contactBox .two .box .txtBox .basic button:hover {
          color: #3E66FC;
          background-color: transparent; }
    .contactBox .two .box .txtBox .details {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding-top: 40px;
      overflow: hidden;
      height: 0; }
      .contactBox .two .box .txtBox .details .txt {
        width: 370px;
        margin-right: 140px;
        color: #333;
        font-size: 1.3rem; }
        .contactBox .two .box .txtBox .details .txt h4 {
          margin-bottom: 15px; }
        .contactBox .two .box .txtBox .details .txt p {
          line-height: 2; }
  .contactBox .two .box.show .clickBox span img {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  .contactBox .two .box.show .txtBox {
    padding-bottom: 55px; }
    .contactBox .two .box.show .txtBox .details {
      height: auto; }
.contactBox .EjectBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0; }
  .contactBox .EjectBox.show {
    opacity: 1;
    visibility: visible; }
  .contactBox .EjectBox .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
  .contactBox .EjectBox .box {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #eee;
    padding: 30px 30px 60px 30px;
    border-radius: 8px; }
    .contactBox .EjectBox .box h3 {
      color: #2B2B2B;
      font-size: 1.6rem;
      font-weight: 400;
      margin-bottom: 10px; }
    .contactBox .EjectBox .box p {
      font-size: 1.3rem;
      color: #2B2B2B;
      margin-bottom: 10px; }
    .contactBox .EjectBox .box form {
      display: block; }
      .contactBox .EjectBox .box form textarea {
        font-size: 1.4rem;
        color: #333;
        padding: 10px;
        margin-bottom: 25px;
        height: 170px;
        width: 100%;
        border: 1px solid #D4D4D4;
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1) inset; }
        .contactBox .EjectBox .box form textarea:focus {
          border-color: #3E66FC; }
      .contactBox .EjectBox .box form .inputBox {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .contactBox .EjectBox .box form .inputBox div {
          flex-grow: 1; }
          .contactBox .EjectBox .box form .inputBox div label {
            margin-top: 15px;
            display: block;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative; }
            .contactBox .EjectBox .box form .inputBox div label::after {
              content: "*";
              display: block;
              font-size: 1.4rem;
              color: #2B2B2B;
              position: absolute;
              top: 50%;
              right: 10px;
              transform: translateY(-50%); }
            .contactBox .EjectBox .box form .inputBox div label span {
              font-size: 1.8rem;
              color: #888;
              white-space: nowrap; }
            .contactBox .EjectBox .box form .inputBox div label input {
              font-size: 1.4rem;
              color: #333;
              width: 100%;
              height: 30px;
              padding-left: 10px;
              border: 1px solid #D4D4D4;
              box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1) inset; }
              .contactBox .EjectBox .box form .inputBox div label input:focus {
                border-color: #3E66FC; }
        .contactBox .EjectBox .box form .inputBox button {
          margin-left: 35px;
          width: 150px;
          height: 30px;
          color: #fff;
          font-size: 1.6rem;
          border: 1px solid #3E66FC;
          background-color: #3E66FC;
          cursor: pointer; }
          .contactBox .EjectBox .box form .inputBox button:hover {
            background-color: transparent;
            color: #3E66FC; }

.jz_detailsWrap {
  padding: 0 160px; }
  .jz_detailsWrap .up {
    text-align: center;
    border-bottom: 1px solid #D4B388;
    padding-bottom: 25px;
    margin-bottom: 30px; }
    .jz_detailsWrap .up h4 {
      font-size: 2.2rem;
      color: #2B2B2B;
      margin-bottom: 10px; }
    .jz_detailsWrap .up .txt {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .jz_detailsWrap .up .txt p {
        font-size: 1.4rem;
        color: #C1C0C0; }
        .jz_detailsWrap .up .txt p span {
          color: #D4B388; }
      .jz_detailsWrap .up .txt .share {
        display: inline-block; }
        .jz_detailsWrap .up .txt .share span {
          display: inline-block;
          font-size: 1.4rem;
          color: #C1C0C0;
          margin-left: 15px; }
        .jz_detailsWrap .up .txt .share a {
          display: inline-block;
          margin: 0 2px; }
  .jz_detailsWrap .contentHtml img {
    max-width: 100%; }
  .jz_detailsWrap .returnList {
    font-size: 1.4rem;
    color: #fff;
    width: 145px;
    height: 38px;
    background-color: #3E66FC;
    border: 1px solid #3E66FC;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px auto 40px; }
    .jz_detailsWrap .returnList:hover {
      background-color: transparent;
      color: #3E66FC; }
  .jz_detailsWrap .Page {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    border-top: 1px dashed #D0CFCF; }
    .jz_detailsWrap .Page a {
      font-size: 1.4rem;
      color: #666;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .jz_detailsWrap .Page a:hover {
        color: #D2A97E; }
      .jz_detailsWrap .Page a i {
        width: 12px;
        height: 12px;
        background-repeat: no-repeat; }
      .jz_detailsWrap .Page a:nth-child(1) i {
        background-image: url("../../img/l1.png");
        background-position: center left;
        margin-right: 5px; }
      .jz_detailsWrap .Page a:nth-child(1):hover i {
        background-position: center right; }
      .jz_detailsWrap .Page a:nth-child(2) i {
        background-image: url("../../img/r1.png");
        background-position: center right;
        margin-left: 5px; }
      .jz_detailsWrap .Page a:nth-child(2):hover i {
        background-position: center left; }

/*# sourceMappingURL=jz.css.map */
