@charset "UTF-8";
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "思源黑体 CN Normal", Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
  line-height: 1.8em; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html, body {
  color: #5f6061; }

body {
  background: #fff; }

ul, ol, li {
  list-style: none; }

a {
  color: #5f6061;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  -webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  -ms-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color 0.2s ease; }

img {
  border: 0; }

b, em, i {
  font-style: normal; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

::-webkit-scrollbar-track-piece {
  background-color: #eee; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-thumb {
  background-color: #aaa;
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 20px; }

::-webkit-scrollbar-thumb:hover {
  background-color: #bbb; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0; }

/*font*/
.header {
  padding-top: 20px;
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all .3s ease; }
  .header .header-in {
    position: relative;
    width: 95%;
    margin: 35px auto;
    height: 30px;
    transition: all .3s ease; }
    .header .header-in .logo img {
      margin-top: 4px;
      width: 135px;
      transition: all 0.3s ease; }
    .header .header-in .head-nav {
      position: absolute;
      top: 0;
      right: 5px; }
      .header .header-in .head-nav ul li {
        float: left;
        margin-left: 40px;
        height: 30px;
        line-height: 30px;
        overflow: hidden; }
        .header .header-in .head-nav ul li a:hover, .header .header-in .head-nav ul li .active {
          color: #000; }
        .header .header-in .head-nav ul li span {
          display: block;
          text-transform: uppercase; }
        .header .header-in .head-nav ul li:hover span.en {
          margin-top: -30px; }
    .header .header-in .meun-off {
      float: right;
      margin-right: 10px; }
      .header .header-in .meun-off span {
        width: 23px;
        height: 2px;
        background-color: #000;
        display: block;
        margin: 6px auto;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .header.header-small {
    padding-top: 0;
    height: 50px;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 5px;
    transition: all .3s ease; }
    .header.header-small .header-in {
      margin: 10px auto; }
      .header.header-small .header-in .logo img {
        width: 110px;
        margin-top: 7px; }
  .header .nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.9); }
    .header .nav .nav-list {
      margin: 0 auto;
      width: 50%;
      text-align: center;
      height: 500px;
      position: absolute;
      top: 50%;
      margin-top: -250px;
      left: 50%;
      margin-left: -25%; }
      .header .nav .nav-list li a {
        display: block;
        height: 80px;
        overflow: hidden;
        margin: 10px 0;
        font-family: "思源黑体 CN Light"; }
        .header .nav .nav-list li a:hover span.en {
          margin-top: -80px; }
        .header .nav .nav-list li a span {
          display: block;
          font-size: 42px;
          line-height: 80px;
          text-transform: uppercase;
          color: #e9e7e8; }
    .header .nav .close {
      display: block;
      position: absolute;
      top: 4%;
      right: 4%; }
      .header .nav .close img {
        transition: all .5s ease;
        width: 42px; }
      .header .nav .close:hover img {
        transform: rotate(180deg); }

.index-page {
  padding-top: 200px; }
  .index-page .banner-swiper {
    width: 100%;
    height: 100%; }
    .index-page .banner-swiper .swiper-slide img {
      object-fit: cover;
      width: 100%; }
    .index-page .banner-swiper .swiper-pagination-bullet {
      width: 4px;
      height: 4px;
      border: 2px solid #fff;
      opacity: 1;
      background: transparent;
      margin: 0 8px; }
    .index-page .banner-swiper .swiper-pagination-bullet-active {
      background: #fff; }
    .index-page .banner-swiper.swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 40px; }
    .index-page .banner-swiper.swiper-container {
      --swiper-navigation-color: #fff;
      /* 单独设置按钮颜色 */
      --swiper-navigation-size: 30px;
      /* 设置按钮大小 */ }
  .index-page .wrap1 {
    width: 1080px;
    margin: 0 auto;
    padding: 57px 0 80px;
    position: relative;
    z-index: 9;
    color: #9fa0a0; }
    .index-page .wrap1 .info {
      font-size: 28px;
      margin-bottom: 10px; }
      .index-page .wrap1 .info a {
        color: #9fa0a0; }
        .index-page .wrap1 .info a span {
          font-family: "思源黑体 CN Bold"; }
        .index-page .wrap1 .info a img {
          position: relative;
          top: -5px; }
    .index-page .wrap1 .p1 {
      font-family: "思源黑体 CN Light"; }
  .index-page .wrap2 {
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    background-color: #fff; }
    .index-page .wrap2 .wrap-type {
      height: 50px;
      line-height: 50px;
      margin-bottom: 10px;
      position: relative; }
      .index-page .wrap2 .wrap-type .wrap-title {
        width: 1080px;
        position: absolute;
        left: 50%;
        margin-left: -540px;
        font-size: 18px; }
      .index-page .wrap2 .wrap-type .wrap-menu-list {
        position: absolute;
        right: 0;
        font-size: 16px; }
        .index-page .wrap2 .wrap-type .wrap-menu-list a {
          margin-left: 15px; }
          .index-page .wrap2 .wrap-type .wrap-menu-list a.active {
            text-decoration: underline; }
    .index-page .wrap2 .case-list {
      overflow: hidden; }
      .index-page .wrap2 .case-list li {
        width: 32.333333%;
        margin: 8px 0.5%;
        float: left;
        position: relative;
        overflow: hidden;
        display: block;
        font-size: 0; }
        .index-page .wrap2 .case-list li img {
          width: 100%;
          height: auto;
          transition: all .3s ease; }
        .index-page .wrap2 .case-list li .case-summary {
          position: absolute;
          width: 100%;
          color: #fff;
          opacity: 0;
          transition: all .3s ease;
          height: 100%;
          background: rgba(0, 0, 0, 0.4);
          top: 0;
          left: 0; }
          .index-page .wrap2 .case-list li .case-summary .summary-title {
            position: absolute;
            top: 30px;
            left: 5%;
            right: 5%;
            font-size: 18px; }
          .index-page .wrap2 .case-list li .case-summary .summary-info {
            position: absolute;
            left: 5%;
            right: 5%;
            bottom: 30px; }
            .index-page .wrap2 .case-list li .case-summary .summary-info .tit {
              font-size: 18px; }
            .index-page .wrap2 .case-list li .case-summary .summary-info p {
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; }
        .index-page .wrap2 .case-list li:hover img {
          transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1); }
        .index-page .wrap2 .case-list li:hover .case-summary {
          opacity: 1; }
    .index-page .wrap2 .case-btn {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 60px; }
      .index-page .wrap2 .case-btn .case-more {
        color: #b9b9b9;
        width: 280px;
        height: 50px;
        transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        font-size: 16px;
        line-height: 50px;
        position: relative;
        display: inline-block; }
        .index-page .wrap2 .case-btn .case-more:after {
          content: "";
          display: block;
          width: 240px;
          height: 42px;
          border: 1px solid #D9D9D9;
          position: absolute;
          bottom: 2px;
          z-index: 2;
          margin-left: 20px;
          transition: all 0.2s ease 0s; }
        .index-page .wrap2 .case-btn .case-more:hover {
          color: #333; }
        .index-page .wrap2 .case-btn .case-more:hover:after {
          transform: scale(1.1, 1.1);
          border: 1px solid #e0e0e0; }

footer {
  background: #2d2e30;
  margin-top: 80px;
  padding: 30px 0 10px; }
  footer .footer-con {
    width: 88%;
    margin-left: 3%; }
    footer .footer-con .footer-top {
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      footer .footer-con .footer-top .logo {
        flex: auto; }
        footer .footer-con .footer-top .logo img {
          width: 120px; }
      footer .footer-con .footer-top .info {
        width: 220px;
        flex: none; }
        footer .footer-con .footer-top .info .p1 {
          font-size: 18px;
          line-height: 24px; }
        footer .footer-con .footer-top .info .p2 {
          border-top: 3px solid #3b3c3d;
          border-bottom: 3px solid #3b3c3d;
          margin-top: 5px;
          font-size: 12px;
          padding: 5px 0;
          line-height: 18px; }
      footer .footer-con .footer-top .code {
        flex: none;
        display: -webkit-flex;
        display: flex;
        margin-left: 20px; }
        footer .footer-con .footer-top .code .code-con {
          width: 100px;
          margin-left: 10px;
          text-align: center; }
          footer .footer-con .footer-top .code .code-con img {
            width: 80px;
            height: 80px; }
          footer .footer-con .footer-top .code .code-con p {
            font-size: 12px;
            transform: scale(0.8);
            line-height: 16px; }
    footer .footer-con .footer-bottom {
      border-top: 3px solid #3b3c3d;
      margin-top: 30px;
      padding: 10px 0;
      display: -webkit-flex;
      display: flex; }
      footer .footer-con .footer-bottom a:hover {
        color: #fff; }
      footer .footer-con .footer-bottom .f-info {
        flex: auto;
        font-size: 12px; }
        footer .footer-con .footer-bottom .f-info span {
          margin-left: 10px; }
      footer .footer-con .footer-bottom .link {
        flex: none;
        font-size: 12px; }
        footer .footer-con .footer-bottom .link a {
          margin-left: 20px; }

.back-top {
  display: block;
  width: 42px;
  height: 42px;
  position: fixed;
  right: 3.5%;
  bottom: 15%;
  opacity: .33;
  z-index: 99; }
  .back-top:hover {
    opacity: 1; }

.sub-page {
  padding-top: 200px; }
  .sub-page .m-wrap {
    width: 1600px;
    margin: 0 auto; }
  .sub-page .about-content .about-con1 {
    margin-bottom: 80px; }
    .sub-page .about-content .about-con1 .about1-left {
      float: left;
      font-size: 36px;
      margin-left: 200px;
      font-family: '思源黑体 CN Light'; }
    .sub-page .about-content .about-con1 .about1-right {
      float: right;
      width: 850px; }
      .sub-page .about-content .about-con1 .about1-right .p1 {
        font-size: 18px;
        font-family: '思源黑体 CN Light'; }
      .sub-page .about-content .about-con1 .about1-right .hr-top {
        border-top: 2px solid #717070;
        padding-top: 40px; }
      .sub-page .about-content .about-con1 .about1-right .info {
        margin-top: 40px;
        display: -webkit-flex;
        display: flex; }
        .sub-page .about-content .about-con1 .about1-right .info .title {
          font-family: '思源黑体 CN Bold';
          font-size: 24px;
          color: #717070;
          margin-bottom: 5px; }
        .sub-page .about-content .about-con1 .about1-right .info .text {
          line-height: 32px;
          font-size: 16px; }
        .sub-page .about-content .about-con1 .about1-right .info .info1 {
          flex: auto; }
        .sub-page .about-content .about-con1 .about1-right .info .info2 {
          margin-left: 40px; }
  .sub-page .about-content .about-con2 {
    margin-bottom: 80px; }
    .sub-page .about-content .about-con2 img {
      width: 100%; }
  .sub-page .about-content .about-con3 {
    margin-bottom: 80px; }
    .sub-page .about-content .about-con3 .about3-right {
      float: right;
      width: 850px; }
      .sub-page .about-content .about-con3 .about3-right .title {
        font-family: '思源黑体 CN Bold';
        font-size: 24px;
        color: #717070;
        margin-bottom: 10px; }
      .sub-page .about-content .about-con3 .about3-right .arrow {
        width: 14px;
        margin-bottom: 20px; }
      .sub-page .about-content .about-con3 .about3-right .info {
        display: -webkit-flex;
        display: flex; }
        .sub-page .about-content .about-con3 .about3-right .info .info-tit-en {
          font-size: 18px;
          line-height: 20px; }
        .sub-page .about-content .about-con3 .about3-right .info .info-tit-cn {
          font-size: 32px;
          margin-bottom: 20px; }
        .sub-page .about-content .about-con3 .about3-right .info .info-text1 {
          font-size: 18px;
          margin-bottom: 40px; }
        .sub-page .about-content .about-con3 .about3-right .info .info-text2 {
          font-size: 16px; }
        .sub-page .about-content .about-con3 .about3-right .info .info01 {
          margin-right: 20px;
          flex: auto; }
  .sub-page .about-content .about-con4 {
    margin-bottom: 80px; }
    .sub-page .about-content .about-con4 .hr-top {
      border-top: 2px solid #717070;
      padding-top: 80px; }
    .sub-page .about-content .about-con4 .about4-right {
      float: right;
      width: 850px;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; }
      .sub-page .about-content .about-con4 .about4-right .info {
        width: 380px; }
        .sub-page .about-content .about-con4 .about4-right .info .info-pic {
          width: 100%;
          margin-bottom: 40px; }
        .sub-page .about-content .about-con4 .about4-right .info .info-tit, .sub-page .about-content .about-con4 .about4-right .info .info-text1 {
          font-family: '思源黑体 CN Bold';
          color: #717070;
          font-size: 20px; }
        .sub-page .about-content .about-con4 .about4-right .info .info-text1 {
          margin-bottom: 30px; }
        .sub-page .about-content .about-con4 .about4-right .info .info-text2 {
          font-size: 16px; }
        .sub-page .about-content .about-con4 .about4-right .info .info-hr {
          width: 30px;
          height: 1px;
          background: #717070;
          margin-top: 20px;
          margin-bottom: 20px; }
  .sub-page .case-detail-content .case-detail {
    margin: 0 auto;
    max-width: 92%;
    display: -webkit-flex;
    display: flex; }
    .sub-page .case-detail-content .case-detail .detail-left {
      width: 400px;
      flex: none; }
      .sub-page .case-detail-content .case-detail .detail-left .info1 {
        border-top: 2px solid #717070;
        border-bottom: 2px solid #717070;
        padding: 20px 0; }
        .sub-page .case-detail-content .case-detail .detail-left .info1 p {
          font-size: 18px;
          line-height: 32px; }
      .sub-page .case-detail-content .case-detail .detail-left .info2 {
        margin-top: 20px;
        font-size: 16px;
        padding-bottom: 20px;
        border-bottom: 4px solid #717070; }
    .sub-page .case-detail-content .case-detail .detail-right {
      flex: auto;
      margin-left: 60px;
      font-size: 0; }
      .sub-page .case-detail-content .case-detail .detail-right img {
        width: 100%;
        margin-bottom: 10px; }
  .sub-page .contact-content .contact-con {
    width: 1120px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex; }
    .sub-page .contact-content .contact-con .contact-title {
      font-size: 36px;
      font-family: '思源黑体 CN Light';
      flex: auto; }
    .sub-page .contact-content .contact-con .contact-info {
      font-size: 20px;
      flex: none;
      width: 660px;
      line-height: 38px; }
      .sub-page .contact-content .contact-con .contact-info .p1 {
        font-size: 28px;
        margin-top: 30px;
        margin-bottom: 30px;
        line-height: 38px;
        font-family: '思源黑体 CN Light'; }
      .sub-page .contact-content .contact-con .contact-info .p2 {
        margin-bottom: 30px; }
        .sub-page .contact-content .contact-con .contact-info .p2 img {
          width: 150px; }
      .sub-page .contact-content .contact-con .contact-info .p3 {
        margin-bottom: 20px;
        font-size: 16px; }
  .sub-page .news-content .news-con {
    width: 1120px;
    margin: 0 auto; }
    .sub-page .news-content .news-con .news-type {
      height: 60px;
      margin-bottom: 20px; }
      .sub-page .news-content .news-con .news-type .news-title {
        width: 15%;
        float: left;
        font-size: 30px;
        font-family: '思源黑体 CN Light';
        line-height: 60px; }
      .sub-page .news-content .news-con .news-type .news-menu {
        float: left;
        width: 85%; }
        .sub-page .news-content .news-con .news-type .news-menu li {
          float: left;
          font-size: 16px;
          line-height: 60px;
          color: #898989; }
          .sub-page .news-content .news-con .news-type .news-menu li a {
            padding: 0 30px;
            color: #898989;
            position: relative; }
            .sub-page .news-content .news-con .news-type .news-menu li a:hover {
              color: #5f6061; }
          .sub-page .news-content .news-con .news-type .news-menu li:before {
            content: "|";
            color: #898989; }
          .sub-page .news-content .news-con .news-type .news-menu li:first-child:before {
            content: none; }
          .sub-page .news-content .news-con .news-type .news-menu li.active a {
            text-decoration: underline; }
    .sub-page .news-content .news-con .news-list li {
      display: -webkit-flex;
      display: flex;
      padding: 40px 0;
      border-bottom: 1px solid #eee; }
      .sub-page .news-content .news-con .news-list li .news-pic {
        width: 40%;
        flex: none;
        overflow: hidden; }
        .sub-page .news-content .news-con .news-list li .news-pic img {
          width: 100%;
          -webkit-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -ms-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          display: block !important; }
        .sub-page .news-content .news-con .news-list li .news-pic:hover img {
          transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1); }
      .sub-page .news-content .news-con .news-list li .news-summary {
        flex: auto;
        margin-left: 40px;
        margin-right: 80px; }
        .sub-page .news-content .news-con .news-list li .news-summary .news-date {
          font-size: 18px;
          margin-bottom: 30px;
          color: #777; }
        .sub-page .news-content .news-con .news-list li .news-summary .news-title {
          font-size: 24px;
          margin-bottom: 30px; }
        .sub-page .news-content .news-con .news-list li .news-summary .news-info {
          font-size: 18px;
          line-height: 32px;
          height: 64px;
          margin-bottom: 40px;
          display: -webkit-box !important;
          overflow: hidden;
          text-overflow: ellipsis;
          word-break: break-all;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
        .sub-page .news-content .news-con .news-list li .news-summary .more {
          font-size: 18px;
          text-decoration: underline; }
    .sub-page .news-content .news-con .pagelist {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 40px; }
      .sub-page .news-content .news-con .pagelist li {
        display: inline-block;
        margin: 0 7px;
        font-size: 14px;
        padding: 0 2px; }
        .sub-page .news-content .news-con .pagelist li a {
          color: #999; }
          .sub-page .news-content .news-con .pagelist li a:hover {
            color: #333; }
        .sub-page .news-content .news-con .pagelist li.thisclass {
          border-bottom: 1px solid #aaa;
          color: #333; }
        .sub-page .news-content .news-con .pagelist li .pageinfo {
          color: #999; }
          .sub-page .news-content .news-con .pagelist li .pageinfo strong {
            margin: 0 5px;
            color: #333; }
  .sub-page .news-content .news-detail {
    width: 1120px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex; }
    .sub-page .news-content .news-detail .news-detail-type {
      flex: auto; }
      .sub-page .news-content .news-detail .news-detail-type .news-date {
        font-size: 24px; }
      .sub-page .news-content .news-detail .news-detail-type .news-type {
        font-size: 16px; }
    .sub-page .news-content .news-detail .news-detail-info {
      width: 700px;
      margin-left: 60px;
      flex: none; }
      .sub-page .news-content .news-detail .news-detail-info .news-title {
        font-size: 30px;
        border-bottom: 1px solid #eee;
        padding-bottom: 30px;
        margin-bottom: 30px; }
      .sub-page .news-content .news-detail .news-detail-info .content {
        font-size: 16px;
        border-bottom: 1px solid #eee;
        padding-bottom: 50px; }
        .sub-page .news-content .news-detail .news-detail-info .content p {
          font-size: 16px; }
        .sub-page .news-content .news-detail .news-detail-info .content img {
          width: 100%;
          margin: 20px 0; }
      .sub-page .news-content .news-detail .news-detail-info .news-pre {
        margin-top: 20px; }
        .sub-page .news-content .news-detail .news-detail-info .news-pre p {
          font-size: 16px;
          margin-bottom: 10px;
          color: #999; }
          .sub-page .news-content .news-detail .news-detail-info .news-pre p a {
            text-decoration: underline;
            color: #999; }

@media screen and (max-width: 1920px) {
  .sub-page .m-wrap {
    width: 1120px; }
  .sub-page .about-content .about-con1 {
    margin-bottom: 60px; }
    .sub-page .about-content .about-con1 .about1-left {
      font-size: 30px;
      margin-left: 80px; }
    .sub-page .about-content .about-con1 .about1-right {
      width: 720px;
      margin-right: -40px; }
      .sub-page .about-content .about-con1 .about1-right .p1 {
        font-size: 16px; }
      .sub-page .about-content .about-con1 .about1-right .info .title {
        font-size: 20px; }
      .sub-page .about-content .about-con1 .about1-right .info .text {
        line-height: 28px;
        font-size: 14px; }
      .sub-page .about-content .about-con1 .about1-right .info .info2 {
        margin-left: 30px; }
  .sub-page .about-content .about-con2 {
    margin-bottom: 60px; }
  .sub-page .about-content .about-con3 {
    margin-bottom: 60px; }
    .sub-page .about-content .about-con3 .about3-right {
      width: 720px;
      margin-right: -40px; }
      .sub-page .about-content .about-con3 .about3-right .title {
        font-size: 20px; }
      .sub-page .about-content .about-con3 .about3-right .arrow {
        width: 12px; }
      .sub-page .about-content .about-con3 .about3-right .info .info-tit-cn {
        font-size: 26px;
        margin-bottom: 15px; }
      .sub-page .about-content .about-con3 .about3-right .info .info-text1 {
        font-size: 15px;
        margin-bottom: 30px; }
      .sub-page .about-content .about-con3 .about3-right .info .info-text2 {
        font-size: 14px; }
  .sub-page .about-content .about-con4 {
    margin-bottom: 60px; }
    .sub-page .about-content .about-con4 .hr-top {
      border-top: 2px solid #717070;
      padding-top: 50px; }
    .sub-page .about-content .about-con4 .about4-right {
      width: 720px;
      margin-right: -40px; }
      .sub-page .about-content .about-con4 .about4-right .info {
        width: 335px; }
        .sub-page .about-content .about-con4 .about4-right .info .info-pic {
          margin-bottom: 20px; }
        .sub-page .about-content .about-con4 .about4-right .info .info-tit, .sub-page .about-content .about-con4 .about4-right .info .info-text1 {
          font-size: 16px; }
        .sub-page .about-content .about-con4 .about4-right .info .info-text1 {
          margin-bottom: 15px; }
        .sub-page .about-content .about-con4 .about4-right .info .info-text2 {
          font-size: 14px; }
  .sub-page .case-detail-content .case-detail .detail-left {
    width: 380px;
    flex: none; }
    .sub-page .case-detail-content .case-detail .detail-left .info1 p {
      font-size: 16px;
      line-height: 28px; }
    .sub-page .case-detail-content .case-detail .detail-left .info2 {
      font-size: 14px; }
  .sub-page .contact-content .contact-con .contact-title {
    font-size: 30px; }
  .sub-page .contact-content .contact-con .contact-info {
    font-size: 16px;
    line-height: 32px; }
    .sub-page .contact-content .contact-con .contact-info .p1 {
      font-size: 24px;
      line-height: 32px; }
    .sub-page .contact-content .contact-con .contact-info .p3 {
      font-size: 14px; }
  .sub-page .news-content .news-con .news-list li .news-pic {
    width: 32%; }
  .sub-page .news-content .news-con .news-list li .news-summary .news-date {
    font-size: 16px; }
  .sub-page .news-content .news-con .news-list li .news-summary .news-title {
    font-size: 22px; }
  .sub-page .news-content .news-con .news-list li .news-summary .news-info {
    font-size: 16px;
    line-height: 28px;
    height: 58px; }
  .sub-page .news-content .news-con .news-list li .news-summary .more {
    font-size: 16px; }
  .sub-page .news-content .news-con .pagelist li {
    font-size: 12px; }
  .sub-page .news-content .news-detail .news-detail-type .news-date {
    font-size: 20px; }
  .sub-page .news-content .news-detail .news-detail-type .news-type {
    font-size: 14px; }
  .sub-page .news-content .news-detail .news-detail-info .news-title {
    font-size: 24px; } }

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