/*@import "_pub.scss";*/
.banner-static, .page-header .navigation-wrapper .hotline, .swiper-container .swiper-wrapper .swiper-slide, .our-service .list .item-wrapper .item .icon, .contact-us .detail .hotline, .page-footer .hotline .icon, .news-list .news-item .cover {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle; }

.page-header, .news-list .news-item, .news-list .news-item .summary .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.page-title .title, .our-service .title, .why-choose .desc-wrapper .desc .title, .contact-us .detail .title, .about-section .title, .services-section .title {
  font-size: 25px;
  color: #212121; }

.page-title .sep, .our-service .sep, .why-choose .desc-wrapper .desc .sep, .contact-us .detail .sep, .about-section .sep, .services-section .sep {
  display: inline-block;
  border-top: 2px solid #FF8B38;
  width: 65px; }

html {
  height: 100%; }

body {
  padding: 0;
  margin: 0; }

table {
  border-collapse: collapse; }

.autosize {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.fl {
  float: left; }

.fr {
  float: right; }

.cb {
  clear: both; }

.banner-static {
  display: block;
  width: 1300px;
  height: 154px;
  margin: 0 auto;
  /*background-image: url(../img/banner-sm.png);*/ }

@media screen and (max-width: 1020px) {
  .banner-static {
    width: 100%; } }
.page-title {
  text-align: center;
  margin-top: 70px; }
  .page-title .sep {
    margin: 30px; }

body, html {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

html {
  height: 100%; }

a, a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer; }

input {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent; }

input,
textarea {
  outline: none; }

.yz-layer-loading-mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11000;
  background-color: transparent; }

.yz-layer-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  z-index: 11000; }

.yz-layer-pop-mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5); }

.yz-layer-pop {
  display: inline-block;
  position: fixed;
  background-color: #fff;
  border-radius: 4px;
  z-index: 10000;
  min-width: 300px; }
  .yz-layer-pop .yz-pop-toast {
    color: #4a4a4a;
    font-size: 14px;
    padding: 20px;
    text-align: center; }
  .yz-layer-pop .yz-pop-title {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
    color: #4a4a4a; }
  .yz-layer-pop .yz-pop-content {
    font-size: 14px;
    text-align: left;
    padding: 20px; }
  .yz-layer-pop .yz-pop-buttons {
    border-top: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .yz-layer-pop .yz-pop-buttons .yz-pop-btn {
      display: inline-block;
      border-left: 1px solid #e5e5e5;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      cursor: pointer;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      line-height: 40px;
      color: #4a4a4a; }
      .yz-layer-pop .yz-pop-buttons .yz-pop-btn:first-child {
        border-left: none;
        border-radius: 0 0 0 4px; }
      .yz-layer-pop .yz-pop-buttons .yz-pop-btn:last-child {
        border-radius: 0 0 4px 0; }

.yz-layer-page {
  position: absolute;
  z-index: 9000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .yz-layer-page .yz-page-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.page-header {
  margin: 0 auto;
  width: 1200px; }
  .page-header .logo img {
    height: 95px;
    margin: 15px 0; }
  .page-header .navigation-wrapper {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .page-header .navigation-wrapper .hotline {
      background-image: url(../img/hotline.png);
      width: 235px;
      height: 27px;
      color: #fff;
      font-size: 14px;
      line-height: 27px; }
      .page-header .navigation-wrapper .hotline .num {
        margin-right: 20px; }
    .page-header .navigation-wrapper .navigation .nav {
      display: inline-block;
      position: relative;
      color: #212121;
      font-size: 16px;
      border: 2px solid #fff;
      width: 90px;
      text-align: center;
      padding: 20px 0 25px 0;
      cursor: pointer; }
      .page-header .navigation-wrapper .navigation .nav a {
        color: #212121;
        text-decoration: none; }
      .page-header .navigation-wrapper .navigation .nav .sub-menu {
        position: absolute;
        top: 100%;
        margin-top: 2px;
        width: 160px;
        left: -35px;
        display: none;
        background-color: #fff;
        border-top: 1px solid #E7E7E7;
        z-index: 10000; }
        .page-header .navigation-wrapper .navigation .nav .sub-menu .menu {
          display: block;
          line-height: 45px;
          text-align: center;
          font-size: 14px;
          color: #212121;
          border: 1px solid #E7E7E7;
          border-top: none; }
        .page-header .navigation-wrapper .navigation .nav .sub-menu .menu:hover {
          color: #FF8B38; }
    .page-header .navigation-wrapper .navigation .nav.checked, .page-header .navigation-wrapper .navigation .nav:hover {
      border-bottom: 2px solid #FF8B38;
      color: #FF8B38; }
      .page-header .navigation-wrapper .navigation .nav.checked a, .page-header .navigation-wrapper .navigation .nav:hover a {
        color: #FF8B38; }
    .page-header .navigation-wrapper .navigation .nav:hover .sub-menu {
      display: block; }
  .page-header .phone-navigation {
    display: none; }

@media screen and (max-width: 1020px) {
  .page-header {
    width: auto; }
    .page-header .logo img {
      width: 200px;
      height: auto;
      margin-left: 20px; }
    .page-header .navigation-wrapper {
      display: none; }
    .page-header .mb-navigation {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: block;
      text-align: right; }
      .page-header .mb-navigation .menu {
        display: inline-block;
        width: 38px;
        height: 27px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-image: url(../img/icon-nav-menu.png);
        margin-right: 20px; } }
.mobile-menu-layer {
  position: fixed;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 10001; }
  .mobile-menu-layer .nav-list {
    float: right;
    margin-top: 97px;
    border-top: 1px solid #E7E7E7;
    width: 150px;
    background-color: #fff;
    display: none; }
    .mobile-menu-layer .nav-list .nav {
      display: block;
      line-height: 45px;
      text-align: center;
      font-size: 14px;
      color: #212121;
      border: 1px solid #E7E7E7;
      border-top: none; }
      .mobile-menu-layer .nav-list .nav a {
        color: #212121; }

.swiper-container {
  display: block;
  width: 1300px;
  height: 530px;
  margin: 0 auto; }
  .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%; }

@media screen and (max-width: 1020px) {
  .swiper-container {
    width: 100%;
    height: 60vw; } }
.our-service {
  margin-top: 70px;
  text-align: center; }
  .our-service .sep {
    margin: 35px auto; }
  .our-service .list {
    width: 1020px;
    display: flex;
    margin: 0 auto; }
    .our-service .list .item-wrapper {
      flex: 1;
      text-align: center; }
      .our-service .list .item-wrapper .item {
        display: inline-block; }
        .our-service .list .item-wrapper .item .icon {
          width: 92px;
          height: 77px; }
        .our-service .list .item-wrapper .item .title1 {
          font-size: 20px;
          color: #212121;
          margin: 20px 0; }
        .our-service .list .item-wrapper .item .desc {
          font-size: 14px;
          color: #86878B;
          padding: 0px 20px;
          text-align: left;
          line-height: 1.5em; }

@media screen and (max-width: 1020px) {
  .our-service .list {
    width: 100%;
    margin: 0 auto;
    display: block; }
    .our-service .list .item-wrapper {
      display: block; }
      .our-service .list .item-wrapper .title1 {
        font-size: 16px; }
      .our-service .list .item-wrapper .desc {
        font-size: 12px;
        margin-bottom: 20px; } }
.why-choose {
  width: 1020px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .why-choose .illustration {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 20px; }
    .why-choose .illustration img {
      width: 495x; }
  .why-choose .desc-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    padding: 20px; }
    .why-choose .desc-wrapper .desc {
      text-align: left; }
      .why-choose .desc-wrapper .desc .sep {
        margin: 25px 0; }
      .why-choose .desc-wrapper .desc .content {
        font-size: 15px;
        color: #86878B;
        text-align: left;
        line-height: 1.5em; }

@media screen and (max-width: 1020px) {
  .why-choose {
    width: 100%;
    display: block;
    margin-top: 80px; }
    .why-choose .illustration img {
      width: 100%; }
    .why-choose .desc-wrapper .desc {
      text-align: center; }
      .why-choose .desc-wrapper .desc .title {
        text-align: center; }
      .why-choose .desc-wrapper .desc .sep {
        display: inline-block; } }
.contact-us {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px; }
  .contact-us .detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center; }
    .contact-us .detail .sep {
      margin: 20px 0; }
    .contact-us .detail .text {
      font-size: 14px;
      color: #86878B; }
    .contact-us .detail .hotline {
      width: 368px;
      height: 39px;
      background-image: url(../img/hotline1.png);
      color: #fff;
      line-height: 39px;
      font-size: 14px;
      font-weight: bold;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 90px;
      margin-top: 20px; }
      .contact-us .detail .hotline .num {
        font-size: 18px;
        font-weight: bold;
        margin-right: 40px; }
    .contact-us .detail .inquery {
      display: inline-block;
      background-color: #FF8B38;
      line-height: 40px;
      color: #fff;
      text-align: center;
      padding: 0px 53px;
      margin-top: 20px;
      cursor: pointer; }
  .contact-us .illustration {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right; }
    .contact-us .illustration img {
      width: 580px; }

@media screen and (max-width: 1020px) {
  .contact-us {
    width: 100%;
    display: block;
    margin-top: 50px; }
    .contact-us .detail .title {
      margin-left: 20px;
      margin-right: 20px; }
    .contact-us .detail .sep {
      margin-left: 20px; }
    .contact-us .detail .text {
      margin-left: 20px; }
    .contact-us .detail .inquery {
      margin-left: 20px; }
    .contact-us .illustration {
      margin-top: 30px; }
      .contact-us .illustration img {
        width: 100%; } }
.page-footer {
  width: 100%;
  background-color: #141414;
  color: #fff;
  text-align: center;
  padding: 50px 0 30px 0;
  margin-top: 70px; }
  .page-footer .hotline .icon {
    width: 40px;
    height: 40px;
    background-image: url(../img/icon-tel.png);
    margin-right: 40px; }
  .page-footer .hotline .text {
    display: inline-block;
    font-size: 20px;
    font-weight: bold; }
    .page-footer .hotline .text .num {
      font-size: 25px;
      font-weight: bold; }
  .page-footer .navigation {
    margin: 30px 0; }
    .page-footer .navigation .nav {
      font-size: 14px;
      font-weight: bold;
      margin: 0 15px;
      color: #fff;
      text-decoration: none; }
    .page-footer .navigation .nav:hover {
      color: #FF8B38; }
  .page-footer .copyright {
    font-size: 12px;
    line-height: 20px; }

@media screen and (max-width: 1020px) {
  .page-footer .hotline .icon {
    margin-right: 10px; }
  .page-footer .navigation .nav {
    display: inline-block; }
  .page-footer .navigation .nav:nth-child(n + 5) {
    margin-top: 15px; } }
.about-section {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-top: 45px; }
  .about-section .sep {
    margin-top: 30px;
    margin-bottom: 20px; }
  .about-section .content {
    font-size: 16px;
    color: #86878B;
    line-height: 2em;
    text-align: justify; }
    .about-section .content p img {
      width: 100%; }

@media screen and (max-width: 1020px) {
  .about-section {
    width: 100%; }
    .about-section .content {
      margin: 0 20px;
      text-align: justify; }
      .about-section .content p img {
        width: 100%; } }
.news-list {
  width: 750px;
  margin: 0 auto;
  margin-top: 40px; }
  .news-list .news-item {
    cursor: pointer;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px; }
    .news-list .news-item:last-child {
      border: none; }
    .news-list .news-item .cover {
      width: 200px;
      height: 128px;
      border-radius: 5px; }
    .news-list .news-item .summary {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 30px; }
      .news-list .news-item .summary .title-wrapper .title {
        width: 350px;
        font-size: 16px;
        color: #212121;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .news-list .news-item .summary .title-wrapper .date {
        width: 8em;
        text-align: right;
        color: #86878B;
        font-size: 12px; }
      .news-list .news-item .summary .content {
        width: 520px;
        height: 100px;
        line-height: 20px;
        font-size: 16px;
        color: #86878B;
        margin-top: 10px;
        white-space: normal;
        word-break: break-all;
        position: relative;
        overflow: hidden;
        text-align: justify; }
      .news-list .news-item .summary .content::after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        padding-left: 40px;
        background: -webkit-linear-gradient(left, transparent, #fff 55%);
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(55%, #fff));
        background: linear-gradient(to right, transparent, #fff 55%); }

.btn-load-more {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #86878B;
  font-size: 14px;
  width: 128px;
  cursor: pointer; }

@media screen and (max-width: 1020px) {
  .news-list {
    width: calc(100vw - 20px);
    margin-left: 10px; }
    .news-list .news-item .cover {
      width: 100px;
      height: 100px; }
    .news-list .news-item .summary {
      margin-left: 10px; }
      .news-list .news-item .summary .title-wrapper .title {
        width: 130px; }
      .news-list .news-item .summary .content {
        width: calc(100vw - 140px);
        height: 80px; } }
.map-wrapper {
  width: 800px;
  height: 600px;
  margin: auto;
  border: 1px solid #e5e5e5;
  border-radius: 5px; }

.contact-info {
  width: 800px;
  margin: 0 auto 30px auto;
  color: #212121;
  font-weight: normal;
  line-height: 2em; }

@media screen and (max-width: 1020px) {
  .map-wrapper {
    width: calc(100vw - 20px);
    margin-left: 10px;
    height: calc(100vw - 20px); }

  .contact-info {
    width: auto;
    margin: 0 10px 30px 10px; } }
.page-news-detail {
  width: 800px;
  margin: 0 auto; }
  .page-news-detail .news-title {
    text-align: center;
    padding: 50px 0 20px 0;
    font-size: 18px; }
  .page-news-detail .post-date {
    text-align: center;
    color: #86878B;
    font-size: 12px;
    border-top: 1px dashed silver;
    padding: 10px 0 50px 0; }
  .page-news-detail .content {
    font-size: 14px;
    color: #86878B;
    line-height: 2em;
    text-align: justify; }
    .page-news-detail .content img {
      width: 100%;
      margin: 10px 0; }
  .page-news-detail .btn-prev, .page-news-detail .btn-next {
    display: inline-block;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    text-align: center;
    width: 100px;
    color: #86878B;
    font-size: 12px;
    margin: 50px 0;
    cursor: pointer; }
  .page-news-detail .btn-next {
    margin-left: 50px; }
  .page-news-detail .btn-prev:hover, .page-news-detail .btn-next:hover {
    color: #FF8B38; }

@media screen and (max-width: 1020px) {
  .page-news-detail {
    width: calc(100vw - 20px);
    margin-left: 10px; } }
.services-section {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-top: 45px; }
  .services-section .sep {
    margin-top: 30px;
    margin-bottom: 20px; }
  .services-section .content {
    font-size: 16px;
    color: #86878B;
    line-height: 2em;
    color: #86878B;
    text-align: justify; }
    .services-section .content p img {
      width: 100%; }

@media screen and (max-width: 1020px) {
  .services-section {
    width: 100%; }
    .services-section .content {
      margin: 0 20px;
      text-align: justify; }
      .services-section .content p img {
        width: 100%; } }
.invest-relationship .data-table {
  border-collapse: collapse;
  border-top: 1px dashed silver;
  width: 100%;
  margin-top: 20px; }
  .invest-relationship .data-table td {
    border-bottom: 1px dashed silver;
    padding: 10px;
    color: #86878B; }
    .invest-relationship .data-table td a {
      color: #86878B; }
  .invest-relationship .data-table tr:nth-child(1) td {
    font-weight: bold; }
  .invest-relationship .data-table tr td:nth-child(1) {
    white-space: nowrap; }
.invest-relationship .btn-load-more {
  margin-top: 50px; }

.inquery-form {
  width: 950px;
  margin: 0 auto; }
  .inquery-form input {
    width: 900px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .inquery-form textarea {
    width: 900px;
    height: 100px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-top: 10px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .inquery-form .required {
    color: red;
    padding-left: 5px; }
  .inquery-form .label {
    color: #212121;
    padding: 10px 0; }
  .inquery-form .tip {
    color: #86878B;
    font-size: 12px; }
  .inquery-form .btn-inquery {
    display: inline-block;
    background: #FF8B38;
    width: 180px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 18px; }
  .inquery-form .result {
    color: #212121; }
    .inquery-form .result .hotline {
      color: #FF8B38;
      font-size: 25px; }

@media screen and (max-width: 1020px) {
  .inquery-form {
    width: calc(100vw - 20px);
    margin: 0 auto; }
    .inquery-form input, .inquery-form textarea {
      width: 100%; } }

/*# sourceMappingURL=yazhitec.fe.css.map */
